Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace PowerData struct with PowerLevel | Tiger Wang | 2020-08-21 | 1 | -20/+26 |
| | | | | * 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 creation | Tiger Wang | 2020-08-21 | 1 | -8/+3 |
| | |||||
* | Remove the redstone solid block handler | Tiger Wang | 2020-08-08 | 1 | -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 |