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

tag2015 noreply at scummvm.org
Sun Oct 5 10:35:25 UTC 2025


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:
843a03d615 WINTERMUTE: Mark four freeware games as supported
e434900973 WINTERMUTE: Mark Shaban ENG supported


Commit: 843a03d61535a7bea965e12be0cd158d1e91c88e
    https://github.com/scummvm/scummvm/commit/843a03d61535a7bea965e12be0cd158d1e91c88e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-05T12:20:35+02:00

Commit Message:
WINTERMUTE: Mark four freeware games as supported

* Boredom of Augustin Cordes
* DFAF Adventure
* Dreamcat
* Des Reves Eleastiques ...

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 926241cce09..017d6311a47 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -489,7 +489,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Boredom of Agustin Cordes
 	WME_WINENTRY("agustin", "",
-		WME_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Beyond the Threshold
 	WME_WINENTRY("bthreshold", "",
@@ -917,7 +917,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// DFAF Adventure
 	WME_WINENTRY("dfafadventure", "",
-		WME_ENTRY1s("data.dcp", "5704ebef961176f647742aa66bd09352", 10083417), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "5704ebef961176f647742aa66bd09352", 10083417), Common::EN_ANY, GF_LOWSPEC_ASSETS, WME_1_9_1),
 
 	// Dirty Split (Czech)
 	WME_WINENTRY("dirtysplit", "",
@@ -953,7 +953,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Des Reves Elastiques Avec Mille Insectes Nommes Georges / Elastic Dreams with a Thousand Insects Named George
 	WME_WINENTRY("dreaming", "",
-		WME_ENTRY1s("data.dcp", "4af26d97ea063fc1277ce30ae431de90", 8804073), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+		WME_ENTRY1s("data.dcp", "4af26d97ea063fc1277ce30ae431de90", 8804073), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
 
 	// The Driller Incident (English)
 	WME_WINENTRY("driller", "",
@@ -977,7 +977,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Dreamcat
 	WME_WINENTRY("dreamcat", "",
-		WME_ENTRY1s("data.dcp", "189bd4eef29034f4ff4ed30120eaac4e", 7758040), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "189bd4eef29034f4ff4ed30120eaac4e", 7758040), Common::EN_ANY, GF_LOWSPEC_ASSETS, WME_1_9_1),
 
 	// Dreams (Demo)
 	WME_WINENTRY("dreams", "Demo",


Commit: e434900973f46a457c172953b2cfe22851740957
    https://github.com/scummvm/scummvm/commit/e434900973f46a457c172953b2cfe22851740957
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-05T12:20:35+02:00

Commit Message:
WINTERMUTE: Mark Shaban ENG supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 017d6311a47..26124729256 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4342,9 +4342,9 @@ static const WMEGameDescription gameDescriptions[] = {
 					"data.dcp", "7d945a8219af9bf306980f526f2a885f", 589685802), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_2),
 
 	// Shaban (English)
-	// TODO: add checksum of localization.txt
 	WME_WINENTRY("shaban", "",
-		WME_ENTRY1s("data.dcp", "35f702ca9baabc5c620e0be230195c8a", 755388466), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_2),
+		WME_ENTRY2s("data.dcp", "35f702ca9baabc5c620e0be230195c8a", 755388466,
+					"localization.txt", "16b02da5787e433dd0461b0ad855380c", 5844), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_2),
 
 	// Shaban (Russian)
 	WME_WINENTRY("shaban", "",
@@ -4354,7 +4354,7 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Shaban (English) (Demo)
 	WME_WINENTRY("shaban", "Demo",
 		WME_ENTRY2s("data.dcp", "7586c35bc43d06553a10e18a5a576fcc", 338067285,
-					"localization.txt", "16b02da5787e433dd0461b0ad855380c", 5844), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_2),
+					"localization.txt", "16b02da5787e433dd0461b0ad855380c", 5844), Common::EN_ANY, ADGF_DEMO, WME_1_9_2),
 
 	// Shaban (German) (Demo)
 	WME_WINENTRY("shaban", "Demo",




More information about the Scummvm-git-logs mailing list