[Scummvm-git-logs] scummvm master -> 371b5849b665291d6554060a2247c0e5119e8df5
sev-
sev at scummvm.org
Wed Apr 21 10:35:28 UTC 2021
This automated email contains information about 6 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
49c5d54644 AGOS: Added detection for simon2 GOG edition. Bugreport #11394
12b5fd9154 GNAP: Added another English version detection. Bugreport #11404
ea99bbc5fa MOHAWK: Added latter release for arthurrace. Bugreport #11458
2f21908602 LURE: Added detection for the unsupported demo. Bugreport #11501
89a6d5ae10 GOB: Added detection for alternate French ween. Bugreport #11524
371b5849b6 AGI: Remove recently added bc detection entry. It was incorrectly extracted
Commit: 49c5d5464453b8c2c7acc6d22c81dd94b97e9a8a
https://github.com/scummvm/scummvm/commit/49c5d5464453b8c2c7acc6d22c81dd94b97e9a8a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:08+02:00
Commit Message:
AGOS: Added detection for simon2 GOG edition. Bugreport #11394
Changed paths:
engines/agos/detection_tables.h
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index e196a33302..49d11785f4 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -2474,6 +2474,32 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_TALKIE
},
+ // Simon the Sorcerer 2 - English with MT-32 hack (25th Anniversary Edition)
+ // Bugreport #11394
+ {
+ {
+ "simon2",
+ "25th Anniversary Edition",
+
+ {
+ { "gsptr30", GAME_BASEFILE, "608e277904d87dd28725fa08eacc2c0d", 58652 },
+ { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", 18089 },
+ { "simon2.gme", GAME_GMEFILE, "d5e4e2e539565471774ecd22ebf15623", 20054555 },
+ { "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6", 171 },
+ { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", 513 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_CD,
+ GUIO0()
+ },
+
+ GType_SIMON2,
+ GID_SIMON2,
+ GF_TALKIE
+ },
+
// Simon the Sorcerer 2 - Russian Fan with MT-32 hack (25th Anniversary Edition)
{
{
Commit: 12b5fd915496190ee921c63ad7021f7de1e8dccd
https://github.com/scummvm/scummvm/commit/12b5fd915496190ee921c63ad7021f7de1e8dccd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:08+02:00
Commit Message:
GNAP: Added another English version detection. Bugreport #11404
Changed paths:
engines/gnap/detection.cpp
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index ac8ca9ca6f..4112876f33 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -47,6 +47,11 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("stock_n.dat", "46819043d019a2f36b727cc2bdd6980f", 13497301),
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
+ { // Bugreport #11404
+ "gnap", "",
+ AD_ENTRY1s("stock_n.dat", "46819043d019a2f36b727cc2bdd6980f", 13035286),
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
+ },
{
"gnap", "",
AD_ENTRY1s("stock_n.dat", "46819043d019a2f36b727cc2bdd6980f", 12995485),
Commit: ea99bbc5fab5ae002f88e2ad25496e7b0334600e
https://github.com/scummvm/scummvm/commit/ea99bbc5fab5ae002f88e2ad25496e7b0334600e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:08+02:00
Commit Message:
MOHAWK: Added latter release for arthurrace. Bugreport #11458
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index e4d6d04956..3fa7db8c42 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1829,7 +1829,7 @@ static const MohawkGameDescription gameDescriptions[] = {
"Living Books Player"
},
- {
+ { // November release
{
"arthurrace",
"",
@@ -1848,7 +1848,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"arthurrace",
- "",
+ "32-bit",
AD_ENTRY1("RACE32.LB", "292a05bc48c1dd9583821a4181a02ef2"),
Common::EN_ANY,
Common::kPlatformWindows,
@@ -1860,6 +1860,37 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ { // December release, marked as 1.0. Bugreport #11458
+ {
+ "arthurrace",
+ "",
+ AD_ENTRY1s("RACE.LB", "4d4347a010802c1e34e30a3d899546a7", 3155),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
+ // 32-bit version of the previous entry
+ {
+ {
+ "arthurrace",
+ "32-bit",
+ AD_ENTRY1s("RACE32.LB", "badea47f88f0ee96dfc55c9120db5751", 3153),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
{
{
"arthurrace",
Commit: 2f219086021883e3abc7b6917c167770220c5bf7
https://github.com/scummvm/scummvm/commit/2f219086021883e3abc7b6917c167770220c5bf7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:08+02:00
Commit Message:
LURE: Added detection for the unsupported demo. Bugreport #11501
Changed paths:
engines/lure/detection.cpp
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 8b1c52395c..639bc08674 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -196,6 +196,21 @@ static const LureGameDescription gameDescriptions[] = {
GF_FLOPPY,
},
+ // Unsupported demo
+ // Bugreport #11501
+ {
+ {
+ "lure",
+ _s("Missing game code"), // Reason for being unsupported
+ AD_ENTRY1s("disk1.vga", "7a6aa0e958450c33b70b664d9f841ad1", 621984),
+ Common::RU_RUS,
+ Common::kPlatformDOS,
+ ADGF_DEMO | ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ GF_FLOPPY,
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};
Commit: 89a6d5ae108a1745d513f6972d856a4ece47ad12
https://github.com/scummvm/scummvm/commit/89a6d5ae108a1745d513f6972d856a4ece47ad12
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:08+02:00
Commit Message:
GOB: Added detection for alternate French ween. Bugreport #11524
Changed paths:
engines/gob/detection/tables_ween.h
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index 836ec04d2c..ed5574e980 100644
--- a/engines/gob/detection/tables_ween.h
+++ b/engines/gob/detection/tables_ween.h
@@ -73,7 +73,21 @@
{
"ween",
"",
- AD_ENTRY1("intro.stk", "4b10525a3782aa7ecd9d833b5c1d308b"),
+ AD_ENTRY1s("intro.stk", "4b10525a3782aa7ecd9d833b5c1d308b", 7029591),
+ FR_FRA,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeWeen,
+ kFeaturesAdLib,
+ 0, 0, 0
+},
+{ // Bugreport #11524
+ {
+ "ween",
+ "",
+ AD_ENTRY1s("intro.stk", "cae57980940b919305e33a65d0f1dcc3", 7017982),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
Commit: 371b5849b665291d6554060a2247c0e5119e8df5
https://github.com/scummvm/scummvm/commit/371b5849b665291d6554060a2247c0e5119e8df5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-21T12:35:09+02:00
Commit Message:
AGI: Remove recently added bc detection entry. It was incorrectly extracted
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 05126d1687..6eb12de484 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -229,9 +229,6 @@ static const AGIGameDescription gameDescriptions[] = {
// Menus not tested
GAME3_PO("bc", "1.0O 1989-02-24 (CE)", "bcdir", "dc09d30b147242692f4f85b9811962db", 0x3149, 0, GID_BC, Common::kPlatformApple2GS, GAMEOPTIONS_APPLE2GS),
- // Black Cauldron (Apple IIgs) Bugreport #11015
- GAME3_PSO("bc", "", "bcdir", "710a56938e5428d26ca7682d38bdba28", 22498, 0x3149, 0, GID_BC, Common::kPlatformApple2GS, GAMEOPTIONS_APPLE2GS),
-
// Black Cauldron (PC) 2.00 6/14/87 [AGI 2.439]
GAME("bc", "2.00 1987-06-14", "7f598d4712319b09d7bd5b3be10a2e4a", 0x2440, GID_BC),
More information about the Scummvm-git-logs
mailing list