[Scummvm-cvs-logs] CVS: residual TODO,1.6,1.7

James Brown ender at users.sourceforge.net
Sun Aug 17 08:45:40 CEST 2003


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

Modified Files:
	TODO 
Log Message:
Small TODO updates


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/residual/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- TODO	16 Aug 2003 17:10:55 -0000	1.6
+++ TODO	17 Aug 2003 15:44:50 -0000	1.7
@@ -7,7 +7,7 @@
  * Implement walkboxes and related functions (MakeSectorActive/GetActorSector/isActorInSector, etc)
  * Z-Planes (translate ZBitmap data into OpenGL format?)
  * Implement text fonts and other primitives
- * Check sound decoder - it clips.. possible uint vs int casting issue, perhaps?
+ * Rewrite sound mixer - often clips when music + audio are playing
  * Add OpenGL lighting
  * Add SMUSH (aquadran is looking, Grim seems to uses CMI codecs + 2 new ones)
  * Proper vsscanf implementation in textsplit.cpp for platforms without it (many!)
@@ -29,7 +29,6 @@
         typedef signed char int8_t;^M
         typedef signed short int16_t;^M
         typedef signed long int32_t;^M
- Do something about the i386 ifdef around bits.hh's get_float
  GL_UNSIGNED_SHORT_5_6_5 in bitmap.cc does not exist in MSVC
  round() function in lua.cpp's check_int does not exist in MSVC
  vsscanf function does not exist in MSVC (already worked around)





More information about the Scummvm-git-logs mailing list