1
0
Fork 0
cuberite-2a/tests
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
..
BlockTypeRegistry BlockTypePalette: Improved loading speed in MSVC Debug builds. 2020-02-24 09:37:40 +01:00
BoundingBox Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ByteBuffer Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
ChunkData Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
CompositeChat Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
ConsoleColors Moved some files. 2013-12-21 12:59:41 +00:00
FastRandom Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
Generating Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
HTTP Fix race condition in UrlClientTest 2019-09-10 14:18:10 +02:00
LoadablePieces Gen: Moved tests to a separate folder, unified shared sources. 2017-05-04 09:49:30 +02:00
LuaThreadStress Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
Network Updated LibEvent to release 2.1.11-stable. (#4383) 2019-09-04 22:34:54 +01:00
NoiseTest Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
OSSupport CMake: Fix test builds on MSVC (#4131) 2018-01-22 09:39:41 +00:00
SchematicFileSerializer Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
UUID Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
CMakeLists.txt Moved ProtocolBlockTypePalette functionality into BlockTypePalette. 2019-12-28 22:43:35 +01:00
TestHelpers.h Added a BasicGeneratorTest. 2019-09-06 16:12:33 +02:00