summaryrefslogtreecommitdiffstats
path: root/tests/BlockTypeRegistry (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-6/+6
| | | | | Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code.
* Rename files to match codeTiger Wang2021-05-041-1/+1
|
* Update the minimodulesTiger Wang2021-04-121-2/+2
|
* Remove unused Temporary namespaceTiger Wang2020-12-214-10/+10
| | | | - Remove unused temporary mapping generation at startup
* Fix Android builds (#4998)Tiger Wang2020-10-151-21/+21
| | | | | Construct paths relative to the Cuberite sources with PROJECT_SOURCE_DIR, instead of wherever the first CMakeLists.txt file happened to be with CMAKE_SOURCE_DIR. In Android's case, the latter was in a folder called android/ but that's not the root of the source tree, so any file path built off that root was wrong. This caused file-specific warnings exclusions to fail to apply.
* Remove unused Temporary namespaceTiger Wang2020-09-252-2/+0
|
* 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