summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/PistonHandler.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-31Redstone fixes (#3285)Tiger Wang1-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)
2016-07-29Revert "Redstone fixes"Mattes D1-26/+3
2016-07-29Comparators and pistons no longer update instantlyTiger Wang1-3/+26
* Fixes #3168.
2015-12-24Silenced the Redstone Simulator console spamSafwat Halaby1-2/+2
2015-12-18Reorganised the redstone simulatorTiger Wang1-0/+68
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved