Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -18/+18 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -3/+3 |
| | |||||
* | Noise3D generator: Enlarged averaging to avoid steep beach slopes. | Mattes D | 2014-11-23 | 1 | -2/+2 |
| | |||||
* | Generators: Unified SeaLevel into a single variable. | Mattes D | 2014-11-20 | 1 | -3/+0 |
| | | | | It is shared between shape generators and composition generators and there's no sense in having two different values for those. | ||||
* | Noise3D generators: Changed noise generator to InterpolNoise. | Mattes D | 2014-11-20 | 1 | -9/+9 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactor | Mattes D | 2014-11-20 | 1 | -6/+10 |
|\ | |||||
| * | cInterpolNoise: Implemented optimized 2D generating. | Mattes D | 2014-11-19 | 1 | -1/+2 |
| | | |||||
| * | Added a cInterpolNoise template for faster noise generator. | Mattes D | 2014-11-18 | 1 | -1/+4 |
| | | | | | | | | Used an instance of it in the Noise3D generator. | ||||
| * | Moved all Noise-related files into a separate folder. | Mattes D | 2014-11-18 | 1 | -1/+1 |
| | | |||||
| * | Added cImprovedNoise implementation. | Mattes D | 2014-11-17 | 1 | -3/+3 |
| | | |||||
* | | Generator: Shape initial refactoring. | Mattes D | 2014-11-12 | 1 | -18/+8 |
|/ | | | | The code compiles, but several structure generators are broken, crash on start. | ||||
* | Added BiomalNoise3D shape generator. | Mattes D | 2014-11-10 | 1 | -0/+86 |
| | |||||
* | Noise3D generator: rewritten from scratch. | Mattes D | 2014-11-09 | 1 | -7/+39 |
| | | | | Now it uses three 3D and one 2D perlin noises to generate the terrain, and is highly parametrizable. | ||||
* | Noise3D CompoGen: Fixed missing initialization. | Mattes D | 2014-11-06 | 1 | -0/+2 |
| | |||||
* | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -1/+1 |
| | | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+106 |