summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-92/+23
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
2020-07-06Remove Schematic Chunk height limitationKrystilizeNevaDies1-1/+1
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-2/+0
Add check for number of empty lines between functions and fix the corresponding failures
2017-09-11cBlockArea: use unique_ptrpeterbell101-4/+4
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
Fixes #2228.
2015-01-23Fixed negative return values in SchematicFileSerializer.Matyas Dolak1-1/+3
Fixes CID 103165.
2014-07-17Normalized comments.madmaxoft1-1/+1
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
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
Fixes CID 55830
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
Even in getters / setters.
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
Fixes #665.
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