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

somaen einarjohants at gmail.com
Wed Jun 19 00:39:29 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:
7ffaa3936d WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)


Commit: 7ffaa3936d139a0604ff99c8866e58348938fc38
    https://github.com/scummvm/scummvm/commit/7ffaa3936d139a0604ff99c8866e58348938fc38
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-06-18T15:15:33-07:00

Commit Message:
WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 9f654dc..a4eca5e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -42,6 +42,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"dreamscape",      "Dreamscape"},
 	{"ghostsheet",      "Ghost in the Sheet"},
 	{"hamlet",          "Hamlet or the last game without MMORPS features, shaders and product placement"},
+	{"jamesperis",		"James Peris: No License Nor Control"},
 	{"julia",           "J.U.L.I.A."},
 	{"mirage",          "Mirage"},
 	{"pigeons",         "Pigeons in the Park"},
@@ -291,6 +292,17 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// James Peris: No License Nor Control
+	{
+		"jamesperis",
+		"Demo",
+		AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE |
+		ADGF_DEMO,
+		GUIO0()
+	},
 	// J.U.L.I.A. (English)
 	{
 		"julia",






More information about the Scummvm-git-logs mailing list