[Scummvm-cvs-logs] CVS: scummvm/queen xref.txt,1.36,1.37

Gregory Montoir cyx at users.sourceforge.net
Thu Nov 13 01:33:07 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv3232

Modified Files:
	xref.txt 
Log Message:
update

Index: xref.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/xref.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- xref.txt	9 Nov 2003 22:22:56 -0000	1.36
+++ xref.txt	13 Nov 2003 09:32:31 -0000	1.37
@@ -82,7 +82,7 @@
 -
 CUTJOEF
 CUTON						Input::_cutawayRunning
-CUTQUIT						Cutaway::_quit (rename and move to Logic?)
+CUTQUIT						Input::_cutawayQuit
 FINAL_ROOM					Cutaway::_finalRoom
 IROOM						Cutaway::_initialRoom
 OBJ_CUT
@@ -96,8 +96,8 @@
 DEBUG
 =====
 cd_sample_check()
-debuginfo()
-select_new_room()
+debuginfo()					Debug::printInfo
+select_new_room()			Debug::jumpToRoom
 -
 AREAVAR						(boolean, if true display objects/areas boxes)
 
@@ -149,9 +149,9 @@
 check_keys()				Input::checkKeys()
 get_key()					*not needed*
 -
-drawmouseflag
-key_commands				Input::?
-key_language				Input::?
+drawmouseflag				*not needed* (equivalent to _display->mouseCursorShow(bool))
+key_commands				Input::_currentCommandKeys
+key_language				Input::_commandKeys
 KEYVERB						Input::_keyVerb
 MouseButton					Input::_mouseButton
 mouseflag
@@ -359,7 +359,6 @@
 actiondata					Talk::_speechParameters
 HEAD
 JMAX
-JOE2str
 JOEKEYstr
 LEVEL
 LEVELMAX
@@ -367,7 +366,6 @@
 OLDS
 OWALK
 PERstr
-PERSON2str
 PKEYstr
 TALKHEAD
 TALKQUIT
@@ -490,4 +488,6 @@
 FTOT //	queen.c/SETUP_FURNITURE local var
 OBJMAXv	// == Logic::_objMax[Logic::_currentRoom]
 TEMPstr
-WORDstr
+WORDstr 
+JOE2str,PERSON2str // locals in Talk::initialTalk
+





More information about the Scummvm-git-logs mailing list