Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 14, 2020, 04:13:57 am
-
Here is the nightly for 14 August 2020 - Revision 8cde063
Group: Win32
nightly_20200814_8cde063-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Win32.zip))
Group: Linux
nightly_20200814_8cde063-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200814_8cde063-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200814_8cde063-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200814_8cde063/nightly_20200814_8cde063-builds-Win64.zip))
------------------------------------------------------------------------
commit de8164a
Author: Goober5000
Commit: Goober5000
add for-ship-class and for-ship-type sexps
code/parse/sexp.cpp | 89 +++++++++++++++++++++++++++++++++++++++++++++++++----
code/parse/sexp.h | 2 ++
2 files changed, 85 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 51ea050
Author: Goober5000
Commit: Goober5000
make the no-disappear flag really prevent the subobject from being blown off, as opposed to blowing it off and then restoring it
code/ship/shiphit.cpp | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 2dec0af
Author: Goober5000
Commit: Goober5000
add code to tell if debris is one of those tiny models make Debris dynamic, and use a soft limit at 64 pieces (the old MAX) add per-class specification of death roll sounds
code/debris/debris.cpp | 109 ++++++++++++++++++++----------------
code/debris/debris.h | 50 +++++++++--------
code/mission/missionparse.cpp | 18 +++---
code/scripting/api/libs/mission.cpp | 8 ++-
code/scripting/api/objs/debris.cpp | 45 ++++++++++-----
code/ship/ship.cpp | 3 +-
code/ship/shipfx.cpp | 15 ++---
code/ship/shiphit.cpp | 32 ++++++-----
8 files changed, 159 insertions(+), 121 deletions(-)
------------------------------------------------------------------------
commit 1f62919
Author: Baezon
Commit: Baezon
cleaner temp lists
code/weapon/weapon.h | 4 +--
code/weapon/weapons.cpp | 95 ++++++++++++++++++++-----------------------------
2 files changed, 39 insertions(+), 60 deletions(-)
------------------------------------------------------------------------
commit 48313c8
Author: Baezon
Commit: Baezon
v2
code/hud/hudlock.cpp | 6 +-
code/weapon/weapon.h | 30 +++-------
code/weapon/weapons.cpp | 144 ++++++++++++++++++++++++------------------------
3 files changed, 85 insertions(+), 95 deletions(-)
------------------------------------------------------------------------
commit 847f322
Author: Baezon
Commit: Baezon
gonna be here all night
code/weapon/weapons.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 5a89cac
Author: Baezon
Commit: Baezon
more c++ 11
code/weapon/weapons.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 314e231
Author: Baezon
Commit: Baezon
c++ 11-ify
code/weapon/weapons.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 6927b5c
Author: Baezon
Commit: Baezon
objectify
code/hud/hudlock.cpp | 6 +--
code/weapon/weapon.h | 31 ++++++++---
code/weapon/weapons.cpp | 136 ++++++++++++++++++++++++------------------------
3 files changed, 95 insertions(+), 78 deletions(-)
------------------------------------------------------------------------
commit ededcd8
Author: Baezon
Commit: Baezon
v1
code/hud/hudlock.cpp | 11 +++--------
code/weapon/weapon.h | 4 ++--
code/weapon/weapons.cpp | 39 +++++++++++++--------------------------
3 files changed, 18 insertions(+), 36 deletions(-)
------------------------------------------------------------------------
commit 860423b
Author: Baezon
Commit: Baezon
wip
code/hud/hudlock.cpp | 5 ++++
code/weapon/weapon.h | 6 +++-
code/weapon/weapons.cpp | 73 +++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 80 insertions(+), 4 deletions(-)