Author Topic: Nightly: 14 May 2024 - Revision 046f30245  (Read 141 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 May 2024 - Revision 046f30245
Here is the nightly for 14 May 2024 - Revision 046f30245



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4b6cbb9c0
Author: wookieejedi
Commit: GitHub

    Expose Collision Rotation Factor to Players (#6145)
 code/ai/ai_profiles.cpp         |  5 +++
 code/ai/ai_profiles.h           |  3 ++
 code/object/collideshipship.cpp | 70 ++++++++++++++++++++---------------------
 3 files changed, 42 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit ed78fd84e
Author: Mike Nelson
Commit: GitHub

    remove more ui stuff from API mode debrief (#6137)
 code/missionui/missiondebrief.cpp | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 5d30c07e3
Author: Kestrellius
Commit: Kestrellius

    Removes unnecessary commented-out code.
 code/ai/aiturret.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
commit 67e689106
Author: Kestrellius
Commit: Kestrellius

    Makes muzzle effects work properly on turrets.
 code/ai/aiturret.cpp | 27 +++++++++++++++++++++++++--
 code/ship/shipfx.cpp |  4 ++--
 2 files changed, 27 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 67999a3fe
Author: Kestrellius
Commit: Kestrellius

    Clean version of shipfx move.
 code/ship/shipfx.cpp    | 26 +++++++++++++++++++++-----
 code/weapon/weapons.cpp | 10 ----------
 2 files changed, 21 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit b5efed380
Author: Kestrellius
Commit: Kestrellius

    Adds muzzle effect functionality.
 code/weapon/weapon.h    |  2 ++
 code/weapon/weapons.cpp | 26 +++++++++++++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)