[Scummvm-cvs-logs] CVS: scummvm TODO,1.214,1.215

Eugene Sandulenko sev at users.sourceforge.net
Sun Jan 9 03:36:04 CET 2005


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

Modified Files:
	TODO 
Log Message:
Update SAGA items


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- TODO	7 Jan 2005 22:22:08 -0000	1.214
+++ TODO	9 Jan 2005 11:35:01 -0000	1.215
@@ -328,12 +328,19 @@
    bottom=200. (eriktorbjorn, partly - mostly? - done)
  * Walk bug. When announcer puts medallion on Rif he should go backwards instead
    of turning and walking faced to screen
+ * In many places RSC_LoadResource() is called but memory is not freed afterwards,
+   i.e. there is a huge leak
+ * Structure INTERFACE_DESC should be put into GAME_DISPLAYINFO, as there are
+   expected big differences between IHNM and ITE.
+ * Optimize screen output. Now we blit whole screen for each frame.
 
 - plans -
  * Implement unimplemented/proofread unchecked opcodes
  * Remove use of floating point, especially doubles.
+ * Write sprites cache. Now we load/decode them each time from game 
+   resources (h00ligan)
  * Implement Verbs (h00ligan)
- * Implement ShowSaveReminder(), that is that rotating diskette
+ * Implement ShowSaveReminder(), that is that diskette
  * Implement Save/Load
  * Finish inventory code
  * Implement ISO path finder





More information about the Scummvm-git-logs mailing list