summaryrefslogtreecommitdiffstats
path: root/src/Generating/Caves.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-22Made it compile with clangChris Darnell1-1/+1
2014-08-21Added initializers for class members.Mattes D1-0/+3
2014-07-29Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior1-22/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-3/+3
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-17Fixed tabs used for alignment.madmaxoft1-6/+6
2014-07-17Normalized comments.madmaxoft1-5/+5
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-5/+5
2014-06-15Added random offsets to cGridStructGen.madmaxoft1-5/+5
2014-05-09Removed an unused macro.Mattes D1-7/+0
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+8
2014-05-09cWormNestCaves rewritten using cGridStructGen.Mattes D1-208/+22
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+8
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-16/+20
2014-03-01Unified StructureGens and FinisherGens.madmaxoft1-3/+3
2014-01-08WormNestCaves now remove soul sand.STRWarrior1-0/+1
2014-01-07Fixed a few MSVC warnings.madmaxoft1-4/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16WaveNoise not used, removing.Alexander Harkness1-1/+0
2013-11-16This is a copy-paste fail, right?Alexander Harkness1-1/+1
2013-11-16Got rid of yet another unused variable.Alexander Harkness1-51/+50
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-970/+970
2013-03-22Re-tweaked WormNestCaves for more reasonable cave sizesmadmaxoft@gmail.com1-7/+14
2013-03-22WormNestCaves: tweaked a bit not to produce the single-block holes in the floormadmaxoft@gmail.com1-5/+5
2013-03-17Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com1-48/+20
2012-12-16Made WormNest caves generate smaller.madmaxoft@gmail.com1-3/+29
2012-10-19WormNestCaves: drills only through specific blocks (FS #259)madmaxoft@gmail.com1-1/+23
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-0/+0
2012-08-06Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)madmaxoft@gmail.com1-24/+24
2012-07-29Ravines: implemented proper caching - another 10 % in generator speedup :)madmaxoft@gmail.com1-1/+1
2012-07-28Caves and Ravines: fixed compilation and linking issues on gccmadmaxoft@gmail.com1-3/+3
2012-07-27Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfgmadmaxoft@gmail.com1-17/+3
2012-07-27Basic WormNestCaves are workingmadmaxoft@gmail.com1-17/+45
2012-07-27Initial WormNestCaves commit. Won't generate caves, only the schematic for caves' centers.madmaxoft@gmail.com1-47/+607
2012-07-22Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ )madmaxoft@gmail.com1-0/+369