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

tag2015 noreply at scummvm.org
Mon Oct 10 16:36:49 UTC 2022


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

Summary:
174741c987 DIRECTOR: Fix checksum for Shade Viewer and add additional file
1f178105d0 DIRECTOR: Remove misdetected Maniac Sports entry
24b7675e3d DIRECTOR: Add detection for "Carmen Sandiego Math Detective"
f0081da100 DIRECTOR: Add detection for Traitors Gate newer/DVD versions


Commit: 174741c9876df2787b19703dd0f960613c1c49a4
    https://github.com/scummvm/scummvm/commit/174741c9876df2787b19703dd0f960613c1c49a4
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-10T18:35:58+02:00

Commit Message:
DIRECTOR: Fix checksum for Shade Viewer and add additional file

Fixes bug #13760 with Amiga games being detected as Shade Viewer
variant

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 6cb671af856..f6ffc664f9b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4470,7 +4470,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("sfpd", "v1.00", "Body in the Bay", "01be45e7241194dad07938e7059b88e3", 483774, 404),
 
 	// Product was published by 夢本舗株式会社 (Yumehonpo)
-	MACDEMO1_l("shadeviewer", "Operation Manual", "Manual", "8b138db44d4421cc7294a9dc792ccf1b", 502913, Common::JA_JPN, 404),
+	MACDEMO2_l("shadeviewer", "Operation Manual", "Manual", "8b138db44d4421cc7294a9dc792ccf1b", 502657,
+							"xn--n8jlpy8c5cwhn28z6jxbst0e", "07c17d30a1e0cad5ef8a865587afb5ed", 4049, Common::JA_JPN, 404),
 
 	// Full game is not Director
 	WINDEMO1("shanghai", "Demo", "SHGMDEMO.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400),


Commit: 1f178105d0b4a8bde852f0711813b38a252b83bd
    https://github.com/scummvm/scummvm/commit/1f178105d0b4a8bde852f0711813b38a252b83bd
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-10T18:35:58+02:00

Commit Message:
DIRECTOR: Remove misdetected Maniac Sports entry

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index f6ffc664f9b..ec8b2228375 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2286,7 +2286,6 @@ static const DirectorGameDescription gameDescriptions[] = {
 									"MSI C-S",   "224006f035e5f5fc0dd0133fbc5c6b89", 142729, Common::JA_JPN, 311),
 
 	// Original Mac filename is Maniac Sportsâ„¢
-	MACGAME1("maniacsports", "", "xn--maniac sports-8q9g", "2ce360c9ea2da80a2c6d1040b0ad92dd", 421218, 311),
 	MACGAME1("maniacsports", "", "xn--maniac sports-8q9g", "2ce360c9ea2da80a2c6d1040b0ad92dd", 420962, 311),
 	WINGAME2("maniacsports", "", "MANIAC.EXE", "65d06b5fef155a2473434571aff5bc29", 371274,
 								 "SUPPORT/MSWORLD.MMM", "e9cdd7f30fb3386e7b67c6769147f60a", 218378, 311),


Commit: 24b7675e3d9cf52e218122d5550a9465c8d86368
    https://github.com/scummvm/scummvm/commit/24b7675e3d9cf52e218122d5550a9465c8d86368
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-10T18:35:58+02:00

Commit Message:
DIRECTOR: Add detection for "Carmen Sandiego Math Detective"

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index ec8b2228375..333fb6f6d8c 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -89,6 +89,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "bodypark",			"Body Park" },
 	{ "brer",				"Brer Rabbit and the Wonderful Tar Baby" },
 	{ "buzz1",				"Buzz Lightyear 1st Grade" },
+	{ "carmenmath",			"Carmen Sandiego Math Detective" },
 	{ "casino",				"Casino!" },
 	{ "casino5p",			"Casino 5 Pack" },
 	{ "casinoblackjack",	"Casino Black Jack" },
@@ -5993,6 +5994,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINGAME1t_l("brspel", "", "START.EXE", "8d1bfc4ea72c1892412f2ecabb96c990", 3465523, Common::DA_DNK, 650),
 
+	MACGAME1("carmenmath", "", "Carmen Math Detective", "65063397536553c4f6ff2a6c07194bf7", 1420730, 602),
+	WINGAME1t("carmenmath", "", "CMD32.EXE", "75c2569890b01e3d701b2784c25c2866", 1552305, 602),
+
 	MACGAME1("casperact", "", "Casper Activity Center", "904cb6465321d8e1d12d2a5a29612050", 1029165, 600),
 	WINGAME1("casperact", "", "CASPER32.EXE", "a593079aecf5bd938ce75264cac24b2d", 1819279, 600),
 


Commit: f0081da10021826843dd1554f5005941592d19cc
    https://github.com/scummvm/scummvm/commit/f0081da10021826843dd1554f5005941592d19cc
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-10T18:35:58+02:00

Commit Message:
DIRECTOR: Add detection for Traitors Gate newer/DVD versions

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 333fb6f6d8c..e5ab2e8f3f0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -6619,6 +6619,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("tomato", "",  "tomato2", "9c595b98af545997155f2f020ad2ec5f", 1028001, 606),
 	WINGAME1t("tomato", "", "TOMATO2.EXE", "82536fc9800cf7fabda97c74cca3ed8f", 1550097, 606),
 
+	MACGAME1("traitorsgate", "", "Traitors Gate", "65063397536553c4f6ff2a6c07194bf7", 1935940, 650),
+	MACGAME1("traitorsgate", "DVD", "Traitors Gate", "65063397536553c4f6ff2a6c07194bf7", 1933716, 650),
+	WINGAME1t("traitorsgate", "", "TGstart.exe", "4c2e7bffa671bc537ff8e93fd51d4139", 2074713, 650),
+	WINGAME1t("traitorsgate", "DVD", "TGstart.exe", "4c2e7bffa671bc537ff8e93fd51d4139", 2072959, 650),
 	WINGAME1("traitorsgate", "", "TRG001.EXE", "b762d2cc3f7db2a6446135917fe92496", 2072959, 650),
 
 	MACGAME1("trekpedia98", "", "Ency98 Player", "b0b0e36586489ca6070d20feeff52fa5", 1091806, 600),




More information about the Scummvm-git-logs mailing list