Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 13, 2019, 03:39:13 am
-
Here is the nightly for 13 March 2019 - Revision c70e4a0
At least one of the nightly builds failed!
Group: Win64
nightly_20190313_c70e4a0-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20190313_c70e4a0/nightly_20190313_c70e4a0-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190313_c70e4a0/nightly_20190313_c70e4a0-builds-Win64.zip))
------------------------------------------------------------------------
commit d82479f
Author: niffiwan <Tue Mar 12 21:13:02 2019 +1000>
Commit: niffiwan <Tue Mar 12 21:13:02 2019 +1000>
tweak variable name for clarity
code/ship/ship.cpp | 10 +++++-----
code/ship/ship.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit be90059
Author: niffiwan <Mon Mar 11 19:05:00 2019 +1000>
Commit: niffiwan <Mon Mar 11 19:05:00 2019 +1000>
fix documentation & var-name issue
code/ship/ship.cpp | 18 +++++++++---------
code/ship/ship.h | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 04abbf5
Author: niffiwan <Sun Mar 10 09:26:12 2019 +1000>
Commit: niffiwan <Sun Mar 10 09:26:12 2019 +1000>
address feedback
code/object/collideshipship.cpp | 6 ++--
code/object/objectdock.cpp | 12 +++++---
code/radar/radarsetup.cpp | 4 +--
code/scripting/api/objs/ship.cpp | 2 +-
code/ship/ship.cpp | 59 +++++++++++++++++++++++++++++++++++-----
code/ship/ship.h | 16 +++++++----
code/ship/ship_flags.h | 4 +--
7 files changed, 78 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit 3c81291
Author: niffiwan <Fri Mar 1 19:26:02 2019 +1000>
Commit: niffiwan <Fri Mar 1 19:26:02 2019 +1000>
add dock-related is_arriving helper functions
code/object/collideshipship.cpp | 6 +++---
code/radar/radarsetup.cpp | 4 ++--
code/scripting/api/objs/ship.cpp | 2 +-
code/ship/ship.cpp | 13 ++++++-------
code/ship/ship.h | 2 ++
5 files changed, 14 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 37f2c82
Author: niffiwan <Sun Feb 24 09:20:57 2019 +1000>
Commit: niffiwan <Sun Feb 24 09:20:57 2019 +1000>
Fix issues with docked ships warping
code/object/collideshipship.cpp | 6 +--
code/object/objectdock.cpp | 21 +++++++++
code/object/objectdock.h | 6 +++
code/radar/radarsetup.cpp | 4 +-
code/scripting/api/objs/ship.cpp | 2 +-
code/ship/ship.cpp | 14 +++---
code/ship/ship.h | 2 +-
code/ship/ship_flags.h | 4 +-
code/ship/shipfx.cpp | 95 +++++++++++++++++++++++++++++++++-------
9 files changed, 123 insertions(+), 31 deletions(-)