1
0
Fork 0
cuberite-2a/src/Protocol
changyong guo 7b0db672d1 Keep players in gmNotSet (#4248)
This allows players game mode to update to the default after portal to another world.
Fixes #4207
2018-07-23 00:35:32 +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 Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ForgeHandshake.h Implement Forge protocol handshake support (#3869) 2017-08-27 23:10:20 +02:00
MojangAPI.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02: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 recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
ProtocolRecognizer.h recover hotbar selected slot after reconnect (#4249) 2018-07-22 23:23:33 +01:00
Protocol_1_8.cpp Keep players in gmNotSet (#4248) 2018-07-23 00:35:32 +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 Keep players in gmNotSet (#4248) 2018-07-23 00:35:32 +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 Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50: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