summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allocate redstone component handlers upfrontpeterbell102017-07-171-1/+4
|
* Revert "Made redstone handlers static"Lukas Pioch2016-07-011-3/+1
|
* Made redstone handlers staticTiger Wang2016-05-281-1/+3
| | | | * Improvements to performance? Maybe. Can't hurt (he says).
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
|
* Reorganised the redstone simulatorTiger Wang2015-12-181-0/+167
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved