summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-11-15 11:41:17 +0000
committerAaron Marks <nymacro@gmail.com>2005-11-15 11:41:17 +0000
commit3d5bcc32ea4ac19e8da7bcf4a59443f3a013ba6d (patch)
treeff833024b07a36587d02cc8c10b59cda50229bab /TODO
parent9c4f838ef2e9b801a08c3550647aff4efcbb1ebd (diff)
downloadmanaserv-3d5bcc32ea4ac19e8da7bcf4a59443f3a013ba6d.tar.gz
manaserv-3d5bcc32ea4ac19e8da7bcf4a59443f3a013ba6d.tar.xz
manaserv-3d5bcc32ea4ac19e8da7bcf4a59443f3a013ba6d.zip
Updated bindings, game state class and more (see ChangeLog).
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 7332d18..49658d6 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
$Id$
- * Implement MessageHandler base for scripts which will call script's
- receiveMessage.
- * Enhance SWIG bindings to have support for items, objects etc.
+ * Provide interactive Ruby prompt.
+ * Better handling of std::string with SWIG
+ * Error handling for SWIG bindings (currently any problems will crash the server)