Author Topic: Nightly: 03 April 2025 - Revision 0097355dc  (Read 321 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 03 April 2025 - Revision 0097355dc
Here is the nightly for 03 April 2025 - Revision 0097355dc

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7c38273f5
Author: Mike Nelson
Commit: GitHub

    Lua hooks for the comm board (#6450)
 code/hud/hudsquadmsg.cpp               | 149 ++++++++++++++++++++++----
 code/hud/hudsquadmsg.h                 |  14 ++-
 code/mission/missionmessage.h          |   4 +-
 code/scripting/api/libs/mission.cpp    | 190 +++++++++++++++++++++++++++++++++
 code/scripting/api/objs/comm_order.cpp |  83 ++++++++++++++
 code/scripting/api/objs/comm_order.h   |   9 ++
 code/scripting/api/objs/enums.cpp      |  63 +++++++++++
 code/scripting/api/objs/enums.h        |  62 +++++++++++
 code/scripting/global_hooks.cpp        |  12 +++
 code/scripting/global_hooks.h          |   1 +
 code/scripting/hook_conditions.cpp     |  47 ++++----
 code/scripting/hook_conditions.h       |  14 ++-
 code/source_groups.cmake               |   2 +
 13 files changed, 604 insertions(+), 46 deletions(-)

------------------------------------------------------------------------
commit c6f2d0599
Author: wookieejedi
Commit: GitHub

    Allow normal, AO, and misc maps at higher detail settings (#6658)
 code/model/modelrender.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit bb904dd37
Author: DahBlount
Commit: DahBlount

    Use github ref instead of rev-parse HEAD
 .github/workflows/weekly-coverity-scan.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9331f25b7
Author: DahBlount
Commit: DahBlount

    Initial test commit for using large build endpoint
 .github/workflows/weekly-coverity-scan.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7b0a5d6da
Author: Goober5000
Commit: Goober5000

    fix a subtle red-alert weapon bug
 code/missionui/redalert.cpp | 132 ++++++++++++++++++++++++--------------------
 1 file changed, 73 insertions(+), 59 deletions(-)