summaryrefslogtreecommitdiffstats
path: root/src/Generating/DistortedHeightmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-1/+1
* shared_ptr -> unique_ptr in generatorsTiger Wang2021-03-181-3/+3
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* ShapeGen, HeiGen: Changed to use cChunkCoords.Mattes D2019-09-081-19/+17
* BiomeGen: Changed to use cChunkCoords params.Mattes D2019-09-081-1/+1
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Bulk clearing of whitespaceLogicParrot2016-02-051-5/+5
* Fix old style casts and implicit conversionsMatti Hänninen2015-08-121-19/+19
* DistortedHeightmap: Added missing initialization.Mattes D2014-12-011-0/+2
* Generator: Shape initial refactoring.Mattes D2014-11-121-558/+7
* Comment alignment.Alexander Harkness2014-10-271-4/+4
* CheckBasicStyle'dAlexander Harkness2014-10-271-14/+14
* Fixed remaining warnings.Alexander Harkness2014-10-271-5/+5
* Actually fixed the warning.Alexander Harkness2014-10-271-20/+9
* Test warning fix.Alexander Harkness2014-10-271-0/+11
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-3/+3
* DistortedHeightmap: Fixed crash on number rounding.Mattes D2014-10-091-4/+5
* DistortedHeightmap: Now generates gravel in deep ocean.STRWarrior2014-07-281-1/+1
* Extreme Hills M variant only spawn with grass and stoneSTRWarrior2014-07-221-1/+1
* ExtremeHillsPlus and ExtremeHills spawn with grass onlySTRWarrior2014-07-211-12/+2
* Normalized comments.madmaxoft2014-07-171-5/+5
* Revert "Initial Mesa Bryce implementation."madmaxoft2014-06-111-3/+1
* Initial Mesa Bryce implementation.madmaxoft2014-06-101-1/+3
* Fixed a few MSVC warnings.madmaxoft2014-01-071-1/+2
* Simplefied Extreme Hills M pattern select.STRWarrior2013-12-261-11/+3
* Extreme Hills M biomes now generate gravel, stone and grass patterns.STRWarrior2013-12-251-2/+10
* Changed tbGravel. Vanilla has 3 layers of gravel and then stone.STRWarrior2013-12-251-3/+3
* Normal extreme hills (plus) now generate a stone/grass pattern.STRWarrior2013-12-251-2/+20
* This generates gravel in Extreme Hills M biomes.STRWarrior2013-12-251-2/+20
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
* moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741Tycho Bickerstaff2013-12-081-2/+4
* Added floor pattern for MegaTaiga biomes.madmaxoft2013-11-301-1/+10
* Implemented mesa biomes in DistortedHeightmap CompoGen.madmaxoft2013-11-291-19/+101
* DistortedHeightmap: Improved speed, prepared for mesa biomes.madmaxoft2013-11-291-157/+399
* Added new biomes to old composition generator.madmaxoft2013-11-281-0/+49
* Added new biomes to old height generators.madmaxoft2013-11-281-8/+80
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-12/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+444