Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warnings generated by 64-bit MSVC. | Mattes D | 2015-07-07 | 1 | -10/+10 |
| | |||||
* | Fix comments | tycho | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | More fixed warnings | tycho | 2015-05-19 | 1 | -1/+4 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -21/+5 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Steppy HeiGen: Fixed Linux compilation. | Mattes D | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Added Steppy height generator. | Mattes D | 2015-03-01 | 1 | -0/+64 |
| | |||||
* | Gen refactor: Implemented CompositedHeiGen. | Mattes D | 2014-11-13 | 1 | -0/+45 |
| | | | | This fixes crashes in the Village generator due to the missing generator. | ||||
* | Generator: Shape initial refactoring. | Mattes D | 2014-11-12 | 1 | -25/+22 |
| | | | | The code compiles, but several structure generators are broken, crash on start. | ||||
* | Added BiomalNoise3D shape generator. | Mattes D | 2014-11-10 | 1 | -0/+4 |
| | |||||
* | MinMax heigen: Reduced the number of octaves. | Mattes D | 2014-11-04 | 1 | -2/+0 |
| | | | | They didn't affect the terrain that much anyway. | ||||
* | Added MinMax height generator. | Mattes D | 2014-11-04 | 1 | -0/+207 |
| | | | | Fixes #1578. | ||||
* | HeiGen: Moved construction to the end of file. | Mattes D | 2014-11-03 | 1 | -75/+75 |
| | | | | This will allow us to define generators in the cpp file instead of needing them in the header, thus speeding up compilation on changes. | ||||
* | Comment alignment. | Alexander Harkness | 2014-10-27 | 1 | -4/+4 |
| | |||||
* | CheckBasicStyle'd | Alexander Harkness | 2014-10-27 | 1 | -14/+14 |
| | |||||
* | Fixed more warnings. | Alexander Harkness | 2014-10-27 | 1 | -14/+14 |
| | | | It's ugly though. | ||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Mountain height gen: Added ditches. | Mattes D | 2014-10-19 | 1 | -7/+14 |
| | |||||
* | Generator: Rewritten to use SharedPtrs. | Mattes D | 2014-10-19 | 1 | -6/+6 |
| | |||||
* | 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 |