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