Author Topic: Nightly: 25 June 2021 - Revision b14a27cdf  (Read 406 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 25 June 2021 - Revision b14a27cdf
Here is the nightly for 25 June 2021 - Revision b14a27cdf



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b14a27cdf
Author: Asteroth
Commit: GitHub

    fix model point shield handling for mini target shields (#3531)
 code/hud/hudshield.cpp | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 292f1547c
Author: Baezon
Commit: Baezon

    initialize shield regen hit delay
 code/ship/ship.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit a687fe0ae
Author: PhantomHoover
Commit: GitHub

    Reimplement matrix3 multiplication based on a common overloaded operator (#3470)
 code/globalincs/pstypes.h |  3 ++
 code/math/vecmat.cpp      | 76 ++++++++++++++++++++---------------------------
 code/math/vecmat.h        | 22 ++++----------
 3 files changed, 40 insertions(+), 61 deletions(-)

------------------------------------------------------------------------
commit 31fa21bbf
Author: Baezon
Commit: Baezon

    bugfix ai multilock and no dumbfire
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)