[Scummvm-git-logs] scummvm master -> f64a419f7197763af3d04da8bb6c7db64f549540

aquadran noreply at scummvm.org
Sun May 25 15:12:11 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:
f64a419f71 WINTERMUTE: Enable WME3D by default and mark WME demos are supported


Commit: f64a419f7197763af3d04da8bb6c7db64f549540
    https://github.com/scummvm/scummvm/commit/f64a419f7197763af3d04da8bb6c7db64f549540
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-05-25T17:12:07+02:00

Commit Message:
WINTERMUTE: Enable WME3D by default and mark WME demos are supported

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


diff --git a/engines/wintermute/configure.engine b/engines/wintermute/configure.engine
index d9ce2efc704..132964bfbf4 100644
--- a/engines/wintermute/configure.engine
+++ b/engines/wintermute/configure.engine
@@ -1,6 +1,6 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
 add_engine wintermute "Wintermute" yes "foxtail herocraft wme3d" "" "16bit highres jpeg png" "theoradec"
-add_engine wme3d "Wintermute3D" no "" "" "3d"
+add_engine wme3d "Wintermute3D" yes "" "" "3d"
 add_engine foxtail "FoxTail" yes
 add_engine herocraft "HeroCraft" yes
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b1669e755ca..dd771db8c9d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5640,7 +5640,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Wintermute Engine Technology Demo (1.2)
 	WME_WINENTRY("wmedemo", "1.2",
-		WME_ENTRY1s("data.dcp", "511f447de05211a4dc979fafce74c046", 6031195), Common::EN_ANY, ADGF_UNSTABLE, WME_1_7_0),
+		WME_ENTRY1s("data.dcp", "511f447de05211a4dc979fafce74c046", 6031195), Common::EN_ANY, ADGF_DEMO, WME_1_7_0),
 
 	// Wilma Tetris
 	WME_WINENTRY("wtetris", "",
@@ -5652,7 +5652,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// WME 3D characters technology demo
 	WME_WINENTRY("wmedemo3d", "Demo",
-		WME_ENTRY1s("data.dcp", "9ca18ca52f873ca8fbc78bf408e0a68d", 3224894), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_8_0),
+		WME_ENTRY1s("data.dcp", "9ca18ca52f873ca8fbc78bf408e0a68d", 3224894), Common::EN_ANY, ADGF_DEMO | GF_3D, WME_1_8_0),
 
 	// Wilma Tetris
 	WME_WINENTRY("wtetris", "",




More information about the Scummvm-git-logs mailing list