[Scummvm-git-logs] scummvm master -> 5f12cb333062f9c6cc6f4298a1e7b64e09813d90

sev- noreply at scummvm.org
Mon Mar 16 14:27:25 UTC 2026


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

Summary:
fa5fad8cf0 GAMOOS: Remove unneeded include
ecd3fb5ad3 PHOENIXVR: Remove unneeded include
9031b4b445 MADS: Update POTFILES
1a2624d433 ULTIMA: Update POTFILES
5f12cb3330 DEVTOOLS: Update POTFILES pre-release check


Commit: fa5fad8cf0b0e679cb27b7a272991e7ef50d6517
    https://github.com/scummvm/scummvm/commit/fa5fad8cf0b0e679cb27b7a272991e7ef50d6517
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-16T15:27:09+01:00

Commit Message:
GAMOOS: Remove unneeded include

Changed paths:
    engines/gamos/detection.cpp


diff --git a/engines/gamos/detection.cpp b/engines/gamos/detection.cpp
index 40a5d8b7a09..82a852d9911 100644
--- a/engines/gamos/detection.cpp
+++ b/engines/gamos/detection.cpp
@@ -24,7 +24,6 @@
 #include "common/file.h"
 #include "common/md5.h"
 #include "common/str-array.h"
-#include "common/translation.h"
 #include "common/util.h"
 #include "gamos/detection.h"
 #include "gamos/detection_tables.h"


Commit: ecd3fb5ad37ccb955db34223e3dfefba83008cd5
    https://github.com/scummvm/scummvm/commit/ecd3fb5ad37ccb955db34223e3dfefba83008cd5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-16T15:27:10+01:00

Commit Message:
PHOENIXVR: Remove unneeded include

Changed paths:
    engines/phoenixvr/detection.cpp


diff --git a/engines/phoenixvr/detection.cpp b/engines/phoenixvr/detection.cpp
index 9eed8317a3c..22ddad1d8ba 100644
--- a/engines/phoenixvr/detection.cpp
+++ b/engines/phoenixvr/detection.cpp
@@ -25,7 +25,6 @@
 #include "common/file.h"
 #include "common/md5.h"
 #include "common/str-array.h"
-#include "common/translation.h"
 #include "common/util.h"
 #include "phoenixvr/detection_tables.h"
 


Commit: 9031b4b4459a6cb7c2bc23ca56ab6679b3a04954
    https://github.com/scummvm/scummvm/commit/9031b4b4459a6cb7c2bc23ca56ab6679b3a04954
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-16T15:27:10+01:00

Commit Message:
MADS: Update POTFILES

Changed paths:
    engines/mads/POTFILES


diff --git a/engines/mads/POTFILES b/engines/mads/POTFILES
index 93c9e355970..f7e29ca5969 100644
--- a/engines/mads/POTFILES
+++ b/engines/mads/POTFILES
@@ -1,2 +1,3 @@
 engines/mads/metaengine.cpp
 engines/mads/nebular/dialogs_nebular.cpp
+engines/mads/phantom/dialogs_phantom.cpp


Commit: 1a2624d4331a1cd56899db0fb3151ffc8f3d3fd3
    https://github.com/scummvm/scummvm/commit/1a2624d4331a1cd56899db0fb3151ffc8f3d3fd3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-16T15:27:10+01:00

Commit Message:
ULTIMA: Update POTFILES

Changed paths:
    engines/ultima/POTFILES


diff --git a/engines/ultima/POTFILES b/engines/ultima/POTFILES
index 310e9ffdc23..8f0a9db4c14 100644
--- a/engines/ultima/POTFILES
+++ b/engines/ultima/POTFILES
@@ -12,4 +12,3 @@ engines/ultima/ultima8/metaengine.cpp
 engines/ultima/ultima8/ultima8.cpp
 engines/ultima/ultima8/games/cru_game.cpp
 engines/ultima/ultima8/games/u8_game.cpp
-engines/ultima/ultima8/gumps/u8_save_gump.cpp


Commit: 5f12cb333062f9c6cc6f4298a1e7b64e09813d90
    https://github.com/scummvm/scummvm/commit/5f12cb333062f9c6cc6f4298a1e7b64e09813d90
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-16T15:27:11+01:00

Commit Message:
DEVTOOLS: Update POTFILES pre-release check

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 3226ba30bd3..a4192a38432 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -294,7 +294,9 @@ fi
 echo_n "Checking missing/extra POTFILES..."
 
 # Now get list of includes
-git grep -l "common/translation\.h" | grep -v devtools/create_engine | grep -v devtools/release-checks.sh | grep -v devtools/generate-android-i18n-strings.py | grep -v engines/gob/detection/tables.h | sort > $TMP
+git grep -l "common/translation\.h" | grep -v devtools/create_engine | grep -v devtools/release-checks.sh | \
+    grep -v devtools/generate-android-i18n-strings.py | grep -v engines/gob/detection/tables.h | \
+    grep -v avfaudio-text-to-speech.mm | grep -v engines/m4/subtitles.cpp | sort > $TMP
 
 res=`diff -  $TMP <<< "$list"`
 




More information about the Scummvm-git-logs mailing list