[Scummvm-git-logs] scummvm master -> dd1a694f0e25b8b93107f6de7e430cba84c71170

SupSuper noreply at scummvm.org
Sun Apr 23 16:02:17 UTC 2023


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:
dd1a694f0e SCUMM: Add detection for Putt-Putt's Fun Pack Mac JP


Commit: dd1a694f0e25b8b93107f6de7e430cba84c71170
    https://github.com/scummvm/scummvm/commit/dd1a694f0e25b8b93107f6de7e430cba84c71170
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-23T17:02:13+01:00

Commit Message:
SCUMM: Add detection for Putt-Putt's Fun Pack Mac JP

Reported in TRAC #14394

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


diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index d658a9c86eb..e422599feaa 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -931,6 +931,7 @@ funpack	Putt-Putt's Fun Pack
 	3d219e7546039543307b55a91282bf18	-1	en	DOS	-	-	-	iziku
 	46b53fd430adcfbed791b48a0d4b079f	-1	en	DOS	-	-	-	khalek
 	90a329d8ad5b7ce0690429e98cfbb32f	-1	he	DOS	-	-	-
+	61fa2dd4dc9e58347c4de5f4243a3ba6	5798	jp	Mac	-	-	-	HerbFargus
 
 PuttsFunShop	Putt-Putt's One-Stop Fun Shop
 	5262a27afcaee04e5c4900220bd463e7	35741	us	All	-	-	-	Kirben
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 6a603509775..b4f6bc4a506 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -484,6 +484,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
 	{ "fbpack", "fbpack", kGenHEPC, UNK_LANG, UNK, 0 },
 	{ "fbpack", "Fatty Bear's Funpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
 	{ "funpack", "funpack", kGenHEPC, UNK_LANG, UNK, 0 },
+	{ "funpack", "Putt-Putt's Funpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
 
 	{ "brstorm", "brstorm", kGenHEPC, UNK_LANG, UNK, 0 },
 
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 6a434cc550b..a90b2c32a1a 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 Wed Mar 29 22:04:39 2023
+  This file was generated by the md5table tool on Sat Apr 15 13:59:16 2023
   DO NOT EDIT MANUALLY!
  */
 
@@ -314,6 +314,7 @@ static const MD5Table md5table[] = {
 	{ "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 },
+	{ "61fa2dd4dc9e58347c4de5f4243a3ba6", "funpack", "", "", 5798, Common::JA_JPN, Common::kPlatformMacintosh },
 	{ "62050da376483d8edcbd98cd26b6cb57", "puttrace", "HE 99", "", -1, Common::RU_RUS, Common::kPlatformWindows },
 	{ "624cdb93654667c869d204a64af7e57f", "maniac", "V2", "V2", 1988, Common::EN_ANY, Common::kPlatformDOS },
 	{ "6269b8fbf51a353e5b501e4ad98cdc67", "arttime", "", "", -1, Common::EN_ANY, Common::kPlatformUnknown },




More information about the Scummvm-git-logs mailing list