[Scummvm-git-logs] scummvm master -> 8958c0041f1ff5819c5922dfb5ebd6b9f8214742
sev-
sev at scummvm.org
Tue Sep 28 19:13:00 UTC 2021
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:
8958c0041f SCUMM: Added detection for Japanese Mac fbpack
Commit: 8958c0041f1ff5819c5922dfb5ebd6b9f8214742
https://github.com/scummvm/scummvm/commit/8958c0041f1ff5819c5922dfb5ebd6b9f8214742
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-09-28T21:10:28+02:00
Commit Message:
SCUMM: Added detection for Japanese Mac fbpack
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 47ea8064d9..15147ac8c5 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -507,6 +507,7 @@ fbpack Fatty Bear's Fun Pack
c9717ee6059f1e43b768b464493d2fba -1 jp 3DO - - - clone2727
4cfd3fda4a4e6e64a1fc488eba973b7a -1 en DOS - - - velocity37
f06e66fd45b2f8b0f4a2833ff4476050 -1 he DOS - - - sev
+ bd9c287382310426b8bca0ac19d7d4c9 5182 jp DOS - - - Retrodude
freddi Freddi Fish 1: The Case of the Missing Kelp Seeds
d4cccb5af88f3e77f370896e9ba8c5f9 26078 en Windows HE 71 - - sev
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 26a5295e00..8e75b7f317 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -480,6 +480,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "activity", "Putt & Fatty's Actpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "fbpack", "fbpack", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "fbpack", "Fatty Bear's Fun Pack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "funpack", "funpack", kGenHEPC, UNK_LANG, UNK, 0 },
{ "brstorm", "brstorm", kGenHEPC, UNK_LANG, UNK, 0 },
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 17c7dfac5a..947bbe9a8d 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 Tue Sep 14 04:47:37 2021
+ This file was generated by the md5table tool on Tue Sep 28 19:09:55 2021
DO NOT EDIT MANUALLY!
*/
@@ -558,6 +558,7 @@ static const MD5Table md5table[] = {
{ "bc4700bc0e12879f6d25d14d6be6cfdd", "spyfox2", "", "", 51286, Common::DE_DEU, Common::kPlatformUnknown },
{ "bd126753de619a495f9f22adc951c8d5", "monkey2", "", "", -1, Common::IT_ITA, Common::kPlatformDOS },
{ "bd5fd7835335dfce03064d5f77b7f0ae", "dog", "", "", 19681, Common::NL_NLD, Common::kPlatformWindows },
+ { "bd9c287382310426b8bca0ac19d7d4c9", "fbpack", "", "", 5182, Common::JA_JPN, Common::kPlatformDOS },
{ "be2abe172f58db170de3a037daa1dd27", "puttputt", "HE 61", "", -1, Common::JA_JPN, Common::kPlatform3DO },
{ "be39a5d4db60e8aa736b9086778cb45c", "spyozon", "", "", 47119, Common::EN_GRB, Common::kPlatformWindows },
{ "be83e882b44f2767bc08d4f766ebc347", "maniac", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAtariST },
More information about the Scummvm-git-logs
mailing list