Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -0/+1 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -6/+1 | |
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | |||||
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -6/+6 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -7/+7 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -7/+7 | |
2016-05-29 | Added GetTeamNames to cScoreboard (#3217) | PlasmaPower | 1 | -0/+16 | |
Resolves #3210 | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -2/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -5/+5 | |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -4/+4 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -10/+10 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -10/+10 | |
2014-07-19 | Code style: Fixed braces on separate lines. | madmaxoft | 1 | -1/+2 | |
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -3/+6 | |
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | |||||
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -3/+3 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -3/+3 | |
2014-03-19 | Added unreachable lines backit prtected by preprocessor guards | Tycho | 1 | -0/+6 | |
2014-03-14 | Removed missiterperatable malfunctioning error handling code | Tycho | 1 | -2/+0 | |
2014-03-05 | Implemented vanilla-like fluid simulator | andrew | 1 | -1/+1 | |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -3/+9 | |
2014-03-01 | Exported cScoreboard::ForEachTeam | andrew | 1 | -0/+19 | |
2014-03-01 | Shortened enums | andrew | 1 | -31/+31 | |
2014-03-01 | Exported cScoreboard::ForEachObjective | andrew | 1 | -2/+22 | |
2014-03-01 | Exported and documented cScoreboard | andrew | 1 | -0/+30 | |
2014-02-05 | Fixed most of the reordering warnings | Tycho | 1 | -1/+1 | |
2014-01-22 | cWorld now saves/loads the scoreboard | andrew | 1 | -0/+3 | |
2014-01-21 | Scoreboard SendTo() | andrew | 1 | -3/+51 | |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -7/+59 | |
2014-01-20 | Scoreboard serialization | andrew | 1 | -4/+7 | |
2014-01-20 | Scoreboard deserialization | andrew | 1 | -16/+150 | |
2014-01-19 | Scoreboard improvements | andrew | 1 | -55/+24 | |
2014-01-19 | Basic scoreboard implementation | andrew | 1 | -0/+301 | |