Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 27, 2020, 01:24:21 am
-
Here is the nightly for 27 May 2020 - Revision 27afbed
Group: Win32
nightly_20200527_27afbed-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Win32.zip))
Group: Linux
nightly_20200527_27afbed-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200527_27afbed-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200527_27afbed-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200527_27afbed/nightly_20200527_27afbed-builds-Win64.zip))
------------------------------------------------------------------------
commit 9907c98
Author: Fabian Woltermann
Commit: Fabian Woltermann
Fix unintentional behaviour change, add comment about the purpose of the Hull_debris_list
code/debris/debris.cpp | 4 +++-
code/mission/missionparse.cpp | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 0c9bbe5
Author: Fabian Woltermann
Commit: Fabian Woltermann
Fix a bug in the debris deletion code introduced by the lab explosion feature commit. This also makes the debris code use the new flag system to mark debris pieces as nondeleteable instead of relying on a magic lifeleft value.
code/debris/debris.cpp | 31 ++++++++++++++-----------------
code/debris/debris.h | 21 +++++++++++++--------
code/graphics/shadows.cpp | 2 +-
code/mission/missionparse.cpp | 4 ++--
code/object/object.cpp | 2 +-
code/ship/shipfx.cpp | 2 +-
6 files changed, 32 insertions(+), 30 deletions(-)
------------------------------------------------------------------------
commit 38e3c42
Author: wookieejedi
Commit: wookieejedi
remove flag
code/ai/ai_flags.h | 1 -
code/ai/ai_profiles.cpp | 3 ---
code/ai/aicode.cpp | 13 +++----------
3 files changed, 3 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit 47e6162
Author: wookieejedi
Commit: wookieejedi
update so check includes wing section
code/ai/aicode.cpp | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 0b0a78c
Author: wookieejedi
Commit: wookieejedi
cleanup whitespace diff
code/ai/ai_flags.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5155e23
Author: wookieejedi
Commit: wookieejedi
Add as default to version 20 and up
code/ai/ai_profiles.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit 584db57
Author: wookieejedi
Commit: wookieejedi
Fix 'Guard Attack This' Behaviow with AI Flag
code/ai/ai_flags.h | 1 +
code/ai/ai_profiles.cpp | 2 ++
code/ai/aicode.cpp | 13 ++++++++++++-
3 files changed, 15 insertions(+), 1 deletion(-)