summaryrefslogtreecommitdiffstats
path: root/source/Caves.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)madmaxoft@gmail.com2012-08-061-24/+24
* Ravines: implemented proper caching - another 10 % in generator speedup :)madmaxoft@gmail.com2012-07-291-1/+1
* Caves and Ravines: fixed compilation and linking issues on gccmadmaxoft@gmail.com2012-07-281-3/+3
* Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfgmadmaxoft@gmail.com2012-07-271-17/+3
* Basic WormNestCaves are workingmadmaxoft@gmail.com2012-07-271-17/+45
* Initial WormNestCaves commit. Won't generate caves, only the schematic for caves' centers.madmaxoft@gmail.com2012-07-271-47/+607
* Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ )madmaxoft@gmail.com2012-07-221-0/+369