Author Topic: Nightly: 18 May 2025 - Revision 6503b878f  (Read 5 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 18 May 2025 - Revision 6503b878f
Here is the nightly for 18 May 2025 - Revision 6503b878f



Group: Linux-arm64
nightly_20250518_6503b878f-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250518_6503b878f-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 17a91273d
Author: Goober5000
Commit: Goober5000

    FIELD_T is assumed to be a pointer here, so mark it as such
 code/globalincs/utility.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 4b2a2d747
Author: Goober5000
Commit: Goober5000

    array and iterator bounds
 code/hud/hudconfig.h              |  5 +++--
 code/lab/renderer/lab_renderer.h  | 23 ++++++++++++++++-------
 code/missionui/missiondebrief.cpp |  2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 7702d53fd
Author: Goober5000
Commit: Goober5000

    string length
 code/model/modelread.cpp | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 3b51c890f
Author: Goober5000
Commit: Goober5000

    these lines are things we want to allow
 code/parse/parselo.cpp       | 4 ++--
 code/scripting/scripting.cpp | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 298869e51
Author: Goober5000
Commit: Goober5000

    properly convert main hall
 code/pilotfile/csg_convert.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4422821ff
Author: Goober5000
Commit: Goober5000

    avoid accessing variable outside of scope
 code/fireball/fireballs.cpp | 2 +-
 code/hud/hudtargetbox.cpp   | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9c2f08023
Author: Goober5000
Commit: Goober5000

    initialize fields
 code/controlconfig/controlsconfig.cpp | 1 +
 code/controlconfig/controlsconfig.h   | 2 +-
 code/tracing/FrameProfiler.cpp        | 1 +
 code/tracing/FrameProfiler.h          | 1 -
 4 files changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit d5e3325be
Author: Goober5000
Commit: Goober5000

    fix unsigned check
 code/parse/parselo.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 85f7ccc08
Author: Goober5000
Commit: Goober5000

    fix use-after-move
 code/parse/sexp/sexp_lookup.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)