summaryrefslogtreecommitdiffstats
path: root/src/MobProximityCounter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-2/+2
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-1/+5
2015-01-17Fixed CppCheck: (performance) Possible inefficient checking for emptiness.Kirill Kirilenko1-1/+1
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-2/+2
2014-07-19Fixed style: spaces after commas.madmaxoft1-4/+4
2014-07-17Fixed spaces around single-line comments.madmaxoft1-2/+2
2014-07-17Fixed basic whitespace problems.madmaxoft1-1/+1
2014-04-27Fixed MobProximity Counter to remove chunk copysTycho1-3/+2
2014-04-26Implemented Chunk Sparsing with segmentsTycho1-1/+2
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-2/+2
2014-01-24Fixed mobs too close to player not tickingTiger Wang1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-09-08Replacing chunCk by chunkmgueydan1-2/+2
2013-09-08replacing asserts by ASSERTsmgueydan1-1/+1
2013-09-08removing an assert + correcting a distance calculation bugmgueydan1-3/+9
2013-09-07Adding mob census (sorry this is a big commit as work was done before git integration i couldn't split it more)mgueydan1-0/+77