Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | Spaces around some operators are checked. | ||||
* | Style fixes | worktycho | 2015-03-21 | 1 | -15/+15 |
| | |||||
* | Changed pipeline character from >> to | | tycho | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed style and removed false positives | tycho | 2015-03-11 | 1 | -4/+9 |
| | | | | Relaxed the rules for < followed by an && and removed rule for < following an && | ||||
* | Fixed Sequence Generator for IntGen | Tycho | 2015-03-10 | 1 | -9/+21 |
| | |||||
* | Fixed Style | Tycho | 2015-03-01 | 1 | -12/+14 |
| | | | | Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates | ||||
* | Added pipelining syntax for generators | Tycho | 2015-03-01 | 1 | -1/+48 |
| | |||||
* | Grown biomes: fixed Linux build. | Mattes D | 2014-11-02 | 1 | -3/+3 |
| | |||||
* | Grown biomes: Unified with GrownProt biomes. | Mattes D | 2014-11-02 | 1 | -83/+484 |
| | | | | Also fixed a Zoom filter randomness. | ||||
* | GrownProt biomes: added alterations. | Mattes D | 2014-10-31 | 1 | -47/+6 |
| | |||||
* | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 2014-10-30 | 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. | ||||
* | cIntGen: Added a virtual destructor. | Mattes D | 2014-10-27 | 1 | -0/+4 |
| | |||||
* | Removed too advanced C++11 features. | Mattes D | 2014-10-27 | 1 | -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 D | 2014-10-26 | 1 | -13/+13 |
| | |||||
* | BioGenGrown: Smaller biomes, add land to map center. | Mattes D | 2014-10-26 | 1 | -12/+11 |
| | |||||
* | Fixed a copypasta error in cIntGenAddToOcean. | Mattes D | 2014-10-26 | 1 | -4/+4 |
| | |||||
* | Added new biomegen: Grown | Mattes D | 2014-10-26 | 1 | -0/+954 |