Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update submodules (#4727) | peterbell10 | 2020-05-09 | 1 | -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.13 | Mat | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Fix compilation, for real this time. | Alexander Harkness | 2020-04-10 | 1 | -0/+1 |
| | | | | I should go to sleep now... | ||||
* | Implement wither skeletons (#4563) | Mat | 2020-04-04 | 1 | -0/+1 |
| | |||||
* | Add protocol mob ID remapping (#4538) | Mat | 2020-03-29 | 1 | -0/+46 |
| | |||||
* | Enable functional packets in 1.13 | mathiascode | 2020-03-23 | 1 | -27/+0 |
| | |||||
* | Added temporary block type mapping for 1.13+ protocols. | Mattes D | 2020-01-07 | 1 | -2/+33 |
| | |||||
* | Fix clang8.0 build (#4399) | Bond-009 | 2019-09-24 | 1 | -9/+13 |
| | | | The protocol 13.0 PR broke clang 8.0 builds. | ||||
* | Initial support for 1.13 clients | Tiger Wang | 2019-09-16 | 1 | -0/+456 |
+ Can look at *shape* of world + Can look at *shape* of inventory |