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

dreammaster dreammaster at scummvm.org
Tue Nov 17 03:00:11 CET 2015


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:
e938b4f135 MADS: Change Rex from testing to stable


Commit: e938b4f1350799d43557642ec6e70dfa85894655
    https://github.com/scummvm/scummvm/commit/e938b4f1350799d43557642ec6e70dfa85894655
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-11-16T20:59:35-05:00

Commit Message:
MADS: Change Rex from testing to stable

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



diff --git a/engines/mads/configure.engine b/engines/mads/configure.engine
index 60d833e..412d65e 100644
--- a/engines/mads/configure.engine
+++ b/engines/mads/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 mads "Rex Nebular and the Cosmic Gender Bender" no
+add_engine mads "Rex Nebular and the Cosmic Gender Bender" yes
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 56df095..f0eb21f 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -55,7 +55,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
 		},
 		GType_RexNebular,
@@ -73,7 +73,7 @@ static const MADSGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
 		},
 		GType_RexNebular,






More information about the Scummvm-git-logs mailing list