summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_10.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-1/+1
2020-05-09Update submodules (#4727)peterbell101-2/+2
2020-04-10Add Zombie VillagersBond-0091-2/+19
2020-04-07Initial resource pack support (#4622)Mat1-0/+22
2020-04-04Implement wither skeletons (#4563)Mat1-9/+8
2019-09-10Protocol: Use logical outgoing packet types.Mattes D1-3/+3
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-37/+37
2017-09-14Fix switch warnings (#4013)peterbell101-33/+35
2017-09-02GetPacketID for protocol packet IDs (#3977)Lane Kolbly1-1/+1
2017-08-27Implement Forge protocol handshake support (#3869)satoshinm1-0/+2
2017-08-25Add cUUID class (#3871)peterbell101-1/+1
2017-08-24Minor changes (#3909)mathiascode1-1/+1
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