summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-10 14:45:41 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-10 14:45:41 +0000
commitf562abbf2980c66e5c16f30ea667b758e796ae4e (patch)
tree5b93dd4d009c98bc0c42e90111464444127f9c6c /ChangeLog
parentf990980f80ab1523086edba1bed222741d716fa0 (diff)
downloadmanaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.gz
manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.bz2
manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.tar.xz
manaserv-f562abbf2980c66e5c16f30ea667b758e796ae4e.zip
Added Lua function for warping people around.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee066072..72ce9175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* src/game-server/testing.cpp, src/game-server/state.cpp,
src/game-server/mapcomposite.cpp, src/game-server/mapcomposite.hpp:
Associated scripts to maps.
+ * src/scripting/lua.cpp, data/test.lua: Added Lua function for warping
+ people around.
2007-08-09 Guillaume Melquiond <guillaume.melquiond@gmail.com>