summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_13.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update submodules (#4727)peterbell102020-05-091-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.
* Use correct value for zombie villager in 1.13Mat2020-04-101-1/+1
|
* Fix compilation, for real this time.Alexander Harkness2020-04-101-0/+1
| | | | I should go to sleep now...
* Implement wither skeletons (#4563)Mat2020-04-041-0/+1
|
* Add protocol mob ID remapping (#4538)Mat2020-03-291-0/+46
|
* Enable functional packets in 1.13mathiascode2020-03-231-27/+0
|
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-2/+33
|
* Fix clang8.0 build (#4399)Bond-0092019-09-241-9/+13
| | | The protocol 13.0 PR broke clang 8.0 builds.
* Initial support for 1.13 clientsTiger Wang2019-09-161-0/+456
+ Can look at *shape* of world + Can look at *shape* of inventory