[Scummvm-git-logs] scummvm master -> 88868ec67ce1270f20e79ed338cec7d0384cd486

dreammaster dreammaster at scummvm.org
Tue Nov 22 02:25:24 CET 2016


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:
bcad326ccb MADS: Mark unsupported games as unstable
88868ec67c ACCESS: Mark unsupported games as unstable


Commit: bcad326ccbf78d9b0fdc959eeb7c00ac97681aad
    https://github.com/scummvm/scummvm/commit/bcad326ccbf78d9b0fdc959eeb7c00ac97681aad
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-21T20:24:25-05:00

Commit Message:
MADS: Mark unsupported games as unstable

Changed paths:
    engines/mads/detection_tables.h



diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index f0eb21f..e541fc6 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -91,7 +91,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO1(GAMEOPTION_EASY_MOUSE)
 		},
 		GType_Phantom,
@@ -109,7 +109,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO1(GAMEOPTION_EASY_MOUSE)
 		},
 		GType_Dragonsphere,


Commit: 88868ec67ce1270f20e79ed338cec7d0384cd486
    https://github.com/scummvm/scummvm/commit/88868ec67ce1270f20e79ed338cec7d0384cd486
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-21T20:25:13-05:00

Commit Message:
ACCESS: Mark unsupported games as unstable

Changed paths:
    engines/access/detection_tables.h



diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 7d9509c..1d7fd41 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -94,7 +94,7 @@ static const AccessGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("r01.ap", "c081daca9b0cfd710157cf946e343df6", 39352),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO1(GUIO_NONE)
 		},
 		GType_MartianMemorandum,
@@ -109,7 +109,7 @@ static const AccessGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("r01.rm", "c2facf9c43047211289044ee39a2322a", 2313),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO1(GUIO_NONE)
 		},
 		GType_MartianMemorandum,





More information about the Scummvm-git-logs mailing list