[Scummvm-git-logs] scummvm master -> 03ee842db98a4027404342daf4a6b46fcb093e34

aquadran aquadran at gmail.com
Mon Dec 7 18:16:08 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
03ee842db9 SCUMM: Add old variant PRCA to detection


Commit: 03ee842db98a4027404342daf4a6b46fcb093e34
    https://github.com/scummvm/scummvm/commit/03ee842db98a4027404342daf4a6b46fcb093e34
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-12-07T19:16:05+01:00

Commit Message:
SCUMM: Add old variant PRCA to detection

This is needed to ensure that correct encoding is selected

Changed paths:
    devtools/scumm-md5.txt
    engines/scumm/scumm-md5.h


diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 820333786e..90abdb655e 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -146,6 +146,7 @@ indy3	Indiana Jones and the Last Crusade
 	399b217b0c8d65d0398076da486363a9	6295	de	DOS	VGA	VGA	VGA v1.02 from 7 Nov 91	Peter Eckerlein, Fingolfin
 	17b5d5e6af4ae89d62631641d66d5a05	-1	it	DOS	VGA	VGA	IBM 256 color v2.1 from 3 May 01	Andrea Petrucci, Peter Eckerlein
 	3cce1913a3bc586b51a75c3892ff18dd	-1	ru	DOS	VGA	VGA	VGA
+	60f4faa74d802b700f6748bf136e5361	6295	ru	DOS	VGA	VGA	VGA
 
 	04687cdf7f975a89d2474929f7b80946	7552	en	FM-TOWNS	FM-TOWNS	-	v1.00 1/23/91	Fingolfin
 	3a0c35f3c147b98a2bdf8d400cfc4ab5	-1	jp	FM-TOWNS	FM-TOWNS	-	-	Paul Priest, Andrea Petrucci
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 03dc6313af..a02c4db035 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Sat Dec  5 18:22:51 2020
+  This file was generated by the md5table tool on Mon Dec  7 02:51:32 2020
   DO NOT EDIT MANUALLY!
  */
 
@@ -292,6 +292,7 @@ static const MD5Table md5table[] = {
 	{ "6027e9ca9c35746d95dee2068cec17e5", "zak", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAmiga },
 	{ "60ba818dc3bede86d40357e3913f8505", "ft", "", "Version B", 19697, Common::EN_ANY, Common::kPlatformUnknown },
 	{ "60c7b33000059b44465b2ce104a52285", "monkey", "CD", "CD", -1, Common::KO_KOR, Common::kPlatformDOS },
+	{ "60f4faa74d802b700f6748bf136e5361", "indy3", "VGA", "VGA", 6295, Common::RU_RUS, Common::kPlatformDOS },
 	{ "613f64f78ea26c7353b2a5940eb61d6a", "zak", "V2", "V2", -1, Common::FR_FRA, Common::kPlatformAtariST },
 	{ "62050da376483d8edcbd98cd26b6cb57", "puttrace", "HE 99", "", -1, Common::RU_RUS, Common::kPlatformWindows },
 	{ "624cdb93654667c869d204a64af7e57f", "maniac", "V2", "V2", 1988, Common::EN_ANY, Common::kPlatformDOS },




More information about the Scummvm-git-logs mailing list