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 14, 2020, 01:19:23 am
-
Here is the nightly for 14 April 2020 - Revision 007e711
At least one of the nightly builds failed!
Group: Linux
nightly_20200414_007e711-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Linux.tar.gz))
Group: Win64
nightly_20200414_007e711-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Win64.zip))
Group: Win32
nightly_20200414_007e711-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200414_007e711/nightly_20200414_007e711-builds-Win32.zip))
------------------------------------------------------------------------
commit 3f3b284
Author: Goober5000
Commit: Goober5000
use consistent jump node distances on HUD
code/hud/hudtargetbox.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit e0992ed
Author: Goober5000
Commit: Goober5000
add qtfred support
qtfred/src/mission/EditorViewport.cpp | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 3997237
Author: Goober5000
Commit: Goober5000
bump XSTR_SIZE and add NOLINT
code/localization/localize.cpp | 2 +-
code/missionui/missionshipchoice.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 91edcc4
Author: Frans Elliott
Commit: Frans Elliott
Added a comment to describe the mathematics of subobj_find_2d_bound. Broke up the projection function to aid in clarity.
code/model/modelread.cpp | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 4139cd8
Author: Frans Elliott
Commit: Frans Elliott
Cleaned up subsystem bounding box code.
code/model/modelread.cpp | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 8fa96ae
Author: Goober5000
Commit: Goober5000
prevent player leaving the loadout screen with incomplete weapons
code/missionui/missionshipchoice.cpp | 27 +++++++++++++++++++++++++++
code/missionui/missionweaponchoice.cpp | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 282ca0b
Author: Goober5000
Commit: Goober5000
fix Mantis 3171
fred2/fredview.cpp | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit d3b1871
Author: Goober5000
Commit: Goober5000
remove Asserts that never worked because they checked invalid iterators
code/object/waypoint.cpp | 2 --
1 file changed, 2 deletions(-)