summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/StatSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the fmt library (#4065)peterbell102018-01-031-1/+1
| | | | | | | * 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.
* Switched player statistic store to save with UUID filenames. (#4002)Lane Kolbly2017-09-071-3/+8
|
* Update Loops required for JsonCPPLukas Pioch2015-10-261-2/+2
|
* Made -Weverything an error.tycho2015-05-241-3/+3
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Fixesandrew2014-05-131-2/+5
|
* Fixed stat serializationandrew2014-05-111-5/+22
|
* Statistic Managerandrew2014-05-111-0/+126