summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-22 19:25:20 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-22 19:25:20 +0000
commit41472ab7f6cdbfc55c44c6487956a36f7fb16508 (patch)
tree5594d2ac8647498bfd2ffcb5c1df05a35f826633 /ChangeLog
parentd1939f5475ffc6b8dd13a3da85dd6e85bc387e43 (diff)
downloadmanaserv-41472ab7f6cdbfc55c44c6487956a36f7fb16508.tar.gz
manaserv-41472ab7f6cdbfc55c44c6487956a36f7fb16508.tar.bz2
manaserv-41472ab7f6cdbfc55c44c6487956a36f7fb16508.tar.xz
manaserv-41472ab7f6cdbfc55c44c6487956a36f7fb16508.zip
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2029655d..66cf172b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-22 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/game-server/being.hpp, src/game-server/collisiondetection.cpp,
+ src/game-server/collisiondetection.hpp, src/scripting/lua:cpp,
+ data/scripts/libtmw.lua: Implemented script bindings for getting beings
+ in a circular map area and damaging beings.
+ * data/test.lua: Scripted an NPC which damages all monsters and characters
+ which come close to it.
+
2008-05-22 Roderic Morris <roderic@ccs.neu.edu>
* src/utils/sha256.cpp, src/utils/encryption.cpp,