[Scummvm-git-logs] scummvm master -> 4b449ed2f8ae94b45c6a4bcd027cb9953e792e1d
Helco
noreply at scummvm.org
Sat Jul 11 06:30:16 UTC 2026
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:
4b449ed2f8 ALCACHOFA: Mark V1/V2 games as testing
Commit: 4b449ed2f8ae94b45c6a4bcd027cb9953e792e1d
https://github.com/scummvm/scummvm/commit/4b449ed2f8ae94b45c6a4bcd027cb9953e792e1d
Author: Helco (hermann.noll at hotmail.com)
Date: 2026-07-11T08:29:39+02:00
Commit Message:
ALCACHOFA: Mark V1/V2 games as testing
Changed paths:
engines/alcachofa/detection_tables.h
diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index db80f2f7f0c..dbef7dfb0d4 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -148,7 +148,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa2.emc", "d0a8eb184e813cf337840bb0e5270ee8", 40452),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_1
@@ -166,7 +166,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa1.emc", "d0a8eb184e813cf337840bb0e5270ee8", 33515),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_1
@@ -184,7 +184,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa2.emc", "d0a8eb184e813cf337840bb0e5270ee8", 40452),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_1
@@ -203,7 +203,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa2.emc", "c04b7b6424c02d5da0719bdf648003a1", 67129),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_0
@@ -221,7 +221,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa1.emc", "c04b7b6424c02d5da0719bdf648003a1", 36530),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_0
@@ -236,7 +236,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa1.emc", "c04b7b6424c02d5da0719bdf648003a1", 36530),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_0
@@ -254,7 +254,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
"Mapas/mapa2.emc", "c04b7b6424c02d5da0719bdf648003a1", 67129),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE,
GUIO0()
},
EngineVersion::V2_0
@@ -274,7 +274,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE | ADGF_CD,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_CD,
GUIO1(GAMEOPTION_TEXTURE_FILTER)
},
EngineVersion::V1_0
@@ -291,7 +291,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
AD_ENTRY1s("terror.emc", "dc9357ee618bff160e2e2afa168ba913", 170113868),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE | ADGF_CD,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_CD,
GUIO1(GAMEOPTION_TEXTURE_FILTER)
},
EngineVersion::V1_0
@@ -308,7 +308,7 @@ const AlcachofaGameDescription gameDescriptions[] = {
AD_ENTRY1s("oeste.emc", "b4c1084557d4cfbae336f0e741ec9e9f", 183099320),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE | ADGF_CD,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_CD,
GUIO1(GAMEOPTION_TEXTURE_FILTER)
},
EngineVersion::V1_0
More information about the Scummvm-git-logs
mailing list