[Scummvm-git-logs] scummvm master -> 80aba5c035c15d8003693cb2ab482321b33b8ebd
tag2015
noreply at scummvm.org
Sat Oct 18 14:35:03 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:
80aba5c035 HPL1: Add detection for Penumbra Ep1 German
Commit: 80aba5c035c15d8003693cb2ab482321b33b8ebd
https://github.com/scummvm/scummvm/commit/80aba5c035c15d8003693cb2ab482321b33b8ebd
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-18T16:33:24+02:00
Commit Message:
HPL1: Add detection for Penumbra Ep1 German
Fix #16279
Changed paths:
engines/hpl1/detection_tables.h
diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index bfbb51aa119..562699cb31e 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -140,6 +140,18 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
GUIO0()
},
+ // Penumbra: Im Halbschatten (Episode Eins) - German
+ // TRAC #16279
+ {
+ "penumbraoverture",
+ nullptr,
+ AD_ENTRY1s("Penumbra.exe", "7b216d6bfdf2dc8f2a1371ee3565bb6f", 2363392),
+ Common::Language::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_TESTING,
+ GUIO0()
+ },
+
// Penumbra: Black Plague (GOG v1.0)
{
"penumbrablackplague",
More information about the Scummvm-git-logs
mailing list