summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/ScoreboardSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-5/+2
| | | | | 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.
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-2/+2
| | | Use the standard NDEBUG.
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-39/+16
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Remove old Android leftovers (#4722)Mat2020-05-071-3/+3
|
* Add the fmt library (#4065)peterbell102018-01-031-2/+2
| | | | | | | * 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.
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-3/+3
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* Fixed scoreboard loader type checks.Mattes D2014-09-061-10/+10
| | | | Fixes scoreboard loading error reported on the Dropper map in #1307.
* Normalized comments.madmaxoft2014-07-171-5/+5
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Shortened enumsandrew2014-03-011-7/+7
|
* Fixed compile and some warnings in MSVSTiger Wang2014-02-091-2/+2
|
* Fixed a few compile-time and runtime warnings in ScoreboardSerializer.madmaxoft2014-01-241-8/+4
|
* Fixed scoreboard.dat structureandrew2014-01-231-5/+6
|
* Fixed scoreboard serializationandrew2014-01-231-35/+26
|
* cWorld now saves/loads the scoreboardandrew2014-01-221-5/+10
|
* Scoreboard serializationandrew2014-01-201-5/+72
|
* Scoreboard deserializationandrew2014-01-201-0/+317