Author Topic: Nightly: 09 April 2025 - Revision 1a642185f  (Read 252 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 09 April 2025 - Revision 1a642185f
Here is the nightly for 09 April 2025 - Revision 1a642185f



Group: Linux
nightly_20250409_1a642185f-builds-Linux.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250409_1a642185f-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250409_1a642185f-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250409_1a642185f-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250409_1a642185f-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 1a642185f
Author: Taylor Richards
Commit: GitHub

    fix text input crash on Linux, and plug memory leak (#6648)
 code/scpui/rocket_ui.cpp | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 01b09aae1
Author: BMagnu
Commit: GitHub

    Fix SoundDuring animation segments with the loop flag set (#6669)
 code/model/animation/modelanimation.cpp          |  9 ++--
 code/model/animation/modelanimation.h            |  4 +-
 code/model/animation/modelanimation_segments.cpp | 61 +++++++++++++++++++-----
 code/model/animation/modelanimation_segments.h   |  5 ++
 code/utils/id.h                                  |  4 +-
 5 files changed, 66 insertions(+), 17 deletions(-)