[Scummvm-git-logs] scummvm master -> 026199f4d2228da02a9703f7ffea0c014c42e2c8
dreammaster
noreply at scummvm.org
Wed Oct 8 09:37:28 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:
026199f4d2 BAGEL: Mark Hodj n Podj for testing
Commit: 026199f4d2228da02a9703f7ffea0c014c42e2c8
https://github.com/scummvm/scummvm/commit/026199f4d2228da02a9703f7ffea0c014c42e2c8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-10-08T02:37:14-07:00
Commit Message:
BAGEL: Mark Hodj n Podj for testing
Changed paths:
engines/bagel/detection_tables.h
diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index 286a846f841..7be88894df5 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_UNSTABLE,
+ ADGF_TESTING,
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_UNSTABLE,
+ ADGF_DEMO | ADGF_TESTING,
GUIO1(GUIO_NONE)
},
@@ -123,7 +123,7 @@ const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hnpdemo.exe", "5200631d37e258651ee0037f32262b49", 147040),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
+ ADGF_DEMO | ADGF_TESTING,
GUIO1(GUIO_NONE)
},
More information about the Scummvm-git-logs
mailing list