summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-92/+23
* Remove Schematic Chunk height limitationKrystilizeNevaDies2020-07-061-1/+1
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-2/+0
* cBlockArea: use unique_ptrpeterbell102017-09-111-4/+4
* Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding2016-09-271-1/+1
* SelfTests: Moved SchematicFileSerializer test into a separate project.Mattes D2016-06-181-36/+0
* Bulk clearing of whitespaceLogicParrot2016-02-051-14/+14
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-5/+5
* Externalized cPrefabPiecePool self-test.Mattes D2015-06-191-12/+12
* SelfTests are registered and executed after logging framework init.Mattes D2015-06-111-0/+6
* Fixed negative return values in SchematicFileSerializer.Matyas Dolak2015-01-231-1/+3
* Normalized comments.madmaxoft2014-07-171-1/+1
* Merge pull request #992 from mc-server/coverity_fixesMattes D2014-05-091-1/+1
|\
| * Range Check on schematic sizeworktycho2014-05-091-1/+1
* | Fixed message formatting.Mattes D2014-05-091-2/+2
* | Build fixes after the last size_t batch.Mattes D2014-05-091-2/+2
* | Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
|/
* Added schematic string serializer self-test.madmaxoft2014-04-021-0/+33
* BlockArea: Switched internal coords to Vector3i.madmaxoft2014-03-251-5/+5
* Renamed cBlockArea Offset to WEOffset.madmaxoft2014-03-121-2/+2
* Renamed m_Offset to m_WEOffsetSTRWarrior2014-03-111-3/+3
* This allows a blockarea to have an Offset.STRWarrior2014-03-101-0/+23
* Fixed cBlockArea schematic string saving signature.madmaxoft2014-03-071-4/+3
* Added cBlockArea serialization to string.madmaxoft2014-03-071-28/+106
* Fixed spelling errorTycho2014-01-221-0/+172