1
0
cuberite-2a/src/WorldStorage
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 Add Statistics and Achievements for newer Network standards 2020-08-19 20:45:27 +01:00
EnchantmentSerializer.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnchantmentSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FastNBT.cpp Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00
FastNBT.h Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00
FireworksSerializer.cpp zlib -> libdeflate (#5085) 2021-01-11 16:39:43 +00:00
FireworksSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
MapSerializer.cpp Fix debug macro situation (#5114) 2021-01-26 09:41:55 +00:00
MapSerializer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NamespaceSerializer.cpp Mark UNREACHABLE with intrinsics 2021-02-20 17:46:02 +00:00
NamespaceSerializer.h Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
NBTChunkSerializer.cpp Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00
NBTChunkSerializer.h zlib -> libdeflate (#5085) 2021-01-11 16:39:43 +00:00
SchematicFileSerializer.cpp zlib -> libdeflate (#5085) 2021-01-11 16:39:43 +00:00
SchematicFileSerializer.h zlib -> libdeflate (#5085) 2021-01-11 16:39:43 +00:00
ScoreboardSerializer.cpp Fix debug macro situation (#5114) 2021-01-26 09:41:55 +00:00
ScoreboardSerializer.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StatSerializer.cpp Warnings improvements 2020-12-18 21:03:40 +00:00
StatSerializer.h StatSerializer: use std::move 2020-08-21 18:15:34 +01:00
WorldStorage.cpp Update comments and code for Load/SaveOneChunk so they match (#4992) 2020-10-11 16:14:43 +00:00
WorldStorage.h Update comments and code for Load/SaveOneChunk so they match (#4992) 2020-10-11 16:14:43 +00:00
WSSAnvil.cpp Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00
WSSAnvil.h Prepare ChunkData for BlockState storage (#5105) 2021-03-05 14:03:55 +01:00