[Scummvm-git-logs] scummvm master -> f659e9570fa050b8fc9afd6f3917cc18c0da9e3c

yuv422 noreply at scummvm.org
Fri Dec 13 22:30:17 UTC 2024


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:
f659e9570f DARKSEED: Build engine by default. Mark DOS English CD version as ready for testing.


Commit: f659e9570fa050b8fc9afd6f3917cc18c0da9e3c
    https://github.com/scummvm/scummvm/commit/f659e9570fa050b8fc9afd6f3917cc18c0da9e3c
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-12-14T09:29:04+11:00

Commit Message:
DARKSEED: Build engine by default. Mark DOS English CD version as ready for testing.

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


diff --git a/engines/darkseed/configure.engine b/engines/darkseed/configure.engine
index 245c0907ceb..e8fe3de4c25 100644
--- a/engines/darkseed/configure.engine
+++ b/engines/darkseed/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 darkseed "Darkseed" no "" "" "highres"
+add_engine darkseed "Darkseed" yes "" "" "highres"
diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index b563927c593..5c694988250 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -42,7 +42,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "679abf5829b2453d30b17caabafea168", 168432),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE | ADGF_CD,
+		ADGF_TESTING | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{	// 1.51 according to DS.BAT, 1.5P according to intro
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("TOS.EXE", "afaeb490ef8e7625008867aa8f20c703", 168480),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE | ADGF_CD,
+		ADGF_TESTING | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
 	{




More information about the Scummvm-git-logs mailing list