[Scummvm-cvs-logs] SF.net SVN: scummvm:[39359] scummvm/trunk/engines/made/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Mar 12 18:07:13 CET 2009


Revision: 39359
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39359&view=rev
Author:   thebluegr
Date:     2009-03-12 17:07:13 +0000 (Thu, 12 Mar 2009)

Log Message:
-----------
Added the Italian and French versions of Return to Zork, as supplied in bug report #2685032

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2009-03-12 14:40:27 UTC (rev 39358)
+++ scummvm/trunk/engines/made/detection.cpp	2009-03-12 17:07:13 UTC (rev 39359)
@@ -79,7 +79,7 @@
 		// which is packed inside rtzcd.red. Entries with *.red refer to the packed file
 		// directly, which is the "official" way.
 
-		// Return to Zork - English CD version 1.0 9/15/93
+		// Return to Zork - English CD version 1.0 9/15/93 (installed)
 		// Patch #1953654 submitted by spookypeanut
 		{
 			"rtz",
@@ -113,7 +113,7 @@
 	},
 
 	{
-		// Return to Zork - English CD version 1.1 12/7/93
+		// Return to Zork - English CD version 1.1 12/7/93 (installed)
 		{
 			"rtz",
 			"CD",
@@ -145,7 +145,7 @@
 	},
 
 	{
-		// Return to Zork - English CD version 1.2 9/29/94
+		// Return to Zork - English CD version 1.2 9/29/94 (installed)
 		// Supplied by Dark-Star in the ScummVM forums
 		{
 			"rtz",
@@ -178,7 +178,7 @@
 	},
 
 	{
-		// Return to Zork - German CD version 1.2 9/29/94
+		// Return to Zork - German CD version 1.2 9/29/94 (installed)
 		// (same as the English 1.2 version)
 		// Supplied by Dark-Star in the ScummVM forums
 		{
@@ -214,6 +214,74 @@
 	},
 
 	{
+ 		// Return to Zork - Italian CD version 1.2 3/31/95
+		// Patch #2685032 submitted by goodoldgeorg
+ 		{
+ 			"rtz",
+ 			"CD",
+ 			AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+ 			Common::IT_ITA,
+ 			Common::kPlatformPC,
+ 			ADGF_NO_FLAGS
+ 		},
+ 		GID_RTZ,
+ 		0,
+ 		GF_CD_COMPRESSED,
+ 		3,
+ 	},
+ 
+ 	{
+ 		// Return to Zork - Italian CD version 1.2 3/31/95 (installed)
+		// Patch #2685032 submitted by goodoldgeorg
+ 		{
+ 			"rtz",
+ 			"CD",
+ 			AD_ENTRY1("rtzcd.dat", "5b86035aed0277f96e3d173542b5364a"),
+ 			Common::IT_ITA,
+ 			Common::kPlatformPC,
+ 			ADGF_NO_FLAGS
+ 		},
+ 		GID_RTZ,
+ 		0,
+ 		GF_CD,
+ 		3,
+ 	},
+ 
+ 	{
+ 		// Return to Zork - French CD version 1.2 5/13/95
+		// Patch #2685032 submitted by goodoldgeorg
+ 		{
+ 			"rtz",
+ 			"CD",
+ 			AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+ 			Common::FR_FRA,
+ 			Common::kPlatformPC,
+ 			ADGF_NO_FLAGS
+ 		},
+ 		GID_RTZ,
+ 		0,
+ 		GF_CD_COMPRESSED,
+ 		3,
+ 	},
+ 
+ 	{
+ 		// Return to Zork - French CD version 1.2 5/13/95 (installed)
+		// Patch #2685032 submitted by goodoldgeorg
+ 		{
+ 			"rtz",
+ 			"CD",
+ 			AD_ENTRY1("rtzcd.dat", "bde8251a8e34e87c54e3f93147d56c9e"),
+ 			Common::FR_FRA,
+ 			Common::kPlatformPC,
+ 			ADGF_NO_FLAGS
+ 		},
+ 		GID_RTZ,
+ 		0,
+ 		GF_CD,
+ 		3,
+ 	},
+
+	{
 		// Return to Zork - English floppy version
 		{
 			"rtz",


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