From 36fd7ec44574a4b1712fff1eb0ec43a76aab8f1c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 12 Oct 2003 18:40:12 +0000 Subject: some renaming for more consistent terminology (although we might want to reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game svn-id: r10766 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index af1a8f9732..c949cea574 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,7 @@ General * allow for return-to-launcher instead of a normal "quit" ? * improve the argv (command line args) parser * extend the Plugin API to provide for "game detection": instead of the - TargetSettings::detectname "hack" to detect files, provide a callback + GameSettings::detectname "hack" to detect files, provide a callback in each Plugin which given a FSList returns a list of candidate targets. This way, a plugin can implement tests more elaborate than filename checking, e.g. it could actually peek into the files. -- cgit v1.2.3