summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/DropSpenserHandler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm2016-06-151-2/+25
| | | | - Fixes a range check inside cIncrementalRedstoneSimulator::Simulate
* Silenced the Redstone Simulator console spamSafwat Halaby2015-12-241-1/+1
|
* Reorganised the redstone simulatorTiger Wang2015-12-181-0/+69
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved