summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-10-29 16:33:29 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-10-29 16:33:29 +0000
commitdf8c5ed43b5513916eff1b3f25e0bba6a50c8826 (patch)
treec1731c3684781d305a6ae3b9711a4c77a27637b2 /ChangeLog
parent3597666677ef714071da9d3ab663e9b8f7b6219e (diff)
downloadmanaserv-df8c5ed43b5513916eff1b3f25e0bba6a50c8826.tar.gz
manaserv-df8c5ed43b5513916eff1b3f25e0bba6a50c8826.tar.xz
manaserv-df8c5ed43b5513916eff1b3f25e0bba6a50c8826.zip
replace collision detection function (by Chuck Miller)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f18eaee..a6e70c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-29 Chuck Miller <shadowmil@gmail.com>
+
+ * src/game-server/collisiondetection.cpp, src/game-server/monster.cpp,
+ src/game-server/being.cpp: Replaced the collision detection function
+ due to it being broken, I left it in the source, just commented out if
+ someone wants to try to fix it later on. In other news, this patch
+ now makes it possible to hit them pesty maggots
+
2008-10-27 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/account-server/serverhandler.cpp,