aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index a29757fb6d..84d11cab65 100644
--- a/TODO
+++ b/TODO
@@ -32,7 +32,11 @@ General
- convert said string representation back to FSNode
Of course that can be added w/o a FileManager class, too - but it might be
nice to have all of these integrated.
-
+* Get rid of the hardcoded (sub)directory list in the File class. At the very
+ least, that list should be set by the engine (since not all engines need all
+ of the subdirs). Better would be to introduce a somewhat higher level API,
+ a replacement for File::open() which (optionally) takes a list of subdirs.
+ E.g. for Scumm, only certain files are to be expected in the VIDEO subdir).
Documentation
=============
@@ -127,8 +131,6 @@ SCUMM
3) Adjust Makefile and project files to use the new name
* Possible implement a new resource manager, which then also could be shared
by ScummEX. [Jamieson has some ideas about this and might work on it|
-* Make opening of resource files not depend on target names for the games with
- resource files like targetname.xxx. This is needed for bundled mac games.
* Support all Mac games without needing rescumm. These games being: dott,
samnmax, dig & ft. See above point.
* COMI: Implement voice & music lip sync (see patch #671104 & bug #755826)