[Scummvm-git-logs] scummvm master -> 7642b5ffd2d775e5579d3e6bb638cb5ff168d366

tag2015 noreply at scummvm.org
Sat Jul 5 16:17:20 UTC 2025


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:
7642b5ffd2 WINTERMUTE: Update K'NOSSOS detection entries


Commit: 7642b5ffd2d775e5579d3e6bb638cb5ff168d366
    https://github.com/scummvm/scummvm/commit/7642b5ffd2d775e5579d3e6bb638cb5ff168d366
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-07-05T18:03:59+02:00

Commit Message:
WINTERMUTE: Update K'NOSSOS detection entries

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 3961a805173..b15e6b17b77 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1725,14 +1725,18 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("klaymen1", "",
 		WME_ENTRY1s("data.dcp", "8a066d13d32567ca88a6918bfa3c01fa", 17086470), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
 
-	// K'NOSSOS
-	WME_WINENTRY("knossos", "",
-		WME_ENTRY1s("K'NOSSOS.exe", "694e488cc99bb78d2fe906f82d3ee9e1", 1654383903), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
-
-	// K'NOSSOS (Alpha Demo)
+	// K'NOSSOS (Alpha Demo AKA Prologue 23.3RC7-E04)
 	WME_WINENTRY("knossos", "Alpha Demo",
 		WME_ENTRY1s("K'NOSSOS.exe", "694e488cc99bb78d2fe906f82d3ee9e1", 867516208), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
 
+	// K'NOSSOS (Prologue 29.18RC4-E05)
+	WME_WINENTRY("knossos", "Prologue",
+		WME_ENTRY1s("K'NOSSOS.exe", "694e488cc99bb78d2fe906f82d3ee9e1", 1482635116), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+
+	// K'NOSSOS (Prologue 30.21RC5-E05)
+	WME_WINENTRY("knossos", "Prologue",
+		WME_ENTRY1s("K'NOSSOS.exe", "694e488cc99bb78d2fe906f82d3ee9e1", 1654383903), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+
 	// Kulivocko (Czech)
 	WME_WINENTRY("kulivocko", "",
 		WME_ENTRY1s("data.dcp", "44306dc470e9b27474043932eccee02f", 155106392), Common::CS_CZE, ADGF_UNSTABLE, WME_1_9_1),




More information about the Scummvm-git-logs mailing list