summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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,