Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -0/+8 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -2/+2 | |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -1/+5 | |
2015-01-17 | Fixed CppCheck: (performance) Possible inefficient checking for emptiness. | Kirill Kirilenko | 1 | -1/+1 | |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -2/+2 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -4/+4 | |
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -2/+2 | |
There should be at least two spaces in front and one space after //-style comments. | |||||
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -1/+1 | |
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | |||||
2014-04-27 | Fixed MobProximity Counter to remove chunk copys | Tycho | 1 | -3/+2 | |
2014-04-26 | Implemented Chunk Sparsing with segments | Tycho | 1 | -1/+2 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -2/+2 | |
2014-01-24 | Fixed mobs too close to player not ticking | Tiger Wang | 1 | -2/+2 | |
A condition would never be fulfilled. A number squared was compared to -1, but there is nothing that, multiplied by itself, gives -1. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-08 | Replacing chunCk by chunk | mgueydan | 1 | -2/+2 | |
2013-09-08 | replacing asserts by ASSERTs | mgueydan | 1 | -1/+1 | |
2013-09-08 | removing an assert + correcting a distance calculation bug | mgueydan | 1 | -3/+9 | |
2013-09-07 | Adding mob census (sorry this is a big commit as work was done before git integration i couldn't split it more) | mgueydan | 1 | -0/+77 | |