[Scummvm-git-logs] scummvm master -> 60f80838585b133b8a7830895d326b0e0165af2a

tag2015 noreply at scummvm.org
Tue Sep 27 01:00:02 UTC 2022


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

Summary:
70d7db0aae PINK: Add detection for Italian Hokus Pokus Pink
60f8083858 PINK: Add detection for Italian Passport to Peril


Commit: 70d7db0aaee82306594403388ce96415bacb1d24
    https://github.com/scummvm/scummvm/commit/70d7db0aaee82306594403388ce96415bacb1d24
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-27T02:59:12+02:00

Commit Message:
PINK: Add detection for Italian Hokus Pokus Pink

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 3e0354dce69..0ce8478fbc1 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -235,6 +235,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOMIDI)
 	},
 
+	// Italian
+	{
+		"pokus",
+		0,
+		AD_ENTRY1s("HPP.orb", "86fb890be3beaadb36d5daceae52a176", 504320381),
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NOMIDI)
+	},
+
 	// Polish
 	{
 		"pokus",


Commit: 60f80838585b133b8a7830895d326b0e0165af2a
    https://github.com/scummvm/scummvm/commit/60f80838585b133b8a7830895d326b0e0165af2a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-27T02:59:12+02:00

Commit Message:
PINK: Add detection for Italian Passport to Peril

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 0ce8478fbc1..2f307a8de54 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -114,6 +114,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOMIDI)
 	},
 
+	// Italian
+	{
+		"peril",
+		0,
+		AD_ENTRY1s("PPTP.ORB", "d03e38348aa33d8d25315b1acb687f66", 622766069),
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NOMIDI)
+	},
+
 	// Polish
 	{
 		"peril",




More information about the Scummvm-git-logs mailing list