summaryrefslogtreecommitdiffstats
path: root/source/Generating/ComposableGenerator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Alpha-sorted the generators in ComposableGeneratormadmaxoft@gmail.com2013-03-201-15/+15
* Lakes: added a limiter, better height distributionmadmaxoft@gmail.com2013-03-191-2/+4
* The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.madmaxoft@gmail.com2013-03-191-12/+10
* Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com2013-03-171-6/+5
* Added water and lava springs.madmaxoft@gmail.com2013-03-141-3/+17
* Initial nether composition generatormadmaxoft@gmail.com2013-03-111-0/+4
* Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com2013-02-081-4/+4
* Moved BioGen parameter reading from cComposableGenrator into each BioGen itselfmadmaxoft@gmail.com2013-02-021-18/+5
* Merged the usable portion of the "gens" branch.madmaxoft@gmail.com2013-01-251-0/+405