summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed includes in IntGen.Mattes D2016-02-241-2/+2
|
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-10/+6
|
* Fixes compilation failures on MacOSX 10.10Samuel Barney2015-07-091-2/+2
| | | | | * Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp
* More style checking.Mattes D2015-05-091-2/+2
| | | | Spaces around some operators are checked.
* Style fixesworktycho2015-03-211-15/+15
|
* Changed pipeline character from >> to |tycho2015-03-111-1/+1
|
* Fixed style and removed false positivestycho2015-03-111-4/+9
| | | | Relaxed the rules for < followed by an && and removed rule for < following an &&
* Fixed Sequence Generator for IntGenTycho2015-03-101-9/+21
|
* Fixed StyleTycho2015-03-011-12/+14
| | | | Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
* Added pipelining syntax for generatorsTycho2015-03-011-1/+48
|
* 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