summaryrefslogtreecommitdiffstats
path: root/src/Generating/Ravines.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed style: spaces after commas.madmaxoft2014-07-191-6/+6
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-11/+11
|
* 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.
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-6/+6
|
* Removed unused constants from MineShafts and Ravines.Mattes D2014-05-091-3/+0
|
* Ravines rewritten using cGridStructGen.Mattes D2014-05-091-167/+31
| | | | Ref.: #987.
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-081-2/+8
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-7/+8
|
* Unified StructureGens and FinisherGens.madmaxoft2014-03-011-1/+1
| | | | Now they are all Finishers. Fixes #398.
* More MSVC warning fixes.madmaxoft2014-01-071-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+531