[Scummvm-cvs-logs] SF.net SVN: scummvm:[35211] scummvm/trunk/engines/tinsel

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Dec 2 23:22:23 CET 2008


Revision: 35211
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35211&view=rev
Author:   jvprat
Date:     2008-12-02 22:22:23 +0000 (Tue, 02 Dec 2008)

Log Message:
-----------
DW2: Add support for the Italian/Spanish release

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/detection.cpp
    scummvm/trunk/engines/tinsel/tinsel.cpp

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2008-12-02 22:16:44 UTC (rev 35210)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2008-12-02 22:22:23 UTC (rev 35211)
@@ -285,7 +285,7 @@
 		GF_CD | GF_SCNFILES,
 		TINSEL_V2,
 	},
-	
+
 	{	// French version of Discworld 2
 		{
 			"dw2",
@@ -323,7 +323,46 @@
 		GF_CD | GF_SCNFILES,
 		TINSEL_V2,
 	},
-	
+
+	{	// Italian/Spanish Discworld 2
+		{
+			"dw2",
+			"CD",
+			{
+				{"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
+				{"english1.smp", 0, NULL, -1},
+				{"italian1.txt", 0, "d443249f8b55489b5888c227b9096f4e", 246495},
+				{NULL, 0, NULL, 0}
+			},
+			Common::IT_ITA,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_DW2,
+		0,
+		GF_CD | GF_SCNFILES,
+		TINSEL_V2,
+	},
+	{
+		{
+			"dw2",
+			"CD",
+			{
+				{"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
+				{"english1.smp", 0, NULL, -1},
+				{"spanish1.txt", 0, "bc6e147c5f542db228ac577357e4d897", 230323},
+				{NULL, 0, NULL, 0}
+			},
+			Common::ES_ESP,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_DW2,
+		0,
+		GF_CD | GF_SCNFILES,
+		TINSEL_V2,
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0, 0, 0 }
 };
 

Modified: scummvm/trunk/engines/tinsel/tinsel.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinsel.cpp	2008-12-02 22:16:44 UTC (rev 35210)
+++ scummvm/trunk/engines/tinsel/tinsel.cpp	2008-12-02 22:22:23 UTC (rev 35211)
@@ -804,15 +804,15 @@
 	{ "english.idx", "english1.idx", "english2.idx" },
 	{ "french.idx", "french1.idx", "french2.idx" },
 	{ "german.idx", "german1.idx", "german2.idx" },
-	{ "italian.idx", "italian1.idx", "italian2.idx" },
-	{ "spanish.idx", "spanish1.idx", "spanish2.idx" },
+	{ "english.idx", "english1.idx", "english2.idx" }, // Italian
+	{ "english.idx", "english1.idx", "english2.idx" } // Spanish
 };
 const char *TinselEngine::_sampleFiles[][3] = {
 	{ "english.smp", "english1.smp", "english2.smp" },
 	{ "french.smp", "french1.smp", "french2.smp" },
 	{ "german.smp", "german1.smp", "german2.smp" },
-	{ "italian.smp", "italian1.smp", "italian2.smp" },
-	{ "spanish.smp", "spanish1.smp", "spanish2.smp" },
+	{ "english.smp", "english1.smp", "english2.smp" }, // Italian
+	{ "english.smp", "english1.smp", "english2.smp" } // Spanish,
 };
 const char *TinselEngine::_textFiles[][3] = {
 	{ "english.txt", "english1.txt", "english2.txt" },


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list