[Scummvm-git-logs] scummvm master -> 908b9fbb3409899db38259f204214b28c9b0316f
tag2015
noreply at scummvm.org
Thu Jul 23 23:40:43 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:
908b9fbb34 WINTERMUTE: Add detection for Sunrise RU + ES patch
Commit: 908b9fbb3409899db38259f204214b28c9b0316f
https://github.com/scummvm/scummvm/commit/908b9fbb3409899db38259f204214b28c9b0316f
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-07-24T01:40:22+02:00
Commit Message:
WINTERMUTE: Add detection for Sunrise RU + ES patch
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7bb6d0611fd..1e4cc18a753 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -166,7 +166,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"sotv2", "Shadows on the Vatican - Act II: Wrath"},
{"strangechange", "Strange Change"},
{"sunny", "Sunny"},
- {"sunrise", "Sunrise: The game"},
+ {"sunrise", "Sunrise: The Game"},
{"susanrose1", "Susan Rose: Mysterious Child"}, // ÐаÑа ÐаÑилÑева: ÐиÑное дело ÐенÑинÑ-коÑки
{"susanrose2", "Susan Rose: Delicate Murder"}, // ÐÐ²Ð»Ð°Ð¼Ð¿Ð¸Ñ Ð Ð¾Ð¼Ð°Ð½Ð¾Ð²Ð°: ÐежнÑй CÑпÑÑг OлигаÑÑ
а
{"tanya1", "Tanya Grotter and the Magical Double Bass"}, // Ð¢Ð°Ð½Ñ ÐÑоÑÑÐµÑ Ð¸ магиÑеÑкий конÑÑабаÑ
@@ -5586,11 +5586,16 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("sunrise", "",
WME_ENTRY1s("data.dcp", "d0c9ac5a61b37ae9fcedb58fa1c98cd5", 135504102), Common::RU_RUS, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
- // Sunrise: The game (Spanish fanmade)
+ // Sunrise: The game (German + Spanish fantranslation)
WME_WINENTRY("sunrise", "Fanmade",
WME_ENTRY2s("data.dcp", "d06744fc60982a30e82d96075698c8bc", 134409552,
"string.tab", "596b3be0d09d41be8d0999ca536d810a", 334279), Common::ES_ESP, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
+ // Sunrise: The game (Russian + Spanish fantranslation)
+ WME_WINENTRY("sunrise", "Fanmade",
+ WME_ENTRY2s("data.dcp", "d0c9ac5a61b37ae9fcedb58fa1c98cd5", 135504102,
+ "string.tab", "596b3be0d09d41be8d0999ca536d810a", 334279), Common::ES_ESP, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
+
// Sunrise: The game (Demo) (German)
WME_WINENTRY("sunrise", "Demo",
WME_ENTRY1s("data.dcp", "3bac4da87472d2e7676e9548970d521a", 52095549), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_7_93),
More information about the Scummvm-git-logs
mailing list