Author Topic: Nightly: 24 August 2024 - Revision 38f8943cc  (Read 759 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 24 August 2024 - Revision 38f8943cc
Here is the nightly for 24 August 2024 - Revision 38f8943cc



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f5ccf98b1
Author: Kestrellius
Commit: Kestrellius

    Adds const to a couple batching matrices.
 code/render/batching.cpp | 4 ++--
 code/render/batching.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e87d311d9
Author: Kestrellius
Commit: Kestrellius

    further cleanup
 code/weapon/weapons.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a569bd9ab
Author: Kestrellius
Commit: Kestrellius

    Cleanup
 code/weapon/weapons.cpp | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit ca70a5a24
Author: Kestrellius
Commit: Kestrellius

    Adds support for explicit no-armor; cleanup
 code/object/collideweaponweapon.cpp |  1 -
 code/weapon/weapons.cpp             | 48 ++++++++++++++++++++++---------------
 2 files changed, 29 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 5531dfc58
Author: Kestrellius
Commit: Kestrellius

    Adds warning if cond-impact armor type not found.
 code/weapon/weapons.cpp | 3 +++
 1 file changed, 3 insertions(+)