Author Topic: Nightly: 11 December 2024 - Revision 228fd17ff  (Read 697 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 11 December 2024 - Revision 228fd17ff
Here is the nightly for 11 December 2024 - Revision 228fd17ff



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 228fd17ff
Author: Kestrellius
Commit: GitHub

    Modular curves for weapon attributes during lifetime (#6319)
 code/globalincs/type_traits.h       |  19 ++
 code/io/keycontrol.cpp              |   2 -
 code/object/collideshipweapon.cpp   |  16 +-
 code/object/collideweaponweapon.cpp |  13 +-
 code/object/object.cpp              |  29 +-
 code/parse/encrypt.cpp              |  11 +-
 code/parse/encrypt.h                |  18 ++
 code/ship/shiphit.cpp               |  41 ++-
 code/ship/shiphit.h                 |   4 +-
 code/source_groups.cmake            |   2 +
 code/utils/RandomRange.h            |  20 +-
 code/utils/modular_curves.h         | 530 ++++++++++++++++++++++++++++++++++++
 code/weapon/beam.cpp                | 108 ++++++--
 code/weapon/beam.h                  |   5 +-
 code/weapon/weapon.h                | 206 +++++++++++++-
 code/weapon/weapons.cpp             | 294 +++++++++++++-------
 16 files changed, 1140 insertions(+), 178 deletions(-)

 

Offline den5

  • 27
Re: Nightly: 11 December 2024 - Revision 228fd17ff
It seems the light cast from lasers and missiles was broken with this build and after it . The latest working build is from December 09, 2024. Or do I need some additional entries in Weapons.tbl?

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Nightly: 11 December 2024 - Revision 228fd17ff
The modular curves PR is the only thing that's new in this nightly, so that's gotta be it.  I'll let Kestrellius know.