1
0
Fork 0
cuberite-2a/src/Protocol
Tiger Wang eb4432bb62 Tentative fix for player-limit race condition (#3862)
* Attempts to fix #2257

Derived from d233e9843148313c71fbaba96ccff660e47b07b1

* Changed player count type to int

* Clarified certain actions
2017-07-28 17:54:40 +01:00
..
Authenticator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Authenticator.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
CMakeLists.txt Added support for protocol 1.12 (#3757) 2017-06-14 11:22:51 +02:00
ChunkDataSerializer.cpp Initial support for the 1.11 protocol. 2016-12-16 00:07:22 +01:00
ChunkDataSerializer.h Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00
MojangAPI.cpp Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
MojangAPI.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
Packetizer.cpp Added VarInt64, normalized cPacketizer datatype names. 2015-03-22 23:09:23 +01:00
Packetizer.h Fixed a lot of warnings 2015-05-19 11:50:59 +01:00
Protocol.h Initial support for the 1.11 protocol. 2016-12-16 00:07:22 +01:00
ProtocolRecognizer.cpp Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +01:00
ProtocolRecognizer.h Handle incomplete packets in cProtocolRecognizer 2017-07-26 11:04:08 +01:00
Protocol_1_8.cpp Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +01:00
Protocol_1_8.h Initial support for the 1.11 protocol. 2016-12-16 00:07:22 +01:00
Protocol_1_9.cpp Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +01:00
Protocol_1_9.h Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner 2017-06-09 12:16:44 +02:00
Protocol_1_10.cpp Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +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 Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +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 Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +01:00
Protocol_1_12.h Send player message when clicking on advancements or green book. (#3845) 2017-07-12 10:11:29 +02:00