summaryrefslogtreecommitdiffstats
path: root/src/Generating/MineShafts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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