[Scummvm-git-logs] scummvm master -> 12be54888ee1f034ecc05379690a2a8134f54a4b
tag2015
noreply at scummvm.org
Thu Dec 1 13:21:07 UTC 2022
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:
4a2d55cac8 MOHAWK: Improve detection for Myst Demo
12be54888e MADE: Improve detection for RTZ Demo
Commit: 4a2d55cac8701b4d4f96314500cde1c423542d98
https://github.com/scummvm/scummvm/commit/4a2d55cac8701b4d4f96314500cde1c423542d98
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-01T14:18:15+01:00
Commit Message:
MOHAWK: Improve detection for Myst Demo
Fixes clash with Return to Zork demo
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 0a0c40a8f9f..8385aa3d1aa 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -93,7 +93,8 @@ static const MohawkGameDescription gameDescriptions[] = {
{
"myst",
"Demo",
- AD_ENTRY1s("DEMO.DAT", "8ff8ae264f759ea4a79cc915757f17c4", 488921),
+ AD_ENTRY2s("DEMO.DAT", "8ff8ae264f759ea4a79cc915757f17c4", 488921,
+ "SLIDES.DAT", "d630fddfb50608f3cc7d297392f21d41", 9483618),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO | ADGF_NO_FLAGS,
@@ -111,7 +112,8 @@ static const MohawkGameDescription gameDescriptions[] = {
{
"myst",
"Demo",
- AD_ENTRY1s("DEMO.DAT", "c39303dd53fb5c4e7f3c23231c606cd0", 488415),
+ AD_ENTRY2s("DEMO.DAT", "c39303dd53fb5c4e7f3c23231c606cd0", 488415,
+ "SLIDES.DAT", "d630fddfb50608f3cc7d297392f21d41", 9483618),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO | ADGF_NO_FLAGS,
Commit: 12be54888ee1f034ecc05379690a2a8134f54a4b
https://github.com/scummvm/scummvm/commit/12be54888ee1f034ecc05379690a2a8134f54a4b
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-01T14:18:52+01:00
Commit Message:
MADE: Improve detection for RTZ Demo
Fixes clash with Myst demo
Changed paths:
engines/made/detection_tables.h
diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index e223e64162a..896389f46b7 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -312,7 +312,11 @@ static const MadeGameDescription gameDescriptions[] = {
{
"rtz",
"Demo",
- AD_ENTRY1("demo.dat", "2a6a1354bd5346fad4aee08e5b56caaa"),
+ {
+ { "demo.dat", 0, "2a6a1354bd5346fad4aee08e5b56caaa", 34304 },
+ { "demo.prj", 0, "46891bd6e5180228fe4b3253d500997b", 1675348 },
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO,
More information about the Scummvm-git-logs
mailing list