summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_12.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-1107/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+2
|
* Leashes work in 1.12.1mathiascode2017-08-261-24/+48
|
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+24
|
* Add support for 1.12.1 (#3908)Bond-0092017-08-171-3/+756
|
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-3/+3
| | | | | | | | | | * Attempts to fix #2257 Derived from d233e9843148313c71fbaba96ccff660e47b07b1 * Changed player count type to int * Clarified certain actions
* Added basic ocelot behavior (#3829)Bond-0092017-07-121-0/+18
|
* Send player message when clicking on advancements or green book. (#3845)Lukas Pioch2017-07-121-2/+22
|
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+27
| | | | | | | | | | * 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/+28
|
* Added support for protocol 1.12 (#3757)Lukas Pioch2017-06-141-0/+1509