[Scummvm-git-logs] scummvm master -> ac5c659d7e706fdfab3abfcea4c16c9a35e79601
tag2015
noreply at scummvm.org
Thu Jun 11 11:39:21 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9d67bb390b WINTERMUTE: Add detection for Rhiannon russian version
ac5c659d7e DIRECTOR: Add detection for gary gadget swedish
Commit: 9d67bb390bf62e502cc2d2a3a15dfa46758ce8b6
https://github.com/scummvm/scummvm/commit/9d67bb390bf62e502cc2d2a3a15dfa46758ce8b6
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-06-11T13:13:43+02:00
Commit Message:
WINTERMUTE: Add detection for Rhiannon russian version
Fix #16648
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e57e829e3d4..d47b2c83b41 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4266,6 +4266,11 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("rhiannon", "",
WME_ENTRY1s("data.dcp", "38e104ce1ebaf73e81446ab4344e1ad7", 1025512723), Common::DE_DEU, ADGF_NO_FLAGS, WME_1_8_10),
+ // Rhiannon: Curse of the four Branches (Russian Logrus / 1C Company)
+ // TRAC report #16648
+ WME_WINENTRY("rhiannon", "",
+ WME_ENTRY1s("data.dcp", "c833d8e6b25ba0b44cc22ee2421eab68", 1024584340), Common::RU_RUS, ADGF_NO_FLAGS, WME_1_8_10),
+
// Rhiannon: Curse of the four Branches (English PC DVD)
WME_WINENTRY("rhiannon", "DVD",
WME_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
Commit: ac5c659d7e706fdfab3abfcea4c16c9a35e79601
https://github.com/scummvm/scummvm/commit/ac5c659d7e706fdfab3abfcea4c16c9a35e79601
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-06-11T13:13:43+02:00
Commit Message:
DIRECTOR: Add detection for gary gadget swedish
Fix #16637
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 10c34f9d74b..e7fa1b80af5 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8600,7 +8600,9 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("garygadget1", "", "Autos bauen mit Willy Werkel", "r:d251e21d690ba5ad35509e83d45dd0d0", 1032378, Common::DE_DEU, 602),
MACGAME2_l("garygadget1", "", "Program", "rt:02afd6d4d73e63517688ca8373df5d57", 1032442,
"Movies/LBStart.dxr", "d:d3147a37ac1c86964755ab0e72d07d1d", 1075838, Common::NL_NLD, 602),
+ MACGAME1_l("garygadget1", "", "Bygg bilar med Mulle Meck", "r:04af7a8f667716cd9a364ae1b0c375b1", 1028937, Common::SV_SWE, 600),
WINGAME1_l("garygadget1", "", "DATA/Willy32.exe", "t:c55bbee037d85462b515712bfa88e7f0", 1518423, Common::DE_DEU, 650),
+ WINGAME1_l("garygadget1", "", "DATA/MULLE32.EXE", "t:a559c8b9d3bce8dd94d168d74509506d", 1512594, Common::SV_SWE, 600),
WINDEMO1_l("garygadget1", "Demo", "miel.exe", "t:f8700f728df75744a96b6d7111e5725e", 1512519, Common::NL_NLD, 602),
MACDEMO1_l("garygadget1", "Demo", "Miel Monteur demo", "329aab81c0d74c5d3f31ddad26bcc639", 1029165, Common::NL_NLD, 600),
More information about the Scummvm-git-logs
mailing list