summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-02Grown biomes: fixed Linux build.Mattes D1-3/+3
2014-11-02Grown biomes: Unified with GrownProt biomes.Mattes D1-83/+484
Also fixed a Zoom filter randomness.
2014-10-31GrownProt biomes: added alterations.Mattes D1-47/+6
2014-10-30QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D1-40/+133
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.
2014-10-27cIntGen: Added a virtual destructor.Mattes D1-0/+4
2014-10-27Removed too advanced C++11 features.Mattes D1-31/+27
We need to keep gcc 4.6 compatibility; these features were not implemented in that version yet.
2014-10-26IntGen: Attempt at fixing Linux compilation.Mattes D1-13/+13
2014-10-26BioGenGrown: Smaller biomes, add land to map center.Mattes D1-12/+11
2014-10-26Fixed a copypasta error in cIntGenAddToOcean.Mattes D1-4/+4
2014-10-26Added new biomegen: GrownMattes D1-0/+954