[Scummvm-git-logs] scummvm master -> 03fae0e5d13c653dad2f18ef4b780e89497c44e8

SupSuper supsuper at gmail.com
Fri Jun 11 13:49:15 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:
2f59326ab9 NEWS: Added Nightlong
03fae0e5d1 TRECISION: Enable Nightlong testing


Commit: 2f59326ab9506d640dc4cff77a53da3f758f0bd9
    https://github.com/scummvm/scummvm/commit/2f59326ab9506d640dc4cff77a53da3f758f0bd9
Author: SupSuper (supsuper at gmail.com)
Date: 2021-06-11T14:47:31+01:00

Commit Message:
NEWS: Added Nightlong

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 868e6a1eec..3d52a3dae0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -20,7 +20,8 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Spanish Blue Force.
    - Added support for Spanish Ringworld.
    - Added support for Spanish Amazon: Guardians of Eden.
-   - Added support for AGS Games versions 2.5+
+   - Added support for AGS Games versions 2.5+.
+   - Added support for Nightlong: Union City Conspiracy.
 
  New ports:
    - The Nintendo DS port got a major rewrite.


Commit: 03fae0e5d13c653dad2f18ef4b780e89497c44e8
    https://github.com/scummvm/scummvm/commit/03fae0e5d13c653dad2f18ef4b780e89497c44e8
Author: SupSuper (supsuper at gmail.com)
Date: 2021-06-11T14:47:31+01:00

Commit Message:
TRECISION: Enable Nightlong testing

Changed paths:
    engines/trecision/configure.engine
    engines/trecision/detection.cpp


diff --git a/engines/trecision/configure.engine b/engines/trecision/configure.engine
index 64d94e65eb..d266b4b6ed 100644
--- a/engines/trecision/configure.engine
+++ b/engines/trecision/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 trecision "Trecision Adventure Module" no "" "" "highres 16bit"
+add_engine trecision "Trecision Adventure Module" yes "" "" "highres 16bit"
diff --git a/engines/trecision/detection.cpp b/engines/trecision/detection.cpp
index 2fc4fefab5..b4a2814366 100644
--- a/engines/trecision/detection.cpp
+++ b/engines/trecision/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436228),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436598),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 457299),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 436697),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 456209),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -99,7 +99,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 446634),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 432900),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -117,7 +117,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_DEMO_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 392950),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_TESTING,
 		GUIO0()
 	},
 	{
@@ -126,7 +126,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_NL_DEMO_ENTRY("7665db13ad2a1ceb576531be3e1efb30", 413651),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_TESTING,
 		GUIO0()
 	},
 	{




More information about the Scummvm-git-logs mailing list