summaryrefslogtreecommitdiffstats
path: root/src/Generating/Caves.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WormNestCaves occasionally generates sandstone around the caveSTRWarrior2014-12-131-3/+22
| | | | Only when the block around the cave is sand.
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-2/+8
|
* Made it compile with clangChris Darnell2014-09-221-1/+1
|
* Added initializers for class members.Mattes D2014-08-211-0/+3
| | | | As reported by Coverity, these weren't initialized.
* Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior2014-07-291-22/+2
| | | | I might have forgotten some of them though
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-6/+6
|
* Normalized comments.madmaxoft2014-07-171-5/+5
| | | | | 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-5/+5
|
* Removed an unused macro.Mattes D2014-05-091-7/+0
|
* cWormNestCaves rewritten using cGridStructGen.Mattes D2014-05-091-208/+22
| | | | Ref.: #987.
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-081-2/+8
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-16/+20
|
* Unified StructureGens and FinisherGens.madmaxoft2014-03-011-3/+3
| | | | Now they are all Finishers. Fixes #398.
* WormNestCaves now remove soul sand.STRWarrior2014-01-081-0/+1
|
* Fixed a few MSVC warnings.madmaxoft2014-01-071-4/+4
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-53/+51
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+970