aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-02-26 06:52:21 +0000
committerPaweł Kołodziejski2004-02-26 06:52:21 +0000
commit258d0ea724d4aea2f5f1fa613aed71b5bb3844f1 (patch)
tree365666c75ab8553646ae9c98ab8488557b7c14ff
parentfbb61065149896b22989d4834d51bb0b4c76292d (diff)
downloadscummvm-rg350-258d0ea724d4aea2f5f1fa613aed71b5bb3844f1.tar.gz
scummvm-rg350-258d0ea724d4aea2f5f1fa613aed71b5bb3844f1.tar.bz2
scummvm-rg350-258d0ea724d4aea2f5f1fa613aed71b5bb3844f1.zip
few corrections
svn-id: r13060
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index e48ee46f1b..8d2ffb6dc2 100644
--- a/TODO
+++ b/TODO
@@ -232,9 +232,9 @@ SCUMM
reused for this...
* Add support for NES version of Maniac Mansion
* Finish formating stuff in subtitles/translation code in the dig.
-* In the very long distance future add translation stuff(hashing original and replacing with translation)
-* (maybe) Add tools for encoding smush sequences into mpeg format to fit on small devices
-* (maybe) Add tools for encoding resources (ex. sounds) to fit on small devices
+* (maybe) In the very long distance future add translation stuff(hashing original and replacing with translation)
+* Add tool and support for encoding smush sequences into mpeg format to fit on small devices
+* Add tool and support for compress *.la* file resources (ex. sounds) to fit on small devices
* fix codec44 for nut fonts
* Imuse Digital:
- fix continue playing 'state' music paused by 'sequence' music
@@ -256,7 +256,6 @@ SCUMM
- add code for mp3 and ogg
* SMUSH:
- get rid smush mixer add code for imuse to handle smush tracks
- - fix SAUD bug, reported in bug tracker
- cleanup channel mess
- make code more clear in some places (subtiles code for ex.)
- add code for mp3/mad encoded sound tracks (distans future)