Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some emplace_back replacements (#5149) | 12xx12 | 2021-03-07 | 1 | -6/+6 |
| | | | * replace push_back with emplace_back when a new object was created in the function call | ||||
* | Fix debug macro situation (#5114) | Tiger Wang | 2021-01-26 | 1 | -6/+6 |
| | | | Use the standard NDEBUG. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -5/+5 |
| | |||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -1/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+0 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -19/+19 |
| | |||||
* | Fix old style casts and implicit conversions | Matti Hänninen | 2015-08-12 | 1 | -11/+11 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | More fixed warnings | tycho | 2015-05-19 | 1 | -8/+8 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | Spaces around some operators are checked. | ||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -6/+6 |
| | |||||
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -11/+11 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | 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 branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -6/+6 |
| | |||||
* | Removed unused constants from MineShafts and Ravines. | Mattes D | 2014-05-09 | 1 | -3/+0 |
| | |||||
* | Ravines rewritten using cGridStructGen. | Mattes D | 2014-05-09 | 1 | -167/+31 |
| | | | | Ref.: #987. | ||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-08 | 1 | -2/+8 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -7/+8 |
| | |||||
* | Unified StructureGens and FinisherGens. | madmaxoft | 2014-03-01 | 1 | -1/+1 |
| | | | | Now they are all Finishers. Fixes #398. | ||||
* | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+531 |