diff options
author | Max Horn | 2004-02-27 15:49:27 +0000 |
---|---|---|
committer | Max Horn | 2004-02-27 15:49:27 +0000 |
commit | b941740b72d86eb6290cacecf5386704be4fb9b6 (patch) | |
tree | 0e99623c6884953c10d0be25434008d6fc36b435 | |
parent | bfd65070c5770fff5062c17242ba3ad46263ec8b (diff) | |
download | scummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.tar.gz scummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.tar.bz2 scummvm-rg350-b941740b72d86eb6290cacecf5386704be4fb9b6.zip |
obsolete TODOs
svn-id: r13068
-rw-r--r-- | TODO | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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 =========== |