[Scummvm-git-logs] scummvm branch-2-5 -> 2c1496b5f091c0860949c3e5b3b5132a4692e886

sev- sev at scummvm.org
Fri Oct 1 11:11:38 UTC 2021


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

Summary:
f839b49507 NEWS: Clarify the 2.5.0 release nickname. Courtesy of madmoose
55e4be5c39 DIRECTOR: Dropping ADGF_TESTING flag
645606c58e PETKA: Dropping ADGF_TESTING flag
56c5512a20 PRIVATE: Dropping ADGF_TESTING flag
2431952159 SCI: Dropping ADGF_TESTING flag
07e05037a0 TRECISION: Dropping ADGF_TESTING flag
4af527aede TWINE: Dropping ADGF_TESTING flag
de6f0984c4 ULTIMA: Dropping ADGF_TESTING flag
2c1496b5f0 XEEN: Dropping ADGF_TESTING flag


Commit: f839b495075b6d54462769ee9b6eecaefc9c4d0d
    https://github.com/scummvm/scummvm/commit/f839b495075b6d54462769ee9b6eecaefc9c4d0d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:08:41+03:00

Commit Message:
NEWS: Clarify the 2.5.0 release nickname. Courtesy of madmoose

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 68642743f0..a2db440649 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
 For a more comprehensive changelog of the latest experimental code, see:
         https://github.com/scummvm/scummvm/commits/
 
-#### 2.5.0 "20 years ago today" (2021-10-09)
+#### 2.5.0 "Twenty years ago today..." (2021-10-09)
 
  New games:
    - Added support for Grim Fandango.


Commit: 55e4be5c39164cbbaeddd0cf4bc8788882a4f5c1
    https://github.com/scummvm/scummvm/commit/55e4be5c39164cbbaeddd0cf4bc8788882a4f5c1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:09:13+03:00

Commit Message:
DIRECTOR: Dropping ADGF_TESTING flag

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 63a91fc827..7503c398d7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1318,7 +1318,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO1_l("rosettastone", "Demo", "The Rosetta Stone", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 1379715, Common::JA_JPN, 110),
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
 
 //////////////////////////////////////////////////
 //
@@ -1677,7 +1677,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO1_l("lotus123", "Tour", "Tour of 1-2-3.v3", "1ed38b71d8d0f075483117f7fa559e7c", 367333, Common::JA_JPN, 302),
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
 
 	MACGAME1("lzone", "",   "L-ZONE", 		"f5277c53bacd27936158dd3867e587e2", 392484, 300),
 	MACGAME1("lzone", "v2", "L-ZONE", 		"276bee761e48a6fd709df77d5c2f60dd", 395344, 300),
@@ -1986,7 +1986,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO1_l("vvs", "Demo", "VVS Theater", "f5277c53bacd27936158dd3867e587e2", 639768, Common::JA_JPN, 311),
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
 
 	// Original AV filename is Spaceship Warlockâ„¢ AV
 	WINGAME1("warlock", "",		"SSWARLCK.EXE", "65d06b5fef155a2473434571aff5bc29", 370867, 300),


Commit: 645606c58e93865e40634a0e50967a2e674fd979
    https://github.com/scummvm/scummvm/commit/645606c58e93865e40634a0e50967a2e674fd979
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:09:43+03:00

Commit Message:
PETKA: Dropping ADGF_TESTING flag

Changed paths:
    engines/petka/detection_tables.h


diff --git a/engines/petka/detection_tables.h b/engines/petka/detection_tables.h
index 000aa686a1..0c78be7e12 100644
--- a/engines/petka/detection_tables.h
+++ b/engines/petka/detection_tables.h
@@ -35,7 +35,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "SCRIPT.DAT", "8712157c39daf8dd1f441a11d19b9e48", 1851),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE | ADGF_DEMO,
+		ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE | ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 
 	},
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("MAIN.STR", "2523bf402ac8b7b2bf54e6e29a79831d", 27414919),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
+		ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
 		GUIO1(GUIO_NOMIDI)
 
 	},
@@ -59,7 +59,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("main.str", "4e515669c343609518277cab6e7d8c8f", 18992879),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
+		ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
 		GUIO1(GUIO_NOMIDI)
 	},
 


Commit: 56c5512a204c137b781062430b9018d3d6f27bcd
    https://github.com/scummvm/scummvm/commit/56c5512a204c137b781062430b9018d3d6f27bcd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:10:01+03:00

Commit Message:
PRIVATE: Dropping ADGF_TESTING flag

Changed paths:
    engines/private/detection.cpp


diff --git a/engines/private/detection.cpp b/engines/private/detection.cpp
index b157119215..0478c1b9ba 100644
--- a/engines/private/detection.cpp
+++ b/engines/private/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "intro.smk", "270a1d0a29df122fc3d1d38e655161a7", 7310984),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_GRB,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_GRB,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -86,7 +86,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -96,7 +96,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -106,7 +106,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -116,7 +116,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -126,7 +126,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -136,7 +136,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -146,7 +146,7 @@ static const ADGameDescription gameDescriptions[] = {
 		    "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -156,7 +156,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "intro.smk", "61cc13c9e4e2affd574087209df5c4a4", 7241368),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -166,7 +166,7 @@ static const ADGameDescription gameDescriptions[] = {
 		   "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,
 		Common::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -185,7 +185,7 @@ static const ADGameDescription gameDescriptions[] = {
 		    "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,
 		Common::kPlatformMacintosh,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{


Commit: 2431952159cd25c2606f5d8f33b27ef9f9bea7e0
    https://github.com/scummvm/scummvm/commit/2431952159cd25c2606f5d8f33b27ef9f9bea7e0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:10:15+03:00

Commit Message:
SCI: Dropping ADGF_TESTING flag

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ed63664fde..31e5f8aec7 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -172,7 +172,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resource.007", 0, "063bb8ce4157c778cf30d1c912c006f1", 335631},
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16	},
-		
+
 	// Castle of Dr. Brain - German DOS Floppy 1.000 (also includes English language)
 	// SCI interpreter version 1.000.068
 	{"castlebrain", "", {
@@ -935,7 +935,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"Data3", 0, "f25068b408b09275d8b698866462f578", 3677599},
 		{"Data4", 0, "1cceebbe411b26c860a74f91c337fdf3", 3230086},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_TESTING, GUIO_GK1_MAC },
+		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_GK1_MAC },
 
 #undef GUIO_GK1_FLOPPY
 #undef GUIO_GK1_CD_DOS


Commit: 07e05037a0903453f458dbd3f99a3dec6d915348
    https://github.com/scummvm/scummvm/commit/07e05037a0903453f458dbd3f99a3dec6d915348
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:10:34+03:00

Commit Message:
TRECISION: Dropping ADGF_TESTING flag

Changed paths:
    engines/trecision/detection.cpp


diff --git a/engines/trecision/detection.cpp b/engines/trecision/detection.cpp
index b8d438886d..1fa0c81fe4 100644
--- a/engines/trecision/detection.cpp
+++ b/engines/trecision/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436228),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436598),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 457299),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436697),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 456209),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -99,7 +99,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 446634),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 432900),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	// bug #12619
@@ -118,7 +118,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 429370),
 		Common::HU_HUN,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	// bug #12619
@@ -128,7 +128,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 429731),
 		Common::HU_HUN,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	{
@@ -137,7 +137,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_DEMO_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 392950),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO0()
 	},
 	{
@@ -146,7 +146,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_DEMO_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 413651),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO0()
 	},
 	{


Commit: 4af527aede413d3184ba65ed51a926bf1b35bd07
    https://github.com/scummvm/scummvm/commit/4af527aede413d3184ba65ed51a926bf1b35bd07
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:10:48+03:00

Commit Message:
TWINE: Dropping ADGF_TESTING flag

Changed paths:
    engines/twine/detection.cpp


diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 447d46072d..1b80eaf605 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -43,7 +43,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 294025),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -52,7 +52,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 294025),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -65,7 +65,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 245961),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -74,7 +74,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 245961),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -83,7 +83,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 245961),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -92,7 +92,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 245961),
 		Common::IT_ITA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -101,7 +101,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 245961),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -114,7 +114,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -123,7 +123,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -132,7 +132,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -141,7 +141,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::IT_ITA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -150,7 +150,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -163,7 +163,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_VERSION_USA | ADGF_CD,
+		TwinE::TF_VERSION_USA | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -172,7 +172,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_VERSION_USA | ADGF_CD,
+		TwinE::TF_VERSION_USA | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -181,7 +181,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_VERSION_USA | ADGF_CD,
+		TwinE::TF_VERSION_USA | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -190,7 +190,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::IT_ITA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_VERSION_USA | ADGF_CD,
+		TwinE::TF_VERSION_USA | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -199,7 +199,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("RELENT.EXE", "c1a887e38283d43f271249ad9f2a73ef", 258513),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_VERSION_USA | ADGF_CD,
+		TwinE::TF_VERSION_USA | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -213,7 +213,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("FLA_GIF.HQR", "3f7383f65afa212e3eec430627828b64", 1784466),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | TwinE::TF_USE_GIF,
+		TwinE::TF_USE_GIF,
 #else
 		_s("This version requires Giflib which was not compiled into ScummVM"),
 		AD_ENTRY1s("FLA_GIF.HQR", "3f7383f65afa212e3eec430627828b64", 1784466),
@@ -233,7 +233,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBAJ.EXE", "54a1e8749448e08086a1929510ec4b6a", 278043),
 		Common::JA_JPN,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -246,7 +246,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.DOT", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -255,7 +255,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.DOT", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -264,7 +264,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.DOT", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -273,7 +273,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.DOT", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::IT_ITA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -282,7 +282,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.DOT", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -295,7 +295,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.exe", "1f176b4329fbc7efc8f9f30f97013c5f", 1165728),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING | TwinE::TF_DOTEMU_ENHANCED,
+		TwinE::TF_DOTEMU_ENHANCED,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -304,7 +304,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.exe", "1f176b4329fbc7efc8f9f30f97013c5f", 1165728),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_TESTING | TwinE::TF_DOTEMU_ENHANCED,
+		TwinE::TF_DOTEMU_ENHANCED,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -313,7 +313,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.exe", "1f176b4329fbc7efc8f9f30f97013c5f", 1165728),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_TESTING | TwinE::TF_DOTEMU_ENHANCED,
+		TwinE::TF_DOTEMU_ENHANCED,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -322,7 +322,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.exe", "1f176b4329fbc7efc8f9f30f97013c5f", 1165728),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_TESTING | TwinE::TF_DOTEMU_ENHANCED,
+		TwinE::TF_DOTEMU_ENHANCED,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -331,7 +331,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.exe", "1f176b4329fbc7efc8f9f30f97013c5f", 1165728),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_TESTING | TwinE::TF_DOTEMU_ENHANCED,
+		TwinE::TF_DOTEMU_ENHANCED,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -344,7 +344,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.GOG", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -353,7 +353,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.GOG", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -362,7 +362,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.GOG", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -371,7 +371,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.GOG", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::IT_ITA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -380,7 +380,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBA.GOG", "6dc00342c80bc41b4ff5a43c560c7abc", 380666496),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -389,7 +389,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "31d880f658cc6cc6d6cf70df732aec4f", 248829),
 		Common::EN_GRB,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -398,7 +398,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "31d880f658cc6cc6d6cf70df732aec4f", 248829),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -407,7 +407,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "31d880f658cc6cc6d6cf70df732aec4f", 248829),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -420,7 +420,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("TEXT.HQR", "2a8df71946aa9ee4c777a9d6414b89ce", 282308),
 		Common::PT_POR,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -431,7 +431,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "7f41b5e8efb07dd413f59377e03b1b04", 413920),
 		Common::PL_POL,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -442,7 +442,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("TEXT.HQR", "31d760b41a424ec2926f494d7ecac14a", 410709),
 		Common::HU_HUN,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -453,7 +453,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("TEXT.HQR", "c1adf48ea71fead82d91c5b062eeeb99", 75866),
 		Common::HE_ISR,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -464,7 +464,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("TEXT.HQR", "2bf227f9e8fcdc7397372b68786c446e", 283631),
 		Common::PT_BRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -475,7 +475,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("TEXT.HQR", "93b1a29711f0750156280012e53fdcd2", 280306),
 		Common::RU_RUS,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 


Commit: de6f0984c48186c3a4a023e944d3070a717e6d8e
    https://github.com/scummvm/scummvm/commit/de6f0984c48186c3a4a023e944d3070a717e6d8e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:11:05+03:00

Commit Message:
ULTIMA: Dropping ADGF_TESTING flag

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index eb2a0c7e28..440eb99d06 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -386,7 +386,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "0a0f64507adc4f280129c735ee9cad42", 556613),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING | ADGF_USECODE_DEFAULT,
+			ADGF_USECODE_DEFAULT,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_CRUSADER_REM,
@@ -446,7 +446,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "36a16d70c97d0379f1133cc743c31313", 558493),
 			Common::ES_ESP,
 			Common::kPlatformDOS,
-			ADGF_TESTING | ADGF_USECODE_ES,
+			ADGF_USECODE_ES,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_CRUSADER_REM,
@@ -461,7 +461,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "a8b5c421c5d74be8c69fcd4fecadd1dd", 559015),
 			Common::ES_ESP,
 			Common::kPlatformDOS,
-			ADGF_TESTING | ADGF_USECODE_DEFAULT,
+			ADGF_USECODE_DEFAULT,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_CRUSADER_REM,
@@ -491,7 +491,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "41cdca35b62f4b2a7bb4c3b1ec782423", 556613),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING | ADGF_DEMO,
+			ADGF_DEMO,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_CRUSADER_REM,


Commit: 2c1496b5f091c0860949c3e5b3b5132a4692e886
    https://github.com/scummvm/scummvm/commit/2c1496b5f091c0860949c3e5b3b5132a4692e886
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-01T14:11:18+03:00

Commit Message:
XEEN: Dropping ADGF_TESTING flag

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 66a37fd883..7ca8a6ad1d 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -117,7 +117,7 @@ static const XeenGameDescription gameDescriptions[] = {
 					   "dark.cc",  "437618b6b5e76f174719dcb529edbfbb", 11152923),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
 		},
 		GType_WorldOfXeen,
@@ -193,7 +193,7 @@ static const XeenGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("xeen.cc", "b9bb33bbd3783e7930ddedb189d7ba54", 13203565),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
 		},
 		GType_Clouds,
@@ -270,7 +270,7 @@ static const XeenGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("dark.cc", "437618b6b5e76f174719dcb529edbfbb", 11152923),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
 		},
 		GType_DarkSide,




More information about the Scummvm-git-logs mailing list