1
0
Fork 0
cuberite-2a/src/Simulator/IncrementalRedstoneSimulator
Tiger Wang 40eba5244d Remove the redstone solid block handler
- 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
2020-08-08 18:22:16 +01:00
..
CMakeLists.txt Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
CommandBlockHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
DoorHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
DropSpenserHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
ForEachSourceCallback.cpp Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
ForEachSourceCallback.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
HopperHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
IncrementalRedstoneSimulator.cpp Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
IncrementalRedstoneSimulator.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
NoteBlockHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
ObserverHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
PistonHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
PoweredRailHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
PressurePlateHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneBlockHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneComparatorHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneLampHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneRepeaterHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneSimulatorChunkData.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneToggleHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneTorchHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
RedstoneWireHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
SmallGateHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
TNTHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
TrappedChestHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
TripwireHookHandler.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00