[Scummvm-git-logs] scummvm master -> 4c38a01b44dfb4e9d96258759525f355d8731641

sev- sev at scummvm.org
Mon Jun 28 23:00:13 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:
1fb1a417c2 BURIED: Engine is in testing
4c38a01b44 NEWS: Added support for Buried in Time


Commit: 1fb1a417c2bf7566bb32246304737bc050233281
    https://github.com/scummvm/scummvm/commit/1fb1a417c2bf7566bb32246304737bc050233281
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-06-29T00:59:57+02:00

Commit Message:
BURIED: Engine is in testing

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


diff --git a/engines/buried/configure.engine b/engines/buried/configure.engine
index 77bde3cdeb..56854c293b 100644
--- a/engines/buried/configure.engine
+++ b/engines/buried/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 buried "The Journeyman Project 2: Buried in Time" no "" "" "highres freetype2"
+add_engine buried "The Journeyman Project 2: Buried in Time" yes "" "" "highres freetype2"
diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index 2294a0de8e..b2ba77abdf 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -33,7 +33,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","31bcd9e5cc32df00b09ce626e6d9106e", 2420480),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","74ac9dae92f415fea8cdbd220ba8795c", 5211648),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -61,7 +61,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","31bcd9e5cc32df00b09ce626e6d9106e", 2420480),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","74ac9dae92f415fea8cdbd220ba8795c", 5211648),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -89,7 +89,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","f5ccde0efccb95afe902627a35262568", 2418816),
 		Common::JA_JPN,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -103,7 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","4d55802259d9648b9aa396461bfd53a3", 6576896),
 		Common::JA_JPN,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -117,7 +117,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DL_","8a345993f60f6bed7c17fa9e7f2bc37d", 900844),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_COMPRESSED,
+		GF_COMPRESSED | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -131,7 +131,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DL_","00e6eedbcef824988fbb01a87ca8f7fd", 2272515),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_COMPRESSED | GF_TRUECOLOR,
+		GF_COMPRESSED | GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -145,7 +145,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DL_","8a345993f60f6bed7c17fa9e7f2bc37d", 908854),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_COMPRESSED,
+		GF_COMPRESSED | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -159,7 +159,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DL_","00e6eedbcef824988fbb01a87ca8f7fd", 2269314),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_COMPRESSED | GF_TRUECOLOR,
+		GF_COMPRESSED | GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -173,7 +173,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","31bcd9e5cc32df00b09ce626e6d9106e", 2420480),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -187,7 +187,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","74ac9dae92f415fea8cdbd220ba8795c", 5211648),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -201,7 +201,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","6b22f0b47efb29e45e9b2a336185d924", 2420608),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -215,7 +215,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","30e56210d3150b5fa41c9bd2c90754fe", 6581376),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -229,7 +229,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","6b22f0b47efb29e45e9b2a336185d924", 2420608),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -243,7 +243,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","30e56210d3150b5fa41c9bd2c90754fe", 6581376),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -257,7 +257,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","6b22f0b47efb29e45e9b2a336185d924", 2420608),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -271,7 +271,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","30e56210d3150b5fa41c9bd2c90754fe", 6581376),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -285,7 +285,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","a80afdc20264e764e831ef5099cde623", 2420992),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_NO_FLAGS | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -299,7 +299,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","c864bcd69d05532e0066b8db173a939b", 6582784),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR,
+		GF_TRUECOLOR | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -312,7 +312,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8L32.DLL","addfef0420e1f41a7766ecc6baa58553", 2424832),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_WIN95,
+		GF_WIN95 | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -325,7 +325,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24L32.DLL","198bfd476d5228c4a7a63c029cffadfc", 5216256),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		GF_TRUECOLOR | GF_WIN95,
+		GF_TRUECOLOR | GF_WIN95 | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -336,7 +336,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1("BIT816.EXE", "a5bca831dac0903a304c29c320f881c5"),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_TESTING,
 		GUIO1(GUIO_NOLAUNCHLOAD)
 	},
 
@@ -347,7 +347,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1("BIT2416.EXE", "9857e2d2b7a63b1304058dabc5098249"),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | GF_TRUECOLOR,
+		ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
 		GUIO1(GUIO_NOLAUNCHLOAD)
 	},
 
@@ -358,7 +358,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("BIT816.EXE", "5535fd50e504537ab08066a89df1b6de", 1259040),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_TESTING,
 		GUIO1(GUIO_NOLAUNCHLOAD)
 	},
 
@@ -369,7 +369,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("BIT2416.EXE", "53c520eb7c977fb1c2bb235e2a517b85", 2816256),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | GF_TRUECOLOR,
+		ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
 		GUIO1(GUIO_NOLAUNCHLOAD)
 	},
 
@@ -382,7 +382,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT8LIB.DLL","6b22f0b47efb29e45e9b2a336185d924", 2420608),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | GF_TRIAL,
+		ADGF_DEMO | GF_TRIAL | ADGF_TESTING,
 		GUIO0()
 	},
 
@@ -395,7 +395,7 @@ static const ADGameDescription gameDescriptions[] = {
 				   "BIT24LIB.DLL","74ac9dae92f415fea8cdbd220ba8795c", 5211648),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO | GF_TRUECOLOR | GF_TRIAL,
+		ADGF_DEMO | GF_TRUECOLOR | GF_TRIAL | ADGF_TESTING,
 		GUIO0()
 	},
 


Commit: 4c38a01b44dfb4e9d96258759525f355d8731641
    https://github.com/scummvm/scummvm/commit/4c38a01b44dfb4e9d96258759525f355d8731641
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-06-29T00:59:57+02:00

Commit Message:
NEWS: Added support for Buried in Time

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 3d52a3dae0..9a87f54cce 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -22,6 +22,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Spanish Amazon: Guardians of Eden.
    - Added support for AGS Games versions 2.5+.
    - Added support for Nightlong: Union City Conspiracy.
+   - Added support for The Journeyman Project 2: Buried in Time.
 
  New ports:
    - The Nintendo DS port got a major rewrite.




More information about the Scummvm-git-logs mailing list