Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 15, 2019, 01:16:00 am
-
Here is the nightly for 15 October 2019 - Revision 3811eaf
Group: Linux
nightly_20191015_3811eaf-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Linux.tar.gz))
Group: MacOSX
nightly_20191015_3811eaf-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-MacOSX.tar.gz))
Group: Win64
nightly_20191015_3811eaf-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Win64.zip))
Group: Win32
nightly_20191015_3811eaf-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191015_3811eaf/nightly_20191015_3811eaf-builds-Win32.zip))
------------------------------------------------------------------------
commit 18e9746
Author: Goober5000
Commit: Goober5000
formatting tweak, mainly to try to get the builds to trigger
fred2/sexp_tree.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 334f392
Author: Goober5000
Commit: Goober5000
change token string, per m!m's review
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit d3d6e2e
Author: Goober5000
Commit: Goober5000
add informative comment
code/windows_stub/stubs.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 09f1de6
Author: Goober5000
Commit: Goober5000
ohcomeon.gif
code/parse/sexp.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 2de323e
Author: Goober5000
Commit: Goober5000
fix const conflict
code/parse/sexp.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2f00b3a
Author: Goober5000
Commit: Goober5000
fix FreeBSD warning in stubs.cpp
code/windows_stub/stubs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit ff31beb
Author: Goober5000
Commit: Goober5000
now CTEXT will never be NULL
code/parse/sexp.cpp | 47 ++++++++++++++++++++---------------------------
1 file changed, 20 insertions(+), 27 deletions(-)
------------------------------------------------------------------------
commit 6006670
Author: Goober5000
Commit: Goober5000
restore the original grant-medal and was-medal-granted sexps
code/parse/sexp.cpp | 29 ++++++++++-------------------
fred2/sexp_tree.cpp | 2 +-
qtfred/src/ui/widgets/sexp_tree.cpp | 2 +-
3 files changed, 12 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit e91ee3d
Author: Goober5000
Commit: Goober5000
the variable can never be uninitialized here, but Travis is too dumb to realize it
code/parse/sexp.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 53ec0d4
Author: Goober5000
Commit: Goober5000
this isn't actually needed
code/parse/sexp.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit a34d696
Author: Goober5000
Commit: Goober5000
add xstr capability for medals
code/parse/sexp.cpp | 132 ++++++++++++++++--------------------
fred2/sexp_tree.cpp | 9 ++-
qtfred/src/ui/widgets/sexp_tree.cpp | 8 ++-
3 files changed, 74 insertions(+), 75 deletions(-)