aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-02-27 15:49:27 +0000
committerMax Horn2004-02-27 15:49:27 +0000
commitb941740b72d86eb6290cacecf5386704be4fb9b6 (patch)
tree0e99623c6884953c10d0be25434008d6fc36b435 /TODO
parentbfd65070c5770fff5062c17242ba3ad46263ec8b (diff)
downloadscummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.tar.gz
scummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.tar.bz2
scummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.zip
obsolete TODOs
svn-id: r13068
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 8d2ffb6dc2..5a8313a9c2 100644
--- a/TODO
+++ b/TODO
@@ -34,15 +34,6 @@ General
- 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 @@ Backends
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
===========