[Scummvm-cvs-logs] scummvm master -> 77da2801e058fa2f8d6fef63f7eba983f6d75c35

sev- sev at scummvm.org
Sun Mar 27 14:44:00 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:
fd99786ba0 DREAMWEB: Add bug reference to Czech detection entry
77da2801e0 GOB: Added Spanish Fascination detection entry. Bug #7069


Commit: fd99786ba0f61839f5cd4fe26da18ac44b1d4835
    https://github.com/scummvm/scummvm/commit/fd99786ba0f61839f5cd4fe26da18ac44b1d4835
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-27T14:34:43+02:00

Commit Message:
DREAMWEB: Add bug reference to Czech detection entry

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 9ba9a6e..0a59543 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -245,6 +245,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
 	},
 
 	// Czech fan-made translation
+	// From bug #7078
 	{
 		{
 			"dreamweb",


Commit: 77da2801e058fa2f8d6fef63f7eba983f6d75c35
    https://github.com/scummvm/scummvm/commit/77da2801e058fa2f8d6fef63f7eba983f6d75c35
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-27T14:43:04+02:00

Commit Message:
GOB: Added Spanish Fascination detection entry. Bug #7069

Changed paths:
    engines/gob/detection/tables_fascin.h



diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h
index 7c7c9a7..88e7110 100644
--- a/engines/gob/detection/tables_fascin.h
+++ b/engines/gob/detection/tables_fascin.h
@@ -246,6 +246,21 @@
 	kFeaturesNone,
 	"disk0.stk", 0, 0
 },
+// From bug #7069
+{
+	{
+		"fascination",
+		"",
+		AD_ENTRY1s("disk0.stk", "fbf73d7919e1a6752d924eccc14838d7", 190498),
+		ES_ESP,
+		kPlatformAmiga,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeFascination,
+	kFeaturesNone,
+	"disk0.stk", 0, 0
+},
 
 // -- Atari ST --
 






More information about the Scummvm-git-logs mailing list