Author Topic: Nightly: 15 August 2022 - Revision 0ca8add40  (Read 261 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 August 2022 - Revision 0ca8add40
Here is the nightly for 15 August 2022 - Revision 0ca8add40



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 48cd864a5
Author: wookieejedi
Commit: wookieejedi

    comment update
 code/math/floating.h | 2 +-
 code/math/vecmat.h   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 294b8bd9e
Author: wookieejedi
Commit: wookieejedi

    appease clang
 code/math/vecmat.h | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 4074cf4c9
Author: wookieejedi
Commit: wookieejedi

    Fix False Null MOI warnings
 code/ai/aiturret.cpp                |  2 +-
 code/asteroid/asteroid.cpp          |  2 +-
 code/hud/hudtargetbox.cpp           |  2 +-
 code/math/floating.h                |  5 ++---
 code/math/vecmat.cpp                |  6 +++---
 code/math/vecmat.h                  | 12 +++++++++---
 code/mission/missionbriefcommon.cpp |  4 ++--
 code/model/modelread.cpp            |  2 +-
 code/model/modelrender.cpp          |  2 +-
 code/nebula/neblightning.cpp        |  2 +-
 code/parse/sexp.cpp                 |  6 +++---
 code/physics/physics.cpp            |  2 +-
 code/radar/radarorb.cpp             |  2 +-
 code/scripting/api/libs/mission.cpp |  2 +-
 14 files changed, 28 insertions(+), 23 deletions(-)