[Scummvm-cvs-logs] scummvm master -> 7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Jun 1 21:18:24 CEST 2014


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:
72b69c15fe SCI: added hoyle1 dos (bug #6597
7329fbbc38 Merge branch 'master' of github.com:scummvm/scummvm


Commit: 72b69c15fe7788895d438afbf0e70b4fdd0950ec
    https://github.com/scummvm/scummvm/commit/72b69c15fe7788895d438afbf0e70b4fdd0950ec
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2014-06-01T21:17:37+02:00

Commit Message:
SCI: added hoyle1 dos (bug #6597

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index b3de3b5..daaaf7a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -888,6 +888,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Hoyle 1 - English DOS v1.000.115 (supplied by misterhands in bug report #6597)
+	// Executable scanning reports "0.000.668"
+	{"hoyle1", "", {
+		{"resource.map", 0, "3ddf55fdbe14eb0e89a27a2cfc1338bd", 4386},
+		{"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 519525},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 #if 0 // TODO: unknown if these files are corrupt
 	// Hoyle 1 - English Amiga (from www.back2roots.org)
 	// SCI interpreter version 0.000.519 - FIXME: some have 0.000.530, others x.yyy.zzz


Commit: 7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea
    https://github.com/scummvm/scummvm/commit/7329fbbc38ea4e8b4b95e0308eeb1d68c977a7ea
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2014-06-01T21:18:13+02:00

Commit Message:
Merge branch 'master' of github.com:scummvm/scummvm

Changed paths:
    engines/mads/nebular/nebular_scenes4.cpp









More information about the Scummvm-git-logs mailing list