aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2006-03-03 15:38:54 +0000
committerMax Horn2006-03-03 15:38:54 +0000
commited293e84d4f1dba20cc98d682413e78b4cf62661 (patch)
tree0a5e9a4b31d700f57e3a84dfef99ed8a4e640a88 /TODO
parenta836a83d84b26fd75fab7637641f77334b5e6827 (diff)
downloadscummvm-rg350-ed293e84d4f1dba20cc98d682413e78b4cf62661.tar.gz
scummvm-rg350-ed293e84d4f1dba20cc98d682413e78b4cf62661.tar.bz2
scummvm-rg350-ed293e84d4f1dba20cc98d682413e78b4cf62661.zip
Added two TODOs
svn-id: r21041
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6aac293986..8aced92fda 100644
--- a/TODO
+++ b/TODO
@@ -304,6 +304,13 @@ OSystem
now before messing with it ;-)
* Document key codes to be used for special keys, like F1-F15 etc.
+Streams
+=======
+* Add a Sub(Seekable)Stream wrapper class: You pass a (Seekable)Stream,
+ an offset and a size to it. It will pass all calls on to the wrapped
+ stream, but will restrict access to the specified byte range.
+ This then can be used in various places, e.g. in many of the AudioStream
+ classes, to simplify code.
#######################################################################
# Engines / frontends
@@ -357,6 +364,7 @@ Broken Sword 2
* Maybe work around script bug which causes the mop to disappear briefly when
trying to pick it up from the top of the boat at the London docks. (The event
to hide the mop is sent too early.) See bug #1214168.
+* Unify some of the code with Broken Sword 1 (e.g. in router.cpp).
#######################################################################
# Backends