Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -6/+6 | |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -11/+11 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -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. | |||||
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -6/+6 | |
2014-06-15 | Added random offsets to cGridStructGen. | madmaxoft | 1 | -6/+6 | |
Fixes #740. | |||||
2014-05-09 | Removed unused constants from MineShafts and Ravines. | Mattes D | 1 | -3/+0 | |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -2/+8 | |
2014-05-09 | Ravines rewritten using cGridStructGen. | Mattes D | 1 | -167/+31 | |
Ref.: #987. | |||||
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -2/+8 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -7/+8 | |
2014-03-01 | Unified StructureGens and FinisherGens. | madmaxoft | 1 | -1/+1 | |
Now they are all Finishers. Fixes #398. | |||||
2014-01-07 | More MSVC warning fixes. | madmaxoft | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -531/+531 | |
2013-03-17 | Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging) | madmaxoft@gmail.com | 1 | -11/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1282 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-19 | Ravines: Drill only through specific blocks (FS #259) | madmaxoft@gmail.com | 1 | -1/+23 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@983 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: Generating-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@881 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-06 | Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!) | madmaxoft@gmail.com | 1 | -18/+18 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@714 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-29 | Ravines: implemented proper caching - another 10 % in generator speedup :) | madmaxoft@gmail.com | 1 | -11/+60 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@709 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-28 | Caves and Ravines: fixed compilation and linking issues on gcc | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@699 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-27 | Fixed a possible crash in Ravines. | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@695 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-22 | Ravines: removed an unneeded member | madmaxoft@gmail.com | 1 | -1/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@693 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-20 | Ravines: implemented linear finishing, now the ravine walls are smooth. | madmaxoft@gmail.com | 1 | -1/+42 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@685 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-19 | Ravines: removed a debugging feature from release builds | madmaxoft@gmail.com | 1 | -0/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@684 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-19 | Ravines: initial implementation, randomized shapes are working, but still needs some work | madmaxoft@gmail.com | 1 | -0/+423 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@683 0a769ca7-a7f5-676a-18bf-c427514a06d6 |