[Scummvm-git-logs] scummvm master -> 4b48865d5f2094312d94c1ba184cdd7cf4f2c6dd
mikrosk
noreply at scummvm.org
Mon Apr 13 05:01:29 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:
4b48865d5f BACKENDS: ATARI: Do not support macgui
Commit: 4b48865d5f2094312d94c1ba184cdd7cf4f2c6dd
https://github.com/scummvm/scummvm/commit/4b48865d5f2094312d94c1ba184cdd7cf4f2c6dd
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2026-04-13T15:01:03+10:00
Commit Message:
BACKENDS: ATARI: Do not support macgui
Changed paths:
backends/platform/atari/build-release.sh
backends/platform/atari/readme.txt
backends/platform/atari/readme.txt.in
diff --git a/backends/platform/atari/build-release.sh b/backends/platform/atari/build-release.sh
index 2e2be6cd360..098d0e7eb30 100755
--- a/backends/platform/atari/build-release.sh
+++ b/backends/platform/atari/build-release.sh
@@ -35,7 +35,7 @@ then
--host=${PLATFORM} \
--enable-release \
--enable-verbose-build \
- --disable-engine=hugo,director,cine,ultima
+ --disable-engine=hugo,director,cine,ultima,pink,wage
fi
make -j$(getconf _NPROCESSORS_CONF) atarifulldist
diff --git a/backends/platform/atari/readme.txt b/backends/platform/atari/readme.txt
index 7af5acfb214..29535235148 100644
--- a/backends/platform/atari/readme.txt
+++ b/backends/platform/atari/readme.txt
@@ -515,6 +515,13 @@ Known issues
https://bugs.scummvm.org/ticket/14790
- This prevents adding the 15 MB ultima.dat to the release archive.
- https://wiki.scummvm.org/index.php?title=Ultima
+ - Macintosh engines
+ - Director, Pink, WAGE: explicitly disabled
+ - MacVenture, MTropolis, Colony: implicitly disabled (due to unmet
+ dependencies)
+ - classicmacfonts.dat, macgui.dat: explicitly deleted
+ - SCUMM's mac versions: not supported (but compiled in)
+ - SCI's mac font support: not supported (but compiled in)
- When using FreeMiNT, ScummVM requires a recent kernel (>= 2021), otherwise
keyboard handling won't work properly.
diff --git a/backends/platform/atari/readme.txt.in b/backends/platform/atari/readme.txt.in
index 00e2d223e43..24f3c956df9 100644
--- a/backends/platform/atari/readme.txt.in
+++ b/backends/platform/atari/readme.txt.in
@@ -515,6 +515,13 @@ Known issues
https://bugs.scummvm.org/ticket/14790
- This prevents adding the 15 MB ultima.dat to the release archive.
- https://wiki.scummvm.org/index.php?title=Ultima
+ - Macintosh engines
+ - Director, Pink, WAGE: explicitly disabled
+ - MacVenture, MTropolis, Colony: implicitly disabled (due to unmet
+ dependencies)
+ - classicmacfonts.dat, macgui.dat: explicitly deleted
+ - SCUMM's mac versions: not supported (but compiled in)
+ - SCI's mac font support: not supported (but compiled in)
- When using FreeMiNT, ScummVM requires a recent kernel (>= 2021), otherwise
keyboard handling won't work properly.
More information about the Scummvm-git-logs
mailing list