summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-27Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding1-1/+1
2016-06-18SelfTests: Moved SchematicFileSerializer test into a separate project.Mattes D1-36/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-14/+14
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-5/+5
2015-06-19Externalized cPrefabPiecePool self-test.Mattes D1-12/+12
2015-06-11SelfTests are registered and executed after logging framework init.Mattes D1-0/+6
2015-01-23Fixed negative return values in SchematicFileSerializer.Matyas Dolak1-1/+3
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-05-09Fixed message formatting.Mattes D1-2/+2
2014-05-09Build fixes after the last size_t batch.Mattes D1-2/+2
2014-05-09Range Check on schematic sizeworktycho1-1/+1
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-04-02Added schematic string serializer self-test.madmaxoft1-0/+33
2014-03-25BlockArea: Switched internal coords to Vector3i.madmaxoft1-5/+5
2014-03-12Renamed cBlockArea Offset to WEOffset.madmaxoft1-2/+2
2014-03-11Renamed m_Offset to m_WEOffsetSTRWarrior1-3/+3
2014-03-10This allows a blockarea to have an Offset.STRWarrior1-0/+23
2014-03-07Fixed cBlockArea schematic string saving signature.madmaxoft1-4/+3
2014-03-07Added cBlockArea serialization to string.madmaxoft1-28/+106
2014-01-22Fixed spelling errorTycho1-1/+1
2014-01-22formatting changesTycho1-3/+13
2014-01-20Actually implemented interfacesTycho1-19/+26
2014-01-20Moved Schematic file methods to seperate classTycho1-0/+155