summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/ForEachSourceCallback.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-21Implement redstone quasi-connectivity (#4889)Tiger Wang1-20/+53
2020-08-21Replace PowerData struct with PowerLevelTiger Wang1-20/+26
* We no longer need to track the powering block with the removal of SolidBlockHandler. PowerLevel is now just an unsigned char
2020-08-21Remove std::make_unique from redstone handler creationTiger Wang1-8/+3
2020-08-08Remove the redstone solid block handlerTiger Wang1-0/+113
- 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