diff options
author | Matthew Hoops | 2012-11-15 10:05:39 -0500 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 387833ace4c176a5a47acae8e6e6a9764b08f235 (patch) | |
tree | e887300eb273a3e8b24dda49ed929c86f11d2bac | |
parent | c607b85a4653ad18de81df0128688e9e537fa5ba (diff) | |
download | scummvm-rg350-387833ace4c176a5a47acae8e6e6a9764b08f235.tar.gz scummvm-rg350-387833ace4c176a5a47acae8e6e6a9764b08f235.tar.bz2 scummvm-rg350-387833ace4c176a5a47acae8e6e6a9764b08f235.zip |
DIRECTOR: Add detection for Jewels of the Oracle
-rw-r--r-- | engines/director/detection.cpp | 9 | ||||
-rw-r--r-- | engines/director/detection_tables.h | 100 |
2 files changed, 105 insertions, 4 deletions
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index 762ce20edb..3e3d6ca117 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -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 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index f8fb3f08c9..19fb892812 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -56,6 +56,106 @@ static const DirectorGameDescription gameDescriptions[] = { { { + "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", "Turbo!", AD_ENTRY1("JMP Turbo\xE2\x84\xA2", "cc3321069072b90f091f220bba16e4d4"), // Trademark symbol (UTF-8) |