Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -0/+1 |
| | | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -2/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | 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 |