Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 26, 2019, 01:09:36 am

Title: Nightly: 26 July 2019 - Revision 6df9c73
Post by: SirKnightly on July 26, 2019, 01:09:36 am
Here is the nightly for 26 July 2019 - Revision 6df9c73



Group: Linux
nightly_20190726_6df9c73-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Linux.tar.gz))


Group: MacOSX
nightly_20190726_6df9c73-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-MacOSX.tar.gz))


Group: Win64
nightly_20190726_6df9c73-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Win64.zip))


Group: Win32
nightly_20190726_6df9c73-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190726_6df9c73/nightly_20190726_6df9c73-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit f640811
Author: Goober5000
Commit: Goober5000

    fix stuffing of vector pointer
 code/parse/sexp.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit da9f71d
Author: Goober5000
Commit: Goober5000

    might as well do set-object-facing and set-object-facing-object as well
 code/parse/sexp.cpp | 77 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 61 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 03f1344
Author: Goober5000
Commit: Goober5000

    might as well do set-object-orientation too
 code/parse/sexp.cpp | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

------------------------------------------------------------------------
commit 59e9d7c
Author: Goober5000
Commit: Goober5000

    add missing break to case
 code/parse/sexp.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 9105958
Author: Goober5000
Commit: Goober5000

    Allow set-object-position to work on ships yet to arrive
 code/parse/sexp.cpp | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)