Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all Printf-family functions from StringUtils. | Mattes D | 2023-05-16 | 1 | -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. | ||||
* | Remove unused Temporary namespace | Tiger Wang | 2020-09-25 | 1 | -1/+0 |
| | |||||
* | Added a basic PalettedBlockArea implementation (#4377) | Mattes D | 2019-08-28 | 1 | -0/+434 |