Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed coord-based API from cCuboid. (#4362) | Mattes D | 2019-08-09 | 1 | -19/+19 |
| | |||||
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 1 | -24/+21 |
| | | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | ||||
* | 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 | -1/+1 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -8/+7 |
| | |||||
* | Fixed warnings in MSVC. | Mattes D | 2015-06-02 | 1 | -0/+7 |
| | | | | It complained about undefined return values or using uninitialized variables. | ||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -4/+4 |
| | |||||
* | More fixed warnings | tycho | 2015-05-19 | 1 | -6/+6 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -1/+0 |
| | |||||
* | Using static cast for MineShaft spawners | STRWarrior | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | Mineshaft spawners now spawn cave spiders | STRWarrior | 2014-12-01 | 1 | -1/+4 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -9/+9 |
| | |||||
* | Generator: removed rnd definitions that are never read | archshift | 2014-07-18 | 1 | -1/+0 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -7/+7 |
| | | | | | 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 | -7/+9 |
| | |||||
* | Fixed Mineshaft system size. | Mattes D | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Removed unused constants from MineShafts and Ravines. | Mattes D | 2014-05-09 | 1 | -6/+0 |
| | |||||
* | Mineshafts generator rewritten to use GridStructGen. | Mattes D | 2014-05-09 | 1 | -134/+21 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-08 | 1 | -3/+3 |
| | |||||
* | Initial NetherFortGen import. | madmaxoft | 2014-03-28 | 1 | -1/+1 |
| | | | | Simple fortresses of 2 different rooms will generate. | ||||
* | Warnings | Tycho | 2014-03-07 | 1 | -0/+2 |
| | |||||
* | Unified StructureGens and FinisherGens. | madmaxoft | 2014-03-01 | 1 | -1/+1 |
| | | | | Now they are all Finishers. Fixes #398. | ||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -59/+60 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+1423 |