Skip to content

Commit

Permalink
DIRECTOR: Add detection for Jewels of the Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops authored and sev- committed Aug 3, 2016
1 parent c607b85 commit 387833a
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 4 deletions.
9 changes: 5 additions & 4 deletions engines/director/detection.cpp
Expand Up @@ -66,11 +66,12 @@ bool DirectorEngine::hasFeature(EngineFeature f) const {
} // End of Namespace Director

static const PlainGameDescriptor directorGames[] = {
{ "director", "Macromedia Director Game" },
{ "director", "Macromedia Director Game" },
{ "gundam0079", "Gundam 0079: The War for Earth" },
{ "jman", "The Journeyman Project" },
{ "majestic", "Majestic Part I: Alien Encounter" },
{ "spyclub", "Spy Club" },
{ "jewels", "Jewels of the Oracle" },
{ "jman", "The Journeyman Project" },
{ "majestic", "Majestic Part I: Alien Encounter" },
{ "spyclub", "Spy Club" },
{ 0, 0 }
};

Expand Down
100 changes: 100 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -54,6 +54,106 @@ static const DirectorGameDescription gameDescriptions[] = {
5
},

{
{
"jewels",
"",
AD_ENTRY1("JEWELS.EXE", "bb6d81471d166088260090472c6c3a87"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

{
{
"jewels",
"",
AD_ENTRY1("Jewels.exe", "c1a2e8b7e41fa204009324a9c7db1030"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
7
},

{
{
"jewels",
"Two-Minute Demo",
AD_ENTRY1("DEMO.EXE", "ebee52d3c4280674c600177df5b09da0"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

// Note: There are four versions of the binary included on the disc.
// 5.6, 6, and 9 Meg variants all exist too.
{
{
"jewels",
"",
AD_ENTRY1("Jewels 11 Meg", "339c89a148c4ff2c5c815c62ac006325"),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

{
{
"jewels",
"Two-Minute Demo",
AD_ENTRY1("Two-Minute Demo", "01be45e7241194dad07938e7059b88e3"),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

{
{
"jewels",
"",
AD_ENTRY1("Jewels of the Oracle", "fa52f0136cde568a46249ce74f01a324"),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
7
},

{
{
"jewels",
"Demo",
AD_ENTRY1("JEWELS.EXE", "abcc448c035e88d4edb4a29034fd1e34"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS | ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

{
{
"jman",
Expand Down

0 comments on commit 387833a

Please sign in to comment.