[Scummvm-cvs-logs] CVS: scummvm TODO,1.92,1.93

Max Horn fingolfin at users.sourceforge.net
Fri Feb 27 08:07:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9640

Modified Files:
	TODO 
Log Message:
obsolete TODOs

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- TODO	26 Feb 2004 06:52:21 -0000	1.92
+++ TODO	27 Feb 2004 15:49:27 -0000	1.93
@@ -34,15 +34,6 @@
   - sound/fmopl.cpp uses rand() in one function
   - backends/midi/adlib.cpp has its own random_nr() function.
   Any others?
-* In OSystem, replace Property functions with virtual methods, e.g
-    void OSystem::setFullscreen(bool)
-  and
-    bool OSystem::getFullscreen()
-  instead of PROP_TOGGLE_FULLSCREEN and ::property()
-
-  That is easier to use and has no obvious drawbacks over the "property()"
-  approach (given that you always can provide empty dummy implementations for
-  new OSystem APIs).
   
 
 Build System
@@ -306,13 +297,6 @@
   manager for these parameters (or any others they might like :-).
 * Add API to query backend for a list of available music engines
   Useful for Options dialog
-* Add API to query backend for a list of available scalers/screenmodes
-  (that is, a list of user presentable names, and corresponding
-  PROP_SET_GFX_MODE values). This is useful for the options dialog
-* Add PROP_GET_GFX_MODE (mirroring PROP_SET_GFX_MODE)
-* Consider replacing the PROP_TOGGLE_* properties with GET/SET ones -> 
-  this allows more control over these properties (like, it allows the GUI to
-  display checkboxes for these in the options dialog)
 
 X11 backend
 ===========





More information about the Scummvm-git-logs mailing list