[Scummvm-git-logs] scummvm master -> 89946bf55383004d9dd931b475f148ed56f71f3b

dreammaster noreply at scummvm.org
Wed Jun 11 04:48:00 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
89946bf553 AWE: Mark DOS & Windows 3.1 versions for testing


Commit: 89946bf55383004d9dd931b475f148ed56f71f3b
    https://github.com/scummvm/scummvm/commit/89946bf55383004d9dd931b475f148ed56f71f3b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-06-10T21:47:48-07:00

Commit Message:
AWE: Mark DOS & Windows 3.1 versions for testing

Changed paths:
    NEWS.md
    engines/awe/detection_tables.h


diff --git a/NEWS.md b/NEWS.md
index 0a0ebb0e6c9..e8166e2d9bf 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Mom Don't Worry.
    - Added support for Dog-n-cat: In the Footsteps of Unprecedented Beasts.
    - Added support for Dog-n-cat: Island of Dr Ratiarty.
+   - Added support for Out of this World (Another World).
 
  Drascula:
    - Fixed displaying accented characters.
diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index 224e9368f0f..ff94ea6ec30 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -34,7 +34,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "f2bf61fe20c98108b2256e96d57d3fe0", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -48,7 +48,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "63675fdb53dd4a2b8d72182bbee47592", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -61,7 +61,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "4605962431175a5b961f6db4041adcff", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -74,7 +74,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("memlist.bin", "11e0cc58aeb47ad1dfc1c4dae8dcd9ee", 2940),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_DEMO | ADGF_UNSTABLE,
+			ADGF_DEMO | ADGF_TESTING,
 			GUIO1(GAMEOPTION_COPY_PROTECTION)
 		},
 		DT_DOS
@@ -87,7 +87,7 @@ const AweGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("bank", "30fb99cb4cbd812273d0b54b7b4a18ca", 987462),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		DT_WIN31




More information about the Scummvm-git-logs mailing list