[Scummvm-cvs-logs] scummvm master -> 0a1c75bc32cc6198c29874d8a3ef96bf1acb6404

somaen einarjohants at gmail.com
Mon Jun 9 16:31:04 CEST 2014


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
767368f1ea WINTERMUTE: Add detection for Oknytt
0a1c75bc32 WINTERMUTE: Add detection for Vsevolod Prologue


Commit: 767368f1ead84e2bc01c6ea31ae0a32997a1b8a6
    https://github.com/scummvm/scummvm/commit/767368f1ead84e2bc01c6ea31ae0a32997a1b8a6
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-06-09T16:09:41+02:00

Commit Message:
WINTERMUTE: Add detection for Oknytt

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 69d66c3..bdfb547 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -55,6 +55,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"looky",           "Looky"},
 	{"julia",           "J.U.L.I.A."},
 	{"mirage",          "Mirage"},
+	{"oknytt",          "Oknytt"},
 	{"paintaria",       "Paintaria"},
 	{"pigeons",         "Pigeons in the Park"},
 	{"projectdoom",     "Project: Doom"},
@@ -697,6 +698,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Oknytt
+	{
+		"oknytt",
+		"Version 1.0",
+		AD_ENTRY1s("data.dcp", "6456cf8f429905c83f07509f9da536dd", 109502959),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Paintaria
 	{
 		"paintaria",


Commit: 0a1c75bc32cc6198c29874d8a3ef96bf1acb6404
    https://github.com/scummvm/scummvm/commit/0a1c75bc32cc6198c29874d8a3ef96bf1acb6404
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-06-09T16:25:23+02:00

Commit Message:
WINTERMUTE: Add detection for Vsevolod Prologue

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index bdfb547..6087e60 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -74,6 +74,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"tib",             "Fairy Tales About Toshechka and Boshechka"},
 	{"tradestory",      "The Trader of Stories"},
 	{"twc",             "the white chamber"},
+	{"vsevolod",        "Vsevolod"},
 	{"wintermute",      "Wintermute engine game"},
 	{"wtetris",         "Wilma Tetris"},
 	{"zilm",            "Zilm: A Game of Reflex"},
@@ -1289,6 +1290,17 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Vsevolod Prologue (Demo)
+	{
+		"vsevolod",
+		"Prologue",
+		AD_ENTRY1s("data.dcp", "f2dcffd2692dbfcc9371fa1a87970fe7", 388669493),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE |
+		ADGF_DEMO,
+		GUIO0()
+	},
 	// Wilma Tetris
 	{
 		"wtetris",






More information about the Scummvm-git-logs mailing list