[Scummvm-git-logs] scummvm master -> 2b8cd341eff6b99f7e0bfa8885601de5f16073d3

dreammaster dreammaster at scummvm.org
Sun Oct 8 18:48:26 CEST 2017


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:
3a5c274ef7 TITANIC: Added latest titanic.dat
2b8cd341ef TITANIC: Turn off testing for English, turn it on for German


Commit: 3a5c274ef77c20f10aa5698a0ea7ff48ccfb14fb
    https://github.com/scummvm/scummvm/commit/3a5c274ef77c20f10aa5698a0ea7ff48ccfb14fb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-08T12:45:29-04:00

Commit Message:
TITANIC: Added latest titanic.dat

Changed paths:
    dists/engine-data/titanic.dat


diff --git a/dists/engine-data/titanic.dat b/dists/engine-data/titanic.dat
index 2d5ea73..828c84d 100644
Binary files a/dists/engine-data/titanic.dat and b/dists/engine-data/titanic.dat differ


Commit: 2b8cd341eff6b99f7e0bfa8885601de5f16073d3
    https://github.com/scummvm/scummvm/commit/2b8cd341eff6b99f7e0bfa8885601de5f16073d3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-08T12:48:21-04:00

Commit Message:
TITANIC: Turn off testing for English, turn it on for German

Changed paths:
    engines/titanic/configure.engine
    engines/titanic/detection_tables.h


diff --git a/engines/titanic/configure.engine b/engines/titanic/configure.engine
index 23a3b4e..7c9516c 100644
--- a/engines/titanic/configure.engine
+++ b/engines/titanic/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine titanic "Starship Titanic" no "" "" "16bit jpeg highres mad zlib"
+add_engine titanic "Starship Titanic" yes "" "" "16bit jpeg highres mad zlib"
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h
index bff065c..d6f7c00 100644
--- a/engines/titanic/detection_tables.h
+++ b/engines/titanic/detection_tables.h
@@ -31,7 +31,7 @@ static const TitanicGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("newgame.st", "c276f2661f0d0a547445a65db78b2292", 87227),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			0,
 			GUIO1(GUIO_NONE)
 		},
 	},
@@ -44,7 +44,7 @@ static const TitanicGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608),
 			Common::DE_DEU,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 	},





More information about the Scummvm-git-logs mailing list