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