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 15, 2020, 01:54:46 am
-
Here is the nightly for 15 March 2020 - Revision 247d5c4
At least one of the nightly builds failed!
Group: Linux
nightly_20200315_247d5c4-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200315_247d5c4-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200315_247d5c4-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Win64.zip))
Group: Win32
nightly_20200315_247d5c4-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200315_247d5c4/nightly_20200315_247d5c4-builds-Win32.zip))
------------------------------------------------------------------------
commit 5b8e89f
Author: Goober5000
Commit: Goober5000
address feedback
code/hud/hudreticle.h | 2 +-
code/hud/hudtarget.h | 2 +-
code/particle/ParticleSource.h | 2 +-
code/weapon/emp.h | 2 +-
code/weapon/swarm.h | 2 +-
code/weapon/weapon.h | 3 +--
6 files changed, 6 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit fde7fdd
Author: Goober5000
Commit: Goober5000
address feedback
code/ai/aiturret.cpp | 2 +-
code/ship/ship.cpp | 38 +++++++++++++++++---------------------
code/ship/ship.h | 2 +-
code/weapon/emp.cpp | 2 +-
code/weapon/swarm.cpp | 2 +-
code/weapon/weapon.h | 5 +++--
code/weapon/weapons.cpp | 34 ++++++++++++++++++----------------
7 files changed, 42 insertions(+), 43 deletions(-)
------------------------------------------------------------------------
commit 7ebd00e
Author: Goober5000
Commit: Goober5000
another fix for CI
fred2/playerstarteditor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit fc41984
Author: Goober5000
Commit: Goober5000
yet another fix for CI
fred2/missionsave.cpp | 2 +-
fred2/playerstarteditor.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 45b5399
Author: Goober5000
Commit: Goober5000
another fix for CI
fred2/weaponeditordlg.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit fe15752
Author: Goober5000
Commit: Goober5000
another fix for CI
code/ship/ship.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit c0a7be5
Author: Goober5000
Commit: Goober5000
fixes for CI
code/ai/aiturret.cpp | 2 +-
code/weapon/swarm.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit bb8fcd4
Author: Goober5000
Commit: Goober5000
address feedback
code/ai/aiturret.cpp | 2 +-
code/ship/ship.cpp | 58 +++++++++++++--------------------------------------
code/weapon/swarm.cpp | 2 +-
3 files changed, 17 insertions(+), 45 deletions(-)
------------------------------------------------------------------------
commit d86332a
Author: Goober5000
Commit: Goober5000
fix references
code/hud/hudreticle.h | 2 +-
code/hud/hudtarget.h | 2 +-
code/particle/ParticleSource.h | 2 +-
code/weapon/emp.h | 2 +-
code/weapon/swarm.h | 3 ++-
5 files changed, 6 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit d8e88c1
Author: Goober5000
Commit: Goober5000
oof
code/model/modelread.cpp | 2 +-
code/weapon/emp.cpp | 8 ++-
code/weapon/weapon.h | 77 +++++++++++-----------
code/weapon/weapons.cpp | 168 +++++++++++++++++++++++++----------------------
4 files changed, 136 insertions(+), 119 deletions(-)
------------------------------------------------------------------------
commit 1926d3c
Author: Goober5000
Commit: Goober5000
oof, more changes
code/hud/hudlock.cpp | 2 +-
code/hud/hudtarget.cpp | 2 +-
code/mission/missioncampaign.cpp | 40 ++++++++++++++++--------------
code/mission/missionparse.cpp | 2 +-
code/missionui/missionshipchoice.cpp | 2 +-
code/missionui/missionweaponchoice.cpp | 8 +++---
code/model/modelread.cpp | 24 +++++++++---------
code/parse/sexp.cpp | 2 +-
code/scripting/scripting.cpp | 4 +--
code/ship/ship.cpp | 27 +++++++++-----------
code/weapon/beam.cpp | 4 +--
code/weapon/corkscrew.cpp | 2 +-
code/weapon/emp.cpp | 16 ++++++------
code/weapon/swarm.cpp | 4 +--
code/weapon/weapon.h | 2 ++
code/weapon/weapons.cpp | 45 +++++++++++++++++++++++++++-------
fred2/freddoc.cpp | 2 +-
fred2/initialships.cpp | 4 +--
fred2/management.cpp | 10 ++++----
fred2/missionsave.cpp | 8 +++---
qtfred/src/mission/Editor.cpp | 8 +++---
qtfred/src/mission/missionsave.cpp | 6 ++---
qtfred/src/mission/util.cpp | 4 +--
23 files changed, 128 insertions(+), 100 deletions(-)
------------------------------------------------------------------------
commit 20835ad
Author: Goober5000
Commit: Goober5000
convert Weapon_info to a SCP_vector
code/ai/aiturret.cpp | 2 +-
code/hud/hudtarget.cpp | 8 ++-
code/io/keycontrol.cpp | 14 ++---
code/lab/lab.cpp | 26 +++++-----
code/menuui/techmenu.cpp | 40 +++++++-------
code/mission/missioncampaign.cpp | 2 +-
code/missionui/missionscreencommon.cpp | 12 ++---
code/network/multi_campaign.cpp | 8 +--
code/network/multimsgs.cpp | 4 +-
code/parse/sexp.cpp | 7 +--
code/pilotfile/csg.cpp | 22 ++++----
code/scripting/api/libs/tables.cpp | 2 +-
code/scripting/api/objs/weaponclass.cpp | 66 +++++++++++------------
code/ship/ship.cpp | 23 ++++++---
code/ship/shiphit.cpp | 4 +-
code/weapon/beam.cpp | 17 +++---
code/weapon/flak.cpp | 4 +-
code/weapon/swarm.cpp | 6 +--
code/weapon/weapon.h | 4 +-
code/weapon/weapons.cpp | 92 +++++++++++++--------------------
fred2/missionsave.cpp | 2 +-
fred2/playerstarteditor.cpp | 4 +-
fred2/sexp_tree.cpp | 12 ++---
fred2/weaponeditordlg.cpp | 2 +-
qtfred/src/mission/missionsave.cpp | 2 +-
qtfred/src/ui/widgets/sexp_tree.cpp | 12 ++---
26 files changed, 188 insertions(+), 209 deletions(-)
------------------------------------------------------------------------
commit 939be80
Author: Goober5000
Commit: Goober5000
wip
code/weapon/weapons.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)