1
0
cuberite-2a/src/Protocol
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
..
Authenticator.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Authenticator.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
ChunkDataSerializer.cpp Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ChunkDataSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
CMakeLists.txt Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ForgeHandshake.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ForgeHandshake.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
MojangAPI.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
MojangAPI.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Packetizer.cpp Protocol: Use logical outgoing packet types. 2019-09-10 09:45:28 +02:00
Packetizer.h Protocol: Use logical outgoing packet types. 2019-09-10 09:45:28 +02:00
Protocol_1_8.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
Protocol_1_8.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol_1_9.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
Protocol_1_9.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol_1_10.cpp Protocol: Use logical outgoing packet types. 2019-09-10 09:45:28 +02:00
Protocol_1_10.h Protocol: Use logical outgoing packet types. 2019-09-10 09:45:28 +02:00
Protocol_1_11.cpp Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol_1_11.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol_1_12.cpp Use LastSentPos for mob spawn packet in 1.11+ (#4490) 2020-03-05 12:58:46 +02:00
Protocol_1_12.h Use LastSentPos for mob spawn packet in 1.11+ (#4490) 2020-03-05 12:58:46 +02:00
Protocol_1_13.cpp Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol_1_13.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
Protocol.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
ProtocolPalettes.cpp Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ProtocolPalettes.h Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ProtocolRecognizer.cpp Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00
ProtocolRecognizer.h Add protocol mob ID remapping (#4538) 2020-03-29 17:54:37 +02:00