summaryrefslogtreecommitdiffstats
path: root/source/Generating/CompoGen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed underwater sand / dirt generator noise frequencymadmaxoft@gmail.com2013-04-221-1/+1
* Generator: Added notes of failed optimization attemptsmadmaxoft@gmail.com2013-04-221-23/+30
* The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.madmaxoft@gmail.com2013-03-191-8/+4
* Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com2013-03-171-89/+45
* Initial nether composition generatormadmaxoft@gmail.com2013-03-111-0/+98
* Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com2013-02-161-1/+1
* Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.madmaxoft@gmail.com2012-10-141-2/+2
* Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-0/+427