[Scummvm-cvs-logs] scummvm master -> 01e61a2837cdf1f5acbe160ecd9f7b4410b45693

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Jun 1 14:20:54 CEST 2014


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:
01e61a2837 SCI: add detection for sq3 mac (bug #6484)


Commit: 01e61a2837cdf1f5acbe160ecd9f7b4410b45693
    https://github.com/scummvm/scummvm/commit/01e61a2837cdf1f5acbe160ecd9f7b4410b45693
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2014-06-01T14:21:11+02:00

Commit Message:
SCI: add detection for sq3 mac (bug #6484)

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 368b82c..64e5afe 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3582,6 +3582,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Space Quest 3 v1.1 (game says 0.016) - English Mac (supplied by misterhands in bug report #6484
+	// Executable scanning reports "0.024"
+	{"sq3", "", {
+		{"resource.map", 0, "d1574928fc6187f5958d431ac9d8022e", 5844},
+		{"resource.001", 0, "0d8dfe42683b46f3131823233a91ce6a", 771942},
+		{"resource.002", 0, "0d8dfe42683b46f3131823233a91ce6a", 794127},
+		{"resource.003", 0, "0d8dfe42683b46f3131823233a91ce6a", 776554},
+		{"resource.004", 0, "0d8dfe42683b46f3131823233a91ce6a", 787066},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Space Quest 4 - English Amiga
 	// Executable scanning reports "1.004.024"
 	// SCI interpreter version 1.000.200






More information about the Scummvm-git-logs mailing list