1
0
Fork 0
cuberite-2a/src/Protocol
Tiger Wang 9518a27357
Prepare for 1.15+ (#4856)
+ Add type-safe container for states
* Split registry Blocks into BlockTypes, BlockStates so the block types enumeration can be #included without too much penalty
* Ensure Registry uses type-safe container
2020-12-21 13:54:04 +00:00
..
Palettes Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
Authenticator.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
Authenticator.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt 1.14 connection support 2020-07-26 18:55:16 +01:00
ChunkDataSerializer.cpp Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
ChunkDataSerializer.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00: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 Update submodules (#4727) 2020-05-09 15:51:15 +01:00
MojangAPI.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Packetizer.cpp Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
Packetizer.h Comment and code style fix 2020-12-21 13:52:06 +00:00
Protocol.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
ProtocolRecognizer.cpp Warnings improvements 2020-12-18 21:03:40 +00:00
ProtocolRecognizer.h Delete duplicated status request handlers 2020-07-18 19:23:10 +01:00
Protocol_1_8.cpp Ignore CanFly flag sent by the client 2020-12-18 21:03:50 +00:00
Protocol_1_8.h Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
Protocol_1_9.cpp Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_9.h Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_10.cpp Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_10.h Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_11.cpp Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_11.h Remove GetProtocolVersion unneeded comments 2020-07-19 23:11:02 +01:00
Protocol_1_12.cpp Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_12.h Adding new monster types to enum and saving/loading for easier future implementation (#4941) 2020-11-22 23:41:13 +00:00
Protocol_1_13.cpp Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
Protocol_1_13.h 1.13+: Send length-prefixed server Brand string 2020-08-28 21:08:06 +01:00
Protocol_1_14.cpp Prepare for 1.15+ (#4856) 2020-12-21 13:54:04 +00:00
Protocol_1_14.h Cleanup Protocol classes 2020-09-18 16:41:06 +01:00
RecipeMapper.cpp Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
RecipeMapper.h Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00