Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -1/+7 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | SwamplandM: Fixed sometimes having no mountains. | STRWarrior | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Added proper trees and height for SwamplandM biome | STRWarrior | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed spaces before commas. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -7/+7 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+2 |
| | |||||
* | Revert "Initial Mesa Bryce implementation." | madmaxoft | 2014-06-11 | 1 | -89/+0 |
| | | | | This reverts commit 1ff1a93866ab81e3868588a256f446a902a1a8c4. | ||||
* | Initial Mesa Bryce implementation. | madmaxoft | 2014-06-10 | 1 | -0/+89 |
| | |||||
* | Added an experimental height generator, Mountains. | madmaxoft | 2014-06-09 | 1 | -0/+66 |
| | |||||
* | Implemented faster upscaling using templates. | madmaxoft | 2014-03-21 | 1 | -1/+1 |
| | | | | Fixes #819. | ||||
* | Fixed generator adding values to ini file. | madmaxoft | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Height generator creating moved info HeiGen.cpp. | madmaxoft | 2014-01-09 | 1 | -0/+73 |
| | | | | The generator also explicitly sets the default back into the INI file. | ||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 2013-11-29 | 1 | -2/+2 |
| | |||||
* | Added new biomes to old height generators. | madmaxoft | 2013-11-28 | 1 | -29/+97 |
| | | | | Now Biomal and DistortedHeight generators will work with new biomes. | ||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+390 |