[Scummvm-cvs-logs] CVS: scummvm TODO,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 14:07:15 CEST 2003


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

Modified Files:
	TODO 
Log Message:
added a static method setDefaultDirectory to class File; used this to simplify some code; added a global g_sound pointer in bs2, this cuts down on uses of g_sword2 (of course both should be removed on the long run); some other minor tweaks/fixes

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- TODO	17 Sep 2003 19:12:45 -0000	1.8
+++ TODO	17 Sep 2003 21:06:13 -0000	1.9
@@ -23,6 +23,7 @@
   ideally, we should be able to drop almost all of the member variables
   in the game detector, in favor of getting all these directly from the
   config system).
+* fix the Map<> template, make it more robust; maybe use a red-black tree?
 
 GUI
 ===





More information about the Scummvm-git-logs mailing list