[Scummvm-git-logs] scummvm master -> 1471cd3f3c16275c17ee0625791210baff41083f

bluegr noreply at scummvm.org
Fri Aug 21 15:18:31 UTC 2026


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:
1471cd3f3c GOB: add kFeaturesTrueColor to some ADI4 variants


Commit: 1471cd3f3c16275c17ee0625791210baff41083f
    https://github.com/scummvm/scummvm/commit/1471cd3f3c16275c17ee0625791210baff41083f
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-08-21T18:18:26+03:00

Commit Message:
GOB: add kFeaturesTrueColor to some ADI4 variants

Also, remove the ADGF_UNSTABLE flag from the
ADI4 demo, as it works correctly with the true color
flag

Changed paths:
    engines/gob/detection/tables_adi4.h


diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index 54ec8d2ed41..df58ef5dd73 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -44,7 +44,7 @@
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -70,7 +70,7 @@
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -138,7 +138,7 @@
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, "GA2INTRO.TOT", 0
 },
 {
@@ -151,7 +151,7 @@
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	"simule.stk", "INTRODD.TOT", 0 // INTRODD.TOT brings up a main menu to select various environmental learning tasks.
 },
 {
@@ -177,7 +177,7 @@
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -222,7 +222,7 @@
 		ADGF_DEMO | ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -232,10 +232,10 @@
 		AD_ENTRY1s("intro.stk", "d41d8cd98f00b204e9800998ecf8427e", 0),
 		FR_FRA,
 		kPlatformWindows,
-		ADGF_DEMO | ADGF_UNSTABLE,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOASPECT)
 	},
-	kFeatures640x480,
+	kFeaturesTrueColor | kFeatures640x480,
 	0, 0, 0
 },
 




More information about the Scummvm-git-logs mailing list