summaryrefslogtreecommitdiffstats
path: root/src/BlockTypePalette.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-09Update submodules (#4727)peterbell101-4/+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-02-24BlockTypePalette: Improved loading speed in MSVC Debug builds.Mattes D1-45/+130
2019-12-28BlockTypePalette: Load from TSV or original reports' JSON.Mattes D1-34/+134
2019-12-28Moved ProtocolBlockTypePalette functionality into BlockTypePalette.Mattes D1-0/+82
2019-12-28BlockTypePalette: Refactored for usage in both directions.Mattes D1-20/+55
Improves index() lookup speeds and allows BlockTypePalette to be used in place of ProtocolBlockTypePalette.
2019-08-28Added a basic PalettedBlockArea implementation (#4377)Mattes D1-0/+80