[Scummvm-git-logs] scummvm master -> 4f6101084b503e0842fdd3dc1ec073d84df40260

tag2015 noreply at scummvm.org
Wed Jul 29 15:32:14 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:
4f6101084b WINTERMUTE: Add detection for newer Looky version


Commit: 4f6101084b503e0842fdd3dc1ec073d84df40260
    https://github.com/scummvm/scummvm/commit/4f6101084b503e0842fdd3dc1ec073d84df40260
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-07-29T17:30:30+02:00

Commit Message:
WINTERMUTE: Add detection for newer Looky version

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 1e4cc18a753..0fe19aea759 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1813,16 +1813,21 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("german.dcp", "606c048426dfbe94442b59fd34a5c76e", 14339496,
 					"data.dcp", "7074bcd7bc7ad7eb04c271aafb964c32", 13815660), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
 
-	// Looky (English)
-	WME_WINENTRY("looky", "",
-		WME_ENTRY2s("english.dcp", "71ed521b7a1d1a23c3805c26f16de2b9", 245968038,
-					"data.dcp", "d0f2bb73425db45fcff6690637c430dd", 1342439), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
-
-	// Looky (German)
-	WME_WINENTRY("looky", "",
+	// Looky (German) (2007)
+	WME_WINENTRY("looky", "Original Release",
 		WME_ENTRY2s("german.dcp", "bf4c2b8c26342342441a6d64934ab832", 107027865,
 					"data.dcp", "50de0beaa5ad621aa9f020df901d1e74", 1342214), Common::DE_DEU, ADGF_UNSTABLE, WME_1_9_1),
 
+	// Looky (German) (2019)
+	WME_WINENTRY("looky", "2019 Release",
+		WME_ENTRY2s("german.dcp", "607c07e94a05c5eef3ea8d699292da1c", 351431200,
+					"data.dcp", "d0f2bb73425db45fcff6690637c430dd", 1342439), Common::DE_DEU, ADGF_UNSTABLE, WME_1_9_1),
+
+	// Looky (English) (2019)
+	WME_WINENTRY("looky", "2019 Release",
+		WME_ENTRY2s("english.dcp", "71ed521b7a1d1a23c3805c26f16de2b9", 245968038,
+					"data.dcp", "d0f2bb73425db45fcff6690637c430dd", 1342439), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+
 	// Limbo of the Lost (English)
 	WME_WINENTRY("lotl", "",
 		WME_ENTRY1s("data.dcp", "637f2195a08f59e809ca48194a2ee73d", 354879400), Common::EN_ANY, ADGF_UNSTABLE, WME_1_7_2),




More information about the Scummvm-git-logs mailing list