[Scummvm-cvs-logs] SF.net SVN: scummvm: [21041] scummvm/trunk/TODO

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 3 07:40:01 CET 2006


Revision: 21041
Author:   fingolfin
Date:     2006-03-03 07:38:54 -0800 (Fri, 03 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=21041&view=rev

Log Message:
-----------
Added two TODOs

Modified Paths:
--------------
    scummvm/trunk/TODO
Modified: scummvm/trunk/TODO
===================================================================
--- scummvm/trunk/TODO	2006-03-03 15:36:12 UTC (rev 21040)
+++ scummvm/trunk/TODO	2006-03-03 15:38:54 UTC (rev 21041)
@@ -304,6 +304,13 @@
   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 @@
 * 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







More information about the Scummvm-git-logs mailing list