Author Topic: Nightly: 11 April 2024 - Revision 71543c9c1  (Read 107 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 April 2024 - Revision 71543c9c1
Here is the nightly for 11 April 2024 - Revision 71543c9c1



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit c2d1b69ea
Author: BMagnu
Commit: Birk Magnussen

    Set alpha as alpha mult and only if actually required
 code/starfield/starfield.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 861e5f981
Author: Taylor Richards
Commit: Taylor Richards

    fix crash when chatbox message is all whitespace
 code/missionui/chatbox.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit aa12ec779
Author: Goober5000
Commit: Goober5000

    add skybox alpha, and add scripted functions for alpha and orientation
 code/parse/sexp.cpp                 | 31 +++++++++++++++++++++++++++++++
 code/parse/sexp.h                   |  1 +
 code/scripting/api/libs/mission.cpp | 18 ++++++++++++++++++
 code/starfield/starfield.cpp        | 15 ++++++++++++---
 code/starfield/starfield.h          |  4 +++-
 qtfred/src/mission/Editor.cpp       |  5 -----
 6 files changed, 65 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 8ac68c5b8
Author: Goober5000
Commit: Goober5000

    make the percent operators correctly return KNOWN_FALSE when they are known false
 code/parse/sexp.cpp | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b92f50e94
Author: Goober5000
Commit: Goober5000

    add percent-ships-scanned
 code/parse/sexp.cpp | 74 +++++++++++++++++++++++++++++++++--------------------
 code/parse/sexp.h   |  2 ++
 2 files changed, 48 insertions(+), 28 deletions(-)