summaryrefslogtreecommitdiffstats
path: root/src/Generating/CompoGenBiomal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed double includes (#3885)Lukas Pioch2017-08-021-1/+0
|
* Fixed villages generating under-water.Mattes D2016-12-011-1/+6
| | | | The CompoGenBiomal didn't update the heightmap properly.
* Bulk clearing of whitespaceLogicParrot2016-02-051-18/+18
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-9/+9
|
* Fixed compile and a few more warningstycho2015-05-191-1/+6
|
* Fixed a lot of warningstycho2015-05-191-6/+9
|
* Added parenthesis around the comparisonsSTRWarrior2015-03-081-2/+2
|
* Added grass/course dirt layer on MesaPlateauF(M)STRWarrior2015-03-081-0/+14
|
* CompoGenBiomal: Fixed signed vs unsigned comparison.Mattes D2014-11-271-1/+1
|
* CompoGenBiomal: Fixed sealevel offset.Mattes D2014-11-201-1/+1
|
* CompoGenBiomal: Fixed sealevel not generating properly.Mattes D2014-11-201-1/+2
|
* Noise3D generators: Changed noise generator to InterpolNoise.Mattes D2014-11-201-1/+1
|
* Gen refactor: Implemented CompositedHeiGen.Mattes D2014-11-131-214/+0
| | | | This fixes crashes in the Village generator due to the missing generator.
* Generator: Shape initial refactoring.Mattes D2014-11-121-0/+799
The code compiles, but several structure generators are broken, crash on start.