[Scummvm-git-logs] scummvm master -> 4cc15770e34e6d66fc12d9acb694bc54b8a64402

tsoliman tarek at bashasoliman.com
Wed Oct 23 18:55:22 CEST 2019


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:
a6ebe2d68c MACVENTURE: Mark all detection entries as ADGF_UNSTABLE
ca825e5cf9 CRYO: Mark demo detection entries as ADGF_UNSTABLE
3993ea0251 AVALANCHE: Mark all detection entries as ADGF_UNSTABLE
4cc15770e3 WAGE: Mark all detection entries as ADGF_UNSTABLE


Commit: a6ebe2d68c7d063bf30a1927f82f59332ad88928
    https://github.com/scummvm/scummvm/commit/a6ebe2d68c7d063bf30a1927f82f59332ad88928
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2019-10-23T11:30:42-05:00

Commit Message:
MACVENTURE: Mark all detection entries as ADGF_UNSTABLE

Changed paths:
    engines/macventure/detection.cpp


diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp
index 1f816a4..007c599 100644
--- a/engines/macventure/detection.cpp
+++ b/engines/macventure/detection.cpp
@@ -29,7 +29,7 @@
 
 namespace MacVenture {
 
-#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK)
+#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE)
 
 #define BASEGAME(n, v, f, md5, s) {n, v, AD_ENTRY1s(f, md5, s), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEFAULT, GUIO1(GUIO_NOMIDI)}
 


Commit: ca825e5cf97215151b5c008654bf96fe95d88bfe
    https://github.com/scummvm/scummvm/commit/ca825e5cf97215151b5c008654bf96fe95d88bfe
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2019-10-23T11:44:58-05:00

Commit Message:
CRYO: Mark demo detection entries as ADGF_UNSTABLE

Changed paths:
    engines/cryo/detection.cpp


diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 213a661..4c189b9 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -53,7 +53,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("EDEN6.HSQ", 0, 17093),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_UNSTABLE,
 		GUIO1(GUIO_NOMIDI)
 	},
 
@@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("EDEN.DAT", 0, 205473728),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_UNSTABLE,
 		GUIO1(GUIO_NOMIDI)
 	},
 


Commit: 3993ea0251a9dc2b896eef2ba4f28ef6061553ca
    https://github.com/scummvm/scummvm/commit/3993ea0251a9dc2b896eef2ba4f28ef6061553ca
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2019-10-23T11:46:10-05:00

Commit Message:
AVALANCHE: Mark all detection entries as ADGF_UNSTABLE

Changed paths:
    engines/avalanche/detection.cpp


diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index add9075..d6f59a6 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_NO_FLAGS,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOMIDI)
 	},
 


Commit: 4cc15770e34e6d66fc12d9acb694bc54b8a64402
    https://github.com/scummvm/scummvm/commit/4cc15770e34e6d66fc12d9acb694bc54b8a64402
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2019-10-23T11:50:35-05:00

Commit Message:
WAGE: Mark all detection entries as ADGF_UNSTABLE

Changed paths:
    engines/wage/detection_tables.h


diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index d163e38..6189758 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -22,7 +22,7 @@
 
 namespace Wage {
 
-#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK)
+#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE)
 #define ADGF_GENERIC (ADGF_DEFAULT|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET)
 #define ADGF_DEMO (ADGF_GENERIC|ADGF_DEMO)
 





More information about the Scummvm-git-logs mailing list