]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update TODO
authorPasi Kallinen <paxed@alt.org>
Sun, 13 Jan 2008 00:26:25 +0000 (00:26 +0000)
committerPasi Kallinen <paxed@alt.org>
Sun, 13 Jan 2008 00:26:25 +0000 (00:26 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@411 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

TODO

diff --git a/TODO b/TODO
index 97f6cabc769c60aac70a465c494b2f57a70e8f0f..7e8a8ea380a920e5091fae9a0425492120487b9a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,23 @@
--add commands
- -exec foo bar (executes foo with bar as it's param)
- -ifncp foo bar (copy file foo to bar, but only if bar does not exist) 
 -maybe allow new menu options configurable in config file, like
  commands['O', "Edit config file with foo"] = exec "foo" "rcfile"
+
+ menu {
+  option {
+   keys = 'o', 'O'
+   name = "Edit config file with foo"
+   commands = exec "foo" "rcfile"
+  }
+  option {
+   keys = 'x', 'X'
+   name = "Blahblahblah"
+   commands = blahblah
+   require_login = 1
+  }
+ } 
+
+ menus:  main menu, game-specific menu, ...
+
+
 -allow setting the default watch-screen sortmode in config file.
 -allow configuring ttyplay.c; some games may use different clear-screen
  commands. (see for example crawl)