[Scummvm-git-logs] scummvm master -> 311ff378a9fdc40422284355e4e65a42bb0773c3

aquadran noreply at scummvm.org
Sat Oct 4 13:57:29 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:
311ff378a9 WINTERMUTE: Mark 'Actual Destination' and 'Silent Footsteps' as supported


Commit: 311ff378a9fdc40422284355e4e65a42bb0773c3
    https://github.com/scummvm/scummvm/commit/311ff378a9fdc40422284355e4e65a42bb0773c3
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-10-04T15:57:25+02:00

Commit Message:
WINTERMUTE: Mark 'Actual Destination' and 'Silent Footsteps' as supported

Changed paths:
    NEWS.md
    engines/wintermute/detection_tables.h


diff --git a/NEWS.md b/NEWS.md
index b5b99d555e2..83e7ae145e7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -30,6 +30,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Mort&Phil: A Movie Adventure (Special Edition).
    - Added support for Wintermute games:
      1 1/2 Ritter
+     Actual Destination
      Alpha Polaris
      Basis Octavus
      Beyond the Threshold
@@ -52,6 +53,7 @@ For a more comprehensive changelog of the latest experimental code, see:
      Reversion - The Return
      Rhiannon: Curse of The Four Branches
      Rosemary
+     Silent Footsteps
      Strange Change
      TeTRIks
      The White Chamber
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 3558c72ec9e..926241cce09 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -288,7 +288,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Actual Destination
 	WME_WINENTRY("actualdest", "",
-		WME_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_11),
+		WME_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_11),
 
 	// Alavi Detective - Murder of Miss Rojan (Persian) (Beta version -old version-, between 1387/12 to 1392/6)
 	WME_WINENTRY("alavi", "Beta version",
@@ -2008,11 +2008,11 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Rebecca Carlson Mystery 01 - Silent Footsteps
 	WME_WINENTRY("rebeccacarlson1", "",
-		WME_ENTRY1s("data.dcp", "5fac4824b7ffdaee982dc18a45428182", 773144334), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "5fac4824b7ffdaee982dc18a45428182", 773144334), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Rebecca Carlson Mystery 01 - Silent Footsteps (Demo)
 	WME_WINENTRY("rebeccacarlson1", "Demo",
-		WME_ENTRY1s("data.dcp", "a46c41edb1ae5e19a3e0fc5cac3ce83b", 212698165), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "a46c41edb1ae5e19a3e0fc5cac3ce83b", 212698165), Common::EN_ANY, ADGF_DEMO, WME_1_9_3),
 
 	// On the Tracks of Dinosaurs (Beta 2.5) (English)
 	WME_WINENTRY("reptilesquest", "Beta 2.5",




More information about the Scummvm-git-logs mailing list