[Scummvm-git-logs] scummvm master -> 497954021fa615a4eba04c628928f49c56a1af3b

elasota noreply at scummvm.org
Wed Jun 14 06:12:25 UTC 2023


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

Summary:
0cf8b1e18f MTROPOLIS: Clarify comment
497954021f MTROPOLIS: Move MTI from unstable to testing


Commit: 0cf8b1e18ff0acae32b449df43fd7708acad0705
    https://github.com/scummvm/scummvm/commit/0cf8b1e18ff0acae32b449df43fd7708acad0705
Author: elasota (ejlasota at gmail.com)
Date: 2023-06-14T02:10:47-04:00

Commit Message:
MTROPOLIS: Clarify comment

Changed paths:
    engines/mtropolis/plugin/mti_data.h


diff --git a/engines/mtropolis/plugin/mti_data.h b/engines/mtropolis/plugin/mti_data.h
index dc7912da69c..854e42c507e 100644
--- a/engines/mtropolis/plugin/mti_data.h
+++ b/engines/mtropolis/plugin/mti_data.h
@@ -31,7 +31,7 @@ namespace Data {
 namespace MTI {
 
 // Known Muppet Treasure Island custom modifiers:
-// Shanghai - ???
+// Shanghai - Shanghai minigame tile randomizer
 
 struct ShanghaiModifier : public PlugInModifierData {
 	PlugInTypeTaggedValue resetWhen;  // Reset When


Commit: 497954021fa615a4eba04c628928f49c56a1af3b
    https://github.com/scummvm/scummvm/commit/497954021fa615a4eba04c628928f49c56a1af3b
Author: elasota (ejlasota at gmail.com)
Date: 2023-06-14T02:12:12-04:00

Commit Message:
MTROPOLIS: Move MTI from unstable to testing

Changed paths:
    engines/mtropolis/detection_tables.h


diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index da69d914445..07ce6d0f814 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -412,7 +412,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO0()
 		},
 		GID_MTI,
@@ -436,7 +436,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::ES_ESP,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO0()
 		},
 		GID_MTI,
@@ -460,7 +460,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::IT_ITA,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO0()
 		},
 		GID_MTI,
@@ -481,7 +481,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_DEMO | ADGF_UNSTABLE,
+			ADGF_DEMO | ADGF_TESTING,
 			GUIO0()
 		},
 		GID_MTI,




More information about the Scummvm-git-logs mailing list