[Scummvm-cvs-logs] scummvm master -> 65b9e1784dff7237ec77b7391b26631b0d9b3d6e

lskovlun lskovlun at sprogklog.dk
Sun Feb 27 15:21:45 CET 2011


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:
65b9e1784d SCI: Detect the version of PQ SWAT from gog.com


Commit: 65b9e1784dff7237ec77b7391b26631b0d9b3d6e
    https://github.com/scummvm/scummvm/commit/65b9e1784dff7237ec77b7391b26631b0d9b3d6e
Author: Lars Skovlund (lskovlun at sprogklog.dk)
Date: 2011-02-27T06:20:02-08:00

Commit Message:
SCI: Detect the version of PQ SWAT from gog.com

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c1c13a0..da3e04c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2628,6 +2628,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH	},
 
+	// Police Quest: SWAT - English DOS (from GOG.com)
+	// Executable scanning reports "2.100.002", VERSION file reports "1.0c"
+	{"pqswat", "", {
+		{"resmap.000", 0, "1c2563fee189885e29d9348f37306d94", 12175},
+		{"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 127149181},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
+
 	// Police Quest: SWAT - English Windows (from the Police Quest Collection)
 	// Executable scanning reports "2.100.002", VERSION file reports "1.0c"
 	// Original DOS/Windows release VERSION file reports "1.000" is the same






More information about the Scummvm-git-logs mailing list