aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-18 16:28:16 +0200
committerEinar Johan Trøan Sømåen2012-07-18 16:28:16 +0200
commit701def717fcdea5e4b1e5b00928b54a1153b5f41 (patch)
treee70db4cbcc66374055c51c9c671f0ca5aeb98791 /engines/wintermute
parent19720786a02cb555b0c26634a9f693eb927d9d2f (diff)
downloadscummvm-rg350-701def717fcdea5e4b1e5b00928b54a1153b5f41.tar.gz
scummvm-rg350-701def717fcdea5e4b1e5b00928b54a1153b5f41.tar.bz2
scummvm-rg350-701def717fcdea5e4b1e5b00928b54a1153b5f41.zip
WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the Sheet-demo
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection.cpp31
1 files changed, 31 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index 8b67245291..5748da955e 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -35,9 +35,12 @@ namespace WinterMute {
static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
+ {"actualdest", "Actual Destination"},
{"chivalry", "Chivalry is Not Dead"},
{"dirtysplit", "Dirty Split"},
+ {"ghostsheet", "Ghost in the Sheet"},
{"julia", "J.U.L.I.A."},
+ {"mirage", "Mirage"},
{"pigeons", "Pigeons in the Park"},
{"rosemary", "Rosemary"},
{"twc", "the white chamber"},
@@ -47,6 +50,15 @@ static const PlainGameDescriptor wintermuteGames[] = {
static const ADGameDescription gameDescriptions[] = {
{
+ "actualdest",
+ "",
+ AD_ENTRY1s("data.dcp", "6926f44b26f21ceb1d840eaab9aeb510", 9081740),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ {
"chivalry",
"",
AD_ENTRY1s("data.dcp", "ebd0915d9a12df5224be22f53bb23eb6", 7278306),
@@ -83,6 +95,25 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
{
+ "ghostsheet",
+ "Demo",
+ AD_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE |
+ ADGF_DEMO,
+ GUIO0()
+ },
+ {
+ "mirage",
+ "",
+ AD_ENTRY1s("data.dcp", "d230b0b99c0aa77b9ecd094d8ee5573b", 17844056),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ {
"rosemary",
"",
AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643),