summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/ScoreboardSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-5/+2
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-2/+2
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-39/+16
* Remove old Android leftovers (#4722)Mat2020-05-071-3/+3
* Add the fmt library (#4065)peterbell102018-01-031-2/+2
* 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
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
* Fixed scoreboard loader type checks.Mattes D2014-09-061-10/+10
* Normalized comments.madmaxoft2014-07-171-5/+5
* 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