[Scummvm-git-logs] scummvm master -> 82fb33a867bdbada5191288587eafe6587c9217d

mduggan noreply at scummvm.org
Mon Oct 28 05:23:36 UTC 2024


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:
fd0c9cc0df DGDS: Move some games from unstable to testing
82fb33a867 NEWS: Add Rise of the Dragon


Commit: fd0c9cc0df8cfc6ec1ac9f30fb83e70910ed067c
    https://github.com/scummvm/scummvm/commit/fd0c9cc0df8cfc6ec1ac9f30fb83e70910ed067c
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2024-10-28T16:23:29+11:00

Commit Message:
DGDS: Move some games from unstable to testing

They are just about ready for announcing public testing.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 61d2737dcb5..949e47bdfbd 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -33,7 +33,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_NO_FLAGS,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -48,11 +48,11 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
-	// Rise of the Dragon (PC)
+	// Rise of the Dragon (PC) German
 	{
 		"rise",
 		0,
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -78,7 +78,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -244,7 +244,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -259,7 +259,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -274,7 +274,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -289,7 +289,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 


Commit: 82fb33a867bdbada5191288587eafe6587c9217d
    https://github.com/scummvm/scummvm/commit/82fb33a867bdbada5191288587eafe6587c9217d
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2024-10-28T16:23:29+11:00

Commit Message:
NEWS: Add Rise of the Dragon

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 8df2c3716a6..13a7ae9c64b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,7 @@ For a more comprehensive changelog of the latest experimental code, see:
   - Added support for Moonbase Commander.
   - Added support for Backyard Basketball.
   - Added support for Unrest.
+  - Added support for Rise of the Dragon.
 
  New platforms:
   - Added SailfishOS port.




More information about the Scummvm-git-logs mailing list