[Scummvm-cvs-logs] scummvm master -> 1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612

csnover csnover at users.noreply.github.com
Mon Jul 11 20:55:45 CEST 2016


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:
1ab87e3f8f SCI32: Add blackline option to KQ7 2.00b DOS
1cf1b88c7d SCI32: Add ADGF_DEMO flag to Hoyle 5 detection


Commit: 1ab87e3f8f24b19f5b9257dd9e6c5118b1a00f1d
    https://github.com/scummvm/scummvm/commit/1ab87e3f8f24b19f5b9257dd9e6c5118b1a00f1d
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-07-11T13:55:17-05:00

Commit Message:
SCI32: Add blackline option to KQ7 2.00b DOS

KQ7 DOS uses Robot video in place of AVI.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f1076a7..2d1b935 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1754,6 +1754,11 @@ static const struct ADGameDescription SciGameDescriptions[] = {
                             GAMEOPTION_PREFER_DIGITAL_SFX, \
                             GAMEOPTION_ORIGINAL_SAVELOAD, \
                             GAMEOPTION_FB01_MIDI)
+#define GUIO_KQ7_DOS  GUIO5(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
+                            GUIO_NOASPECT, \
+                            GAMEOPTION_PREFER_DIGITAL_SFX, \
+                            GAMEOPTION_ORIGINAL_SAVELOAD, \
+                            GAMEOPTION_FB01_MIDI)
 
 	// King's Quest 7 - English Windows (from the King's Quest Collection)
 	// Executable scanning reports "2.100.002", VERSION file reports "1.4"
@@ -1796,7 +1801,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resource.map", 0, "8676b0fbbd7362989a029fe72fea14c6", 18709},
 		{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7 },
+		Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7_DOS },
 
 	// King's Quest 7 - English Windows (from FRG)
 	// SCI interpreter version 2.100.002, VERSION file reports "2.00b"
@@ -1812,7 +1817,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709},
 		{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
 		AD_LISTEND},
-		Common::ES_ESP, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7 },
+		Common::ES_ESP, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7_DOS },
 
 	// King's Quest 7 - English DOS Non-Interactive Demo
 	// SCI interpreter version 2.100.002


Commit: 1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612
    https://github.com/scummvm/scummvm/commit/1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-07-11T13:55:17-05:00

Commit Message:
SCI32: Add ADGF_DEMO flag to Hoyle 5 detection

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2d1b935..598f0d9 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1142,7 +1142,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"ressci.000", 0, "98a39ae535dd01714ac313f8ba925045", 7260363},
 		{"resmap.000", 0, "10267a1542a73d527e50f0340549088b", 4900},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_HOYLE5_DEMO },
+		Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO_HOYLE5_DEMO },
 
 #endif // ENABLE_SCI32
 






More information about the Scummvm-git-logs mailing list