[Scummvm-git-logs] scummvm master -> 6905c54b1e0a941181ce51e7160b65184e40a7b3

sev- sev at scummvm.org
Wed Sep 4 23:35:16 CEST 2019


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:
6905c54b1e HDB: Set engine to testing


Commit: 6905c54b1e0a941181ce51e7160b65184e40a7b3
    https://github.com/scummvm/scummvm/commit/6905c54b1e0a941181ce51e7160b65184e40a7b3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-04T23:35:01+02:00

Commit Message:
HDB: Set engine to testing

Changed paths:
    engines/hdb/detection.cpp


diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index e0d1059..83f2d24 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperspace.mpc", "ff8e51d0872736bc6afe87cfcb846b70", 50339161),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GAMEOPTION_CHEATMODE
 	},
 	{
@@ -85,7 +85,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperspace.mpc", "39d3c9dbc9614f370ad9430307c043f9", 45645305),
 		Common::EN_ANY,
 		Common::kPlatformLinux,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GAMEOPTION_CHEATMODE
 	},
 	// PocketPC Arm
@@ -95,7 +95,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperspace.msd", "a62468904beb3efe16d4d64f3955a32e", 6825555),
 		Common::EN_ANY,
 		Common::kPlatformPocketPC,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GAMEOPTION_CHEATMODE
 	},
 
@@ -106,7 +106,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperdemo.mpc", "d8743b3b8be56486bcfb1398b2f2aad4", 13816461),
 		Common::EN_ANY,
 		Common::kPlatformLinux,
-		ADGF_DEMO,
+		(ADGF_DEMO | ADGF_TESTING),
 		GAMEOPTION_CHEATMODE
 	},
 	{
@@ -115,7 +115,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperdemo.mpc", "f3bc878e179f00b8666a9846f3d9f9f5", 5236568),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		(ADGF_DEMO | ADGF_TESTING),
 		GAMEOPTION_CHEATMODE
 	},
 	// provided by sev
@@ -125,7 +125,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperdemo.mpc", "7bc533e8f1866931c884f1bc09353744", 13906865),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		(ADGF_DEMO | ADGF_TESTING),
 		GAMEOPTION_CHEATMODE
 	},
 	{
@@ -134,7 +134,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperdemo.msd", "312525298ca9f5ac904883d1ce19dc0f", 3088651),
 		Common::EN_ANY,
 		Common::kPlatformPocketPC,
-		ADGF_DEMO,
+		(ADGF_DEMO | ADGF_TESTING),
 		GAMEOPTION_CHEATMODE
 	},
 	{
@@ -143,7 +143,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hyperdemo.msd", "2d4457b284a940b7058b36e5706b9951", 3094241),
 		Common::EN_ANY,
 		Common::kPlatformPocketPC,
-		(ADGF_DEMO | GF_HANDANGO),
+		(ADGF_DEMO | ADGF_TESTING | GF_HANDANGO),
 		GAMEOPTION_CHEATMODE
 	},
 	AD_TABLE_END_MARKER





More information about the Scummvm-git-logs mailing list