summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_10.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-28Tentative fix for player-limit race condition (#3862)Tiger Wang1-2/+2
2017-06-09Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch1-0/+114
2017-05-24Exported boatLukas Pioch1-1/+1
2017-05-16Use FastWriter instead of StyledWritermathiascode1-1/+1
2017-05-15VarInt metadata written correctly for boats (#3709)peterbell101-3/+3
2017-03-03Add 1.11 entity metadata (#3601)Pokechu221-1/+1
2017-02-21Add 1.11.1/1.11.2 protocol (#3575)mathiascode1-1/+1
2017-01-03Track skin part and main hand preferences (#3498)Pokechu221-0/+8
2017-01-03Track skin part and main hand preferences (#3498)Pokechu221-0/+8
2016-12-16Initial support for the 1.11 protocol.Mattes D1-11/+10
2016-11-18Removed ClientHandle.h dependencies from common headers.Mattes D1-0/+2
2016-09-06Enclosed Clang pragmas with ifdef's (#3373)bibo381-4/+7
2016-09-02Added support for the Minecraft 1.10 protocol(#210) (#3348)bibo381-0/+879