[Scummvm-cvs-logs] scummvm master -> b43bac61924d053b470125cf77ade6b72a17aeb7

sev- sev at scummvm.org
Sat Jul 27 19:49:31 CEST 2013


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:
b43bac6192 WINTERMUTE: Added detection entry for Toshechka game


Commit: b43bac61924d053b470125cf77ade6b72a17aeb7
    https://github.com/scummvm/scummvm/commit/b43bac61924d053b470125cf77ade6b72a17aeb7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-07-27T10:48:16-07:00

Commit Message:
WINTERMUTE: Added detection entry for Toshechka game

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 09426c9..2639084 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -50,6 +50,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"reversion2",      "Reversion: The Meeting"},
 	{"rosemary",        "Rosemary"},
 	{"thebox",          "The Box"},
+	{"tib",				"Fairy Tales About Toshechka and Boshechka"},
 	{"tradestory",		"The Trader of Stories"},
 	{"twc",             "the white chamber"},
 	{"wintermute",      "Wintermute engine game"},
@@ -591,6 +592,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Fairy Tales About Toshechka and Boshechka
+	{
+		"tib",
+		"",
+		AD_ENTRY1s("data.dcp", "87d296ef3f46570ed18f000d3885db77", 340264526),
+		Common::RU_RUS,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// The Trader of Stories
 	{
 		"tradestory",






More information about the Scummvm-git-logs mailing list