summaryrefslogtreecommitdiffstats
path: root/src/Generating/Ravines.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-19Fixed style: spaces after commas.madmaxoft1-6/+6
2014-07-17Fixed tabs used for alignment.madmaxoft1-11/+11
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-6/+6
2014-06-15Added random offsets to cGridStructGen.madmaxoft1-6/+6
2014-05-09Removed unused constants from MineShafts and Ravines.Mattes D1-3/+0
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+8
2014-05-09Ravines rewritten using cGridStructGen.Mattes D1-167/+31
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+8
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-7/+8
2014-03-01Unified StructureGens and FinisherGens.madmaxoft1-1/+1
2014-01-07More MSVC warning fixes.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-531/+531
2013-03-17Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com1-11/+6
2012-10-19Ravines: Drill only through specific blocks (FS #259)madmaxoft@gmail.com1-1/+23
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-0/+0
2012-08-06Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)madmaxoft@gmail.com1-18/+18
2012-07-29Ravines: implemented proper caching - another 10 % in generator speedup :)madmaxoft@gmail.com1-11/+60
2012-07-28Caves and Ravines: fixed compilation and linking issues on gccmadmaxoft@gmail.com1-1/+1
2012-07-27Fixed a possible crash in Ravines.madmaxoft@gmail.com1-3/+3
2012-07-22Ravines: removed an unneeded membermadmaxoft@gmail.com1-1/+0
2012-07-20Ravines: implemented linear finishing, now the ravine walls are smooth.madmaxoft@gmail.com1-1/+42
2012-07-19Ravines: removed a debugging feature from release buildsmadmaxoft@gmail.com1-0/+2
2012-07-19Ravines: initial implementation, randomized shapes are working, but still needs some workmadmaxoft@gmail.com1-0/+423