[Scummvm-cvs-logs] CVS: scummvm TODO,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sat Sep 6 20:10:01 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv12849

Modified Files:
	TODO 
Log Message:
minor TODO additions

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TODO	6 Sep 2003 22:44:40 -0000	1.2
+++ TODO	7 Sep 2003 03:08:59 -0000	1.3
@@ -56,3 +56,13 @@
 SCUMM
 =====
 * fix C64 costume code
+* add a common base class "MusicEngine" or so for Player_V2, IMuse, IMuseDigital
+  -> their API is similar in many ways, and this could be used to simplify
+     some code in scumm/sound.cpp and other places which right now has to duplicate
+     code to cope with those three different music engine types.
+
+Broken Sword 2
+==============
+* replace all uses of std C file I/O (fopen, fread, fwrite, fclose) by
+  the File class
+* fix endianess problems





More information about the Scummvm-git-logs mailing list