[Scummvm-cvs-logs] CVS: scummvm TODO,1.186,1.187

Eugene Sandulenko sev at users.sourceforge.net
Tue Dec 14 16:27:03 CET 2004


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

Modified Files:
	TODO 
Log Message:
Update SAGA items.


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- TODO	6 Dec 2004 07:55:58 -0000	1.186
+++ TODO	15 Dec 2004 00:25:46 -0000	1.187
@@ -286,7 +286,6 @@
 
 SAGA
 ====
-* Remove use of yslib
 * Remove any traces of the additional level of abstraction reinherit used
 * Remove homerolled high level data structures like stacks that should
   be provided by ScummVM if they aren't already.
@@ -295,10 +294,11 @@
 * Remove use of floating point, especially doubles.
 * Change SData so that its buffers point to the appropriate data.
   (eriktorbjorn - mostly done; the script "static" buffer is still wrong)
-* Rewrite path finder
-* Eliminate script semaphores and use flags instead (sev)
+* Rewrite path finder (h00ligan)
+* Eliminate script semaphores and use flags instead
 * Add sound/voices compression. Should _considerably_ save space.
 * Add support for Mac versions. All data is in BE mode and structures are aligned.
+  (h00ligan, partly done)
 * Fix the usage of Rect so that it's more consistent with the rest of ScummVM,
   e.g. a rectangle covering the entire ITE screen should have right=320 and
   bottom=200. (eriktorbjorn, partly - mostly? - done)





More information about the Scummvm-git-logs mailing list