summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-24Fixed includes in IntGen.Mattes D1-2/+2
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-10/+6
2015-07-09Fixes compilation failures on MacOSX 10.10Samuel Barney1-2/+2
* Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp
2015-05-09More style checking.Mattes D1-2/+2
Spaces around some operators are checked.
2015-03-21Style fixesworktycho1-15/+15
2015-03-11Changed pipeline character from >> to |tycho1-1/+1
2015-03-11Fixed style and removed false positivestycho1-4/+9
Relaxed the rules for < followed by an && and removed rule for < following an &&
2015-03-10Fixed Sequence Generator for IntGenTycho1-9/+21
2015-03-01Fixed StyleTycho1-12/+14
Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
2015-03-01Added pipelining syntax for generatorsTycho1-1/+48
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