Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 21, 2023, 01:44:12 am

Title: Nightly: 21 April 2023 - Revision fa0878b6b
Post by: SirKnightly on April 21, 2023, 01:44:12 am
Here is the nightly for 21 April 2023 - Revision fa0878b6b



Group: Linux
nightly_20230421_fa0878b6b-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Linux.tar.gz))


Group: MacOSX
nightly_20230421_fa0878b6b-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Mac.tar.gz))


Group: Win32-SSE2
nightly_20230421_fa0878b6b-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20230421_fa0878b6b-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230421_fa0878b6b/nightly_20230421_fa0878b6b-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit fa0878b6b
Author: Asteroth
Commit: GitHub

    Add an Ai goal flag to afterburn hard (#5338)
 code/ai/ai.h            |   2 +
 code/ai/ai_flags.h      |   4 +-
 code/ai/ai_profiles.cpp |   2 +
 code/ai/aibig.cpp       |  16 ++++---
 code/ai/aicode.cpp      |  90 ++++++++++++++++++++++++++++++-----
 code/ai/aigoals.cpp     |  27 +++++++++++
 code/parse/sexp.cpp     | 123 ++++++++++++++++++++++++++++++------------------
 7 files changed, 199 insertions(+), 65 deletions(-)

------------------------------------------------------------------------
commit 21d1ffd3b
Author: wookieejedi
Commit: GitHub

    Fixes CTD with New Particle Lifetime Curve (#5358)
 code/particle/util/ParticleProperties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 427873a34
Author: EatThePath
Commit: GitHub

    remove int3 from the rest of the batching things (#5349)
 code/render/batching.cpp | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 4a53ff742
Author: Asteroth
Commit: GitHub

    Add debris density (#5340)
 code/debris/debris.cpp | 16 +++++++++-------
 code/debris/debris.h   |  4 ++--
 code/model/model.h     |  2 ++
 code/ship/ship.cpp     | 12 ++++++++++++
 code/ship/ship.h       |  1 +
 code/ship/shipfx.cpp   |  2 +-
 6 files changed, 27 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d7a2bba63
Author: Goober5000
Commit: Goober5000

    enhance some SEXP warnings
 code/parse/sexp.cpp                 | 12 ++++++++++--
 code/scripting/api/libs/mission.cpp | 10 +++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)