Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 25, 2021, 01:43:12 am

Title: Nightly: 25 June 2021 - Revision b14a27cdf
Post by: SirKnightly on June 25, 2021, 01:43:12 am
Here is the nightly for 25 June 2021 - Revision b14a27cdf



Group: Win32-SSE2
nightly_20210625_b14a27cdf-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20210625_b14a27cdf-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-x64-SSE2.zip))


Group: Linux
nightly_20210625_b14a27cdf-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210625_b14a27cdf/nightly_20210625_b14a27cdf-builds-Linux.tar.gz))

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(-)