Author Topic: Nightly: 03 March 2024 - Revision 790227a2b  (Read 127 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 March 2024 - Revision 790227a2b
Here is the nightly for 03 March 2024 - Revision 790227a2b



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 790227a2b
Author: wookieejedi
Commit: GitHub

    Fix CTD with HUD Preset Switching (#6022)
 code/hud/hudconfig.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

------------------------------------------------------------------------
commit 63756c00a
Author: Goober5000
Commit: GitHub

    add extra ways to modify background elements in missions (#6005)
 code/gamesnd/gamesnd.h                         |   2 +-
 code/globalincs/vmallocator.h                  |   6 +-
 code/scripting/api/libs/mission.cpp            |  46 +++
 code/scripting/api/objs/background_element.cpp | 155 ++++++++-
 code/starfield/starfield.cpp                   | 439 +++++++++++++------------
 code/starfield/starfield.h                     |   2 +
 6 files changed, 424 insertions(+), 226 deletions(-)

------------------------------------------------------------------------
commit a7b795e96
Author: MageKing17
Commit: MageKing17

    Change special IFF color `#define`s into `extern int`s.
 code/iff_defs/iff_defs.cpp | 22 +++++++++++++---------
 code/iff_defs/iff_defs.h   |  7 ++++---
 2 files changed, 17 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit d83de47ef
Author: John Fernandez
Commit: GitHub

    Fix wave filename copy.
 qtfred/src/mission/dialogs/CommandBriefingDialogModel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 59435abfb
Author: JohnAFernandez
Commit: JohnAFernandez

    fix missing command brief data
 .../mission/dialogs/CommandBriefingDialogModel.cpp | 25 ++++++++--------------
 1 file changed, 9 insertions(+), 16 deletions(-)