Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-16 | Removed all Printf-family functions from StringUtils. | Mattes D | 1 | -12/+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. | |||||
2021-01-26 | Fix debug macro situation (#5114) | Tiger Wang | 1 | -4/+4 | |
Use the standard NDEBUG. | |||||
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 1 | -46/+7 | |
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | |||||
2020-05-07 | Remove old Android leftovers (#4722) | Mat | 1 | -6/+6 | |
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -4/+4 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2016-09-27 | Use cChunkDef::Height for Y coord comparison where applicable. | Moritz Borcherding | 1 | -1/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -3/+3 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -5/+5 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -6/+6 | |
Ad fix a load of warnings | |||||
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -2/+2 | |
2015-05-09 | More style checking. | Mattes D | 1 | -4/+4 | |
Spaces around some operators are checked. | |||||
2014-10-21 | Replace &*[0] accesses with .data() | Tiger Wang | 1 | -2/+2 | |
2014-09-26 | Added type checking to map loading. | Howaner | 1 | -9/+9 | |
2014-05-09 | Check the height and width values read. | worktycho | 1 | -0/+8 | |
Fixes CID 55831 | |||||
2014-03-24 | Wither invulnerability | andrew | 1 | -1/+5 | |
2014-02-24 | Fixed MCServer not compiling with C++03 compilers | STRWarrior | 1 | -2/+2 | |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -2/+9 | |
2014-02-14 | Send map when selected | andrew | 1 | -3/+6 | |
2014-02-13 | IDCount Serialization | andrew | 1 | -1/+78 | |
2014-02-13 | Implementation of in-game maps | andrew | 1 | -0/+189 | |