summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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