[Scummvm-cvs-logs] SF.net SVN: scummvm:[33825] scummvm/branches/branch-0-12-0/engines/scumm/ detection.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Aug 13 14:40:14 CEST 2008


Revision: 33825
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33825&view=rev
Author:   fingolfin
Date:     2008-08-13 12:40:13 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Backported SCUMM detection change (ask users to not report fanmade translations)

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/scumm/detection.cpp

Modified: scummvm/branches/branch-0-12-0/engines/scumm/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/scumm/detection.cpp	2008-08-13 12:08:14 UTC (rev 33824)
+++ scummvm/branches/branch-0-12-0/engines/scumm/detection.cpp	2008-08-13 12:40:13 UTC (rev 33825)
@@ -820,9 +820,10 @@
 	// unknown MD5, or with a medium debug level in case of a known MD5 (for
 	// debugging purposes).
 	if (!findInMD5Table(res.md5.c_str())) {
-		printf("Your game version appears to be unknown. Please, report the following\n");
-		printf("data to the ScummVM team along with name of the game you tried to add\n");
-		printf("and its version/language/etc.:\n");
+		printf("Your game version appears to be unknown. If this is *NOT* a fan-modified\n");
+		printf("version (in particular, not a fan-made translation), please, report the\n");
+		printf("following data to the ScummVM team along with name of the game you tried\n");
+		printf("to add and its version/language/etc.:\n");
 
 		printf("  SCUMM gameid '%s', file '%s', MD5 '%s'\n\n",
 				res.game.gameid,


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