summaryrefslogtreecommitdiffstats
path: root/src/Generating/BioGen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-18Moved all Noise-related files into a separate folder.Mattes D1-1/+1
2014-10-19Generator: Rewritten to use SharedPtrs.Mattes D1-12/+14
2014-09-27BioGen: TwoLevel is now fully settable in INI.madmaxoft1-6/+9
2014-09-05Fixed style.Mattes D1-5/+9
2014-09-03change to linear calculationDayBr3ak1-2/+1
2014-09-03adapting formatDayBr3ak1-2/+6
2014-09-02forgot this oneDayBr3ak1-1/+1
2014-09-02opting for size_tDayBr3ak1-2/+2
2014-09-02changing implem, using vectorsDayBr3ak1-20/+8
2014-09-02adding the multicache behaviorDayBr3ak1-3/+3
2014-09-01added multicache class definitionDayBr3ak1-0/+35
2014-06-20Optimized Voronoi calculation.madmaxoft1-1/+6
2013-11-28BiomeVisualiser: Added the TwoLevel biome generator.madmaxoft1-0/+38
2013-11-27Voronoi-related biomegens use the new cVoronoiMap class.madmaxoft1-7/+18
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-10Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().madmaxoft1-6/+6
2013-05-05Re-worked generator subobject ownership, added a cache for the CompositionGenmadmaxoft@gmail.com1-1/+1
2013-04-24MultiStepMap BiomeGen: made 3x faster by using 2D noise instead of 3D noise.madmaxoft@gmail.com1-1/+8
2013-03-24Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289.madmaxoft@gmail.com1-3/+4
2013-03-19Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed.madmaxoft@gmail.com1-1/+1
2013-02-02Moved BioGen parameter reading from cComposableGenrator into each BioGen itselfmadmaxoft@gmail.com1-29/+26
2013-01-25Merged the usable portion of the "gens" branch.madmaxoft@gmail.com1-1/+1
2013-01-24A brand new biome generator: cBioGenMultiStepMap.madmaxoft@gmail.com1-0/+53
2012-11-20Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging.madmaxoft@gmail.com1-0/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-171/+171
2012-06-02Added a cBioGenCache object for caching generated biomesmadmaxoft@gmail.com1-0/+36
2012-05-31DistortedVoronoi biome generatormadmaxoft@gmail.com1-18/+23
2012-05-27Voronoi has a minimum cell size of 4 blocks now, to avoid some extreme corner-casesmadmaxoft@gmail.com1-1/+1
2012-05-27Added a voronoi biome generator (#180)madmaxoft@gmail.com1-0/+28
2012-05-27Restructured biome generators with a list of available biomes to use a common ancestor (preparation for Voronoi and DistortedVoronoi)madmaxoft@gmail.com1-9/+25
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-1/+12
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+75