[Scummvm-git-logs] scummvm master -> cac4dfe8e4341bfbfb15db32ab3a610fde416edf

csnover csnover at users.noreply.github.com
Mon Nov 20 05:08:07 CET 2017


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:
511ff64c39 SCI32: Add KQ7 1.51 FR detection entry
cac4dfe8e4 SCI32: Add Phantasmagoria IT detection entry


Commit: 511ff64c3998e1195f5246820708782347a037a4
    https://github.com/scummvm/scummvm/commit/511ff64c3998e1195f5246820708782347a037a4
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-11-19T22:07:57-06:00

Commit Message:
SCI32: Add KQ7 1.51 FR detection entry

Fixes Trac#10301.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 9d55f02..5a5d3bc 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1885,6 +1885,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING, GUIO_KQ7 },
 
+	// King's Quest 7 - French Windows (from gatesbillou)
+	// VERSION 1.51
+	{"kq7", "", {
+		{"resource.aud", 0, "d8b89ef2f7248c63d5810f2e49fb7255", 205546166},
+		{"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576},
+		{"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697},
+		AD_LISTEND},
+		Common::FR_FRA, Common::kPlatformWindows, ADGF_TESTING, GUIO_KQ7 },
+
 	// King's Quest 7 - French Windows (from bgK)
 	// VERSION 1.65c
 	{"kq7", "", {


Commit: cac4dfe8e4341bfbfb15db32ab3a610fde416edf
    https://github.com/scummvm/scummvm/commit/cac4dfe8e4341bfbfb15db32ab3a610fde416edf
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-11-19T22:07:58-06:00

Commit Message:
SCI32: Add Phantasmagoria IT detection entry

Fixes Trac#10157.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 5a5d3bc..7288397 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3130,6 +3130,25 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::FR_FRA, Common::kPlatformDOS, ADGF_TESTING, GUIO_PHANTASMAGORIA },
 
+	// Phantasmagoria - Italian DOS (from AlessioR)
+	// VERSION file reports "1.100.000"
+	{"phantasmagoria", "", {
+		{"resmap.001", 0, "fba09c05c18e526fa35b30c33c12b150", 11524},
+		{"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65804446},
+		{"resmap.002", 0, "1cf3e74510804f1c87f83e25b61042cb", 12064},
+		{"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 71473087},
+		{"resmap.003", 0, "6c22d9ff6a9d3803d4d7435b8bf6b2f7", 12340},
+		{"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 73552108},
+		{"resmap.004", 0, "73e22dc5e0f5134a7e70ebe6d52735b9", 12562},
+		{"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 75712511},
+		{"resmap.005", 0, "197bc2be5412bea7b8aaf9a65a2da92f", 12616},
+		{"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 78868623},
+		{"resmap.006", 0, "673ca2dda6f9337459de768f52f63c7e", 12538},
+		{"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 77794567},
+		{"resmap.007", 0, "7d6abc183155daf93e0452a58ddf16dc", 7984},
+		AD_LISTEND},
+		Common::IT_ITA, Common::kPlatformDOS, ADGF_TESTING, GUIO_PHANTASMAGORIA },
+
 	// Phantasmagoria - English DOS Demo
 	// Executable scanning reports "2.100.002"
 	{"phantasmagoria", "Demo", {





More information about the Scummvm-git-logs mailing list