summaryrefslogtreecommitdiffstats
path: root/src/Generating/MineShafts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added override specifiers to overridden functions.Mattes D2021-04-121-2/+2
| | | | Needed for clang-11 compatibility.
* Using Super.Mattes D2020-04-161-21/+24
|
* Removed coord-based API from cCuboid. (#4362)Mattes D2019-08-091-19/+19
|
* Deal with covered switches consistently (#4161)peterbell102018-02-051-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 fixesLukas Pioch2017-05-211-1/+0
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Unified the doxy-comment format.Mattes D2015-07-311-8/+7
|
* Fixed warnings in MSVC.Mattes D2015-06-021-0/+7
| | | | It complained about undefined return values or using uninitialized variables.
* Made -Weverything an error.tycho2015-05-241-4/+4
|
* More fixed warningstycho2015-05-191-6/+6
|
* Fixed a lot of warningstycho2015-05-191-1/+0
|
* Using static cast for MineShaft spawnersSTRWarrior2014-12-011-1/+1
|
* Mineshaft spawners now spawn cave spidersSTRWarrior2014-12-011-1/+4
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+9
|
* Generator: removed rnd definitions that are never readarchshift2014-07-181-1/+0
|
* Normalized comments.madmaxoft2014-07-171-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/MCServerTycho2014-06-161-7/+9
|
* Fixed Mineshaft system size.Mattes D2014-05-231-1/+1
|
* Removed unused constants from MineShafts and Ravines.Mattes D2014-05-091-6/+0
|
* Mineshafts generator rewritten to use GridStructGen.Mattes D2014-05-091-134/+21
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-081-3/+3
|
* Initial NetherFortGen import.madmaxoft2014-03-281-1/+1
| | | | Simple fortresses of 2 different rooms will generate.
* WarningsTycho2014-03-071-0/+2
|
* Unified StructureGens and FinisherGens.madmaxoft2014-03-011-1/+1
| | | | Now they are all Finishers. Fixes #398.
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-59/+60
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+1423