[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.97,1.98 descumm6.cpp,1.185,1.186

kirben kirben at users.sourceforge.net
Sat May 28 01:58:06 CEST 2005


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

Modified Files:
	descumm.cpp descumm6.cpp 
Log Message:

Update some HE details.


Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- descumm.cpp	18 Mar 2005 15:11:57 -0000	1.97
+++ descumm.cpp	28 May 2005 08:57:42 -0000	1.98
@@ -2957,7 +2957,7 @@
 		break;
 
 	case 0x98:
-		do_tok(buf, "quitPauseRestart", A1B);
+		do_tok(buf, "systemOps", A1B);
 		break;
 
 	case 0x7B:

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- descumm6.cpp	14 May 2005 00:38:42 -0000	1.185
+++ descumm6.cpp	28 May 2005 08:57:42 -0000	1.186
@@ -1643,14 +1643,17 @@
 				"\x75p|loadCharset," 
 				"\x76p|nukeCharset," 
 				"\x77z|loadFlObject,"
-				"\xc9p|queueload Image,"
-				"\xcap|loadImage,"
-				"\xcbp|lockImage,"
-				"\x78p|queueload resource 2,"
-				"\x79p|queueload resource 3,"
-				"\x7Ap|queueload resource 4,"
-				"\x7Bp|queueload resource 5,"
-				"\xe9p|queueload resource 6");
+				"\x78p|queueloadScript,"
+				"\x79p|queueloadSound,"
+				"\x7Ap|queueloadCostume,"
+				"\x7Bp|queueloadRoomImage,"
+				"\x9fp|unlockImage,"
+				"\xc0p|nukeImage,"
+				"\xc9p|loadImage,"
+				"\xcap|lockImage,"
+				"\xcbp|queueloadImage,"
+				"\xe9p|lockFlObject,"
+				"\xebp|unlockFlObject");
 		break;
 	case 0x9C:
 		ext(output, "x" "roomOps\0"
@@ -1798,7 +1801,7 @@
 		ext(output, "rlp|isAnyOf");
 		break;
 	case 0xAE:
-		ext(output, "x" "quitPauseRestart\0"
+		ext(output, "x" "systemOps\0"
 				 "\x9E|pauseGame,"
 				 "\xA0|shutDown");
 		break;
@@ -2020,7 +2023,7 @@
 		ext(output, "h|setFilePath");
 		break;
 	case 0xFA:
-		ext(output, "hf|unknownFA");
+		ext(output, "hf|setWindowCaption");
 		break;
 	case 0xFB:
 		ext(output, "x" "polygonOps\0"
@@ -2475,7 +2478,7 @@
 		ext(output, "l|soundKludge");
 		break;
 	case 0xB3:
-		ext(output, "x" "system\0"
+		ext(output, "x" "systemOps\0"
 				"\x28|restart,"
 				"\x29|quit");
 		break;
@@ -3255,7 +3258,7 @@
 		ext(output, "rlp|isAnyOf");
 		break;
 	case 0xAE:
-		ext(output, "x" "quitPauseRestart\0" "\x9E|pauseGame," "\xA0|shutDown");
+		ext(output, "x" "systemOps\0" "\x9E|pauseGame," "\xA0|shutDown");
 		break;
 	case 0xAF:
 		ext(output, "rp|isActorInBox");





More information about the Scummvm-git-logs mailing list