summaryrefslogtreecommitdiffstats
path: root/source/Generating/ComposableGenerator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-31MineShafts: User-settable chance of individual pieces' occurence. Staircase-only mineshafts, yay :)madmaxoft@gmail.com1-3/+9
2013-03-30MineShafts: Set the default GridSize to 256madmaxoft@gmail.com1-1/+1
2013-03-29MineShafts: implemented basic corridors, without any embellishments or branching yet.madmaxoft@gmail.com1-1/+1
2013-03-29MineShafts: backup commit with initial work, still unusable.madmaxoft@gmail.com1-1/+9
2013-03-24Made MultiStepMap BioGen the defaultmadmaxoft@gmail.com1-8/+8
2013-03-20Alpha-sorted the generators in ComposableGeneratormadmaxoft@gmail.com1-15/+15
2013-03-19Lakes: added a limiter, better height distributionmadmaxoft@gmail.com1-2/+4
2013-03-19The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.madmaxoft@gmail.com1-12/+10
2013-03-17Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com1-6/+5
2013-03-14Added water and lava springs.madmaxoft@gmail.com1-3/+17
2013-03-11Initial nether composition generatormadmaxoft@gmail.com1-0/+4
2013-02-08Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com1-4/+4
2013-02-02Moved BioGen parameter reading from cComposableGenrator into each BioGen itselfmadmaxoft@gmail.com1-18/+5
2013-01-25Merged the usable portion of the "gens" branch.madmaxoft@gmail.com1-0/+405