[Scummvm-git-logs] scummvm master -> 1f28db110aa9ee3ccadded823b438f24bb8fbf86

digitall noreply at scummvm.org
Tue Feb 21 03:40:59 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1f28db110a HPL1: Add Detection Entry for HIB #1 Release of Penumbra Overture


Commit: 1f28db110aa9ee3ccadded823b438f24bb8fbf86
    https://github.com/scummvm/scummvm/commit/1f28db110aa9ee3ccadded823b438f24bb8fbf86
Author: D G Turner (digitall at scummvm.org)
Date: 2023-02-21T03:39:53Z

Commit Message:
HPL1: Add Detection Entry for HIB #1 Release of Penumbra Overture

Changed paths:
    engines/hpl1/detection_tables.h


diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 8bdf0dfb2c7..804d1db8265 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -26,6 +26,16 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{0, 0}};
 
 const ADGameDescription GAME_DESCRIPTIONS[] = {
+	// Humble Indie Bundle #1 Release
+	{
+		"penumbraoverture",
+		nullptr,
+		AD_ENTRY1s("Penumbra.exe", "43c33c142b18268c9e98d4c5a6d911b7", 2727936),
+		Common::Language::EN_ANY,
+		Common::Platform::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// GOG release
 	{
 		"penumbraoverture",




More information about the Scummvm-git-logs mailing list