summaryrefslogtreecommitdiffstats
path: root/source/Caves.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-943/+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