summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-11-06 01:32:44 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-11-06 01:32:44 +0000
commitb9a916704505a52633e1089215020a68168950a0 (patch)
tree10dccbea91a76d8d289a0aacdcd717e99c83b542 /ChangeLog
parent8d6fdc09e7427f0f024c76d73d9915014e97cce9 (diff)
downloadmanaserv-b9a916704505a52633e1089215020a68168950a0.tar.gz
manaserv-b9a916704505a52633e1089215020a68168950a0.tar.xz
manaserv-b9a916704505a52633e1089215020a68168950a0.zip
Added convenience wrappers for pushing various STL containers as tables to lua scripts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd5bfaa..51d96b2 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,