1
0
Fork 0
cuberite-2a/src/Protocol
peterbell10 950aeffff8
CheckBasicStyle: Check number of empty lines between functions (#4267)
Add check for number of empty lines between functions and fix the corresponding failures
2018-07-26 22:24:36 +01:00
..
Authenticator.cpp cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258) 2018-07-22 22:35:58 +01:00
Authenticator.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ChunkDataSerializer.cpp Implement protocol level chunk sparsing (#3864) 2017-08-21 17:56:53 +01:00
ChunkDataSerializer.h Implement protocol level chunk sparsing (#3864) 2017-08-21 17:56:53 +01:00
ForgeHandshake.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ForgeHandshake.h Implement Forge protocol handshake support (#3869) 2017-08-27 23:10:20 +02:00
MojangAPI.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
MojangAPI.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
PacketID.cpp recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
Packetizer.cpp Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Packetizer.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Protocol.h recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
ProtocolRecognizer.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ProtocolRecognizer.h recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
Protocol_1_8.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Protocol_1_8.h recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
Protocol_1_9.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Protocol_1_9.h recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
Protocol_1_10.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
Protocol_1_10.h Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner 2017-06-09 12:16:44 +02:00
Protocol_1_11.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Protocol_1_11.h Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner 2017-06-09 12:16:44 +02:00
Protocol_1_12.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
Protocol_1_12.h Add support for release 1.12.2 (#4041) 2017-09-21 14:12:43 +01:00