[Scummvm-git-logs] scummvm master -> e35f016016f819c25aea8230ec3364a782371b6d
whiterandrek
whiterandrek at gmail.com
Tue May 7 12:49:21 CEST 2019
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:
2d48c435ad PINK: added german detection entry
e35f016016 PINK: added English detection entry
Commit: 2d48c435ad3855942fb704c3bd03b40c3366d31c
https://github.com/scummvm/scummvm/commit/2d48c435ad3855942fb704c3bd03b40c3366d31c
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2019-05-07T13:41:57+03:00
Commit Message:
PINK: added german detection entry
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 693dd7db..d9d8d5a 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -191,6 +191,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // German
+ {
+ "pokus",
+ 0,
+ AD_ENTRY1s("HPP.orb", "a396a310e9d42ff43798ffdee2589a1a", 543000636),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// Hebrew
{
"pokus",
Commit: e35f016016f819c25aea8230ec3364a782371b6d
https://github.com/scummvm/scummvm/commit/e35f016016f819c25aea8230ec3364a782371b6d
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2019-05-07T13:45:55+03:00
Commit Message:
PINK: added English detection entry
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index d9d8d5a..2834403 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -59,6 +59,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // English Great Britain
+ {
+ "peril",
+ 0,
+ AD_ENTRY1s("PPTP.ORB", "1ee65e570adb37d446a3be657e4b2e9a", 619145676),
+ Common::EN_GRB,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// Finnish
{
"peril",
More information about the Scummvm-git-logs
mailing list