[Scummvm-git-logs] scummvm branch-2-6 -> a2a0dc8d2b63c3fc86cae4f6b10929b0a848cb2c
lotharsm
noreply at scummvm.org
Sat Jul 16 19:34:32 UTC 2022
This automated email contains information about 5 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7e0dc7e204 ASYLUM: Drop ADGF_TESTING flags
64d34185d0 BURIED: Drop ADGF_TESTING flags
7e76eb1101 CHEWY: Drop ADGF_TESTING flags
eb5991db06 HADESCH: Drop ADGF_TESTING flags
a2a0dc8d2b HYPNO: Drop ADGF_TESTING flags
Commit: 7e0dc7e20444af01ac01b1132b45531ccbcb74c1
https://github.com/scummvm/scummvm/commit/7e0dc7e20444af01ac01b1132b45531ccbcb74c1
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T21:17:51+02:00
Commit Message:
ASYLUM: Drop ADGF_TESTING flags
Changed paths:
engines/asylum/detection_tables.h
diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 2719988a0a5..81aef211127 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -60,7 +60,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -92,7 +92,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -124,7 +124,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -140,7 +140,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -155,7 +155,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -170,7 +170,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -185,7 +185,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -201,7 +201,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -217,7 +217,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -232,7 +232,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::PL_POL,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -247,7 +247,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -258,7 +258,7 @@ static const ADGameDescription gameDescriptions[] = {
"RES.000", "57446ce089c6f9decb7f3faf41d09edf", 9022),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DEMO | ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -269,7 +269,7 @@ static const ADGameDescription gameDescriptions[] = {
"RES.000", "a527449397576a019cdd4884a96403e2", 9012),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DEMO | ADGF_DROPPLATFORM,
GUIO0()
},
AD_TABLE_END_MARKER
Commit: 64d34185d06e2fb1599c5449010468817ff2645d
https://github.com/scummvm/scummvm/commit/64d34185d06e2fb1599c5449010468817ff2645d
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T21:20:05+02:00
Commit Message:
BURIED: Drop ADGF_TESTING flags
Changed paths:
engines/buried/detection_tables.h
diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index 730aa2c71d7..1271db2a6b6 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -387,7 +387,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("BIT816.EXE", "30bbd89d7df8cb319e654a441efce877", 1259072),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
+ ADGF_DEMO | GF_TRUECOLOR,
GUIO_GAME_DEMO
},
@@ -398,7 +398,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("BIT2416.EXE", "69ba6611561c3eb5f7d8853ef913aa09", 2816256),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
+ ADGF_DEMO | GF_TRUECOLOR,
GUIO_GAME_DEMO
},
Commit: 7e76eb110127ba39acfd9a118e2eb6270cac96f1
https://github.com/scummvm/scummvm/commit/7e76eb110127ba39acfd9a118e2eb6270cac96f1
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T21:21:31+02:00
Commit Message:
CHEWY: Drop ADGF_TESTING flags
Changed paths:
engines/chewy/detection.cpp
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index a6c12fe85de..871f0e100c9 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -44,7 +44,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "e6050c144dd4f23d79ea4f89a8ef306e", 218857),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -57,7 +57,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "b1210066a524fe0f88862f44671ed97d", 226988),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -69,7 +69,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "c117e884cc5b4bbe50ae1217d13916c4", 231071),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -81,7 +81,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "e22f97761c0e7772ec99660f2277b1a4", 231001),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
Commit: eb5991db06a077a302dfcf38570e2766da30cedf
https://github.com/scummvm/scummvm/commit/eb5991db06a077a302dfcf38570e2766da30cedf
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T21:30:18+02:00
Commit Message:
HADESCH: Drop ADGF_TESTING flags
Changed paths:
engines/hadesch/detection_tables.h
diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index 67be7e23025..e82816db085 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -40,7 +40,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
{
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_MACRESFORK,
+ ADGF_DROPPLATFORM | ADGF_MACRESFORK,
GUIO1(GUIO_NOMIDI)
},
@@ -69,7 +69,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
@@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
Commit: a2a0dc8d2b63c3fc86cae4f6b10929b0a848cb2c
https://github.com/scummvm/scummvm/commit/a2a0dc8d2b63c3fc86cae4f6b10929b0a848cb2c
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T21:34:08+02:00
Commit Message:
HYPNO: Drop ADGF_TESTING flags
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index 9a816c53d25..a514c8a16d5 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
"DCINE1.SMK", "1ff3db09d148e8dd8b56d2e87e7296b8", 493752),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -57,7 +57,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -77,7 +77,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -87,7 +87,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::IT_ITA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
"demo.exe", "15a6b1b3819ef002438df340509b5373", 533221),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -119,7 +119,7 @@ static const ADGameDescription gameDescriptions[] = {
"demo.exe", "15a6b1b3819ef002438df340509b5373", 533221),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -129,7 +129,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "6ffa658f22a00b6e17d7f920fcc13578", 12469),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -139,7 +139,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "34b922fac8f64546c0690aa83f09e98e", 40891),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -149,7 +149,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "34b922fac8f64546c0690aa83f09e98e", 40891),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -159,7 +159,7 @@ static const ADGameDescription gameDescriptions[] = {
"wetmusic.81m", "0d99c63ce19633d09569b1fdcdff1505", 2833439),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -169,7 +169,7 @@ static const ADGameDescription gameDescriptions[] = {
"c44_22k.raw", "4b2279af59ce3049cc5177b0047e8447", 5247618),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -179,7 +179,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -189,7 +189,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::FR_FRA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -199,7 +199,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -209,7 +209,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::KO_KOR,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
More information about the Scummvm-git-logs
mailing list