[Scummvm-git-logs] scummvm master -> 4080dbc9f7bd9fbcd284b7242a24df1bb237332b

sev- noreply at scummvm.org
Fri Aug 22 13:46:10 UTC 2025


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

Summary:
5e76f8affc WAGE: Put games into testing
013714d287 WAGE: Enable engine by default
718d73c5b6 WAGE: Add Alikhan to the engine credits
4080dbc9f7 NEWS: Announce WAGE engine as supported


Commit: 5e76f8affc930f79b8f35028b050e287e86f59d4
    https://github.com/scummvm/scummvm/commit/5e76f8affc930f79b8f35028b050e287e86f59d4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-22T15:45:54+02:00

Commit Message:
WAGE: Put games into testing

Changed paths:
    engines/wage/detection_tables.h


diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index ed344cd768f..e24744fba31 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -23,7 +23,7 @@
 
 namespace Wage {
 
-#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_UNSTABLE)
+#define ADGF_DEFAULT (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_MACRESFORK|ADGF_TESTING)
 #define ADGF_GENERIC (ADGF_DEFAULT|ADGF_USEEXTRAASTITLE|ADGF_AUTOGENTARGET)
 
 #define FANGAME(n,m,s) { "wage",n,AD_ENTRY1s(n,m,s),Common::EN_ANY,Common::kPlatformMacintosh,ADGF_GENERIC,GUIO0() }


Commit: 013714d28750637538ec48e60f69f80552720649
    https://github.com/scummvm/scummvm/commit/013714d28750637538ec48e60f69f80552720649
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-22T15:45:54+02:00

Commit Message:
WAGE: Enable engine by default

Changed paths:
    engines/wage/configure.engine


diff --git a/engines/wage/configure.engine b/engines/wage/configure.engine
index 77b0542223f..d7cb5443685 100644
--- a/engines/wage/configure.engine
+++ b/engines/wage/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] [components]
-add_engine wage "WAGE" no "" "" "highres"
+add_engine wage "WAGE" yes "" "" "highres"


Commit: 718d73c5b6e5c3829923249a2199a50a68772487
    https://github.com/scummvm/scummvm/commit/718d73c5b6e5c3829923249a2199a50a68772487
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-22T15:45:54+02:00

Commit Message:
WAGE: Add Alikhan to the engine credits

Changed paths:
    engines/wage/credits.pl


diff --git a/engines/wage/credits.pl b/engines/wage/credits.pl
index cb8a9906d6e..52a9f0d2133 100644
--- a/engines/wage/credits.pl
+++ b/engines/wage/credits.pl
@@ -1,3 +1,4 @@
 begin_section("WAGE");
+	add_person("Alikhan Balpykov", "Alikhan", "");
 	add_person("Eugene Sandulenko", "sev", "");
 end_section();


Commit: 4080dbc9f7bd9fbcd284b7242a24df1bb237332b
    https://github.com/scummvm/scummvm/commit/4080dbc9f7bd9fbcd284b7242a24df1bb237332b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-22T15:45:55+02:00

Commit Message:
NEWS: Announce WAGE engine as supported

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 4ef30152468..0c9a31308c9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -24,6 +24,7 @@ For a more comprehensive changelog of the latest experimental code, see:
      The Secret of Tremendous Corporation, Robin's Rescue and
      others, 12 titles so far.
    - Added support for Adibou 2: Nature & Sciences.
+   - Added support for WAGE-based game. More than 160 titles so far.
 
  Access:
    - Added keymapper support.




More information about the Scummvm-git-logs mailing list