[Scummvm-cvs-logs] scummvm master -> 3b39132fb70c16f583a61047480fc46233e05823

sev- sev at scummvm.org
Sat Jun 28 23:23:07 CEST 2014


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:
3b39132fb7 SAGA: Added detection for Chinese floppy ITE. Needs CJK rendering


Commit: 3b39132fb70c16f583a61047480fc46233e05823
    https://github.com/scummvm/scummvm/commit/3b39132fb70c16f583a61047480fc46233e05823
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-06-28T22:38:58+03:00

Commit Message:
SAGA: Added detection for Chinese floppy ITE. Needs CJK rendering

Changed paths:
    engines/saga/detection_tables.h



diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 72187a1..2f72e7a 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -595,6 +595,30 @@ static const SAGAGameDescription gameDescriptions[] = {
 		ITEPatch_Files,
 	},
 
+	// Inherit the earth - Chinese Disk version
+	{
+		{
+			"ite",
+			"Floppy",
+			{
+	{"ite.rsc",		GAME_RESOURCEFILE,					"8f4315a9bb10ec839253108a032c8b54", 8901704},
+	{"scripts.rsc",	GAME_SCRIPTFILE,					"516f7330f8410057b834424ea719d1ef", 281071},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::ZH_CNA,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOSPEECH)
+		},
+		GID_ITE,
+		GF_ITE_FLOPPY,
+		ITE_DEFAULT_SCENE,
+		&ITE_Resources,
+		ARRAYSIZE(ITE_GameFonts),
+		ITE_GameFonts,
+		ITEPatch_Files,
+	},
+
 	// ITE Amiga versions /////////////////////////////////////////////////////////////////////////////////////
 
 	// TODO: Add the Amiga versions here (not supported yet)






More information about the Scummvm-git-logs mailing list