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

digitall dgturner at iee.org
Mon Oct 8 06:57:03 CEST 2018


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:
f0ae36e1d7 SCI: Add Detection Entry for Hoyles Classic Games for Laptops.


Commit: f0ae36e1d78dbd315e4f898bf3e8bf3684fd1329
    https://github.com/scummvm/scummvm/commit/f0ae36e1d78dbd315e4f898bf3e8bf3684fd1329
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-08T06:04:53+01:00

Commit Message:
SCI: Add Detection Entry for Hoyles Classic Games for Laptops.

This is basically Hoyle 5, but may be missing the main menu so might
require separate entries for each game i.e. cfg files.

This is from bug Trac #10676.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f45a7e4..43b7c8c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1191,6 +1191,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO_HOYLE5 },
 
+	// Hoyle 5 (Hoyle Classic Games for Laptops) - Windows
+	// SCI 2.100.002
+	// Reported by misterhands in bug Trac #10676
+	{"hoyle5", "", {
+		{"ressci.000", 0, "ca50cf09f80a5f982a965afea852cc42", 3278849},
+		{"resmap.000", 0, "d5eef6f2529313e950c4d78251a95b1e", 4213},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO_HOYLE5 },
+
 	// Hoyle Bridge - Windows
 	{"hoyle5bridge", "", {
 		{"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257585548},





More information about the Scummvm-git-logs mailing list