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