[Scummvm-git-logs] scummvm master -> 5a92417fb7ecdcb1de53b8794a3cc794a69026b5

sev- sev at scummvm.org
Sat Dec 3 22:58:39 CET 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:
5a92417fb7 FULLPIPE: Added detection for German Demo and using different file for version detection


Commit: 5a92417fb7ecdcb1de53b8794a3cc794a69026b5
    https://github.com/scummvm/scummvm/commit/5a92417fb7ecdcb1de53b8794a3cc794a69026b5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-03T22:57:18+01:00

Commit Message:
FULLPIPE: Added detection for German Demo and using different file for version detection

Changed paths:
    engines/fullpipe/detection.cpp


diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp
index 178057b..96c677c 100644
--- a/engines/fullpipe/detection.cpp
+++ b/engines/fullpipe/detection.cpp
@@ -50,7 +50,7 @@ static const ADGameDescription gameDescriptions[] = {
 	{
 		"fullpipe",
 		0,
-		AD_ENTRY1s("0654.sc2", "099f54f86d33ad2395f3b854b7e05058", 2272),
+		AD_ENTRY1s("4620.sc2", "a1a8f3ed731b0dfea43beaa3016fdc71", 554),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
 		ADGF_DROPPLATFORM,
@@ -61,13 +61,24 @@ static const ADGameDescription gameDescriptions[] = {
 	{
 		"fullpipe",
 		0,
-		AD_ENTRY1s("0654.sc2", "d8743351fc53d205f42d91f6d791e51b", 2272),
+		AD_ENTRY1s("4620.sc2", "e4f24ffe4dc84cafc648b951e66c1fb3", 554),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
 		ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NONE)
 	},
 
+	// Fullpipe German Demo version
+	{
+		"fullpipe",
+		0,
+		AD_ENTRY1s("4620.sc2", "e5e98df537e56b39c33ae1d5c90976fe", 510),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_DEMO,
+		GUIO1(GUIO_NONE)
+	},
+
 	AD_TABLE_END_MARKER
 };
 





More information about the Scummvm-git-logs mailing list