summaryrefslogtreecommitdiffstats
path: root/src/Generating/ProtIntGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-02Grown biomes: Unified with GrownProt biomes.Mattes D1-33/+50
Also fixed a Zoom filter randomness.
2014-11-01GrownProt: Added the rest of rare and M biomes.Mattes D1-13/+81
2014-11-01GrownProt biome gen: Added biome edges.Mattes D1-0/+159
2014-10-31GrownProt biomes: added alterations.Mattes D1-57/+156
2014-10-30QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D1-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.