summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/PistonHandler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allocate redstone component handlers upfrontpeterbell102017-07-171-12/+10
|
* Redstone fixes (#3285)Tiger Wang2016-07-311-3/+26
| | | | | | | | * Comparators and pistons no longer update instantly * Fixes #3168. * Consolidated comparator code * As a result, fixed an issue where GetPowerLevel didn't consider block entities behind it (only GetFrontPowerLevel did)
* Revert "Redstone fixes"Mattes D2016-07-291-26/+3
|
* Comparators and pistons no longer update instantlyTiger Wang2016-07-291-3/+26
| | | | * Fixes #3168.
* Silenced the Redstone Simulator console spamSafwat Halaby2015-12-241-2/+2
|
* Reorganised the redstone simulatorTiger Wang2015-12-181-0/+68
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved