Author Topic: Nightly: 26 March 2024 - Revision 8f6f6ab97  (Read 240 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 26 March 2024 - Revision 8f6f6ab97
Here is the nightly for 26 March 2024 - Revision 8f6f6ab97



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 338834134
Author: Asteroth
Commit: Asteroth

    fix an issue with animation directions
 code/model/animation/modelanimation.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit db8a3651c
Author: Goober5000
Commit: Goober5000

    additional lighting fixes
 code/lighting/lighting.cpp |  2 +-
 freespace2/freespace.cpp   | 29 +++++++++++++++--------------
 2 files changed, 16 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 620afa0c1
Author: Mike Nelson
Commit: GitHub

    Cockpit fov option (#5924)
 code/camera/camera.cpp         | 46 +++++++++++++++++++++++++++++++++++++++---
 code/camera/camera.h           |  2 ++
 code/cmdline/cmdline.cpp       |  2 +-
 code/localization/localize.cpp |  2 +-
 4 files changed, 47 insertions(+), 5 deletions(-)