summaryrefslogtreecommitdiffstats
path: root/src/Generating/HeiGen.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-01Added PieceStructures generator.Mattes D1-0/+42
2015-08-12Fix old style casts and implicit conversionsMatti Hänninen1-15/+15
2015-07-31Unified the doxy-comment format.Mattes D1-1/+1
2015-07-07Fixed warnings generated by 64-bit MSVC.Mattes D1-10/+10
2015-05-24Fix commentstycho1-1/+1
2015-05-19More fixed warningstycho1-1/+4
2015-05-19Fixed a lot of warningstycho1-21/+5
2015-05-09More style checking.Mattes D1-1/+1
2015-03-01Steppy HeiGen: Fixed Linux compilation.Mattes D1-1/+1
2015-03-01Added Steppy height generator.Mattes D1-0/+64
2014-11-26Merge remote-tracking branch 'origin-master' into c++11Tiger Wang1-25/+67
2014-11-13Gen refactor: Implemented CompositedHeiGen.Mattes D1-0/+45
2014-11-12Generator: Shape initial refactoring.Mattes D1-25/+22
2014-11-10Added BiomalNoise3D shape generator.Mattes D1-0/+4
2014-11-04MinMax heigen: Reduced the number of octaves.Mattes D1-2/+0
2014-11-04Added MinMax height generator.Mattes D1-0/+207
2014-11-03HeiGen: Moved construction to the end of file.Mattes D1-75/+75
2014-10-27Comment alignment.Alexander Harkness1-4/+4
2014-10-27CheckBasicStyle'dAlexander Harkness1-14/+14
2014-10-27Fixed more warnings.Alexander Harkness1-14/+14
2014-10-23Merged IniFile into main MCS sources.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-19Mountain height gen: Added ditches.Mattes D1-7/+14
2014-10-19Generator: Rewritten to use SharedPtrs.Mattes D1-6/+6
2014-08-21Added initializers for class members.Mattes D1-1/+7
2014-08-18SwamplandM: Fixed sometimes having no mountains.STRWarrior1-1/+1
2014-08-02Added proper trees and height for SwamplandM biomeSTRWarrior1-1/+1
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
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