summaryrefslogtreecommitdiffstats
path: root/src/Generating/CompoGenBiomal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.