[Scummvm-git-logs] scummvm master -> 3572bff522031700047159a1f55bb371f07f46ee

sev- noreply at scummvm.org
Fri Jun 14 14:55:21 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:
3572bff522 BAGEL: Mark engine for testing and enable by default


Commit: 3572bff522031700047159a1f55bb371f07f46ee
    https://github.com/scummvm/scummvm/commit/3572bff522031700047159a1f55bb371f07f46ee
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-06-14T16:55:10+02:00

Commit Message:
BAGEL: Mark engine for testing and enable by default

Changed paths:
    engines/bagel/configure.engine
    engines/bagel/detection_tables.h


diff --git a/engines/bagel/configure.engine b/engines/bagel/configure.engine
index 5a768849b69..5faf2943868 100644
--- a/engines/bagel/configure.engine
+++ b/engines/bagel/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine bagel "BAGEL" no "" "" "16bit highres freetype2"
+add_engine bagel "BAGEL" yes "" "" "16bit highres freetype2"
diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index 258d72dbff6..c3c9b2a2678 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_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -46,7 +46,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -57,7 +57,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "bar/pda/bzoom.bmp", "c05189dee78365eca067f58d444e8488", 4114),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DEMO,
+		ADGF_TESTING | ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -68,7 +68,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DEMO,
+		ADGF_TESTING | ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -79,7 +79,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
 		Common::EN_ANY,
 		Common::kPlatformMacintosh,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -90,7 +90,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
 		Common::EN_ANY,
 		Common::kPlatformMacintosh,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list