1
0
Fork 0
cuberite-2a/src/WorldStorage
Mattes D 01b8ed5295
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change)
The BlockInfo.h file was removed from Globals.h (main change)
The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics)
The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor)
Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header.
That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified.
eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values
2020-04-03 08:57:01 +02:00
..
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +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 Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
FastNBT.h Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
FireworksSerializer.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
FireworksSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
MapSerializer.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
MapSerializer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NBTChunkSerializer.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
NBTChunkSerializer.h NBTChunkSerializer: Cleaned up interface. 2019-09-24 17:38:59 +02:00
SchematicFileSerializer.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
SchematicFileSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ScoreboardSerializer.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ScoreboardSerializer.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StatSerializer.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
StatSerializer.h Switched player statistic store to save with UUID filenames. (#4002) 2017-09-07 11:57:12 +02:00
WSSAnvil.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
WSSAnvil.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
WorldStorage.cpp Separated chunk generator from world / plugin interfaces. 2019-09-06 16:12:33 +02:00
WorldStorage.h cWorld Threads: Seperate initialization and thread start. 2017-10-21 19:33:22 +02:00