aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-02-21 19:03:16 +0000
committerMax Horn2004-02-21 19:03:16 +0000
commit1fb02caedf97c1d6c324e78e9fdc653a3534c172 (patch)
tree19f121666745c428ee07523e9952ba180a5a75e2 /TODO
parent24e5059aec315c7c6baa7668d352965315487629 (diff)
downloadscummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.tar.gz
scummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.tar.bz2
scummvm-rg350-1fb02caedf97c1d6c324e78e9fdc653a3534c172.zip
code duplication is bad, maybe we can 'share' the mpeg2 code between bs1 & bs2 ?
svn-id: r12973
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 856265f3e5..0323f727b2 100644
--- a/TODO
+++ b/TODO
@@ -223,6 +223,14 @@ SCUMM
reused for this...
* Add support for NES version of Maniac Mansion
+Broken Sword 1 & 2
+==================
+* Currently BS1 & BS2 duplicate some code for MPEG2 playback. It would seem
+ logical to share that code (for all the usual good reasons).
+ We might even want to add a "video" dir (analog to "sound") for the shared
+ code, if it can be rewritten so that it's reusable.
+ DO NOT ADD SUCH A DIR without first consulting with Ender and Fingolfin !
+
Broken Sword 2
==============
* Enforce ScummVM code formatting guidelines. (Mostly done?)