[Scummvm-cvs-logs] scummvm master -> ef3324f8b27862e2112a80c129c1a888dcc0ae33

lordhoto lordhoto at gmail.com
Mon Mar 28 19:11:10 CEST 2011


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:
ef3324f8b2 SCI: Add detection entry for my GK1 floppy version.


Commit: ef3324f8b27862e2112a80c129c1a888dcc0ae33
    https://github.com/scummvm/scummvm/commit/ef3324f8b27862e2112a80c129c1a888dcc0ae33
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-03-28T10:07:17-07:00

Commit Message:
SCI: Add detection entry for my GK1 floppy version.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 23d76cc..829831d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -622,6 +622,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
+	// Gabriel Knight - English DOS Floppy
+	// SCI interpreter version 2.000.000, VERSION file reports "1.0\nGabriel Knight\n11/22/10:33 pm\n\x1A"
+	{"gk1", "", {
+		{"resource.map", 0, "ef41df08cf2c1f680216cdbeed0f8311", 10783},
+		{"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 13022630},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
+
 	// Gabriel Knight - German DOS Floppy (supplied my markcoolio in bug report #2723775)
 	// SCI interpreter version 2.000.000
 	{"gk1", "", {






More information about the Scummvm-git-logs mailing list