Update TODO

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@403 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2008-01-06 12:35:41 +00:00
parent dec0e3764f
commit d34e23035a
1 changed files with 5 additions and 3 deletions

8
TODO
View File

@ -1,3 +1,8 @@
-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"
-allow setting the default watch-screen sortmode in config file. -allow setting the default watch-screen sortmode in config file.
-allow configuring ttyplay.c; some games may use different clear-screen -allow configuring ttyplay.c; some games may use different clear-screen
commands. (see for example crawl) commands. (see for example crawl)
@ -24,6 +29,3 @@
- Honor window size changes (currently the player has to relogin if window - Honor window size changes (currently the player has to relogin if window
size changes) size changes)
- A way (config file or compile time) to disable things like registration or
mail