Author Topic: Nightly: 15 May 2024 - Revision 5ccc3d5a7  (Read 117 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 May 2024 - Revision 5ccc3d5a7
Here is the nightly for 15 May 2024 - Revision 5ccc3d5a7

At least one of the nightly builds failed!


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


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


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

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

    Removes const keyword from copied parameters.
 code/particle/ParticleSourceWrapper.cpp | 6 +++---
 code/particle/ParticleSourceWrapper.h   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 9192bb00b
Author: Kestrellius
Commit: Kestrellius

    Alters other files to match previous changes.
 code/ai/aiturret.cpp                    |  8 ++------
 code/particle/ParticleSource.cpp        | 12 ++++++------
 code/particle/ParticleSource.h          |  8 ++++----
 code/particle/ParticleSourceWrapper.cpp | 16 ++++++++--------
 4 files changed, 20 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit ebd39bb5d
Author: Kestrellius
Commit: Kestrellius

    Changes particle effect functions to take consts.
 code/particle/ParticleSourceWrapper.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit c14a62e9d
Author: Kestrellius
Commit: Kestrellius

    Adds comments clarifying positioning details.
 code/weapon/weapons.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 3747a45db
Author: Kestrellius
Commit: Kestrellius

    Adds three-dimensional bolt offset.
 code/weapon/weapons.cpp | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit e2bf3bbd4
Author: Kestrellius
Commit: Kestrellius

    Adds one-dimensional bolt offset, with bugs.
 code/weapon/weapon.h    |  2 ++
 code/weapon/weapons.cpp | 28 ++++++++++++++++++----------
 2 files changed, 20 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d51f53fb3
Author: Goober5000
Commit: Goober5000

    add ship flag to disable message scrambling when EMP is active
 code/hud/hudtarget.cpp | 2 +-
 code/parse/sexp.cpp    | 8 ++++----
 code/ship/ship.cpp     | 6 ++++--
 code/ship/ship_flags.h | 3 ++-
 4 files changed, 11 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 62f25d740
Author: Kestrellius
Commit: Kestrellius

    Changed variable names to specify laser.
 code/weapon/weapon.h    |  2 +-
 code/weapon/weapons.cpp | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 6c9bf8def
Author: Kestrellius
Commit: Kestrellius

    Implementation changes as requested by BMagnu.
 code/weapon/weapons.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 8d9736d3e
Author: Kestrellius
Commit: Kestrellius

    Created per-weapon field for laser min pixel size.
 code/weapon/weapon.h    |  1 +
 code/weapon/weapons.cpp | 24 ++++++++++++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)