[Scummvm-cvs-logs] SF.net SVN: scummvm:[38370] scummvm/trunk/engines/sci/detection.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Mon Feb 16 16:35:35 CET 2009
Revision: 38370
http://scummvm.svn.sourceforge.net/scummvm/?rev=38370&view=rev
Author: mthreepwood
Date: 2009-02-16 15:35:35 +0000 (Mon, 16 Feb 2009)
Log Message:
-----------
Add detection for the Shivers demo and split the Torin's Passage entry into multiple as their main data files are the same.
Modified Paths:
--------------
scummvm/trunk/engines/sci/detection.cpp
Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp 2009-02-16 14:15:14 UTC (rev 38369)
+++ scummvm/trunk/engines/sci/detection.cpp 2009-02-16 15:35:35 UTC (rev 38370)
@@ -799,6 +799,13 @@
{"ressci.000", 0, "6751b144671e2deed919eb9d284b07eb", 262390692},
{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformWindows, 0},
{}},
+
+ // Shivers - English Demo
+ {{"shivers", "Demo", {
+ {"resmap.000", 0, "d9e0bc5eddefcbe47f528760085d8927", 1186},
+ {"ressci.000", 0, "3a93c6340b54e07e65d0e5583354d186", 10505469},
+ {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO},
+ {}},
// Space Quest 1 VGA Remake - English
{{"sq1sci", "VGA Remake", {
@@ -963,13 +970,34 @@
{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
{}},
- // Torin's Passage - Spanish? (the cd print says spanish subtitles)
+ // Torin's Passage - English
{{"torin", "", {
{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
- {NULL, 0, NULL, 0}}, Common::ES_ESP, Common::kPlatformPC, 0},
+ {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformWindows, 0},
{}},
-
+
+ // Torin's Passage - Spanish
+ {{"torin", "", {
+ {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
+ {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
+ {NULL, 0, NULL, 0}}, Common::ES_ESP, Common::kPlatformWindows, 0},
+ {}},
+
+ // Torin's Passage - French
+ {{"torin", "", {
+ {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
+ {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
+ {NULL, 0, NULL, 0}}, Common::FR_FRA, Common::kPlatformWindows, 0},
+ {}},
+
+ // Torin's Passage - German
+ {{"torin", "", {
+ {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
+ {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
+ {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformWindows, 0},
+ {}},
+
{AD_TABLE_END_MARKER, {}}
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list