[Scummvm-git-logs] scummvm branch-3-0 -> a7d93796d9692a18d37535d9b0b881f88a1f7f6b

lotharsm noreply at scummvm.org
Sat Dec 6 13:46:15 UTC 2025


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

Summary:
a7d93796d9 ENGINES: VARIOUS: Clear ADGF_TESTING flags for release


Commit: a7d93796d9692a18d37535d9b0b881f88a1f7f6b
    https://github.com/scummvm/scummvm/commit/a7d93796d9692a18d37535d9b0b881f88a1f7f6b
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-12-06T14:22:05+01:00

Commit Message:
ENGINES: VARIOUS: Clear ADGF_TESTING flags for release

Remaining engines are
	* QDENGINE
	* SLUDGE
	* WAGE

Changed paths:
    engines/access/detection_tables.h
    engines/alcachofa/detection_tables.h
    engines/awe/detection_tables.h
    engines/bagel/detection_tables.h
    engines/darkseed/detection_tables.h
    engines/dgds/detection_tables.h
    engines/freescape/detection.cpp
    engines/got/detection_tables.h
    engines/hpl1/detection_tables.h
    engines/m4/detection_tables.h
    engines/nancy/detection.cpp
    engines/tot/detection_tables.h


diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 9abf66cce53..b3e9d198ac5 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -93,7 +93,7 @@ static const AccessGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("r01.ap", "c081daca9b0cfd710157cf946e343df6", 39352),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NONE)
 		},
 		kGameMartianMemorandum,
@@ -108,7 +108,7 @@ static const AccessGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("r01.ap", "1052fc0e5bd979ae2e18b03ed58fda8e", 39349),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NONE)
 		},
 		kGameMartianMemorandum,
diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index fcfd42a8ee1..f048b71c3bb 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -40,7 +40,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
 			),
 			Common::DE_DEU,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
+			ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
 			GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 		},
 		EngineVersion::V3_1
@@ -55,7 +55,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
 			),
 			Common::DE_DEU,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_PIRATED,
+			ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_PIRATED,
 			GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 		},
 		EngineVersion::V3_1
@@ -67,7 +67,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("Textos/Objetos.nkr", "8dce25494470209d4882bf12f1a5ea42", 19208),
 			Common::DE_DEU,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_DEMO,
+			ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_DEMO,
 			GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 		},
 		EngineVersion::V3_1
@@ -82,7 +82,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("Textos/Objetos.nkr", "ad3cb78ad7a51cfe63ee6f84768c7e66", 15895),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
+			ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
 			GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 		},
 		EngineVersion::V3_1
@@ -95,7 +95,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("Textos/Objetos.nkr", "93331e4cc8d2f8f8a0007bfb5140dff5", 16403),
 			Common::ES_ESP,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
+			ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
 			GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 		},
 		EngineVersion::V3_1
diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index e2e2685101c..1436f733cc3 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -36,7 +36,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "f2bf61fe20c98108b2256e96d57d3fe0", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -48,7 +48,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "f2bf61fe20c98108b2256e96d57d3fe0", 2940),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -63,7 +63,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "63675fdb53dd4a2b8d72182bbee47592", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -77,7 +77,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "4605962431175a5b961f6db4041adcff", 2940),
 			Common::EN_USA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -91,7 +91,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "ee9e67fcaace0300fec4e619299e6e0e", 2940),
 			Common::EN_USA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -104,7 +104,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "11e0cc58aeb47ad1dfc1c4dae8dcd9ee", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_DEMO | ADGF_TESTING,
+			ADGF_DEMO,
 			GUIO3(GUIO_RENDEREGA, GUIO_RENDERVGA, GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -117,7 +117,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("bank", "30fb99cb4cbd812273d0b54b7b4a18ca", 987462),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NONE)
 		},
 		DT_WIN31
diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index 95630a06aa0..6eef54ccc2b 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -103,7 +103,7 @@ const ADGameDescription gameDescriptions[] = {
 		           "meta/meta.gtl", "35f9d5c944f718768a233d9d62447d07", 43441),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -113,7 +113,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("art/modparts.bmp", "2d8fae58e0cb21cedc118b3a1bcf142b", 11998),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -123,7 +123,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("hnpdemo.exe", "5200631d37e258651ee0037f32262b49", 147040),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_TESTING,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 0961e940a07..571a03e7d84 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -33,7 +33,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "e20ca609f2acb623e0076ef2288673b2", 147016),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{ // version 1.2
@@ -42,7 +42,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "9fad9d0a4b5e7d0657172593750c7b81", 214784),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -60,7 +60,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "ba87f00c3a51ca3e3bb218fc58f128eb", 121662),
 		Common::ZH_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
     { // unpacked exe
@@ -69,7 +69,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "0fc2751aa16cac26ad3aa9d1cbbb5c7b", 209208),
 		Common::ZH_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -78,7 +78,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "62a636d3d6b19336d059cd2f8b1a365f", 154450),
 		Common::KO_KOR,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -87,7 +87,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "679abf5829b2453d30b17caabafea168", 168432),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GAMEOPTION_FLOPPY_MUSIC, GAMEOPTION_SFX_MODE)
 	},
 	{	// 1.51 according to DS.BAT, 1.5P according to intro
@@ -96,7 +96,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "afaeb490ef8e7625008867aa8f20c703", 168480),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GAMEOPTION_FLOPPY_MUSIC, GAMEOPTION_SFX_MODE)
 	},
 	{
@@ -105,7 +105,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "57581682c29fc7d242b463210b6e54b4", 144422),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GAMEOPTION_FLOPPY_MUSIC, GAMEOPTION_SFX_MODE)
 	},
 	{
@@ -114,7 +114,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "9b8cdd3b4268d18babf7629fca6a271e", 143534),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GAMEOPTION_FLOPPY_MUSIC, GAMEOPTION_SFX_MODE)
 	},
 	{
@@ -123,7 +123,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "3c00f3e80fa2c40641278243f96b8398", 170944),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GAMEOPTION_FLOPPY_MUSIC, GAMEOPTION_SFX_MODE)
 	},
 	{
@@ -141,7 +141,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "43014b73a2cc549bd13d65b18a6aefe4", 161184),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 	AD_TABLE_END_MARKER
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 8fc13db61ba..47f07821f7d 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -172,7 +172,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -187,7 +187,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -202,7 +202,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -218,7 +218,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -279,7 +279,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -297,7 +297,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -313,7 +313,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -328,7 +328,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -347,7 +347,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO | ADGF_DGDS_ALT_DIALOG_COLORS,
+		ADGF_DEMO | ADGF_DGDS_ALT_DIALOG_COLORS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -363,7 +363,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -378,7 +378,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -393,7 +393,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DGDS_EGA,
+		ADGF_DGDS_EGA,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -408,7 +408,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DGDS_EGA,
+		ADGF_DGDS_EGA,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -424,7 +424,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DGDS_EGA,
+		ADGF_DGDS_EGA,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -440,7 +440,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -455,7 +455,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NONE)
 	},
 
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index ccd37cd7ad1..68a09784e0b 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -101,7 +101,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("DRILLER.C64.DATA", "055b261bf28f313041bc4c23ff03c8da", 54532),
 		Common::EN_ANY,
 		Common::kPlatformC64,
-		ADGF_TESTING | GF_C64_TAPE,
+		GF_C64_TAPE,
 		GUIO3(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING, GUIO_RENDERC64)
 	},
 	{
@@ -119,7 +119,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("DRILLER.C64.DATA", "055b261bf28f313041bc4c23ff03c8da", 55556),
 		Common::EN_ANY,
 		Common::kPlatformC64,
-		ADGF_TESTING | GF_C64_DISC,
+		GF_C64_DISC,
 		GUIO3(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING, GUIO_RENDERC64)
 	},
 	{
@@ -169,7 +169,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAtariST,
-		ADGF_TESTING | GF_ATARI_BUDGET,
+		GF_ATARI_BUDGET,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDERATARIST, GAMEOPTION_AUTOMATIC_DRILLING)
 	},
 	{
@@ -367,7 +367,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAmiga,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERAMIGA)
 	},
 	// Microstatus release decrypted
@@ -381,7 +381,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAmiga,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERATARIST)
 	},
 	// Cinemaware release
@@ -395,7 +395,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAtariST,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERATARIST)
 	},
 	// Microstatus release
@@ -423,7 +423,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAtariST,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERATARIST)
 	},
 	// Stampede Amiga, Issue 1, July 1990
@@ -533,7 +533,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("DARKSIDE.C64.DATA", "7d5fc9a962a146e303a0c71a2d5c651e", 48129),
 		Common::EN_ANY,
 		Common::kPlatformC64,
-		ADGF_TESTING | GF_C64_TAPE,
+		GF_C64_TAPE,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERC64)
 	},
 	{
@@ -542,7 +542,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("DARKSIDE.C64.DATA", "1d8e42c71d6a9ae0e682396824dd12ba", 53780),
 		Common::EN_ANY,
 		Common::kPlatformC64,
-		ADGF_TESTING | GF_C64_DISC,
+		GF_C64_DISC,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERC64)
 	},
 	{
@@ -554,7 +554,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformC64,
-		ADGF_TESTING | GF_C64_DISC,
+		GF_C64_DISC,
 		GUIO2(GUIO_NOMIDI, GUIO_RENDERC64)
 	},
 
diff --git a/engines/got/detection_tables.h b/engines/got/detection_tables.h
index 914a0c42f17..97530bd1c4e 100644
--- a/engines/got/detection_tables.h
+++ b/engines/got/detection_tables.h
@@ -33,7 +33,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "0fe859bcfd06772be0885bf510c2877d", 739732),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_TESTING,
+		 ADGF_NO_FLAGS,
 		 GUIO2(GUIO_NOSPEECH, GAMEOPTION_TTS)
 	},
 	{
@@ -42,7 +42,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "c316221a3b9d12a838faef55fde2f34c", 482738),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_TESTING | ADGF_DEMO,
+		 ADGF_DEMO,
 		 GUIO2(GUIO_NOSPEECH, GAMEOPTION_TTS)
 	},
 	{
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "747ed508ffa3808156a4eb080e9859f8", 739710),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_TESTING,
+		 ADGF_NO_FLAGS,
 		 GUIO2(GUIO_NOSPEECH, GAMEOPTION_TTS)
 	},
 	{
@@ -60,7 +60,7 @@ const ADGameDescription gameDescriptions[] = {
 		 AD_ENTRY1s("gotres.dat", "c443aa09450566ee32998c3ebb15cbaa", 485858),
 		 Common::EN_ANY,
 		 Common::kPlatformDOS,
-		 ADGF_TESTING | ADGF_DEMO,
+		 ADGF_DEMO,
 		 GUIO2(GUIO_NOSPEECH, GAMEOPTION_TTS)
 	},
 
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 562699cb31e..fa3eb8b805d 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -36,7 +36,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "43c33c142b18268c9e98d4c5a6d911b7", 2727936),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -47,7 +47,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "f840b972ee889200ba501ee3a465317e", 2744320),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -58,7 +58,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "e893ccac7b311ab1559890837aa131b0", 8234848),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -69,7 +69,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "18d91c220e3461f2f7cf257009068416", 8468352),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -80,7 +80,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "1fcca1c15ac595c84c49c01692b90c0d", 17446384),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -91,7 +91,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("PenumbraDemo.app/Contents/MacOS/PenumbraDemo", "656342216967baaaa80eb413d5c93b29", 16203948),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformMacintosh,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO0()
 	},
 
@@ -102,7 +102,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("PenumbraDemo.app/Contents/MacOS/PenumbraDemo", "c898d408859f80d260dbe0bd312c3acf", 17402172),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformMacintosh,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO0()
 	},
 
@@ -114,7 +114,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "202990aa064ae67a675e2b187384036a", 2736128),
 		Common::Language::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -125,7 +125,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "384e33ddc55f51debca07b6538087e75", 3104768),
 		Common::Language::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -136,7 +136,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("penumbra.bin", "41950a7597b7d9976f77a73a43e8871d", 6301460),
 		Common::Language::EN_ANY,
 		Common::kPlatformLinux,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
@@ -148,7 +148,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "7b216d6bfdf2dc8f2a1371ee3565bb6f", 2363392),
 		Common::Language::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 
diff --git a/engines/m4/detection_tables.h b/engines/m4/detection_tables.h
index 2044f000042..a173b5a7dc4 100644
--- a/engines/m4/detection_tables.h
+++ b/engines/m4/detection_tables.h
@@ -137,7 +137,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "056d517360c89eb4c297a319f21a7071", 700469),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
@@ -150,7 +150,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "d073582c9011d44dd0d7e2ede317a86d", 700469),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
@@ -163,7 +163,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "d9e9f8befec432a047b1047fb2bc7aea", 710997),
 			Common::DE_DEU,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
@@ -176,7 +176,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "3d48c5700785d11e6a5bc832b95be918", 701973),
 			Common::FR_FRA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
@@ -189,7 +189,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "5ee011cff7178dae3ddf6f9b7d4102ac", 701691),
 			Common::ES_ESP,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
@@ -202,7 +202,7 @@ static const M4GameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ripley.has", "30ad07f5c52af0cb72020df042674aa8", 704511),
 			Common::IT_ITA,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
 		},
 		GType_Riddle,
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 048bbaf496f..396f728fe12 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -445,7 +445,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -462,7 +462,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -479,7 +479,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -496,7 +496,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -507,7 +507,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "e1a4db8cbac3de50d8e808f06d673b36", 29643931),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -524,7 +524,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy6
@@ -535,7 +535,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "e49e6f56a47c363e2651bd19a70ff557", 55835579),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy7
@@ -552,7 +552,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy7
@@ -569,7 +569,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy7
@@ -580,7 +580,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "a2001796b82a88d36693d087b15526e1", 56580014),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy7
@@ -597,7 +597,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY6_7_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy7
diff --git a/engines/tot/detection_tables.h b/engines/tot/detection_tables.h
index 32177e56b4d..8d1f2805044 100644
--- a/engines/tot/detection_tables.h
+++ b/engines/tot/detection_tables.h
@@ -38,7 +38,7 @@ const ADGameDescription gameDescriptions[] = {
 		),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO5(GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION, GAMEOPTION_NO_TRANSITIONS, GAMEOPTION_ORIGINAL_SAVELOAD_DIALOG, GAMEOPTION_OPL3_MODE)
 	},
 	{
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
 		),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO5(GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION, GAMEOPTION_NO_TRANSITIONS, GAMEOPTION_ORIGINAL_SAVELOAD_DIALOG, GAMEOPTION_OPL3_MODE)
 	},
 	{
@@ -64,7 +64,7 @@ const ADGameDescription gameDescriptions[] = {
 		),
 		Common::ES_ESP,
 		Common::kPlatformDOS,
-		ADGF_TESTING|ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO4(GUIO_NOSPEECH, GAMEOPTION_NO_TRANSITIONS, GAMEOPTION_ORIGINAL_SAVELOAD_DIALOG, GAMEOPTION_OPL3_MODE)
 	},
 	AD_TABLE_END_MARKER




More information about the Scummvm-git-logs mailing list