[Scummvm-cvs-logs] scummvm master -> f028edb491c5c81df92cf00bcb458db38dc91842

Strangerke Strangerke at scummvm.org
Mon Nov 14 23:46:46 CET 2011


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:
f028edb491 CGE: Add detection for our Freeware versions of Soltys


Commit: f028edb491c5c81df92cf00bcb458db38dc91842
    https://github.com/scummvm/scummvm/commit/f028edb491c5c81df92cf00bcb458db38dc91842
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-14T14:46:17-08:00

Commit Message:
CGE: Add detection for our Freeware versions of Soltys

Changed paths:
    engines/cge/detection.cpp



diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index f2f5764..3ee65a3 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -55,16 +55,6 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::PL_POL, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
 	},
-	// English ScummVM version
-	{
-		"soltys", "",
-		{
-			{"vol.cat", 0, "bd08969b5f1acea0f92d195f750c17d5", 50176},
-			{"vol.dat", 0, "f9ae2e7f8f7cac91378cdafca43faf1e", 8428832},
-			AD_LISTEND
-		},
-		Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
-	},
 	{
 		"soltys", "Soltys Demo (not supported)",
 		{
@@ -83,6 +73,24 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::PL_POL, Common::kPlatformPC, ADGF_DEMO , GUIO1(GUIO_NONE)
 	},
+	{
+		"soltys", "Soltys Freeware v1.0",
+		{
+			{"vol.cat", 0, "f1675684c68ab90272f5776f8f2c3974", 50176},
+			{"vol.dat", 0, "4ffeff4abc99ac5999b55ccfc56ab1df", 8430868},
+			AD_LISTEND
+		},
+		Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS , GUIO_NONE
+	},
+	{
+		"soltys", "Soltys Freeware v1.0",
+		{
+			{"vol.cat", 0, "20fdce799adb618100ef9ee2362be875", 50176},
+			{"vol.dat", 0, "0e43331c846094d77f5dd201827e0a3b", 8439339},
+			AD_LISTEND
+		},
+		Common::PL_POL, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO1(GUIO_NONE)
+	},
 	AD_TABLE_END_MARKER
 };
 






More information about the Scummvm-git-logs mailing list