[Scummvm-cvs-logs] SF.net SVN: scummvm:[53034] scummvm/trunk

criezy at users.sourceforge.net criezy at users.sourceforge.net
Tue Oct 5 22:11:19 CEST 2010


Revision: 53034
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53034&view=rev
Author:   criezy
Date:     2010-10-05 20:11:19 +0000 (Tue, 05 Oct 2010)

Log Message:
-----------
DRASCULA: Add MD5 for improved French version of the game

Modified Paths:
--------------
    scummvm/trunk/NEWS
    scummvm/trunk/engines/drascula/detection.cpp

Modified: scummvm/trunk/NEWS
===================================================================
--- scummvm/trunk/NEWS	2010-10-05 19:04:52 UTC (rev 53033)
+++ scummvm/trunk/NEWS	2010-10-05 20:11:19 UTC (rev 53034)
@@ -1,6 +1,11 @@
 For a more comprehensive changelog for the latest experimental SVN code, see:
         http://scummvm.svn.sourceforge.net/viewvc/scummvm/?view=log
 1.3.0 (????-??-??)
+ Drascula:
+   - Added German and French subtitles in the Von Braun cutscene (#3069981:
+     no subtitles in scene with "von Braun").
+   - Improved French translation of the game.
+
  SCI:
    - Improved support for non-English versions of games.
 

Modified: scummvm/trunk/engines/drascula/detection.cpp
===================================================================
--- scummvm/trunk/engines/drascula/detection.cpp	2010-10-05 19:04:52 UTC (rev 53033)
+++ scummvm/trunk/engines/drascula/detection.cpp	2010-10-05 20:11:19 UTC (rev 53034)
@@ -240,6 +240,23 @@
 			GUIO_NONE
 		},
 	},
+	
+	{
+		// Drascula French version (ScummVM repacked files)
+		{
+			"drascula",
+			0,
+			{
+				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
+				{"packet.002", 1, "7b83cedb9bb326ed5143e5c459508d43", 722383},
+				{NULL, 0, NULL, 0}
+			},
+			Common::FR_FRA,
+			Common::kPlatformPC,
+			GF_PACKED,
+			GUIO_NONE
+		},
+	},
 
 	{ AD_TABLE_END_MARKER }
 };


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