[Scummvm-git-logs] scummvm master -> 31db3111b5ea175d4f99a21d1a5000c561b05351
Helco
noreply at scummvm.org
Tue Feb 3 07:45:39 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:
31db3111b5 ALCACHOFA: Add russian variant of aventuradecine-remastered
Commit: 31db3111b5ea175d4f99a21d1a5000c561b05351
https://github.com/scummvm/scummvm/commit/31db3111b5ea175d4f99a21d1a5000c561b05351
Author: Helco (hermann.noll at hotmail.com)
Date: 2026-02-03T08:45:17+01:00
Commit Message:
ALCACHOFA: Add russian variant of aventuradecine-remastered
Changed paths:
engines/alcachofa/detection_tables.h
diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index f048b71c3bb..63ed05870c2 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -108,7 +108,20 @@ const AlcachofaGameDescription gameDescriptions[] = {
AD_ENTRY1s("Textos/Objetos.nkr", "8a8b23c04fdc4ced8070a7bccd0177bb", 24467),
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_CD,
+ ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_CD,
+ GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
+ },
+ EngineVersion::V3_0
+ },
+ // the russian CD variant
+ {
+ {
+ "aventuradecine",
+ "СекÑеÑнÑе агенÑÑ: ÐиномонÑÑÑÑ Ð°ÑакÑÑÑ",
+ AD_ENTRY1s("Textos/Objetos.nkr", "d0e5c0843e6d9e4dd81654fef3a0c9bf", 16604),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_CD,
GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
},
EngineVersion::V3_0
More information about the Scummvm-git-logs
mailing list