[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga list.h,NONE,1.1 stream.h,NONE,1.1 actionmap.cpp,1.29,1.30 actor.cpp,1.35,1.36 actor.h,1.14,1.15 animation.cpp,1.26,1.27 animation.h,1.12,1.13 events.cpp,1.32,1.33 events.h,1.10,1.11 font.cpp,1.18,1.19 game.cpp,1.30,1.31 game.h,1.12,1.13 game_mod.h,1.11,1.12 ihnm_introproc.cpp,1.30,1.31 image.cpp,1.17,1.18 isomap.cpp,1.20,1.21 ite_introproc.cpp,1.30,1.31 music.cpp,1.37,1.38 objectmap.cpp,1.27,1.28 palanim.cpp,1.16,1.17 resnames.h,1.11,1.12 rscfile.cpp,1.11,1.12 rscfile_mod.h,1.6,1.7 saga.h,1.46,1.47 scene.cpp,1.55,1.56 scene.h,1.21,1.22 script.cpp,1.32,1.33 script.h,1.28,1.29 sdebug.cpp,1.19,1.20 sndres.cpp,1.31,1.32 sprite.cpp,1.25,1.26 sthread.cpp,1.39,1.40 text.cpp,1.9,1.10 text.h,1.5,1.6 ys_dl_list.cpp,1.5,NONE yslib.h,1.7,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky/compacts .cvsignore,1.1,NONE 0compact.h,1.11,NONE 101comp.h,1.9,NONE 102comp.h,1.9,NONE 10comp.h,1.11,NONE 11comp.h,1.10,NONE 12comp.h,1.10,NONE 13comp.h,1.11,NONE 14comp.h,1.11,NONE 15comp.h,1.10,NONE 16comp.h,1.10,NONE 17comp.h,1.11,NONE 18comp.h,1.10,NONE 19comp.h,1.10,NONE 1compact.h,1.9,NONE 20comp.h,1.10,NONE 21comp.h,1.11,NONE 22comp.h,1.11,NONE 23comp.h,1.10,NONE 24comp.h,1.10,NONE 25comp.h,1.10,NONE 26comp.h,1.10,NONE 27comp.h,1.12,NONE 28comp.h,1.10,NONE 29comp.h,1.10,NONE 2compact.h,1.12,NONE 30comp.h,1.12,NONE 31comp.h,1.12,NONE 32comp.h,1.12,NONE 33comp.h,1.12,NONE 34comp.h,1.11,NONE 36comp.h,1.12,NONE 37comp.h,1.12,NONE 38comp.h,1.12,NONE 39comp.h,1.11,NONE 3compact.h,1.12,NONE 40comp.h,1.11,NONE 41comp.h,1.11,NONE 42comp.h,1.10,NONE 44comp.h,1.11,NONE 45comp.h,1.11,NONE 46comp.h,1.11,NONE 47comp.h,1.11,NONE 48comp.h,1.11,NONE 4compact.h,1.13,NONE 5compact.h,1.12,NONE 65comp.h,1.10,NONE 66comp.h,1.10,NONE 67comp.h,1.11,NONE 68comp.h,1.11,NONE 69comp.h,1.10,NONE 70comp.h,1.10,NONE 71comp.h,1.11,NONE 72comp.h,1.12,NONE 73comp.h,1.13,NONE 74comp.h,1.11,NONE 75comp.h,1.12,NONE 76comp.h,1.11,NONE 77comp.h,1.11,NONE 78comp.h,1.11,NONE 79comp.h,1.11,NONE 80comp.h,1.10,NONE 81comp.h,1.9,NONE 82comp.h,1.9,NONE 85comp.h,1.8,NONE 90comp.h,1.12,NONE 91comp.h,1.11,NONE 92comp.h,1.11,NONE 93comp.h,1.11,NONE 94comp.h,1.11,NONE 95comp.h,1.11,NONE 96comp.h,1.11,NONE 9compact.h,1.10,NONE linc_gen.h,1.9,NONE lincmenu.h,1.10,NONE objects.h,1.10,NONE savedata.cpp,1.10,NONE z_compac.h,1.12,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga list.h,NONE,1.1 stream.h,NONE,1.1 actionmap.cpp,1.29,1.30 actor.cpp,1.35,1.36 actor.h,1.14,1.15 animation.cpp,1.26,1.27 animation.h,1.12,1.13 events.cpp,1.32,1.33 events.h,1.10,1.11 font.cpp,1.18,1.19 game.cpp,1.30,1.31 game.h,1.12,1.13 game_mod.h,1.11,1.12 ihnm_introproc.cpp,1.30,1.31 image.cpp,1.17,1.18 isomap.cpp,1.20,1.21 ite_introproc.cpp,1.30,1.31 music.cpp,1.37,1.38 objectmap.cpp,1.27,1.28 palanim.cpp,1.16,1.17 resnames.h,1.11,1.12 rscfile.cpp,1.11,1.12 rscfile_mod.h,1.6,1.7 saga.h,1.46,1.47 scene.cpp,1.55,1.56 scene.h,1.21,1.22 script.cpp,1.32,1.33 script.h,1.28,1.29 sdebug.cpp,1.19,1.20 sndres.cpp,1.31,1.32 sprite.cpp,1.25,1.26 sthread.cpp,1.39,1.40 text.cpp,1.9,1.10 text.h,1.5,1.6 ys_dl_list.cpp,1.5,NONE yslib.h,1.7,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky/compacts .cvsignore,1.1,NONE 0compact.h,1.11,NONE 101comp.h,1.9,NONE 102comp.h,1.9,NONE 10comp.h,1.11,NONE 11comp.h,1.10,NONE 12comp.h,1.10,NONE 13comp.h,1.11,NONE 14comp.h,1.11,NONE 15comp.h,1.10,NONE 16comp.h,1.10,NONE 17comp.h,1.11,NONE 18comp.h,1.10,NONE 19comp.h,1.10,NONE 1compact.h,1.9,NONE 20comp.h,1.10,NONE 21comp.h,1.11,NONE 22comp.h,1.11,NONE 23comp.h,1.10,NONE 24comp.h,1.10,NONE 25comp.h,1.10,NONE 26comp.h,1.10,NONE 27comp.h,1.12,NONE 28comp.h,1.10,NONE 29comp.h,1.10,NONE 2compact.h,1.12,NONE 30comp.h,1.12,NONE 31comp.h,1.12,NONE 32comp.h,1.12,NONE 33comp.h,1.12,NONE 34comp.h,1.11,NONE 36comp.h,1.12,NONE 37comp.h,1.12,NONE 38comp.h,1.12,NONE 39comp.h,1.11,NONE 3compact.h,1.12,NONE 40comp.h,1.11,NONE 41comp.h,1.11,NONE 42comp.h,1.10,NONE 44comp.h,1.11,NONE 45comp.h,1.11,NONE 46comp.h,1.11,NONE 47comp.h,1.11,NONE 48comp.h,1.11,NONE 4compact.h,1.13,NONE 5compact.h,1.12,NONE 65comp.h,1.10,NONE 66comp.h,1.10,NONE 67comp.h,1.11,NONE 68comp.h,1.11,NONE 69comp.h,1.10,NONE 70comp.h,1.10,NONE 71comp.h,1.11,NONE 72comp.h,1.12,NONE 73comp.h,1.13,NONE 74comp.h,1.11,NONE 75comp.h,1.12,NONE 76comp.h,1.11,NONE 77comp.h,1.11,NONE 78comp.h,1.11,NONE 79comp.h,1.11,NONE 80comp.h,1.10,NONE 81comp.h,1.9,NONE 82comp.h,1.9,NONE 85comp.h,1.8,NONE 90comp.h,1.12,NONE 91comp.h,1.11,NONE 92comp.h,1.11,NONE 93comp.h,1.11,NONE 94comp.h,1.11,NONE 95comp.h,1.11,NONE 96comp.h,1.11,NONE 9compact.h,1.10,NONE linc_gen.h,1.9,NONE lincmenu.h,1.10,NONE objects.h,1.10,NONE savedata.cpp,1.10,NONE z_compac.h,1.12,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list