Skip to content

Commit

Permalink
WINTERMUTE: Adding more detection entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniBee committed Dec 30, 2013
1 parent 5894af2 commit 2c6102a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions engines/wintermute/detection_tables.h
Expand Up @@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
{"actualdest", "Actual Destination"},
{"bickadoodle", "Bickadoodle"},
{"bookofgron", "Book of Gron Part One"},
{"bthreshold", "Beyond the Threshold"},
{"carolreed4", "Carol Reed 4 - East Side Story"},
Expand Down Expand Up @@ -58,6 +59,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"reversion1", "Reversion: The Escape"},
{"reversion2", "Reversion: The Meeting"},
{"rosemary", "Rosemary"},
{"securanote", "Securanote"},
{"shaban", "Shaban"},
{"shinestar", "The Shine of a Star"},
{"spaceinvaders", "Space Invaders"},
Expand All @@ -67,6 +69,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"tradestory", "The Trader of Stories"},
{"twc", "the white chamber"},
{"wintermute", "Wintermute engine game"},
{"wtetris", "Wilma Tetris"},
{0, 0}
};

Expand Down Expand Up @@ -111,6 +114,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Bickadoodle
{
"bickadoodle",
"",
AD_ENTRY1s("data.dcp", "84db4d1594cac95e25614985775d10a8", 35303844),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Book of Gron Part One
{
"bookofgron",
Expand Down Expand Up @@ -342,6 +355,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Escape from the Mansion
{
"escapemansion",
"1.3",
AD_ENTRY1s("data.dcp", "1e5d231b56c8a228cd15cb690f50253e", 29261972),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Framed
{
"framed",
Expand Down Expand Up @@ -930,6 +953,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Securanote
{
"securanote",
"",
AD_ENTRY1s("data.dcp", "5213d3e59b9e95b7fbd5c56f7de5341a", 2625554),
Common::EN_ANY,
Common::kPlatformIOS,
ADGF_UNSTABLE,
GUIO0()
},
// Shaban
{
"shaban",
Expand Down Expand Up @@ -1012,6 +1045,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Wilma Tetris
{
"wtetris",
"",
AD_ENTRY1s("data.dcp", "946e3a0496e6c12fb344c9ed861ff015", 2780093),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
AD_TABLE_END_MARKER
};

Expand Down

0 comments on commit 2c6102a

Please sign in to comment.