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

sev- noreply at scummvm.org
Sun Mar 22 19:44:00 UTC 2026


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

Summary:
3979af9708 WANYENWORLD: Added missing POTFILES
a93af8f8b0 DEVTOOLS: Added another exception to the POTFILES release check


Commit: 3979af9708209bdbccdedcd92043f75da349c3c1
    https://github.com/scummvm/scummvm/commit/3979af9708209bdbccdedcd92043f75da349c3c1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-22T20:42:16+01:00

Commit Message:
WANYENWORLD: Added missing POTFILES

Changed paths:
  A engines/waynesworld/POTFILES


diff --git a/engines/waynesworld/POTFILES b/engines/waynesworld/POTFILES
new file mode 100644
index 00000000000..cd13d41c4f4
--- /dev/null
+++ b/engines/waynesworld/POTFILES
@@ -0,0 +1 @@
+engines/waynesworld/metaengine.cpp


Commit: a93af8f8b04ffde5c6ba6b8918a6c80c77c89706
    https://github.com/scummvm/scummvm/commit/a93af8f8b04ffde5c6ba6b8918a6c80c77c89706
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-22T20:43:32+01:00

Commit Message:
DEVTOOLS: Added another exception to the POTFILES release check

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 30c2a44db34..cd6294736ea 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -297,7 +297,7 @@ echo_n "Checking missing/extra POTFILES..."
 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 | \
-    grep -v testbed/metaengine.cpp | sort > $TMP
+    grep -v testbed/metaengine.cpp | grep -v waynesworld/waynesworld.cpp| sort > $TMP
 
 res=`diff -  $TMP <<< "$list"`
 




More information about the Scummvm-git-logs mailing list