Author Topic: Nightly: 11 July 2025 - Revision b03301897  (Read 92 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 11 July 2025 - Revision b03301897
Here is the nightly for 11 July 2025 - Revision b03301897



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 86851fe0d
Author: Goober5000
Commit: Goober5000

    make other compilers happy by only using the comma trick on debug mode
 code/model/modelsinc.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

------------------------------------------------------------------------
commit a565c8e76
Author: Goober5000
Commit: Goober5000

    memory safety for model parsing
 code/globalincs/pstypes.h   | 14 ++++++++++++++
 code/model/model.h          |  2 +-
 code/model/modelcollide.cpp |  6 +++---
 code/model/modelinterp.cpp  | 22 +++++++++++++++++-----
 code/model/modelread.cpp    | 10 ++++++++--
 code/model/modelsinc.h      | 22 ++++++++++++----------
 code/render/3d.h            |  2 +-
 code/render/3ddraw.cpp      |  7 +++++--
 8 files changed, 61 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 44ed242ae
Author: BMagnu
Commit: GitHub

    Make pspew warning a bit less annyoing (#6819)
 code/weapon/weapons.cpp | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)