Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-09 | Fixes compilation failures on MacOSX 10.10 | Samuel Barney | 1 | -2/+2 | |
* Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp | |||||
2015-05-09 | More style checking. | Mattes D | 1 | -2/+2 | |
Spaces around some operators are checked. | |||||
2015-03-21 | Style fixes | worktycho | 1 | -15/+15 | |
2015-03-11 | Changed pipeline character from >> to | | tycho | 1 | -1/+1 | |
2015-03-11 | Fixed style and removed false positives | tycho | 1 | -4/+9 | |
Relaxed the rules for < followed by an && and removed rule for < following an && | |||||
2015-03-10 | Fixed Sequence Generator for IntGen | Tycho | 1 | -9/+21 | |
2015-03-01 | Fixed Style | Tycho | 1 | -12/+14 | |
Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates | |||||
2015-03-01 | Added pipelining syntax for generators | Tycho | 1 | -1/+48 | |
2014-11-02 | Grown biomes: fixed Linux build. | Mattes D | 1 | -3/+3 | |
2014-11-02 | Grown biomes: Unified with GrownProt biomes. | Mattes D | 1 | -83/+484 | |
Also fixed a Zoom filter randomness. | |||||
2014-10-31 | GrownProt biomes: added alterations. | Mattes D | 1 | -47/+6 | |
2014-10-30 | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 1 | -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-27 | cIntGen: Added a virtual destructor. | Mattes D | 1 | -0/+4 | |
2014-10-27 | Removed too advanced C++11 features. | Mattes D | 1 | -31/+27 | |
We need to keep gcc 4.6 compatibility; these features were not implemented in that version yet. | |||||
2014-10-26 | IntGen: Attempt at fixing Linux compilation. | Mattes D | 1 | -13/+13 | |
2014-10-26 | BioGenGrown: Smaller biomes, add land to map center. | Mattes D | 1 | -12/+11 | |
2014-10-26 | Fixed a copypasta error in cIntGenAddToOcean. | Mattes D | 1 | -4/+4 | |
2014-10-26 | Added new biomegen: Grown | Mattes D | 1 | -0/+954 | |