[Scummvm-cvs-logs] CVS: scummvm TODO,1.209,1.210

Max Horn fingolfin at users.sourceforge.net
Sat Jan 1 10:57:05 CET 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32082

Modified Files:
	TODO 
Log Message:
One day I wanna switch to STL. Really

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- TODO	1 Jan 2005 16:25:56 -0000	1.209
+++ TODO	1 Jan 2005 18:56:03 -0000	1.210
@@ -122,6 +122,9 @@
   we set when the application should be quit (e.g. when an EVENT_QUIT is
   received). This is useful if multiple levels of event loops have to be ended
 * Fix the Map<> template, make it more robust; maybe use a red-black tree?
+* Instead of the above, consider switching everything over to the STL.
+  Maybe a little bit more overhead, but we get instant access to a full-featured
+  and well-tested code base, with everything we need.
 * Make some generic "EventLoop" API/class which all backends and the GUI
   use. Initially this would just call the backend poll_event() etc. methods.
   But eventually the EventLoop object(s) could be made by the backend.





More information about the Scummvm-git-logs mailing list