[Scummvm-git-logs] scummvm master -> 278b29b8bb415e0f2cad1aca457096614f897e67

alxpnv noreply at scummvm.org
Thu Nov 18 11:38:10 UTC 2021


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:
38afe4d318 ASYLUM: enable ADGF_TESTING and build-by-default
278b29b8bb NEWS: mention Sanitarium support


Commit: 38afe4d318aad2d3fd006a25805b7dd6f0c32136
    https://github.com/scummvm/scummvm/commit/38afe4d318aad2d3fd006a25805b7dd6f0c32136
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-11-18T14:41:43+03:00

Commit Message:
ASYLUM: enable ADGF_TESTING and build-by-default

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


diff --git a/engines/asylum/configure.engine b/engines/asylum/configure.engine
index 3d46f7cec6..6e9da8d85c 100644
--- a/engines/asylum/configure.engine
+++ b/engines/asylum/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 asylum "Sanitarium" no "" "" "highres"
+add_engine asylum "Sanitarium" yes "" "" "highres"
diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index ccd2069256..d400e5b635 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -58,7 +58,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -73,7 +73,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -88,7 +88,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -103,7 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -118,7 +118,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -133,7 +133,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -147,7 +147,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -161,7 +161,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -172,7 +172,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "RES.000",   "57446ce089c6f9decb7f3faf41d09edf", 9022),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	{
@@ -183,7 +183,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "RES.000",    "a527449397576a019cdd4884a96403e2", 9012),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
 	AD_TABLE_END_MARKER


Commit: 278b29b8bb415e0f2cad1aca457096614f897e67
    https://github.com/scummvm/scummvm/commit/278b29b8bb415e0f2cad1aca457096614f897e67
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-11-18T14:41:43+03:00

Commit Message:
NEWS: mention Sanitarium support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 3d068863e6..a8f66e4004 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,9 @@ For a more comprehensive changelog of the latest experimental code, see:
 
 #### 2.6.0 (XXXX-XX-XX)
 
+ New games:
+   - Added support for Sanitarium.
+
  General:
    - Now ScummVM requires C++11 for building.
    - Implemented enhanced filtering in the Search box. See "Understanding




More information about the Scummvm-git-logs mailing list