summaryrefslogtreecommitdiffstats
path: root/tests/BlockTypeRegistry (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-10/+2
| | | * Make our CMake slightly less insane
* Update submodules (#4727)peterbell102020-05-091-2/+4
| | | | | | | | | | | | | 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.
* BlockTypePalette: Improved loading speed in MSVC Debug builds.Mattes D2020-02-241-2/+2
|
* BlockTypePalette: Load from TSV or original reports' JSON.Mattes D2019-12-283-222/+143
|
* Moved ProtocolBlockTypePalette functionality into BlockTypePalette.Mattes D2019-12-283-2/+304
|
* BlockTypePalette: Refactored for usage in both directions.Mattes D2019-12-281-48/+60
| | | | Improves index() lookup speeds and allows BlockTypePalette to be used in place of ProtocolBlockTypePalette.
* Add ProtocolBlockTypePalette (#4391)E142019-09-221-0/+58
|
* Added a basic PalettedBlockArea implementation (#4377)Mattes D2019-08-283-1/+586
|
* Improved testing framework. (#4376)Mattes D2019-08-262-61/+8
|
* Added BlockState implementation for 1.13 support.Mattes D2019-08-242-0/+158
|
* BlockTypeRegistry: Added hint manipulationMattes D2019-08-051-0/+37
|
* BlockTypeRegistry: Initial skeletonMattes D2019-08-052-0/+268