[Scummvm-git-logs] scummvm master -> 7122f04c93c131699477b9077811dcba126b4c27

bluegr noreply at scummvm.org
Wed Sep 18 12:10:16 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:
7122f04c93 MTROPOLIS: promote some titles from unsupported to unstable


Commit: 7122f04c93c131699477b9077811dcba126b4c27
    https://github.com/scummvm/scummvm/commit/7122f04c93c131699477b9077811dcba126b4c27
Author: Michael (michael_kuerbis at web.de)
Date: 2024-09-18T15:10:12+03:00

Commit Message:
MTROPOLIS: promote some titles from unsupported to unstable

Affected titles:
- How To Build A Telemedicine Program
- Fun With Architecture
- The Magic World of Beatrix Potter (+Demo)

At this stage of the mTropolis engine implementation, none
of these titles are fully functional, but enough aspects work
to do something useful.

Changed paths:
    engines/mtropolis/detection_tables.h


diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 0c0ae0fd999..e8d9f01bbed 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -1067,7 +1067,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 	  // Published by The Voyager Company, 1997
 		{
 			"architecture",
-			MetaEngineDetection::GAME_NOT_IMPLEMENTED,
+			"",
 			{
 				{ "MTPLAY95.EXE", 0, "0e513dac9d2a0d7cfcdc670cab2a9bda", 757760 },
 			 	{ "FWA1041.MPL", 0, "cb108fec620eff4108f194b1a730ec16", 50695771 },
@@ -1075,7 +1075,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSUPPORTED,
+			ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_ARCHITECTURE,
@@ -1087,7 +1087,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 	  // Published by Europress Software, 1997
 		{
 			"beatrix",
-			MetaEngineDetection::GAME_NOT_IMPLEMENTED,
+			"",
 			{
 				{ "POTTER95.EXE", 0, "0e513dac9d2a0d7cfcdc670cab2a9bda", 757760 },
 			 	{ "DATA.MPL", 0, "1dc4d2bf656ebb5a89e5f4a750a8cec0", 259660228 },
@@ -1095,7 +1095,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSUPPORTED,
+			ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_BEATRIX,
@@ -1115,7 +1115,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSUPPORTED | ADGF_DEMO,
+			ADGF_UNSTABLE | ADGF_DEMO,
 			GUIO0()
 		},
 		GID_BEATRIX,
@@ -1459,7 +1459,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 	{ // How to Build a Telemedicine Program (English, Windows)
 		{
 			"telemed",
-			MetaEngineDetection::GAME_NOT_IMPLEMENTED,
+			"",
 			{
 		 		{ "TELEMED.EXE", 0, "0e513dac9d2a0d7cfcdc670cab2a9bda", 757760 },
 				{ "TELEMED.MPL", 0, "cd73ec482fb21508a34daeff6773623c", 44022984 },
@@ -1467,7 +1467,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 		 	Common::EN_ANY,
 		 	Common::kPlatformWindows,
-		 	ADGF_UNSUPPORTED,
+		 	ADGF_UNSTABLE,
 		 	GUIO0()
 		},
 	 	GID_TELEMED,




More information about the Scummvm-git-logs mailing list