summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_13.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-09Update submodules (#4727)peterbell101-2/+2
Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
2020-04-10Use correct value for zombie villager in 1.13Mat1-1/+1
2020-04-10Fix compilation, for real this time.Alexander Harkness1-0/+1
I should go to sleep now...
2020-04-04Implement wither skeletons (#4563)Mat1-0/+1
2020-03-29Add protocol mob ID remapping (#4538)Mat1-0/+46
2020-03-23Enable functional packets in 1.13mathiascode1-27/+0
2020-01-07Added temporary block type mapping for 1.13+ protocols.Mattes D1-2/+33
2019-09-24Fix clang8.0 build (#4399)Bond-0091-9/+13
The protocol 13.0 PR broke clang 8.0 builds.
2019-09-16Initial support for 1.13 clientsTiger Wang1-0/+456
+ Can look at *shape* of world + Can look at *shape* of inventory