summaryrefslogtreecommitdiffstats
path: root/src/Generating/HeiGen.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-18Fixed spaces before commas.madmaxoft1-2/+2
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-7/+7
2014-06-19Nullify deleted pointers.archshift1-0/+2
2014-06-11Revert "Initial Mesa Bryce implementation."madmaxoft1-89/+0
2014-06-10Initial Mesa Bryce implementation.madmaxoft1-0/+89
2014-06-09Added an experimental height generator, Mountains.madmaxoft1-0/+66
2014-03-21Implemented faster upscaling using templates.madmaxoft1-1/+1
2014-01-10Fixed generator adding values to ini file.madmaxoft1-0/+1
2014-01-09Height generator creating moved info HeiGen.cpp.madmaxoft1-0/+73
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-2/+2
2013-11-29Implemented mesa biomes in DistortedHeightmap CompoGen.madmaxoft1-2/+2
2013-11-28Added new biomes to old height generators.madmaxoft1-29/+97
2013-11-27Fixed the remaining derpsAlexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-11CompoGen and HeiGen read their settings in their respective Initialize() functions.madmaxoft1-11/+47
2013-05-14Noise3D generator is now using linear upscalingmadmaxoft@gmail.com1-1/+1
2013-05-12LinearUpscale: postfixed with InPlace to differentiate from a future src/dst versionmadmaxoft@gmail.com1-1/+1
2013-05-12Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.madmaxoft@gmail.com1-1/+2
2013-05-06DistortedHeightmap: Small optimizations, memory leak fix.madmaxoft@gmail.com1-0/+17
2013-05-05Re-worked generator subobject ownership, added a cache for the CompositionGenmadmaxoft@gmail.com1-1/+0
2013-05-05Added the DistortedHeightmap height and composition generator.madmaxoft@gmail.com1-0/+2
2013-04-22HeiGenBiomal: interpolate in 4x4 blocks on float valuesmadmaxoft@gmail.com1-14/+16
2013-04-22Generator: Added notes of failed optimization attemptsmadmaxoft@gmail.com1-0/+6
2013-03-20HeiGenBiomal: added a fast but ugly-looking optimization, disabled by default.madmaxoft@gmail.com1-0/+25
2013-01-25Adjusted Biomal height generator to have less hills in the rivers.madmaxoft@gmail.com1-21/+21
2012-11-15More valgrind fixesmadmaxoft@gmail.com1-2/+2
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-0/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-302/+302
2012-06-02Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()madmaxoft@gmail.com1-1/+1
2012-06-02Added a cHeiGenCache object for caching generated heightmaps. World generation is now about twice as fast as before Rev 535 :)madmaxoft@gmail.com1-0/+90
2012-06-02Added the Biomal height generator, made it the default height generator.madmaxoft@gmail.com1-0/+121
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+91