[Scummvm-git-logs] scummvm master -> 0b9053587b33e62f25f12127dc488b1f551e8360

sev- noreply at scummvm.org
Thu Jul 13 13:49:06 UTC 2023


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

Summary:
2cf3b20954 MADS: Always include all games in detection tables
ae288086e7 SCI: Uncomment Shivers2 which now will be detected with a Missing Code message
0b9053587b DIRECTOR: Comment out half-baked detection entries


Commit: 2cf3b20954eabdaf6aaf747d065a3e45a3b2ee0a
    https://github.com/scummvm/scummvm/commit/2cf3b20954eabdaf6aaf747d065a3e45a3b2ee0a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-13T15:47:56+02:00

Commit Message:
MADS: Always include all games in detection tables

Changed paths:
    engines/mads/detection_tables.h


diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index ef66cf6a1ff..2b6bb5a5308 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -128,8 +128,6 @@ static const MADSGameDescription gameDescriptions[] = {
 		0
 	},
 
-#ifdef ENABLE_MADSV2
-
 	{
 		// Return of the Phantom DOS English
 		{
@@ -205,8 +203,6 @@ static const MADSGameDescription gameDescriptions[] = {
 		0
 	},
 
-#endif
-
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 


Commit: ae288086e7ae384837fdd2c95a3ea998dc8342c8
    https://github.com/scummvm/scummvm/commit/ae288086e7ae384837fdd2c95a3ea998dc8342c8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-13T15:48:20+02:00

Commit Message:
SCI: Uncomment Shivers2 which now will be detected with a Missing Code message

Changed paths:
    engines/sci/detection.cpp


diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 2f1a38a2118..2936c8424c0 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -154,7 +154,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
 	{"lsl7",            "Leisure Suit Larry 7: Love for Sail!"},
 	{"lighthouse",      "Lighthouse: The Dark Being"},
 	{"phantasmagoria2", "Phantasmagoria 2: A Puzzle of Flesh"},
-	//{"shivers2",        "Shivers II: Harvest of Souls"},	// Not SCI
+	{"shivers2",        "Shivers II: Harvest of Souls"},	// Not SCI
 	{"rama",            "RAMA"},
 	{nullptr, nullptr}
 };


Commit: 0b9053587b33e62f25f12127dc488b1f551e8360
    https://github.com/scummvm/scummvm/commit/0b9053587b33e62f25f12127dc488b1f551e8360
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-13T15:48:43+02:00

Commit Message:
DIRECTOR: Comment out half-baked detection entries

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index af14ef990fb..d1a6141e6c7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1364,9 +1364,9 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "ultrobotss",			"Screen Saver Viewer" },
 	{ "urubonus",			"Uru: Ages Beyond Myst Bonus CD" },
 	{ "williamsbts",		"Williams Arcade Classics: Behind the Scenes" },
-	{ "aquazonelibrary",	"Aquazone Library" },
-	{ "aquazoneshop",		"Aquazone Shop" },
-	{ "aquazoneuserguide",	"Aquazone User's Guide" },
+//	{ "aquazonelibrary",	"Aquazone Library" },
+//	{ "aquazoneshop",		"Aquazone Shop" },
+//	{ "aquazoneuserguide",	"Aquazone User's Guide" },
 
 	// DVD-ROM bonus content
 	{ "planetrav",			"Planetary Traveler" },
@@ -7375,7 +7375,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINGAME1t_l("onsalakorv", "", "onsala.EXE", "41d87422d7c0f48886a99a7fe05ba1c0", 1713409, Common::SE_SWE, 650),
 
-	MACGAME1_l("ozawaken", "v1.2", "Ozawa-Ken1.2", "8d83064402198a909b0abcebc6b46d2b", 118562, Common::JA_JPN, 602),
+//	MACGAME1_l("ozawaken", "v1.2", "Ozawa-Ken1.2", "8d83064402198a909b0abcebc6b46d2b", 118562, Common::JA_JPN, 602),
 
 	MACGAME2_l("pantosstory", "", "START", "7d0c7ae431938c53e64d443b05bf19fd", 1035232,
 								  "PANTOS/A00.Dxr", "a36c3a6044d0dbcfa30b147cbdfc4f5f", 1367720, Common::JA_JPN, 602),




More information about the Scummvm-git-logs mailing list