summaryrefslogtreecommitdiffstats
path: root/src/Generating/ProtIntGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made ProtIntGen's max size compile-time-configurable.Mattes D2016-02-241-1/+13
|
* Fix commentstycho2015-05-241-54/+54
|
* Fixed a lot of warningstycho2015-05-191-143/+143
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Added Steppy height generator.Mattes D2015-03-011-0/+344
|
* Grown biomes: Unified with GrownProt biomes.Mattes D2014-11-021-33/+50
| | | | Also fixed a Zoom filter randomness.
* GrownProt: Added the rest of rare and M biomes.Mattes D2014-11-011-13/+81
|
* GrownProt biome gen: Added biome edges.Mattes D2014-11-011-0/+159
|
* GrownProt biomes: added alterations.Mattes D2014-10-311-57/+156
|
* QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D2014-10-301-0/+1008
This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower.