summaryrefslogtreecommitdiffstats
path: root/src/Generating/RoughRavines.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-19More fixed warningstycho1-8/+8
2014-07-29Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior1-22/+4
I might have forgotten some of them though
2014-07-27RoughRavines: Made floor and ceiling settings-adjustable.madmaxoft1-9/+42
The world.ini has settings for the minimum and maximum height for each at the ravines' center and edges.
2014-07-27RoughRavines: Added per-height radius modifier. Ledges!madmaxoft1-32/+73
2014-07-27RoughRavines: More settings - size, width, roughnessmadmaxoft1-18/+48
2014-07-27RoughRavines: Initial generator implementation.madmaxoft1-0/+214
This provides the basic shape of the ravines, with the basic settings based on GridStructGen, and good default values.