Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 12, 2020, 01:33:48 am
-
Here is the nightly for 12 August 2020 - Revision 74a8e4b
Group: Linux
nightly_20200812_74a8e4b-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Linux.tar.gz))
Group: Win64
nightly_20200812_74a8e4b-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Win64.zip))
Group: Win32
nightly_20200812_74a8e4b-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-Win32.zip))
Group: MacOSX
nightly_20200812_74a8e4b-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200812_74a8e4b/nightly_20200812_74a8e4b-builds-MacOSX.tar.gz))
------------------------------------------------------------------------
commit 8a60736
Author: Goober5000
Commit: Goober5000
clean up fireball filename init
code/fireball/fireballs.cpp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 666c2a4
Author: Baezon
Commit: Baezon
bool valid vec
code/math/vecmat.cpp | 4 ++--
code/math/vecmat.h | 4 ++--
code/object/objectdock.cpp | 2 +-
code/weapon/beam.cpp | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit c1942c5
Author: Baezon
Commit: Baezon
bool! not int
code/object/objectdock.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 73d64d9
Author: Baezon
Commit: Baezon
review changes
code/object/objectdock.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit 573c8b8
Author: Baezon
Commit: Baezon
bool return
code/object/objectdock.cpp | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit d48559d
Author: Baezon
Commit: Baezon
double the doubles
code/math/vecmat.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit d92c7a8
Author: Baezon
Commit: Baezon
doubles for inverting
code/math/vecmat.cpp | 31 +++++++++++++++++--------------
code/object/objectdock.cpp | 16 ++++++++++++++--
2 files changed, 31 insertions(+), 16 deletions(-)
------------------------------------------------------------------------
commit a1a0bd3
Author: Goober5000
Commit: Goober5000
fix crash from multilock merge
code/ship/ship.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)