summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NamespaceSerializer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-12Added '#include <cctype>' in NamespaceSerializer.cpp.TheHyper451-1/+1
2022-04-12split functions into basic and entity prettifyx12xx12x1-10/+18
2022-04-12Removed an implicit cast from int to char.TheHyper451-1/+1
2022-04-12Added #include <cctype> to NamespaceSerializer.cppTheHyper451-0/+1
2022-04-12Yet another style fixTheHyper451-1/+1
2022-04-12Some refinementsTheHyper451-7/+0
2022-04-12NamespaceSerializer::Prettify function now takes a string and converts it into a prettfied stringTheHyper451-75/+28
2022-04-12Add Prettify method to get player-friendly names of mobsTheHyper451-0/+84
2021-05-03Add player statistics to API (#5193)nshah251-221/+221
2021-04-12Fix incorrect name in deserialiser for zombie pigmenTiger Wang1-2/+3
2021-03-15Adding basic Banner functionality (#4806)12xx121-1/+53
2021-02-20Mark UNREACHABLE with intrinsicsTiger Wang1-2/+0
2020-11-23Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx121-264/+476
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-114/+118
2020-08-21Minor typo fixesTiger Wang1-2/+2
2020-08-19Add Statistics and Achievements for newer Network standards12xx121-0/+281