summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-92/+23
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* 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
| | | | | | | 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.
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-2/+0
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* 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
| | | | Fixes #2228.
* Fixed negative return values in SchematicFileSerializer.Matyas Dolak2015-01-231-1/+3
| | | | Fixes CID 103165.
* Normalized comments.madmaxoft2014-07-171-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.
* Merge pull request #992 from mc-server/coverity_fixesMattes D2014-05-091-1/+1
|\ | | | | Coverity fixes
| * Range Check on schematic sizeworktycho2014-05-091-1/+1
| | | | | | Fixes CID 55830
* | 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
| | | | Even in getters / setters.
* 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
| | | | Fixes #665.
* Fixed spelling errorTycho2014-01-221-0/+172