[Scummvm-cvs-logs] scummvm master -> 7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b

somaen einarjohants at gmail.com
Sat May 31 21:27:53 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:
7b7f0222ba WINTERMUTE: Add detection for 5 versions of The Kite


Commit: 7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b
    https://github.com/scummvm/scummvm/commit/7b7f0222ba7f1fcf1daafa17d3bc279f0af5d05b
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-05-31T21:26:55+02:00

Commit Message:
WINTERMUTE: Add detection for 5 versions of The Kite

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 0b5ee8c..69d66c3 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -69,6 +69,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"spaceinvaders",   "Space Invaders"},
 	{"spacemadness",    "Space Madness"},
 	{"thebox",          "The Box"},
+	{"thekite",			"The Kite"},
 	{"tib",             "Fairy Tales About Toshechka and Boshechka"},
 	{"tradestory",      "The Trader of Stories"},
 	{"twc",             "the white chamber"},
@@ -1196,6 +1197,56 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// The Kite (Version 1.1)
+	{
+		"thekite",
+		"Version 1.1",
+		AD_ENTRY1s("data.dcp", "92d29428f464469bda2d81b03d4d5c3e", 47332296),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// The Kite (Version 1.2.e)
+	{
+		"thekite",
+		"Version 1.2.e",
+		AD_ENTRY1s("data.dcp", "92451578b1bdd2b32a1db592a4f6d5fc", 47360539),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// The Kite (Version 1.2.i) (Italian)
+	{
+		"thekite",
+		"Version 1.2.i",
+		AD_ENTRY1s("data.dcp", "d3435b106a1b3b4c1df8ad596d271586", 47509274),
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// The Kite (Version 1.2.r) (Russian)
+	{
+		"thekite",
+		"Version 1.2.r",
+		AD_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582 ),
+		Common::RU_RUS,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// The Kite (Version 1.3.e)
+	{
+		"thekite",
+		"Version 1.3.e",
+		AD_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Fairy Tales About Toshechka and Boshechka
 	{
 		"tib",






More information about the Scummvm-git-logs mailing list