summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-15 06:35:03 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-15 06:35:03 +0000
commit99548fb47fee447b5f22d5338501ac574086c4fd (patch)
treefcef60aed6d7d0f04437249815af36c25461c5dd /ChangeLog
parent2fa455ff7870dc09d75bb89a897c7c1d26eb9020 (diff)
downloadmanaserv-99548fb47fee447b5f22d5338501ac574086c4fd.tar.gz
manaserv-99548fb47fee447b5f22d5338501ac574086c4fd.tar.bz2
manaserv-99548fb47fee447b5f22d5338501ac574086c4fd.tar.xz
manaserv-99548fb47fee447b5f22d5338501ac574086c4fd.zip
Added helper functions for loading files and NPCs as scripts. Put Lua helpers into a separate library automatically loaded into new contexts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9a03ffa..e499a94b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-15 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/scripting/script.cpp, src/scripting/script.hpp: Added helper
+ functions for loading files and NPCs as scripts.
+ * src/scripting/lua.cpp, data/scripts/libtmw.lua: Put the Lua helpers
+ into a separate library automatically loaded into new contexts.
+ * src/game-server/testing.cpp, data/test.lua: Updated testing files.
+
2007-08-14 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/serialize/characterdata.hpp, src/common/inventorydata.hpp,