[Scummvm-git-logs] scummvm master -> a87fc1f141db3e95d9f2780ade776993bd16dbbb

tag2015 noreply at scummvm.org
Sun Jun 14 10:42:03 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:
b3b35fd05c WINTERMUTE: Set tehran2016 as stable
a87fc1f141 WINTERMUTE: Add 1/2 ritter english fanmade


Commit: b3b35fd05c199ac7481d546eda39bdff04de9562
    https://github.com/scummvm/scummvm/commit/b3b35fd05c199ac7481d546eda39bdff04de9562
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-06-14T12:41:17+02:00

Commit Message:
WINTERMUTE: Set tehran2016 as stable

Game is completable

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index d47b2c83b41..d9d86812e4e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5621,7 +5621,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Murder In Tehran's Alleys 2016 (Steam, June 2017) (English)
 	WME_WINENTRY("tehran2016", "",
-		WME_ENTRY1s("data.dcp", "952346c4d7a08986688b3cc583215d33", 1163612836), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "952346c4d7a08986688b3cc583215d33", 1163612836), Common::EN_ANY, GF_3D, WME_1_9_3),
 
 	// The Ancient Mark - Episode 1
 	WME_WINENTRY("theancientmark1", "",


Commit: a87fc1f141db3e95d9f2780ade776993bd16dbbb
    https://github.com/scummvm/scummvm/commit/a87fc1f141db3e95d9f2780ade776993bd16dbbb
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-06-14T12:41:17+02:00

Commit Message:
WINTERMUTE: Add 1/2 ritter english fanmade

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index d9d86812e4e..0681daf3109 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4314,6 +4314,11 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278,
 					"string3.tab", "a20120c9a45f189321924adb54f3515f", 527627), Common::ES_ESP, ADGF_NO_FLAGS, WME_1_8_6),
 
+	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (English fanmade)
+	WME_WINENTRY("ritter", "Fanmade",
+		WME_ENTRY2s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278,
+					"string3.tab", "413ee9f47f52567d0ac22e34485cacfa", 513012), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
+
 	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (Czech fanmade)
 	WME_WINENTRY("ritter", "",
 		WME_ENTRY1s("data.dcp", "1138bca234b7e81e11128c4da2c283b0", 364067513), Common::CS_CZE, ADGF_NO_FLAGS, WME_1_8_6),




More information about the Scummvm-git-logs mailing list