summaryrefslogtreecommitdiffstats
path: root/src/Bindings/BlockTypePalette.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-1/+1
| | | | | 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.
* Remove unused Temporary namespaceTiger Wang2020-12-211-0/+138
- Remove unused temporary mapping generation at startup