Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 16, 2021, 12:45:08 am
-
Here is the nightly for 16 February 2021 - Revision 36ea4c225
At least one of the nightly builds failed!
Group: Win32-SSE2
nightly_20210216_36ea4c225-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210216_36ea4c225/nightly_20210216_36ea4c225-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210216_36ea4c225/nightly_20210216_36ea4c225-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210216_36ea4c225-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210216_36ea4c225/nightly_20210216_36ea4c225-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210216_36ea4c225/nightly_20210216_36ea4c225-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 24df0efb6
Author: Goober5000
Commit: Goober5000
add model instance support to FRED rendering
fred2/fredrender.cpp | 4 ++--
fred2/management.cpp | 15 ++++++++-------
2 files changed, 10 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 82a93e9e4
Author: Goober5000
Commit: Goober5000
fix event node deletion behavior
fred2/sexp_tree.cpp | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 41f9dbb00
Author: Goober5000
Commit: Goober5000
fix event editor closing on key press
fred2/eventeditor.cpp | 33 ++++++++++++++++++++++++++++-----
fred2/eventeditor.h | 6 ++++--
2 files changed, 32 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit c06765149
Author: Goober5000
Commit: Goober5000
add send-message-chain
code/mission/missionmessage.cpp | 40 +++++++++---------
code/mission/missionmessage.h | 4 +-
code/network/multimsgs.cpp | 10 +++--
code/network/multimsgs.h | 2 +-
code/parse/sexp.cpp | 83 +++++++++++++++++++++++++++++--------
code/parse/sexp.h | 1 +
fred2/sexp_tree.cpp | 7 +++-
fred2/voiceactingmanager.cpp | 12 +++++-
qtfred/src/ui/widgets/sexp_tree.cpp | 5 +++
9 files changed, 117 insertions(+), 47 deletions(-)