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

digitall digitall at scummvm.org
Tue Aug 7 20:29:11 CEST 2012


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:
d83382a9ef SCI: Add extra comments to new detection entries. No functional changes.


Commit: d83382a9ef92cd485438873c98f420b794190ff7
    https://github.com/scummvm/scummvm/commit/d83382a9ef92cd485438873c98f420b794190ff7
Author: D G Turner (digitall at scummvm.org)
Date: 2012-08-07T11:27:22-07:00

Commit Message:
SCI: Add extra comments to new detection entries. No functional changes.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 11ece3d..10f89a9 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2798,7 +2798,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
 
-	// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.102 (suppled by digitoxin1 in bug report #3554611)
+	// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #3554611)
 	// Note: Identical detection entry to English Amiga versions, so will trigger version choice dialog.
 	{"qfg1", "", {
 		{"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
@@ -2810,7 +2810,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
-	// Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy v1.102 (suppled by digitoxin1 in bug report #3554611)
+	// Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #3554611)
 	{"qfg1", "", {
 		{"resource.map", 0, "5772a2c1bfae46f26582582c9901121e", 6858},
 		{"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
@@ -3029,7 +3029,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 	 	Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 	// Quest for Glory 2 - English DOS (supplied by digitoxin1 in bug report #3554614)
-	// 1.102 9x3.5"
+	// v1.102 9x3.5" (label: Int#11.20.90)
 	{"qfg2", "", {
 		{"resource.map", 0, "367023314ea33e3156297402f6c1da49", 8166},
 		{"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212119},






More information about the Scummvm-git-logs mailing list