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 07, 2022, 01:52:39 am
-
Here is the nightly for 07 April 2022 - Revision 284ba488f
Group: Win64-SSE2
nightly_20220407_284ba488f-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-x64-SSE2.zip))
Group: Linux
nightly_20220407_284ba488f-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20220407_284ba488f-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220407_284ba488f/nightly_20220407_284ba488f-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 69e9d26c7
Author: Goober5000
Commit: Goober5000
fix show-subtitle again
code/parse/sexp.cpp | 31 +++++++++++++++++++++----------
1 file changed, 21 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 70d553a66
Author: Goober5000
Commit: Goober5000
fix the formula
fred2/calcrelativecoordsdlg.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 3c583e53f
Author: Goober5000
Commit: Goober5000
add flag to point ships while incorporating the ship's uvec
fred2/fred.cpp | 2 ++
fred2/fred.rc | 2 ++
fred2/fredview.cpp | 14 ++++++++++++++
fred2/fredview.h | 3 +++
fred2/orienteditor.cpp | 4 +++-
fred2/resource.h | 1 +
6 files changed, 25 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit d195c1333
Author: Goober5000
Commit: Goober5000
add CalcRelativeCoords dlg
fred2/CMakeLists.txt | 2 +
fred2/calcrelativecoordsdlg.cpp | 168 ++++++++++++++++++++++++++++++++++++++++
fred2/calcrelativecoordsdlg.h | 36 +++++++++
fred2/fred.rc | 29 +++++++
fred2/fredview.cpp | 9 +++
fred2/fredview.h | 1 +
fred2/orienteditor.h | 4 +-
fred2/resource.h | 5 ++
8 files changed, 253 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 77f96638d
Author: Goober5000
Commit: Goober5000
add independent vs relative option to the orientation editor
fred2/fred.rc | 14 ++++---
fred2/orienteditor.cpp | 107 ++++++++++++++++++++++++++++++++++---------------
fred2/resource.h | 2 +
3 files changed, 85 insertions(+), 38 deletions(-)