summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-17Allocate redstone component handlers upfrontpeterbell101-1/+4
2016-07-01Revert "Made redstone handlers static"Lukas Pioch1-3/+1
2016-05-28Made redstone handlers staticTiger Wang1-1/+3
* Improvements to performance? Maybe. Can't hurt (he says).
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-12-18Reorganised the redstone simulatorTiger Wang1-0/+167
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved