[Scummvm-git-logs] scummvm branch-2-9 -> 81417a2b4434fe323c544f9cf7b4617f1bbc0221
dwatteau
noreply at scummvm.org
Wed May 7 19:58:45 UTC 2025
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:
dc6716d608 NEWS: Don't mention the change about Gold linker
81417a2b44 NEWS: Document some 2.9.1 fixes for AGS
Commit: dc6716d608d28a1928deb173b137e08b554bf2fe
https://github.com/scummvm/scummvm/commit/dc6716d608d28a1928deb173b137e08b554bf2fe
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-05-07T21:17:28+02:00
Commit Message:
NEWS: Don't mention the change about Gold linker
I added it myself, but I think it's just too technical for a general
changelog. Especially as the first entry that users would read.
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 32fe0297ce0..74bdc0a9d27 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,11 +3,6 @@ For a more comprehensive changelog of the latest experimental code, see:
#### 2.9.1 (XXXX-XX-XX)
- General:
- - Avoid using the GNU Gold linker when building ScummVM, (unless the
- --enable-gold option is given), since it has long-standing issues
- on some platforms and is now deprecated upstream.
-
Asylum:
- Fixed crash in Sanitarium main menu, when moving the cursor to the
top part of the screen.
Commit: 81417a2b4434fe323c544f9cf7b4617f1bbc0221
https://github.com/scummvm/scummvm/commit/81417a2b4434fe323c544f9cf7b4617f1bbc0221
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-05-07T21:57:37+02:00
Commit Message:
NEWS: Document some 2.9.1 fixes for AGS
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 74bdc0a9d27..ba4fb69a3ac 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,13 @@ For a more comprehensive changelog of the latest experimental code, see:
#### 2.9.1 (XXXX-XX-XX)
+ AGS:
+ - Added support for sound clip speed variation, used in some games to
+ slow down background music or other audio effects.
+ - Fixed some audio volume changes not being triggered in some situations
+ (e.g. automatic music volume drop during dev commentary or when a
+ characters speaks, in the Blackwell series).
+
Asylum:
- Fixed crash in Sanitarium main menu, when moving the cursor to the
top part of the screen.
More information about the Scummvm-git-logs
mailing list