Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 08, 2020, 01:18:05 am

Title: Nightly: 08 April 2020 - Revision cc45685
Post by: SirKnightly on April 08, 2020, 01:18:05 am
Here is the nightly for 08 April 2020 - Revision cc45685

At least one of the nightly builds failed!


Group: Linux
nightly_20200408_cc45685-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Linux.tar.gz))


Group: MacOSX
nightly_20200408_cc45685-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-MacOSX.tar.gz))


Group: Win64
nightly_20200408_cc45685-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Win64.zip))


Group: Win32
nightly_20200408_cc45685-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200408_cc45685/nightly_20200408_cc45685-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit 0853c5b
Author: Goober5000
Commit: Goober5000

    clean up these functions in the same way as the weapon cheat functions
 code/ship/ship.cpp | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 96de072
Author: Goober5000
Commit: Goober5000

    add a useful assertion
 code/io/keycontrol.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 2f0f2d7
Author: Goober5000
Commit: Goober5000

    prevent access of out-of-range weapons, and at the same time sync primary and secondary capacity calculations
 code/io/keycontrol.cpp | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)