summaryrefslogtreecommitdiffstats
path: root/src/Generating/Ravines.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+0
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-19/+19
|
* Fix old style casts and implicit conversionsMatti Hänninen2015-08-121-11/+11
|
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
|
* More fixed warningstycho2015-05-191-8/+8
|
* More style checking.Mattes D2015-05-091-2/+2
| | | | Spaces around some operators are checked.
* 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