[Scummvm-git-logs] scummvm branch-2-9 -> 5f84c7f931e782e0e7a38a46db493cab5b8cf8ff

lephilousophe noreply at scummvm.org
Thu Dec 5 20:17:00 UTC 2024


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

Summary:
ce0daca416 NEWS: Add Android news
5f84c7f931 NEWS: Sort entries for new libraries


Commit: ce0daca416bab80c30b360a9054ebaff2b5e954e
    https://github.com/scummvm/scummvm/commit/ce0daca416bab80c30b360a9054ebaff2b5e954e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-12-05T21:16:30+01:00

Commit Message:
NEWS: Add Android news

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 960bca011a7..e2a6be1bf20 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -274,6 +274,14 @@ For a more comprehensive changelog of the latest experimental code, see:
  ZVision:
    - Improved support of RTL languages.
 
+ Android port:
+   - Add support for Android 15.
+   - Add game shortcuts support on Android home screen either from a long press
+     on the ScummVM icon or from the launcher widgets selector.
+   - Rework the gamepad input mode with an improved UI. Add more virtual buttons.
+   - Scale UI according to display density.
+   - Various stability fixes.
+
  macOS port:
    - Autoupdates now use Sparkle 2.x.
    - Default savegame path was changed to use the Application Support folder.


Commit: 5f84c7f931e782e0e7a38a46db493cab5b8cf8ff
    https://github.com/scummvm/scummvm/commit/5f84c7f931e782e0e7a38a46db493cab5b8cf8ff
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-12-05T21:16:30+01:00

Commit Message:
NEWS: Sort entries for new libraries

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index e2a6be1bf20..e0f24a35252 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -24,13 +24,13 @@ For a more comprehensive changelog of the latest experimental code, see:
 
  General:
    - Fixed GLSL version parsing on some OpenGL ES2 platforms.
-   - Added optional dependency for libopenmpt for sound.
    - The "Aspect ratio correction" option within the Global Options section
      is now active by default.
-   - Added optional dependency for libmpcdec (musepack) for sound.
    - There is now a checkbox for the --copy-protection command-line option.
    - Reduced memory usage on platforms with dynamic detection plugins.
    - Improved GUI usability on small screens.
+   - Added optional dependency for libopenmpt for sound.
+   - Added optional dependency for libmpcdec (musepack) for sound.
 
  ADL:
    - Added Apple II checkerboard cursor as a visual option.




More information about the Scummvm-git-logs mailing list