summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/ForEachSourceCallback.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace PowerData struct with PowerLevelTiger Wang2020-08-211-6/+4
| | | | * We no longer need to track the powering block with the removal of SolidBlockHandler. PowerLevel is now just an unsigned char
* Remove std::make_unique from redstone handler creationTiger Wang2020-08-211-1/+0
|
* Remove the redstone solid block handlerTiger Wang2020-08-081-0/+32
- Remove cSolidBlockHandler * Functionality now integrated into simulator dispatcher * Fix door double open/close issues, arisen due to the top/bottom halves getting different power + Small migration to block states for redstone wire