Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -10/+10 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -8/+8 |
| | |||||
* | CheckBasicStyle: checks spaces around * and &. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | Spaces around some operators are checked. | ||||
* | WormNestCaves occasionally generates sandstone around the cave | STRWarrior | 2014-12-13 | 1 | -3/+22 |
| | | | | Only when the block around the cave is sand. | ||||
* | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 1 | -2/+8 |
| | |||||
* | Made it compile with clang | Chris Darnell | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -0/+3 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Added cBlockInfo::CanBeTerraformed and made finishers use it | STRWarrior | 2014-07-29 | 1 | -22/+2 |
| | | | | I might have forgotten some of them though | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
| | |||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -6/+6 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -5/+5 |
| | | | | | 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/MCServer | Tycho | 2014-06-16 | 1 | -5/+5 |
| | |||||
* | Removed an unused macro. | Mattes D | 2014-05-09 | 1 | -7/+0 |
| | |||||
* | cWormNestCaves rewritten using cGridStructGen. | Mattes D | 2014-05-09 | 1 | -208/+22 |
| | | | | Ref.: #987. | ||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-08 | 1 | -2/+8 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -16/+20 |
| | |||||
* | Unified StructureGens and FinisherGens. | madmaxoft | 2014-03-01 | 1 | -3/+3 |
| | | | | Now they are all Finishers. Fixes #398. | ||||
* | WormNestCaves now remove soul sand. | STRWarrior | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-07 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -53/+51 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+970 |