[Scummvm-cvs-logs] CVS: scummvm/queen cutaway.cpp,1.25,1.26
David Eriksson
twogood at users.sourceforge.net
Fri Oct 17 00:21:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv1171/queen
Modified Files:
cutaway.cpp
Log Message:
Wrote a little TODO
Index: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- cutaway.cpp 16 Oct 2003 19:40:28 -0000 1.25
+++ cutaway.cpp 17 Oct 2003 07:16:36 -0000 1.26
@@ -28,28 +28,29 @@
namespace Queen {
/*
- Functions needed:
+ TODO soon
- queen.c:
-
- DISP_ROOM
- FACE_JOE
- FIND_GRAPHIC
- FIND_SCALE
- MOVE_JOE
- MOVE_OTHER
- SET_PERSON_DATA
+ - Implement CUTAWAY_SCALE
- talk.c:
-
- SPEAK
+ - Finish Cutaway::handleAnimation
+ - Support the remaining cutaway object types:
+ OBJECT_TYPE_TEXT_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY_AND_SPEAK
+ OBJECT_TYPE_TEXT_DISPLAY
- Data needed:
+ - Find out why one digit is missing in the voice file names
- CURRSONG
- JOEF (Joe's face direction)
- JX,JY (Joe's coordintes)
+
+ TODO later
+
+ - Finish Cutaway::goToFinalRoom
+
+ - Show credits
+
+ - Play voices
+
+ - Play songs
*/
More information about the Scummvm-git-logs
mailing list