[Scummvm-cvs-logs] scummvm master -> 20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee

lordhoto lordhoto at gmail.com
Tue Dec 27 01:33:43 CET 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:
20ac0d8b5e KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE.


Commit: 20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee
    https://github.com/scummvm/scummvm/commit/20ac0d8b5e9467f86fa07c1d1ff10f86c6c3bdee
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-26T16:30:51-08:00

Commit Message:
KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE.

ADGF_UNSTABLE makes an confusing dialog appear about the support of the games.
EoB 1+2 should be completable so they are fit for public testing, which
ADGF_TESTING is used for as far as it is documented. This does *not* imply
that we directly want them in the next release though.

Changed paths:
    engines/kyra/detection_tables.h



diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index ea95011..31d7d6e 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1454,7 +1454,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB_FLAGS
@@ -1470,7 +1470,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformPC,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB_FLAGS
@@ -1486,7 +1486,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB2_FLAGS
@@ -1502,7 +1502,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformPC,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB2_FLAGS






More information about the Scummvm-git-logs mailing list