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 bd5bfaa1..51d96b2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-02 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/scripting/lua.cpp: Added convenience wrappers for converting
+ STL lists, vectors, maps and sets to lua tables.
+ * data/scripts/test.lua: Added a dialog option to test npc which
+ retreives some stl containers from the c++ part and prints them to
+ the server console.
+
2008-11-06 David Athay <ko2fan@gmail.com>
* src/game-server/commandhandler.cpp, src/utils/string.cpp,