summaryrefslogtreecommitdiffstats
path: root/src/Generating/CompoGen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared_ptr -> unique_ptr in generatorsTiger Wang2021-03-181-5/+1
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-2/+2
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Enable C++17 in buildPeter Bell2020-05-091-2/+2
* CompoGenNether: Fixed different data produced in Linux Release builds.Mattes D2019-09-071-20/+12
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Reduced unnecessary block updatesLogicParrot2016-04-221-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-19/+19
* Fix clang compile errorTheo Tosini2015-08-241-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-8/+8
* Changed default MaxThreshold valueSTRWarrior2015-04-211-1/+1
* Calculate threshold for each column in a chunk instead for the whole chunkSTRWarrior2015-04-211-2/+1
* Changed Nether composition to change the threshold from a cubic noiseSTRWarrior2015-04-201-6/+6
* Added better soulsand rimsSTRWarrior2014-12-011-11/+1
* Fixed nether ceilingSTRWarrior2014-11-301-1/+1
* Generators: Unified SeaLevel into a single variable.Mattes D2014-11-201-1/+1
* Gen refactor: Implemented CompositedHeiGen.Mattes D2014-11-131-0/+2
* Generator: Shape initial refactoring.Mattes D2014-11-121-323/+9
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-3/+3
* Slight cleanup after portalsTiger Wang2014-07-291-1/+1
* Removed forgotten commentSTRWarrior2014-07-271-1/+1
* Made nether ceiling smooth.STRWarrior2014-07-271-1/+8
* Added a ceiling to disguise the bedrock above it.STRWarrior2014-07-271-1/+9
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Normalized comments.madmaxoft2014-07-171-6/+6
* Nullify deleted pointers.archshift2014-06-191-0/+2
* docs/Generator: Added the easy Finishers.madmaxoft2014-06-071-1/+13
* Implemented faster upscaling using templates.madmaxoft2014-03-211-2/+2
* Fixed recurring pattern.STRWarrior2014-01-101-1/+1
* Fixed chunk borders.STRWarrior2014-01-091-3/+3
* Speed-up. I got about 40 extra ch/sSTRWarrior2014-01-081-9/+14
* NetherGen: Now generates SoulSand.STRWarrior2014-01-081-1/+11
* Added new biomes to old composition generator.madmaxoft2013-11-281-0/+90
* 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
* Moved source to srcAlexander Harkness2013-11-241-0/+634