mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-28 16:14:33 +02:00
Update TODO
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@411 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
45f9640554
commit
eba56654bd
21
TODO
21
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
|
-maybe allow new menu options configurable in config file, like
|
||||||
commands['O', "Edit config file with foo"] = exec "foo" "rcfile"
|
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 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user