[Scummvm-git-logs] scummvm master -> 40b482a954a8a84ffcf7ad140f505d6c21dc447e
eriktorbjorn
noreply at scummvm.org
Sat Nov 9 11:30:17 UTC 2024
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:
40b482a954 SCUMM: Differentiate between DOS and Mac Fate of Atlantis
Commit: 40b482a954a8a84ffcf7ad140f505d6c21dc447e
https://github.com/scummvm/scummvm/commit/40b482a954a8a84ffcf7ad140f505d6c21dc447e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-11-09T12:29:17+01:00
Commit Message:
SCUMM: Differentiate between DOS and Mac Fate of Atlantis
Mac Fate of Atlantis does not have aspect ratio correction, or EGA
rendering, and only Macintosh music. The Japanese version remains
untouched because that one isn't covered by the recent Mac GUi changes.
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 1d10eb4e1a7..29b507e2432 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -317,15 +317,15 @@ atlantis Indiana Jones and the Fate of Atlantis
1fbebd7b2b692df5297870447a80cfed 12030 de DOS Floppy Floppy - Fingolfin
8f3758ff98c9c5d78e5d635222cad026 12030 it DOS Floppy Floppy - Andrea Petrucci
9bd2a8f72613e715c199246dd511e10f 12030 es DOS Floppy Floppy - abnog, Andrea Petrucci
- 06b187468113f9ae5a400b148a847fac 12075 en Mac Floppy Floppy six data files Lars N sbye Christensen
- d6dd0646404768a63e963891a96daadd 12035 en Mac Floppy Floppy two data files Fingolfin
+ 06b187468113f9ae5a400b148a847fac 12075 en Mac Mac Floppy Floppy six data files Lars N sbye Christensen
+ d6dd0646404768a63e963891a96daadd 12035 en Mac Mac Floppy Floppy two data files Fingolfin
182344899c2e2998fca0bebcd82aa81a 12035 en DOS - CD V1.0 10/9/92 Fingolfin
8d6a88fc58b72785621712fcffc03141 12035 he DOS - CD V1.0 10/9/92 phcoder
f3c5d9bf3f091bd1f18dc1013fba5396 638976 en Windows Steam Steam Steam Version Ben Castricum, Filippos Karapetis
6a8133b63d46f6663fbcbb49d5a2edb1 520548 en Mac Steam Steam Steam Version Filippos Karapetis
- 1a6e5ae2777a6a33f06ffc0226210934 11885 en Mac - CD V1.0 10/9/92 Scott Summers
- 2d9d46f23cb07bbc90b8ad464d3e4ff8 -1 en Mac - CD Mac bundle Joachim Eberhard
+ 1a6e5ae2777a6a33f06ffc0226210934 11885 en Mac Mac CD V1.0 10/9/92 Scott Summers
+ 2d9d46f23cb07bbc90b8ad464d3e4ff8 -1 en Mac Mac CD Mac bundle Joachim Eberhard
8e9417564f33790815445b2136efa667 11915 jp Mac - CD - Petr Maruska
e8d0697906e53fee8b7e9f5652696da8 11915 jp DOS - CD - Petr Maruska, tracker #4900
55b4494051b06e95bcaa0d6d8f6fb757 286720 en Windows Steam Humble Actually Humble version - Mataniko
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 0df306840eb..19bc94c22eb 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -207,6 +207,8 @@ static const GameSettings gameVariantsTable[] = {
{"atlantis", "Steam", "steam", GID_INDY4, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO3(GUIO_RENDEREGA, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI)},
{"atlantis", "Floppy", 0, GID_INDY4, 5, 0, MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO5(GUIO_NOSPEECH, GUIO_RENDEREGA, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI, GAMEOPTION_COPY_PROTECTION)},
{"atlantis", "Amiga", 0, GID_INDY4, 5, 0, MDT_AMIGA, 0, Common::kPlatformAmiga, GUIO5(GUIO_NOSPEECH, GUIO_MIDIAMIGA, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI, GAMEOPTION_COPY_PROTECTION)},
+ {"atlantis", "Mac", 0, GID_INDY4, 5, 0, 0, 0, UNK, GUIO3(GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI, GUIO_NOASPECT)},
+ {"atlantis", "Mac Floppy", 0, GID_INDY4, 5, 0, 0, 0, UNK, GUIO5(GUIO_NOSPEECH, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI, GAMEOPTION_COPY_PROTECTION, GUIO_NOASPECT)},
{"atlantis", "FM-TOWNS", 0, GID_INDY4, 5, 0, MDT_TOWNS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, Common::kPlatformFMTowns, GUIO6(GUIO_MIDITOWNS, GUIO_MIDIADLIB, GUIO_MIDIMT32, GAMEOPTION_TRIM_FMTOWNS_TO_200_PIXELS, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI)},
{"tentacle", "", 0, GID_TENTACLE, 6, 0, MDT_ADLIB | MDT_MIDI | MDT_PREFER_GM, GF_USE_KEY, UNK, GUIO3(GUIO_RENDEREGA, GAMEOPTION_ENHANCEMENTS, GAMEOPTION_ORIGINALGUI)},
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 6979072b68e..095471b8cd5 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 Nov 9 09:31:24 2024
+ This file was generated by the md5table tool on Sat Nov 9 11:25:26 2024
DO NOT EDIT MANUALLY!
*/
@@ -39,7 +39,7 @@ static const MD5Table md5table[] = {
{ "057c9b456dedcc4d71b991a3072a20b3", "monkey", "SEGA", "", 9465, Common::JA_JPN, Common::kPlatformSegaCD },
{ "05d3143827ab4f5d2521a1a47dab8ff2", "puttrace", "HE 99", "", -1, Common::IT_ITA, Common::kPlatformUnknown },
{ "06865ea0fae1aeef2d6b96d8ae7ecc41", "maniac", "V2", "V2", 1988, Common::RU_RUS, Common::kPlatformDOS },
- { "06b187468113f9ae5a400b148a847fac", "atlantis", "Floppy", "Floppy", 12075, Common::EN_ANY, Common::kPlatformMacintosh },
+ { "06b187468113f9ae5a400b148a847fac", "atlantis", "Mac Floppy", "Floppy", 12075, Common::EN_ANY, Common::kPlatformMacintosh },
{ "06c3cf4f31daad8b1cd93153491db9e6", "pajama3", "", "", 79382, Common::NL_NLD, Common::kPlatformUnknown },
{ "07433205acdca3bc553d0e731588b35f", "airport", "", "", -1, Common::EN_ANY, Common::kPlatformWindows },
{ "07a1eefd8ca95d77310311446c0f53d0", "brstorm", "", "", 5433, Common::EN_ANY, Common::kPlatformUnknown },
@@ -107,7 +107,7 @@ static const MD5Table md5table[] = {
{ "1900e501a52fbf55bde6e4196f6d2aa6", "zak", "V2", "V2", -1, Common::IT_ITA, Common::kPlatformDOS },
{ "19263586f749a560c1adf8b3393a9593", "socks", "HE 85", "", -1, Common::RU_RUS, Common::kPlatformWindows },
{ "19bf6938a94698296bcb0c99c31c91a7", "spyfox2", "", "Demo", 14689, Common::EN_GRB, Common::kPlatformWindows },
- { "1a6e5ae2777a6a33f06ffc0226210934", "atlantis", "", "CD", 11885, Common::EN_ANY, Common::kPlatformMacintosh },
+ { "1a6e5ae2777a6a33f06ffc0226210934", "atlantis", "Mac", "CD", 11885, Common::EN_ANY, Common::kPlatformMacintosh },
{ "1af4eb581a33d808707d66d50e084dca", "pajama2", "HE 99", "", -1, Common::HE_ISR, Common::kPlatformWindows },
{ "1b3a7f67d688f44d0e54da839923d3a3", "spyfox", "HE 100", "", 49742, Common::NL_NLD, Common::kPlatformWii },
{ "1b720def35ecfa07032ddf1efb34c368", "dog", "", "", 19681, Common::NL_NLD, Common::kPlatformUnknown },
@@ -166,7 +166,7 @@ static const MD5Table md5table[] = {
{ "2d4536a56e01da4b02eb021e7770afa2", "zak", "FM-TOWNS", "", 7520, Common::EN_ANY, Common::kPlatformFMTowns },
{ "2d4acbdcfd8e374c9da8c2e7303a5cd0", "BluesBirthday", "", "Demo", 15789, Common::EN_ANY, Common::kPlatformUnknown },
{ "2d624d1b214f7faf0094daea65c6d1a6", "maniac", "Apple II", "", 1188, Common::EN_ANY, Common::kPlatformApple2GS },
- { "2d9d46f23cb07bbc90b8ad464d3e4ff8", "atlantis", "", "CD", -1, Common::EN_ANY, Common::kPlatformMacintosh },
+ { "2d9d46f23cb07bbc90b8ad464d3e4ff8", "atlantis", "Mac", "CD", -1, Common::EN_ANY, Common::kPlatformMacintosh },
{ "2e85f7aa054930c692a5b1bed1dfc295", "football2002", "", "Patched", -1, Common::EN_ANY, Common::kPlatformUnknown },
{ "2e8a1f76ea33bc5e04347646feee173d", "pajama3", "", "", -1, Common::DE_DEU, Common::kPlatformUnknown },
{ "2f7583da072d027057983c43bb3fa53f", "spyfox", "HE 100", "", 49742, Common::EN_GRB, Common::kPlatformWii },
@@ -673,7 +673,7 @@ static const MD5Table md5table[] = {
{ "d62047a6729349ab36f7ee065bf26509", "dig", "", "", -1, Common::RU_RUS, Common::kPlatformUnknown },
{ "d62d248c3df6ec177405e2cb23d923b2", "indy3", "EGA", "EGA", 5361, Common::IT_ITA, Common::kPlatformDOS },
{ "d6334a5a9b61afe18c368540fdf522ca", "airport", "", "", -1, Common::EN_ANY, Common::kPlatformMacintosh },
- { "d6dd0646404768a63e963891a96daadd", "atlantis", "Floppy", "Floppy", 12035, Common::EN_ANY, Common::kPlatformMacintosh },
+ { "d6dd0646404768a63e963891a96daadd", "atlantis", "Mac Floppy", "Floppy", 12035, Common::EN_ANY, Common::kPlatformMacintosh },
{ "d73c851b942af44deb9b6d5f416a0972", "freddi3", "HE 99", "Demo", 22779, Common::HE_ISR, Common::kPlatformWindows },
{ "d74122362a77ec24525fdd50297dfd82", "freddi4", "", "", -1, Common::FR_FRA, Common::kPlatformMacintosh },
{ "d7ab7cd6105546016e6a0d46fb36b964", "pajama", "HE 100", "Demo", 18958, Common::EN_ANY, Common::kPlatformUnknown },
More information about the Scummvm-git-logs
mailing list