[Scummvm-cvs-logs] CVS: residual TODO,1.3,1.4

James Brown ender at users.sourceforge.net
Sat Aug 16 05:35:02 CEST 2003


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

Modified Files:
	TODO 
Log Message:
Update TODO


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/residual/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TODO	16 Aug 2003 02:05:17 -0000	1.3
+++ TODO	16 Aug 2003 12:34:05 -0000	1.4
@@ -1,6 +1,7 @@
-Residual TODO list:
--------------------
- * Use SDL/GL properly (atm seems to switch to software rendering on many machines)
+Residual TODO list (in rough order of priority):
+------------------------------------------------
+ * Work out why Residual uses 80+% CPU!
+ * Check OpenGL usage on Windows (Room backgrounds look like shit, specks everywhere)
  * Remove hash_map usage (not implemented on Visual Studio & other compilers)
  * Remove as much other STL stuff as possible (see above)
  * Implement walkboxes and related functions (MakeSectorActive/GetActorSector/isActorInSector, etc)
@@ -31,5 +32,5 @@
  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
+ vsscanf function does not exist in MSVC (already worked around)
  dirent stuff in resource.cpp needs to use Win32 API equivs (eg, findFirstFile etc)





More information about the Scummvm-git-logs mailing list