[Scummvm-cvs-logs] scummvm master -> 0baa4fcbaee9cd1fdb08d9f0cf8a112feb4cf517
sev-
sev at scummvm.org
Mon Mar 28 12:28:19 CEST 2016
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:
0baa4fcbae COMPOSER: Added German versions of darby & gregory. Bug #6825
Commit: 0baa4fcbaee9cd1fdb08d9f0cf8a112feb4cf517
https://github.com/scummvm/scummvm/commit/0baa4fcbaee9cd1fdb08d9f0cf8a112feb4cf517
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T12:26:58+02:00
Commit Message:
COMPOSER: Added German versions of darby & gregory. Bug #6825
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 8badeaa..047f931 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -253,6 +253,23 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
+ { // Provided by WindlePoons, "100% Kids Darby & Gregor" Pack. Bugreport #6825
+ {
+ "darby",
+ 0,
+ {
+ {"book.ini", 0, "285308372f7dddff2ca5a25c9192cf5c", 2545},
+ {"page99.rsc", 0, "49819f12947b7a88efeab436d4fd5f59", 1286480},
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_ComposerV2
+ },
+
{ // Provided by Niv Baehr, Bugreport #6878
{
"darby",
@@ -309,6 +326,23 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
+ { // Provided by WindlePoons, "100% Kids Darby & Gregor" Pack. Bugreport #6825
+ {
+ "gregory",
+ 0,
+ {
+ {"book.ini", 0, "e54fc5c00de5f94e908a969e445af5d0", 2234},
+ {"page99.rsc", 0, "2b0b83ebc769fe5c823abad9c93cc77b", 388644},
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_ComposerV2
+ },
+
{ // Provided by sev
{
"princess",
More information about the Scummvm-git-logs
mailing list