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 05, 2019, 03:39:20 am
-
Here is the nightly for 05 March 2019 - Revision 5f17617
At least one of the nightly builds failed!
Group: Linux
nightly_20190305_5f17617-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Linux.tar.gz))
Group: Win64
nightly_20190305_5f17617-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Win64.zip))
Group: Win32
nightly_20190305_5f17617-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20190305_5f17617/nightly_20190305_5f17617-builds-Win32.zip))
------------------------------------------------------------------------
commit cc9e0a1
Author: Goober5000 <Mon Mar 4 17:32:29 2019 -0500>
Commit: Goober5000 <Mon Mar 4 17:32:29 2019 -0500>
spelling fix
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6679b62
Author: Goober5000 <Sun Mar 3 15:20:45 2019 -0500>
Commit: Goober5000 <Sun Mar 3 15:20:45 2019 -0500>
same script stuff in beam.cpp
code/weapon/beam.cpp | 60 ++++++++++++++++++++++++++++------------------------
1 file changed, 32 insertions(+), 28 deletions(-)
------------------------------------------------------------------------
commit 8aa2d0e
Author: Goober5000 <Sun Mar 3 15:02:47 2019 -0500>
Commit: Goober5000 <Sun Mar 3 15:02:47 2019 -0500>
a bit of minor housekeeping
code/object/object.cpp | 2 +-
code/ship/ship.cpp | 14 ++++++++------
code/ship/shiphit.cpp | 8 ++------
3 files changed, 11 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 1dc449f
Author: Goober5000 <Sun Mar 3 14:39:53 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:39:53 2019 -0500>
standardize order of parameters
code/object/collideweaponweapon.cpp | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit 6369cde
Author: Goober5000 <Sun Mar 3 14:39:25 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:39:25 2019 -0500>
standardize comment
code/object/collideshipship.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 31fe15c
Author: Goober5000 <Sun Mar 3 14:34:36 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:34:36 2019 -0500>
remove hook variables immediately
code/object/collideshipweapon.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit dd384e7
Author: Goober5000 <Sun Mar 3 14:32:54 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:32:54 2019 -0500>
standardize order of parameters
code/object/collideshipship.cpp | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit c8fa580
Author: Goober5000 <Sun Mar 3 14:24:50 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:24:50 2019 -0500>
set all hook variables (and unset them immediately after) for debris and asteroids
code/object/collidedebrisweapon.cpp | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit b57a608
Author: Goober5000 <Sun Mar 3 14:20:25 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:20:25 2019 -0500>
set all hook variables (and unset them immediately after) for debris and asteroids
code/object/collidedebrisship.cpp | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit f9f7a23
Author: Goober5000 <Sun Mar 3 14:11:29 2019 -0500>
Commit: Goober5000 <Sun Mar 3 14:11:29 2019 -0500>
clearer invocation of the script hook
code/mission/missionparse.cpp | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 7e88fef
Author: asarium <Sun Mar 3 12:57:40 2019 +0100>
Commit: asarium <Sun Mar 3 12:57:40 2019 +0100>
Add natvis file for Lua
lib/lua/CMakeLists.txt | 2 +
lib/lua/lua.natvis | 260 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 262 insertions(+)
------------------------------------------------------------------------
commit c6bf5e9
Author: Goober5000 <Sat Mar 2 21:16:00 2019 -0500>
Commit: Goober5000 <Sat Mar 2 21:16:00 2019 -0500>
make sure to set all hook variables when the script hook is called
code/object/collideshipweapon.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)