summaryrefslogtreecommitdiffstats
path: root/src/Generating/Noise3DGenerator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a cInterpolNoise template for faster noise generator.Mattes D2014-11-181-3/+50
| | | | Used an instance of it in the Noise3D generator.
* Added cImprovedNoise implementation.Mattes D2014-11-171-33/+4
|
* BiomalNoise3D: Added more biomes.Mattes D2014-11-161-13/+65
|
* Noise3D: Added jungles.Mattes D2014-11-141-0/+2
|
* Noise3D: Added oceans.Mattes D2014-11-131-0/+3
|
* BiomalNoise3D: Added a few biomes.Mattes D2014-11-101-5/+8
|
* Added BiomalNoise3D shape generator.Mattes D2014-11-101-29/+275
|
* Noise3d Generator: Fixed unused function error.Mattes D2014-11-091-1/+1
|
* Noise3D generator: rewritten from scratch.Mattes D2014-11-091-71/+106
| | | | Now it uses three 3D and one 2D perlin noises to generate the terrain, and is highly parametrizable.
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
|
* Made it compile with clangChris Darnell2014-09-221-2/+2
|
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-2/+3
|
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | 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.
* Implemented faster upscaling using templates.madmaxoft2014-03-211-1/+1
| | | | Fixes #819.
* Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-3/+1
| | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS.
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-4/+4
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-31/+26
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+581