[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.162,1.163
Max Horn
fingolfin at users.sourceforge.net
Sun Aug 1 03:14:14 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actionmap.cpp,1.15,1.16 actor.cpp,1.14,1.15 animation.cpp,1.15,1.16 font.cpp,1.10,1.11 image.cpp,1.12,1.13 isomap.cpp,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga animation.cpp,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25888
Modified Files:
descumm6.cpp
Log Message:
slightly more useful naming for array opcodes
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- descumm6.cpp 26 Jul 2004 03:24:58 -0000 1.162
+++ descumm6.cpp 1 Aug 2004 10:13:01 -0000 1.163
@@ -2527,19 +2527,19 @@
if (HumongousFlag)
ext(output, "x" "dimArray\0"
"\x5pw|dimTypeUnk,"
- "\xC7pw|dimType5,"
- "\xC8pw|dimType1,"
- "\xC9pw|dimType2,"
- "\xCApw|dimType3,"
- "\xCBpw|dimType4,"
+ "\xC7pw|int,"
+ "\xC8pw|bit,"
+ "\xC9pw|nibble,"
+ "\xCApw|byte,"
+ "\xCBpw|string,"
"\xCCw|nukeArray");
else
ext(output, "x" "dimArray\0"
- "\xC7pw|dimType5,"
- "\xC8pw|dimType1,"
- "\xC9pw|dimType2,"
- "\xCApw|dimType3,"
- "\xCBpw|dimType4,"
+ "\xC7pw|int,"
+ "\xC8pw|bit,"
+ "\xC9pw|nibble,"
+ "\xCApw|byte,"
+ "\xCBpw|string,"
"\xCCw|nukeArray");
break;
@@ -2563,11 +2563,11 @@
break;
case 0xC0:
ext(output, "x" "dim2dimArray\0"
- "\xC7ppw|dim2Type5,"
- "\xC8ppw|dim2Type1,"
- "\xC9ppw|dim2Type2,"
- "\xCAppw|dim2Type3,"
- "\xCBppw|dim2Type4");
+ "\xC7ppw|int,"
+ "\xC8ppw|bit,"
+ "\xC9ppw|nibble,"
+ "\xCAppw|byte,"
+ "\xCBppw|string");
break;
case 0xC4:
ext(output, "rp|abs");
@@ -2738,8 +2738,8 @@
case 0xEA:
if (HumongousFlag)
ext(output, "x" "redimArray\0"
- "\xC7ppw|to3,"
- "\xCAppw|to5");
+ "\xC7ppw|int,"
+ "\xCAppw|byte");
else
invalidop(NULL, code);
break;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actionmap.cpp,1.15,1.16 actor.cpp,1.14,1.15 animation.cpp,1.15,1.16 font.cpp,1.10,1.11 image.cpp,1.12,1.13 isomap.cpp,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga animation.cpp,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list