summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_12.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-5/+8
|
* Use LastSentPos for mob spawn packet in 1.11+ (#4490)Mat2020-03-051-6/+0
|
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-4/+4
|
* Add support for release 1.12.2 (#4041)peterbell102017-09-211-0/+23
|
* Added assert to cProtocolRecognizer::GetPacketId. (#4001)Lane Kolbly2017-09-041-3/+5
|
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-66/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Leashes work in 1.12.1mathiascode2017-08-261-0/+2
|
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+2
|
* Add support for 1.12.1 (#3908)Bond-0092017-08-171-0/+59
|
* Send player message when clicking on advancements or green book. (#3845)Lukas Pioch2017-07-121-0/+2
|
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+1
| | | | | | | | | | * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds
* Added missing 1.12 packet changesmathiascode2017-06-141-0/+2
|
* Protocol 1.12: Fixed missing override specifierMattes D2017-06-141-3/+3
|
* Added support for protocol 1.12 (#3757)Lukas Pioch2017-06-141-0/+66