summaryrefslogtreecommitdiffstats
path: root/source/BioGen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-304/+0
* DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.madmaxoft@gmail.com2012-07-291-3/+14
* BiomeGen: cca 3% speedupmadmaxoft@gmail.com2012-07-291-2/+2
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-293/+293
* Added a cBioGenCache object for caching generated biomesmadmaxoft@gmail.com2012-06-021-0/+90
* DistortedVoronoi biome generatormadmaxoft@gmail.com2012-05-311-17/+41
* Added a voronoi biome generator (#180)madmaxoft@gmail.com2012-05-271-0/+57
* Restructured biome generators with a list of available biomes to use a common ancestor (preparation for Voronoi and DistortedVoronoi)madmaxoft@gmail.com2012-05-271-2/+5
* Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration.madmaxoft@gmail.com2012-05-271-4/+34
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+89