summaryrefslogtreecommitdiffstats
path: root/tests/BlockTypeRegistry/PalettedBlockAreaTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-16Removed all Printf-family functions from StringUtils.Mattes D1-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.
2020-09-25Remove unused Temporary namespaceTiger Wang1-1/+0
2019-08-28Added a basic PalettedBlockArea implementation (#4377)Mattes D1-0/+434