Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GetPacketID for protocol packet IDs (#3977) | Lane Kolbly | 2017-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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) | satoshinm | 2017-08-27 | 1 | -0/+2 |
| | |||||
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Tentative fix for player-limit race condition (#3862) | Tiger Wang | 2017-07-28 | 1 | -2/+2 |
| | | | | | | | | | | * Attempts to fix #2257 Derived from d233e9843148313c71fbaba96ccff660e47b07b1 * Changed player count type to int * Clarified certain actions | ||||
* | Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner | Lukas Pioch | 2017-06-09 | 1 | -0/+114 |
| | |||||
* | Exported boat | Lukas Pioch | 2017-05-24 | 1 | -1/+1 |
| | | | | | | | - NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions | ||||
* | Use FastWriter instead of StyledWriter | mathiascode | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | VarInt metadata written correctly for boats (#3709) | peterbell10 | 2017-05-15 | 1 | -3/+3 |
| | | | | * Varint metadata written correctly for boats | ||||
* | Add 1.11 entity metadata (#3601) | Pokechu22 | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Add 1.11.1/1.11.2 protocol (#3575) | mathiascode | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Track skin part and main hand preferences (#3498) | Pokechu22 | 2017-01-03 | 1 | -0/+8 |
| | |||||
* | Initial support for the 1.11 protocol. | Mattes D | 2016-12-16 | 1 | -0/+883 |