summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/StatSerializer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-03Add the fmt library (#4065)peterbell101-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.
2017-09-07Switched player statistic store to save with UUID filenames. (#4002)Lane Kolbly1-3/+8
2015-10-26Update Loops required for JsonCPPLukas Pioch1-2/+2
2015-05-24Made -Weverything an error.tycho1-3/+3
2015-05-09More style checking.Mattes D1-1/+1
Spaces around some operators are checked.
2014-05-13Fixesandrew1-2/+5
2014-05-11Fixed stat serializationandrew1-5/+22
2014-05-11Statistic Managerandrew1-0/+126