Author Topic: Nightly: 08 April 2025 - Revision d49f3ca74  (Read 265 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 08 April 2025 - Revision d49f3ca74
Here is the nightly for 08 April 2025 - Revision d49f3ca74



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


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


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


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


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

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

    update and fix force feedback code (#6664)
 code/io/joy-sdl.cpp    |  21 +-
 code/io/joy.h          |  15 +
 code/io/joy_ff-sdl.cpp | 751 ++++++++++++++++++++++++++-----------------------
 code/io/joy_ff.h       |   3 +
 code/osapi/osapi.cpp   |   3 +
 5 files changed, 437 insertions(+), 356 deletions(-)

------------------------------------------------------------------------
commit 67a424415
Author: Goober5000
Commit: Goober5000

    add sexp to get the current supernova stage
 code/parse/sexp.cpp                | 37 +++++++++++++++++++++++++++++++++----
 code/parse/sexp.h                  |  2 ++
 code/starfield/supernova.h         |  4 ++--
 fred2/missionsave.cpp              |  7 ++++---
 qtfred/src/mission/missionsave.cpp |  7 ++++---
 5 files changed, 45 insertions(+), 12 deletions(-)