summaryrefslogtreecommitdiffstats
path: root/source/Generating/BioGen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-707/+0
* Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().madmaxoft2013-10-101-11/+11
* Noise3D generator is now using linear upscalingmadmaxoft@gmail.com2013-05-141-6/+6
* LinearUpscale: postfixed with InPlace to differentiate from a future src/dst versionmadmaxoft@gmail.com2013-05-121-6/+6
* Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.madmaxoft@gmail.com2013-05-121-6/+7
* Re-worked generator subobject ownership, added a cache for the CompositionGenmadmaxoft@gmail.com2013-05-051-1/+0
* MultiStepMap BiomeGen: made 3x faster by using 2D noise instead of 3D noise.madmaxoft@gmail.com2013-04-241-19/+24
* Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289.madmaxoft@gmail.com2013-03-241-10/+19
* Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed.madmaxoft@gmail.com2013-03-191-5/+10
* Moved BioGen parameter reading from cComposableGenrator into each BioGen itselfmadmaxoft@gmail.com2013-02-021-1/+62
* A brand new biome generator: cBioGenMultiStepMap.madmaxoft@gmail.com2013-01-241-0/+301
* Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging.madmaxoft@gmail.com2012-11-201-2/+24
* More valgrind fixesmadmaxoft@gmail.com2012-11-151-2/+2
* Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-0/+304