summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol110x.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for the 1.11 protocol.Mattes D2016-12-161-884/+0
|
* Removed ClientHandle.h dependencies from common headers.Mattes D2016-11-181-0/+2
|
* Enclosed Clang pragmas with ifdef's (#3373)bibo382016-09-061-4/+7
| | | Fixes a warning in MSVC
* Added support for the Minecraft 1.10 protocol(#210) (#3348)bibo382016-09-021-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.