[Scummvm-git-logs] scummvm master -> d6e6aca7e33430977c32fbc857e18869d25505f6
lotharsm
serra at scummvm.org
Tue May 22 09:55:14 CEST 2018
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ff68947ac1 QUEEN: Add detection entry for German GoG.com release
cb33dd6de3 QUEEN: Add detection entry for French GoG.com release
d6e6aca7e3 QUEEN: Add detection entry for Italian GoG.com release
Commit: ff68947ac19bc04f1881b33a33e13514861f1974
https://github.com/scummvm/scummvm/commit/ff68947ac19bc04f1881b33a33e13514861f1974
Author: lotharsm (serra at scummvm.org)
Date: 2018-05-22T09:54:38+02:00
Commit Message:
QUEEN: Add detection entry for German GoG.com release
Changed paths:
engines/queen/detection.cpp
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index aed8b7d..42a23e9 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -422,6 +422,19 @@ static const QueenGameDescription gameDescriptions[] = {
},
#endif
+ // GoG.com Release - German
+ {
+ {
+ "queen",
+ "Talkie",
+ AD_ENTRY1s("queen.1", "28f78dbec7e20f603a10c2f8ea889a5c", 108738717),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GAMEOPTION_ALT_INTRO)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};
Commit: cb33dd6de30078741c7b344bb7bdad4bbe70d41d
https://github.com/scummvm/scummvm/commit/cb33dd6de30078741c7b344bb7bdad4bbe70d41d
Author: lotharsm (serra at scummvm.org)
Date: 2018-05-22T09:54:38+02:00
Commit Message:
QUEEN: Add detection entry for French GoG.com release
Changed paths:
engines/queen/detection.cpp
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index 42a23e9..ed7052b 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -435,6 +435,19 @@ static const QueenGameDescription gameDescriptions[] = {
},
},
+ // GoG.com Release - French
+ {
+ {
+ "queen",
+ "Talkie",
+ AD_ENTRY1s("queen.1", "67e3020f8a35e1df7b1c753b5aaa71e1", 97382620),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GAMEOPTION_ALT_INTRO)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};
Commit: d6e6aca7e33430977c32fbc857e18869d25505f6
https://github.com/scummvm/scummvm/commit/d6e6aca7e33430977c32fbc857e18869d25505f6
Author: lotharsm (serra at scummvm.org)
Date: 2018-05-22T09:54:38+02:00
Commit Message:
QUEEN: Add detection entry for Italian GoG.com release
Changed paths:
engines/queen/detection.cpp
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index ed7052b..0ad1b83 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -448,6 +448,19 @@ static const QueenGameDescription gameDescriptions[] = {
},
},
+ // GoG.com Release - Italian
+ {
+ {
+ "queen",
+ "Talkie",
+ AD_ENTRY1s("queen.1", "2f72b715ed753cf905a37cdcc7ea611e", 98327801),
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GAMEOPTION_ALT_INTRO)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};
More information about the Scummvm-git-logs
mailing list