[Scummvm-git-logs] scummvm master -> 4cd5bcef799df04ced833218d0ed627d450d3288
sev-
noreply at scummvm.org
Sat Sep 13 15:17:27 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
4cd5bcef79 HPL1: Add detection entries for some mac releases and demos
Commit: 4cd5bcef799df04ced833218d0ed627d450d3288
https://github.com/scummvm/scummvm/commit/4cd5bcef799df04ced833218d0ed627d450d3288
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2025-09-13T17:17:23+02:00
Commit Message:
HPL1: Add detection entries for some mac releases and demos
Changed paths:
engines/hpl1/detection.cpp
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection.cpp b/engines/hpl1/detection.cpp
index 720c481bec2..3a54f41f271 100644
--- a/engines/hpl1/detection.cpp
+++ b/engines/hpl1/detection.cpp
@@ -44,6 +44,7 @@ const DebugChannelDef Hpl1MetaEngineDetection::debugFlagList[] = {
Hpl1MetaEngineDetection::Hpl1MetaEngineDetection() : AdvancedMetaEngineDetection(Hpl1::GAME_DESCRIPTIONS,
Hpl1::GAME_NAMES) {
+ _flags = kADFlagMatchFullPaths;
}
REGISTER_PLUGIN_STATIC(HPL1_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, Hpl1MetaEngineDetection);
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 8339eb4d49a..693bc6b8567 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -51,6 +51,50 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Overture (GOG v1.1.1 - Mac Intel only)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "e893ccac7b311ab1559890837aa131b0", 8234848),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_TESTING,
+ GUIO0()
+ },
+
+ // Penumbra: Overture (v1.0.3 - Mac PPC + Intel)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("Penumbra.app/Contents/MacOS/Penumbra", "1fcca1c15ac595c84c49c01692b90c0d", 17446384),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_TESTING,
+ GUIO0()
+ },
+
+ // Penumbra: Overture (v1.0 - Mac demo)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("PenumbraDemo.app/Contents/MacOS/PenumbraDemo", "656342216967baaaa80eb413d5c93b29", 16203948),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_TESTING | ADGF_DEMO,
+ GUIO0()
+ },
+
+ // Penumbra: Overture (v1.0.3 - Mac demo)
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("PenumbraDemo.app/Contents/MacOS/PenumbraDemo", "c898d408859f80d260dbe0bd312c3acf", 17402172),
+ Common::Language::EN_ANY,
+ Common::Platform::kPlatformMacintosh,
+ ADGF_TESTING | ADGF_DEMO,
+ GUIO0()
+ },
+
// Penumbra: Overture (The Penumbra Collection)
// TRAC #14674
{
More information about the Scummvm-git-logs
mailing list