Author Topic: Nightly: 04 July 2024 - Revision 200ef1093  (Read 793 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 04 July 2024 - Revision 200ef1093
Here is the nightly for 04 July 2024 - Revision 200ef1093



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 840759d59
Author: Asteroth
Commit: Asteroth

    fix poof alignment
 code/nebula/neb.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit cccf76863
Author: Goober5000
Commit: Goober5000

    fix coverity task
 .github/workflows/weekly-coverity-scan.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6a4774dcc
Author: Mike Nelson
Commit: GitHub

    Change warning print
 code/hud/hudparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 866f907e2
Author: mjn-mixael
Commit: mjn-mixael

    comment clarity
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a1aac15e5
Author: mjn-mixael
Commit: mjn-mixael

    Make $Name style gauge config its own thing
 code/hud/hud.cpp      |  4 ++--
 code/hud/hud.h        |  2 +-
 code/hud/hudparse.cpp | 33 ++++++++++++++++++++++++++-------
 code/parse/sexp.cpp   |  2 +-
 4 files changed, 30 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 49e2d6055
Author: mjn-mixael
Commit: mjn-mixael

    Allow setting gauges in ships.tbl per ship
 code/hud/hud.h        |  5 +++++
 code/hud/hudparse.cpp | 20 ++++++++++++++++++++
 code/ship/ship.cpp    | 13 +++++++++++++
 3 files changed, 38 insertions(+)