[Scummvm-git-logs] scummvm master -> 101f38ba686666329610aa20595488e94587fe6b
sev-
noreply at scummvm.org
Sat Dec 7 19:58:17 UTC 2024
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:
101f38ba68 ENGINES: Clear ADGF_TESTING flags before release
Commit: 101f38ba686666329610aa20595488e94587fe6b
https://github.com/scummvm/scummvm/commit/101f38ba686666329610aa20595488e94587fe6b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T20:58:04+01:00
Commit Message:
ENGINES: Clear ADGF_TESTING flags before release
Changed paths:
engines/bagel/detection_tables.h
engines/crab/detection.cpp
engines/dgds/detection_tables.h
engines/freescape/detection.cpp
engines/m4/detection_tables.h
engines/qdengine/detection_tables.h
engines/twp/detection_tables.h
diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index c3c9b2a2678..cb99f062a81 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -35,7 +35,7 @@ const ADGameDescription gameDescriptions[] = {
"zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -46,7 +46,7 @@ const ADGameDescription gameDescriptions[] = {
"zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -57,7 +57,7 @@ const ADGameDescription gameDescriptions[] = {
"bar/pda/bzoom.bmp", "c05189dee78365eca067f58d444e8488", 4114),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -68,7 +68,7 @@ const ADGameDescription gameDescriptions[] = {
"zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NONE)
},
@@ -79,7 +79,7 @@ const ADGameDescription gameDescriptions[] = {
"zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -90,7 +90,7 @@ const ADGameDescription gameDescriptions[] = {
"zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
diff --git a/engines/crab/detection.cpp b/engines/crab/detection.cpp
index 7a649c1e78f..c124f8c9b90 100644
--- a/engines/crab/detection.cpp
+++ b/engines/crab/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
"traits/tanya_intelligent.png", "441221becc2b70e7c9d7838d6a8bd990", 12593),
Common::EN_ANY,
Common::kPlatformUnknown, // These files are same on Windows, Linux and MacOS. Therefore, do not specify platform.
- ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM | ADGF_TESTING,
+ ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM,
GUIO3(GUIO_NOSPEECH, GUIO_NOLAUNCHLOAD, GUIO_NOMIDI),
},
{
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
"traits/tanya_intelligent.png", "441221becc2b70e7c9d7838d6a8bd990", 12593),
Common::EN_ANY,
Common::kPlatformUnknown, // These files are same on Windows, Linux and MacOS. Therefore, do not specify platform.
- ADGF_DEMO | ADGF_TESTING,
+ ADGF_DROPPLATFORM | ADGF_DEMO,
GUIO3(GUIO_NOSPEECH, GUIO_NOLAUNCHLOAD, GUIO_NOMIDI),
},
AD_TABLE_END_MARKER};
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 87ef71701e7..6712b7be996 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -37,7 +37,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -52,7 +52,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -82,7 +82,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
@@ -97,7 +97,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DGDS_EGA,
+ ADGF_DGDS_EGA,
GUIO1(GUIO_NONE)
},
@@ -112,7 +112,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DGDS_EGA,
+ ADGF_DGDS_EGA,
GUIO1(GUIO_NONE)
},
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index ab69bdb5fca..6b074da7257 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -560,7 +560,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("totaleclipse.zx.data", "5e80cb6a518d5ab2192b845801b1a32e", 35661),
Common::EN_ANY,
Common::kPlatformZX,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GUIO_RENDERZX)
},
{
@@ -574,7 +574,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GUIO_RENDERCPC)
},
{
@@ -588,7 +588,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GUIO_RENDERCPC)
},
{
@@ -602,7 +602,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GUIO_RENDERCPC)
},
{
@@ -618,7 +618,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
},
{ // Erbe Software release
@@ -634,7 +634,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
},
{
diff --git a/engines/m4/detection_tables.h b/engines/m4/detection_tables.h
index 73daecb0737..9f23063d4f2 100644
--- a/engines/m4/detection_tables.h
+++ b/engines/m4/detection_tables.h
@@ -36,7 +36,7 @@ static const M4GameDescription gameDescriptions[] = {
AD_ENTRY1s("burger.has", "10c8064e9c771072122f50737ac97245", 730771),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
},
GType_Burger,
@@ -49,7 +49,7 @@ static const M4GameDescription gameDescriptions[] = {
AD_ENTRY1s("burger.has", "3887c30f0d2f93fed7549120748c07fd", 724755),
Common::FR_FRA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
},
GType_Burger,
@@ -62,7 +62,7 @@ static const M4GameDescription gameDescriptions[] = {
AD_ENTRY1s("burger.has", "55be8693a4c36e7efcdca0f0c77758ae", 724191),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
},
GType_Burger,
@@ -97,7 +97,7 @@ static const M4GameDescription gameDescriptions[] = {
AD_ENTRY1s("burger.has", "fc3f363b6153240a448bd3b7be9318da", 62159),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_DEMO | ADGF_TESTING,
+ ADGF_DEMO,
GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
},
GType_Burger,
@@ -110,7 +110,7 @@ static const M4GameDescription gameDescriptions[] = {
AD_ENTRY1s("burger.has", "eee638f804c53b640218fbbb8c681fdc", 88137),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_DEMO | ADGF_TESTING,
+ ADGF_DEMO,
GUIO3(GUIO_NOASPECT, GUIO_NOMUSIC, GUIO_NOSPEECH)
},
GType_Burger,
diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 25e8453881a..5855ca53679 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -68,7 +68,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
//GAMEl("karliknos", "???", 3225385, Common::LT_LIT),
#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
// ÐÑ, погоди! ÐÑпÑÑк 3. ÐеÑÐ½Ñ Ð´Ð»Ñ Ð·Ð°Ð¹Ñа
// 2003/12/11. K D-Lab
GAME("nupogodi3", "7394a5d28590680cfeb6a037101a9c81", 1675230,
@@ -117,7 +117,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
"qd_game.exe", "233ac221814568e5c278f952e76495ce", 757760),
#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
// ÐаÑки-ÑоÑ
// 2005/12/16. Lazy Games
GAME("maski", "9a40b7491cac0dd80657cfe52e28ea74", 23128230,
@@ -152,7 +152,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
"qd_game.exe", "a56cb058b46e47754019652d27d974b3", 962560),
#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
// ТÑи маленÑкие белÑе мÑÑки. ÐÐµÐ½Ñ ÑÐ¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¼Ð¾ÑÑкой кÑÑÑÑ
// 2007/12/27. Lazy Games
GAME("3mice2", "93d8311ff9c00453f25192743c9e98d9", 8176962,
diff --git a/engines/twp/detection_tables.h b/engines/twp/detection_tables.h
index 2b0eb10bf9b..0362f17ff25 100644
--- a/engines/twp/detection_tables.h
+++ b/engines/twp/detection_tables.h
@@ -34,7 +34,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "b1c35b7a6b5b0c2e6f466ea384f22558", 435353845),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_5B6D,
@@ -48,7 +48,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "a97546ee2d9e19aab59714a267009a31", 502540584),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_566D,
@@ -62,7 +62,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "5532019821c077dda5cf86b619e4b173", 502495748),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_566D,
@@ -76,7 +76,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "f0bd29df9fcaba3d4047eac1046e0abf", 502503739),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_566D,
@@ -90,7 +90,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "5631cf51cb7afc4babf7f2d5a8bdfc21", 502661437),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_56AD,
@@ -104,7 +104,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "6180145221d18e9e9caac6459e840579", 502661439),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_56AD,
@@ -118,7 +118,7 @@ const TwpGameDescription gameDescriptions[] = {
AD_ENTRY1s("ThimbleweedPark.ggpack1", "6a3f457cf0545d7a5122fb8bcd4d62a6", 502503742),
Common::UNK_LANG,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
GAME_XORKEY_566D,
More information about the Scummvm-git-logs
mailing list