summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d764f08..4b1b7e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-08-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/account-server/storage.hpp, src/account-server/dalstoragesql.hpp,
+ src/account-server/dalstorage.cpp, src/account-server/dalstorage.hpp:
+ Implemented storing and recovering quest variables from database.
+ * src/account-server/serverhandler.cpp, src/defines.h,
+ src/game-server/accountconnection.cpp,
+ src/game-server/accountconnection.hpp: Added protocol for sending quest
+ variables between servers.
+ * src/game-server/quest.cpp, src/game-server/quest.hpp,
+ src/game-server/character.hpp, src/Makefile.am: Added async handling of
+ quest variables.
+ * src/scripting/lua.cpp, data/scripts/libtmw.lua: Added helper
+ functions for querying quest variables from Lua scripts. Reworked state
+ machine of the NPC support library.
+ * data/test.lua: Modified for testing quest variables.
+
2007-08-27 Eugenio Favalli <elvenprogrammer@gmail.com>
* accountserver.cbp, gameserver.cbp, src/game-server/mapreader.cpp,