summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/MapSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix filename template for saved maps (#5556)mjagdis2024-05-131-1/+1
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-12/+6
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-4/+4
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-46/+7
* Remove old Android leftovers (#4722)Mat2020-05-071-6/+6
* Add the fmt library (#4065)peterbell102018-01-031-4/+4
* Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding2016-09-271-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-5/+5
* Make -Werror disabling file onlytycho2015-05-191-6/+6
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-2/+2
* More style checking.Mattes D2015-05-091-4/+4
* Replace &*[0] accesses with .data()Tiger Wang2014-10-211-2/+2
* Added type checking to map loading.Howaner2014-09-261-9/+9
* Check the height and width values read.worktycho2014-05-091-0/+8
* Wither invulnerabilityandrew2014-03-241-1/+5
* Fixed MCServer not compiling with C++03 compilersSTRWarrior2014-02-241-2/+2
* Map item handler; Fixed several bugsandrew2014-02-171-2/+9
* Send map when selectedandrew2014-02-141-3/+6
* IDCount Serializationandrew2014-02-131-1/+78
* Implementation of in-game mapsandrew2014-02-131-0/+189