[Scummvm-git-logs] scummvm branch-2-8 -> 1fa6fcd9d8c4e52839bace55ba7b77c5ddc3cd5a
sev-
noreply at scummvm.org
Fri Dec 15 23:35:32 UTC 2023
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0008df9f64 AD: Added demo.ini to graylist
1fa6fcd9d8 COMPOSER: Improved detection of magictales Hebrew demo
Commit: 0008df9f64d2846e843e2c2882e1224a30ba01c5
https://github.com/scummvm/scummvm/commit/0008df9f64d2846e843e2c2882e1224a30ba01c5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-16T00:35:14+01:00
Commit Message:
AD: Added demo.ini to graylist
Changed paths:
engines/advancedDetector.cpp
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index 862a45405a6..b8a420a4411 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -989,6 +989,7 @@ static const char *grayList[] = {
"game",
"gamedata",
"demo",
+ "demo.ini",
"data",
"data.z",
"data.cab",
Commit: 1fa6fcd9d8c4e52839bace55ba7b77c5ddc3cd5a
https://github.com/scummvm/scummvm/commit/1fa6fcd9d8c4e52839bace55ba7b77c5ddc3cd5a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-16T00:35:25+01:00
Commit Message:
COMPOSER: Improved detection of magictales Hebrew demo
Changed paths:
engines/composer/detection_tables.h
diff --git a/engines/composer/detection_tables.h b/engines/composer/detection_tables.h
index 18d718c46b7..7ae5cd47d7e 100644
--- a/engines/composer/detection_tables.h
+++ b/engines/composer/detection_tables.h
@@ -389,7 +389,8 @@ static const ComposerGameDescription gameDescriptions[] = {
"magictales",
"Magic Tales Demo: Baba Yaga, Samurai, Imo",
{
- {"demo.ini", GAME_CONFIGFILE, "ea784af960375834d655eb7281cd4500", -1},
+ {"demo.ini", GAME_CONFIGFILE, "ea784af960375834d655eb7281cd4500", 734},
+ {"ik_demo.rsc", GAME_SCRIPTFILE, "31a2d65c4d22d327b8f5f205ab6e7ea3", 6680135},
AD_LISTEND
},
Common::HE_ISR,
More information about the Scummvm-git-logs
mailing list