[Scummvm-git-logs] scummvm master -> 7ac66c0fc1b1d45bda8688f28bdc5a25cb2efa03

sev- sev at scummvm.org
Fri Sep 1 13:46:45 CEST 2017


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:
0aa07efc2b COMPOSER: Added detection for German Baba Yaga from bug #10171
7ac66c0fc1 JANITORIAL: Fix whitespaces


Commit: 0aa07efc2b10429ec302e94e56f2df023cffe454
    https://github.com/scummvm/scummvm/commit/0aa07efc2b10429ec302e94e56f2df023cffe454
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-09-01T13:45:58+02:00

Commit Message:
COMPOSER: Added detection for German Baba Yaga from bug #10171

Changed paths:
    engines/composer/detection.cpp


diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 9cf2fd2..94dafd6 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -98,6 +98,20 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV1
 	},
 
+	// Magic Tales: Baba Yaga and the Magic Geese German- from bug #10171
+	{
+		{
+			"babayaga",
+			"",
+			AD_ENTRY1s("book.ini", "2a20e73d33ecd0f2fa8123d4f9862f90", 3814),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV1
+	},
+
 	// Magic Tales: Imo and the King - from bug #3485018
 	{
 		{


Commit: 7ac66c0fc1b1d45bda8688f28bdc5a25cb2efa03
    https://github.com/scummvm/scummvm/commit/7ac66c0fc1b1d45bda8688f28bdc5a25cb2efa03
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-09-01T13:46:25+02:00

Commit Message:
JANITORIAL: Fix whitespaces

Changed paths:
    engines/composer/detection.cpp


diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 94dafd6..94a3a7e 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -521,8 +521,8 @@ SaveStateList ComposerMetaEngine::listSaves(const char *target) const {
 }
 
 bool Composer::ComposerEngine::hasFeature(EngineFeature f) const {
-	return (f == kSupportsRTL 
-		|| f == kSupportsSavingDuringRuntime 
+	return (f == kSupportsRTL
+		|| f == kSupportsSavingDuringRuntime
 		|| f == kSupportsLoadingDuringRuntime);
 }
 





More information about the Scummvm-git-logs mailing list