1
0
Fork 0
cuberite-2a/src/Simulator/IncrementalRedstoneSimulator
Tiger Wang 9518a27357
Prepare for 1.15+ (#4856)
+ Add type-safe container for states
* Split registry Blocks into BlockTypes, BlockStates so the block types enumeration can be #included without too much penalty
* Ensure Registry uses type-safe container
2020-12-21 13:54:04 +00:00
..
CMakeLists.txt New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
CommandBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
DaylightSensorHandler.h New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
DoorHandler.h Doors: check power & toggle correctly 2020-09-28 23:40:19 +01:00
DropSpenserHandler.h Implement redstone quasi-connectivity (#4889) 2020-09-21 20:39:58 +01:00
ForEachSourceCallback.cpp New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
ForEachSourceCallback.h Implement redstone quasi-connectivity (#4889) 2020-09-21 20:39:58 +01:00
HopperHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
IncrementalRedstoneSimulator.cpp Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
IncrementalRedstoneSimulator.h New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
NoteBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
ObserverHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
PistonHandler.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
PoweredRailHandler.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
PressurePlateHandler.h Warnings improvements 2020-12-18 21:03:40 +00:00
RedstoneBlockHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneComparatorHandler.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
RedstoneDataHelper.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
RedstoneHandler.cpp New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
RedstoneHandler.h Minor style fixes 2020-08-28 21:42:37 +01:00
RedstoneLampHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneRepeaterHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneSimulatorChunkData.h Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
RedstoneToggleHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
RedstoneTorchHandler.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
RedstoneWireHandler.h Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
SmallGateHandler.h Fix doors and trapdoors closing on server restart 2020-08-25 21:38:49 +01:00
TNTHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
TrappedChestHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00
TripwireHookHandler.h Replace PowerData struct with PowerLevel 2020-08-21 00:50:09 +01:00