1
0
Fork 0
cuberite-2a/src/Protocol
Lane Kolbly aebfbfb8c8 GetPacketID for protocol packet IDs (#3977)
* Added GetPacketId method to protocol, implemented for all protocols.

* Moved GetPacketID methods into a single file, alpha-sorted.

* Fixed 1.12.1 HandlePacket switch statement.

* Added SendLogin to the GetPacketId framework.

* Added SpawnObject to GetPacketId framework.

* Added missing sendEntityEquipment packet ID update for 1.12.1

* Added LeashEntity packet ID change to 1.12.1

* Alphabetized packet enum, added SpawnGlobalEntity to GetPacketId framework

* Fixed clang errors

* Indented cases, expanded comment for GetPacketId

* Changed dyslexic comment.
2017-09-02 17:46:57 +01:00
..
Authenticator.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
Authenticator.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
CMakeLists.txt GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01: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 Implement Forge protocol handshake support (#3869) 2017-08-27 23:10:20 +02:00
ForgeHandshake.h Implement Forge protocol handshake support (#3869) 2017-08-27 23:10:20 +02:00
MojangAPI.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
MojangAPI.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
PacketID.cpp GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +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 GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
ProtocolRecognizer.cpp Fully implemented leashes (#3798) 2017-08-21 10:46:41 +02:00
ProtocolRecognizer.h GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
Protocol_1_8.cpp Protocol Spawn Position Should Use LastSentPosition (#3929) 2017-08-30 15:01:33 +01:00
Protocol_1_8.h GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
Protocol_1_9.cpp GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
Protocol_1_9.h GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
Protocol_1_10.cpp GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +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 GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +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 GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00
Protocol_1_12.h GetPacketID for protocol packet IDs (#3977) 2017-09-02 17:46:57 +01:00