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

bluegr bluegr at gmail.com
Wed Jul 8 01:22:15 CEST 2015


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:
ccfe3bc313 SAGA: Add another German version of ITE - bug #6428


Commit: ccfe3bc313cdf9bc6d173a9162db832cefb1132d
    https://github.com/scummvm/scummvm/commit/ccfe3bc313cdf9bc6d173a9162db832cefb1132d
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-07-08T02:21:04+03:00

Commit Message:
SAGA: Add another German version of ITE - bug #6428

This is the German Windows/Mac version distributed by GoG

Changed paths:
    engines/saga/detection_tables.h



diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index e541f3a..9800932 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -393,6 +393,33 @@ static const SAGAGameDescription gameDescriptions[] = {
 		NULL,
 	},
 
+	// Inherit the earth - German Wyrmkeep combined Windows/Mac/Linux CD
+
+	// Supplied by user nicode in bug #6428.
+	// Contains voices.rsc instead of "Inherit the Earth Voices".
+	{
+		{
+			"ite",
+			"Multi-OS CD Version",
+			{
+	{"ite.rsc",						GAME_RESOURCEFILE,					"420e09cfdbb4db12baefd4bc81d8e154", 8925349},
+	{"scripts.rsc",					GAME_SCRIPTFILE,					"a891405405edefc69c9d6c420c868b84", -1},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::DE_DEU,
+			Common::kPlatformUnknown,
+			ADGF_CD,
+			GUIO0()
+		},
+		GID_ITE,
+		0,
+		ITE_DEFAULT_SCENE,
+		&ITE_Resources,
+		ARRAYSIZE(ITE_GameFonts),
+		ITE_GameFonts,
+		NULL,
+	},
+
 	// Inherit the earth - Italian Wyrmkeep combined Windows/Mac/Linux CD (fan translation)
 
 	// version is different from the other Wyrmkeep re-releases in that it does






More information about the Scummvm-git-logs mailing list