From 387833ace4c176a5a47acae8e6e6a9764b08f235 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 15 Nov 2012 10:05:39 -0500 Subject: DIRECTOR: Add detection for Jewels of the Oracle --- engines/director/detection.cpp | 9 ++-- 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 @@ -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", -- cgit v1.2.3