Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-09-02 | GetPacketID for protocol packet IDs (#3977) | Lane Kolbly | 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. | |||||
2017-08-27 | Implement Forge protocol handshake support (#3869) | satoshinm | 1 | -0/+2 | |
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 1 | -1/+1 | |
2017-08-24 | Minor changes (#3909) | mathiascode | 1 | -1/+1 | |
2017-08-23 | d | LogicParrot | 1 | -1/+2 | |
2017-07-28 | Tentative fix for player-limit race condition (#3862) | Tiger Wang | 1 | -2/+2 | |
* Attempts to fix #2257 Derived from d233e9843148313c71fbaba96ccff660e47b07b1 * Changed player count type to int * Clarified certain actions | |||||
2017-06-09 | Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner | Lukas Pioch | 1 | -0/+114 | |
2017-05-24 | Exported boat | Lukas Pioch | 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 | |||||
2017-05-16 | Use FastWriter instead of StyledWriter | mathiascode | 1 | -1/+1 | |
2017-05-15 | VarInt metadata written correctly for boats (#3709) | peterbell10 | 1 | -3/+3 | |
* Varint metadata written correctly for boats | |||||
2017-03-03 | Add 1.11 entity metadata (#3601) | Pokechu22 | 1 | -1/+1 | |
2017-02-21 | Add 1.11.1/1.11.2 protocol (#3575) | mathiascode | 1 | -1/+1 | |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 1 | -0/+8 | |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 1 | -0/+8 | |
2016-12-16 | Initial support for the 1.11 protocol. | Mattes D | 1 | -11/+10 | |
2016-11-18 | Removed ClientHandle.h dependencies from common headers. | Mattes D | 1 | -0/+2 | |
2016-09-06 | Enclosed Clang pragmas with ifdef's (#3373) | bibo38 | 1 | -4/+7 | |
Fixes a warning in MSVC | |||||
2016-09-02 | Added support for the Minecraft 1.10 protocol(#210) (#3348) | bibo38 | 1 | -0/+879 | |
* Added support for the Minecraft 1.10 protocol(#210) * Fixed the Clang compilation errors * Fixed wrong sound pitch value and fixed SendPlayerSpawn Metadata value. * Prefixed each enum item with the appropriate class name. |