[Scummvm-cvs-logs] CVS: scummvm TODO,1.26,1.27

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 11:41:05 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv28202

Modified Files:
	TODO 
Log Message:
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

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- TODO	12 Oct 2003 00:12:54 -0000	1.26
+++ TODO	12 Oct 2003 18:40:07 -0000	1.27
@@ -11,7 +11,7 @@
 * 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.





More information about the Scummvm-git-logs mailing list