summaryrefslogtreecommitdiffstats
path: root/src/Generating/Noise3DGenerator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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