[Scummvm-git-logs] scummvm master -> f36b075d09366503c3576a78d65ba77db06a0643

grisenti noreply at scummvm.org
Fri Aug 29 07:41:43 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:
f36b075d09 HPL1: Change penumbra overture to testing


Commit: f36b075d09366503c3576a78d65ba77db06a0643
    https://github.com/scummvm/scummvm/commit/f36b075d09366503c3576a78d65ba77db06a0643
Author: grisenti (emanuele at grisenti.dev)
Date: 2025-08-29T09:41:31+02:00

Commit Message:
HPL1: Change penumbra overture to testing

Changed paths:
    engines/hpl1/detection_tables.h


diff --git a/engines/hpl1/detection_tables.h b/engines/hpl1/detection_tables.h
index 7e191b19101..78c1966e70b 100644
--- a/engines/hpl1/detection_tables.h
+++ b/engines/hpl1/detection_tables.h
@@ -36,7 +36,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "43c33c142b18268c9e98d4c5a6d911b7", 2727936),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -47,7 +47,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "f840b972ee889200ba501ee3a465317e", 2744320),
 		Common::Language::EN_ANY,
 		Common::Platform::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -59,7 +59,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "202990aa064ae67a675e2b187384036a", 2736128),
 		Common::Language::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -70,7 +70,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("Penumbra.exe", "384e33ddc55f51debca07b6538087e75", 3104768),
 		Common::Language::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO0()
 	},
 




More information about the Scummvm-git-logs mailing list