summaryrefslogtreecommitdiffstats
path: root/source/BioGen.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-304/+0
2012-07-29DistortedVoronoi 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.com1-3/+14
2012-07-29BiomeGen: cca 3% speedupmadmaxoft@gmail.com1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-293/+293
2012-06-02Added a cBioGenCache object for caching generated biomesmadmaxoft@gmail.com1-0/+90
2012-05-31DistortedVoronoi biome generatormadmaxoft@gmail.com1-17/+41
2012-05-27Added a voronoi biome generator (#180)madmaxoft@gmail.com1-0/+57
2012-05-27Restructured biome generators with a list of available biomes to use a common ancestor (preparation for Voronoi and DistortedVoronoi)madmaxoft@gmail.com1-2/+5
2012-05-27Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration.madmaxoft@gmail.com1-4/+34
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+89