Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |