[Scummvm-cvs-logs] scummvm master -> db22f32a446ea31693c3c13f336fae776742e082
DrMcCoy
drmccoy at drmccoy.de
Wed May 4 21:23:14 CEST 2011
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:
31818ad4fd GOB: Add another Italian Urban Runner version
db22f32a44 GOB: Add another Italian Fascination version
Commit: 31818ad4fd42c9a0689eed30a44ab7b846e52d1e
https://github.com/scummvm/scummvm/commit/31818ad4fd42c9a0689eed30a44ab7b846e52d1e
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-05-04T12:14:19-07:00
Commit Message:
GOB: Add another Italian Urban Runner version
As supplied by alex86r in bug report #3297602.
Changed paths:
engines/gob/detection_tables.h
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index b12fb81..fea32ec 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -3779,6 +3779,20 @@ static const GOBGameDescription gameDescriptions[] = {
kFeatures640x480 | kFeaturesTrueColor,
0, 0, 0
},
+ { // Supplied by alex86r in bug report #3297602
+ {
+ "urban",
+ "",
+ AD_ENTRY1s("intro.stk", "4e4a3c017fe5475353bf94c455fe3efd", 1253448),
+ IT_ITA,
+ kPlatformPC,
+ ADGF_NO_FLAGS,
+ GUIO_NOSUBTITLES | GUIO_NOSPEECH
+ },
+ kGameTypeUrban,
+ kFeatures640x480 | kFeaturesTrueColor,
+ 0, 0, 0
+ },
{ // Supplied by goodoldgeorg in bug report #2770340
{
"urban",
Commit: db22f32a446ea31693c3c13f336fae776742e082
https://github.com/scummvm/scummvm/commit/db22f32a446ea31693c3c13f336fae776742e082
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-05-04T12:20:27-07:00
Commit Message:
GOB: Add another Italian Fascination version
As supplied by alex86r in bug report #3297633.
Changed paths:
engines/gob/detection_tables.h
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index fea32ec..832300f 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -2278,6 +2278,20 @@ static const GOBGameDescription gameDescriptions[] = {
kFeaturesAdLib,
"disk0.stk", 0, 0
},
+ { // Supplied by alex86r in bug report #3297633
+ {
+ "fascination",
+ "VGA 3 disks edition",
+ AD_ENTRY1s("disk0.stk", "ab3dfdce43917bc806812959d692fc8f", 1061929),
+ IT_ITA,
+ kPlatformPC,
+ ADGF_NO_FLAGS,
+ GUIO_NOSUBTITLES | GUIO_NOSPEECH
+ },
+ kGameTypeFascination,
+ kFeaturesAdLib,
+ "disk0.stk", 0, 0
+ },
{
{
"fascination",
More information about the Scummvm-git-logs
mailing list