summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_10.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+2
|
* Add cUUID class (#3871)peterbell102017-08-251-1/+1
|
* Minor changes (#3909)mathiascode2017-08-241-1/+1
|
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-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 spawnerLukas Pioch2017-06-091-0/+114
|
* Exported boatLukas Pioch2017-05-241-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 StyledWritermathiascode2017-05-161-1/+1
|
* VarInt metadata written correctly for boats (#3709)peterbell102017-05-151-3/+3
| | | | * Varint metadata written correctly for boats
* Add 1.11 entity metadata (#3601)Pokechu222017-03-031-1/+1
|
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-1/+1
|
* Track skin part and main hand preferences (#3498)Pokechu222017-01-031-0/+8
|
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+883