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 01, 2019, 02:01:16 am
-
Here is the nightly for 29 March 2019 - Revision f798c5b
At least one of the nightly builds failed!
Group: Win64
nightly_20190329_f798c5b-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20190329_f798c5b/nightly_20190329_f798c5b-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190329_f798c5b/nightly_20190329_f798c5b-builds-Win64.zip))
Group: Win32
nightly_20190329_f798c5b-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20190329_f798c5b/nightly_20190329_f798c5b-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190329_f798c5b/nightly_20190329_f798c5b-builds-Win32.zip))
------------------------------------------------------------------------
commit 1662a3c
Author: asarium <Sun Mar 17 09:27:58 2019 +0100>
Commit: asarium <Sun Mar 17 09:27:58 2019 +0100>
Add new HUD gauge type for scripted gauges
code/hud/hud.cpp | 25 +++++++++++++++--
code/hud/hud.h | 1 +
code/hud/hudparse.cpp | 19 +++++++++++++
code/hud/hudparse.h | 3 ++
code/hud/hudscripting.cpp | 47 +++++++++++++++++++++++++++++++
code/hud/hudscripting.h | 18 ++++++++++++
code/scripting/ade_args.cpp | 18 +++++++++---
code/scripting/ade_args.h | 3 ++
code/scripting/api/objs/hudgauge.cpp | 54 ++++++++++++++++++++++++++++++++++++
code/scripting/api/objs/hudgauge.h | 2 ++
code/source_groups.cmake | 2 ++
11 files changed, 186 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 1d744d3
Author: Goober5000 <Wed Mar 6 00:18:40 2019 -0500>
Commit: Goober5000 <Wed Mar 6 00:18:40 2019 -0500>
add changes for qtfred
qtfred/src/fredstubs.cpp | 2 +-
test/src/test_stubs.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 9332311
Author: Goober5000 <Tue Mar 5 16:27:06 2019 -0500>
Commit: Goober5000 <Tue Mar 5 16:27:06 2019 -0500>
change C-style 0 on success, nonzero on failure to true on success, false on failure
code/mission/missionload.cpp | 14 +++++++-------
code/mission/missionload.h | 2 +-
code/mission/missionparse.cpp | 32 ++++++++++++++++----------------
code/mission/missionparse.h | 2 +-
code/scripting/api/libs/mission.cpp | 2 +-
fred2/freddoc.cpp | 19 ++++++++++---------
fred2/freddoc.h | 7 +++----
fred2/fredstubs.cpp | 2 +-
freespace2/freespace.cpp | 8 ++++----
freespace2/freespace.h | 2 +-
10 files changed, 45 insertions(+), 45 deletions(-)
------------------------------------------------------------------------
commit 47e9c01
Author: Goober5000 <Tue Mar 5 11:00:57 2019 -0500>
Commit: Goober5000 <Tue Mar 5 11:00:57 2019 -0500>
cancel mission load when a syntax error is found
code/mission/missionparse.cpp | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)