1
0
Fork 0
cuberite-2a/src/Simulator/IncrementalRedstoneSimulator
Tiger Wang 868cd94ee9
Prepare ChunkData for BlockState storage (#5105)
* Rename ChunkData Creatable test

* Add missing Y-check in RedstoneWireHandler

* Remove ChunkDef.h dependency in Scoreboard

* Prepare ChunkData for BlockState storage

+ Split chunk block, meta, block & sky light storage
+ Load the height map from disk
- Reduce duplicated code in ChunkData
- Remove saving MCSBiomes, there aren't any
- Remove the allocation pool, ref #4315, #3864

* fixed build

* fixed test

* fixed the debug compile

Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com>
2021-03-05 14:03:55 +01:00
..
CMakeLists.txt New pull request for daylight sensor (#5066) 2020-12-19 01:42:34 +00:00
CommandBlockHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
DaylightSensorHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
DoorHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
DropSpenserHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
ForEachSourceCallback.cpp cChunk: don't inherit from cChunkDef (#5106) 2021-01-18 16:09:10 +00:00
ForEachSourceCallback.h Implement redstone quasi-connectivity (#4889) 2020-09-21 20:39:58 +01:00
HopperHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00: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 Redstone: inline -> static 2021-01-22 22:04:47 +00:00
ObserverHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
PistonHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
PoweredRailHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
PressurePlateHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneBlockHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneComparatorHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneDataHelper.h Clang 7? 2021-02-11 01:24:50 +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 Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneRepeaterHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneSimulatorChunkData.h Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
RedstoneToggleHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneTorchHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
RedstoneWireHandler.h Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00
SmallGateHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
TNTHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
TrappedChestHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00
TripwireHookHandler.h Redstone: inline -> static 2021-01-22 22:04:47 +00:00