Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 07, 2018, 08:29:24 am
-
Here is the nightly for 07 December 2018 - Revision d638cac
Group: Linux
nightly_20181207_d638cac-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Linux.tar.gz))
Group: MacOSX
nightly_20181207_d638cac-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-MacOSX.tar.gz))
Group: Win64
nightly_20181207_d638cac-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Win64.zip))
Group: Win32
nightly_20181207_d638cac-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181207_d638cac/nightly_20181207_d638cac-builds-Win32.zip))
------------------------------------------------------------------------
commit 0da41b3
Author: Goober5000 <Thu Nov 22 16:07:00 2018 -0500>
Commit: Goober5000 <Thu Nov 22 16:07:00 2018 -0500>
address clang-tidy complaint
code/math/vecmat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit a6879a1
Author: Goober5000 <Tue Nov 20 10:43:07 2018 -0500>
Commit: Goober5000 <Tue Nov 20 13:49:50 2018 -0500>
remove warning
code/ship/shipfx.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit cf7706e
Author: Goober5000 <Tue Nov 20 09:26:47 2018 -0500>
Commit: Goober5000 <Tue Nov 20 13:49:50 2018 -0500>
might as well add the extents functionality too
code/object/objectdock.cpp | 44 +++++++++++++++++++++++++++++---------------
code/object/objectdock.h | 3 +++
2 files changed, 32 insertions(+), 15 deletions(-)
------------------------------------------------------------------------
commit 09ed127
Author: Goober5000 <Sat Oct 27 21:45:19 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:50 2018 -0500>
fix typo
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 77c3c79
Author: Goober5000 <Sat Oct 27 21:41:37 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:50 2018 -0500>
update special-warp-dist
code/parse/sexp.cpp | 59 ++++++++++++++++++++++++++++++++---------------------
1 file changed, 36 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit 62b74b8
Author: Goober5000 <Sat Oct 27 21:15:33 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:50 2018 -0500>
upgrade position_ship_for_knossos_warpin
code/mission/missionparse.cpp | 71 ++++++++++++++++++++++++++++---------------
1 file changed, 47 insertions(+), 24 deletions(-)
------------------------------------------------------------------------
commit 4d99a3b
Author: Goober5000 <Sat Oct 27 21:14:56 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:49 2018 -0500>
fix determination of dist_to_plane
code/ship/shipfx.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 3a9a840
Author: Goober5000 <Sat Oct 27 21:05:57 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:49 2018 -0500>
forgot one of these
code/ship/shipfx.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 86f67c3
Author: Goober5000 <Sat Oct 27 03:45:41 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:49 2018 -0500>
warp should be pretty much working correctly now
code/object/objectdock.cpp | 18 +--
code/object/objectdock.h | 4 +-
code/ship/ship.cpp | 27 +++-
code/ship/ship.h | 2 +-
code/ship/shipfx.cpp | 349 +++++++++++++++++----------------------------
code/ship/shipfx.h | 12 +-
code/ship/shiphit.cpp | 2 +-
7 files changed, 179 insertions(+), 235 deletions(-)
------------------------------------------------------------------------
commit 28bb3bf
Author: Goober5000 <Wed Oct 24 20:50:16 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:49 2018 -0500>
rewrite dock_calc_docked_center to find the true physical center of the docked assembly
code/object/objectdock.cpp | 79 +++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 71 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit bd4b116
Author: Goober5000 <Tue Oct 23 22:34:49 2018 -0400>
Commit: Goober5000 <Tue Nov 20 13:49:49 2018 -0500>
this should fix the warpin/warpout distances for regular warpin
code/ship/ship.cpp | 25 +++++++++++++++++--
code/ship/ship.h | 5 +++-
code/ship/shipfx.cpp | 68 ++++++++++++++++++++++++++++++++--------------------
3 files changed, 69 insertions(+), 29 deletions(-)