[Scummvm-cvs-logs] CVS: scummvm TODO,1.269,1.270

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Apr 14 03:02:36 CEST 2005


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

Modified Files:
	TODO 
Log Message:
Added TODO item about the insanely CPU intensive credits roll.


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- TODO	13 Apr 2005 19:48:47 -0000	1.269
+++ TODO	14 Apr 2005 10:00:03 -0000	1.270
@@ -196,6 +196,12 @@
 * Maybe add the ScummVM logo (+typeface?) to the about dialog
 * Unify DirBrowserDialog and FileBrowserDialog.
 * MacOS X version of FileBrowserDialog, since there is one of DirBrowserDialog.
+* The credits scroll is too CPU intensive. This is because for each time the
+  text is redrawn it has to do a full redraw, which causes blendRect() to be
+  called twice. Perhaps AboutDialog could keep a private copy of the blended
+  background so that it wouldn't have to be re-generated each time? Of course
+  we'd probably have to take screen changes into account, but there already is
+  a mechanism for that, I believe.
 
 Launcher
 ========





More information about the Scummvm-git-logs mailing list