Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 1 | -92/+23 | |
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | |||||
2020-07-06 | Remove Schematic Chunk height limitation | KrystilizeNevaDies | 1 | -1/+1 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 1 | -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-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -2/+0 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2017-09-11 | cBlockArea: use unique_ptr | peterbell10 | 1 | -4/+4 | |
2016-09-27 | Use cChunkDef::Height for Y coord comparison where applicable. | Moritz Borcherding | 1 | -1/+1 | |
2016-06-18 | SelfTests: Moved SchematicFileSerializer test into a separate project. | Mattes D | 1 | -36/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -14/+14 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -5/+5 | |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -12/+12 | |
2015-06-11 | SelfTests are registered and executed after logging framework init. | Mattes D | 1 | -0/+6 | |
Fixes #2228. | |||||
2015-01-23 | Fixed negative return values in SchematicFileSerializer. | Matyas Dolak | 1 | -1/+3 | |
Fixes CID 103165. | |||||
2014-07-17 | Normalized comments. | madmaxoft | 1 | -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-09 | Fixed message formatting. | Mattes D | 1 | -2/+2 | |
2014-05-09 | Build fixes after the last size_t batch. | Mattes D | 1 | -2/+2 | |
2014-05-09 | Range Check on schematic size | worktycho | 1 | -1/+1 | |
Fixes CID 55830 | |||||
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -2/+2 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -2/+2 | |
2014-04-02 | Added schematic string serializer self-test. | madmaxoft | 1 | -0/+33 | |
2014-03-25 | BlockArea: Switched internal coords to Vector3i. | madmaxoft | 1 | -5/+5 | |
2014-03-12 | Renamed cBlockArea Offset to WEOffset. | madmaxoft | 1 | -2/+2 | |
Even in getters / setters. | |||||
2014-03-11 | Renamed m_Offset to m_WEOffset | STRWarrior | 1 | -3/+3 | |
2014-03-10 | This allows a blockarea to have an Offset. | STRWarrior | 1 | -0/+23 | |
2014-03-07 | Fixed cBlockArea schematic string saving signature. | madmaxoft | 1 | -4/+3 | |
2014-03-07 | Added cBlockArea serialization to string. | madmaxoft | 1 | -28/+106 | |
Fixes #665. | |||||
2014-01-22 | Fixed spelling error | Tycho | 1 | -1/+1 | |
2014-01-22 | formatting changes | Tycho | 1 | -3/+13 | |
2014-01-20 | Actually implemented interfaces | Tycho | 1 | -19/+26 | |
2014-01-20 | Moved Schematic file methods to seperate class | Tycho | 1 | -0/+155 | |