[Scummvm-git-logs] scummvm master -> 82993bfea4a58bd81efda54a8651d1718902db3a
tag2015
noreply at scummvm.org
Fri Oct 10 16:29:38 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:
82993bfea4 WINTERMUTE: Mark Qajary Cat as supported + three freeware games
Commit: 82993bfea4a58bd81efda54a8651d1718902db3a
https://github.com/scummvm/scummvm/commit/82993bfea4a58bd81efda54a8651d1718902db3a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-10T18:09:03+02:00
Commit Message:
WINTERMUTE: Mark Qajary Cat as supported + three freeware games
* Eight squares in the garden
* Paintaria
* Book of Gron
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 0e8ffe279e9..8d46c2d1403 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -283,7 +283,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Eight Squares in The Garden
WME_WINENTRY("8squares", "",
- WME_ENTRY1s("data.dcp", "8788577bffe33ae059e13aa862dabd31", 29931982), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "8788577bffe33ae059e13aa862dabd31", 29931982), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
// Actual Destination
WME_WINENTRY("actualdest", "",
@@ -516,7 +516,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Book of Gron Part One
WME_WINENTRY("bookofgron", "",
- WME_ENTRY1s("data.dcp", "e61b2ebee044a82fa0f8ca0fce2c8946", 83129531), Common::RU_RUS, ADGF_UNSTABLE, WME_1_9_1),
+ WME_ENTRY1s("data.dcp", "e61b2ebee044a82fa0f8ca0fce2c8946", 83129531), Common::RU_RUS, ADGF_NO_FLAGS, WME_1_9_1),
// Carol Reed 4 - East Side Story (English)
WME_WINENTRY("carolreed4", "",
@@ -1938,7 +1938,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Paintaria
WME_WINENTRY("paintaria", "",
- WME_ENTRY1s("data.dcp", "354c08440c98150ff0d4008dd2865880", 48326040), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ WME_ENTRY1s("data.dcp", "354c08440c98150ff0d4008dd2865880", 48326040), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
// Palladion (Alpha6h)
WME_WINENTRY("palladion", "Alpha6h",
@@ -2003,7 +2003,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Qajary Cat (Steam, November 2017) (English)
WME_WINENTRY("qajarycat", "",
- WME_ENTRY1s("data.dcp", "3e47e3cd94133bdd5facf30ee84389ea", 447760816), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "3e47e3cd94133bdd5facf30ee84389ea", 447760816), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
// Rebecca Carlson Mystery 01 - Silent Footsteps
WME_WINENTRY("rebeccacarlson1", "",
More information about the Scummvm-git-logs
mailing list