summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-10-24 15:18:02 +0000
committerDavid Athay <ko2fan@gmail.com>2008-10-24 15:18:02 +0000
commit20fe6419f8d9564e7ab098ead53c6ef5da1519fa (patch)
tree5313713cd9f12ca3fc503db2ceaccaa73f12a355 /ChangeLog
parentef9852cddecfc5abce38438ca2138defb1a9b1bf (diff)
downloadmanaserv-20fe6419f8d9564e7ab098ead53c6ef5da1519fa.tar.gz
manaserv-20fe6419f8d9564e7ab098ead53c6ef5da1519fa.tar.xz
manaserv-20fe6419f8d9564e7ab098ead53c6ef5da1519fa.zip
Added post callback for getting post.
Added GM command for changing player attributes. Changed GM command to @ as '/' was already being used by client for local commands.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c6f864..f09002b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* data/scripts/test.lua, data/scripts/libs/libtmw.lua: Fixed example
script, and added defines for attributes.
+ * src/scripting/lua.cpp, src/game-server/command.cpp,
+ src/game-server/gamehandler.cpp, src/game-server/accountconnection.cpp,
+ src/game-server/postman.hpp, gameserver.cbp, data/scripts/test.lua,
+ data/scripts/libs/libtmw.lua: Added post callback for getting post.
+ Added GM command for changing player attributes. Changed GM command to
+ @ as '/' was already being used by client for local commands.
2008-10-23 Bjørn Lindeijer <bjorn@lindeijer.nl>