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 06, 2024, 01:33:07 am

Title: Nightly: 06 May 2024 - Revision 322f807ac
Post by: SirKnightly on May 06, 2024, 01:33:07 am
Here is the nightly for 06 May 2024 - Revision 322f807ac



Group: Linux
nightly_20240506_322f807ac-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Linux.tar.gz))


Group: MacOSX-arm64
nightly_20240506_322f807ac-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Mac-arm64.tar.gz))


Group: MacOSX-x86_64
nightly_20240506_322f807ac-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Mac-x86_64.tar.gz))


Group: Win32-SSE2
nightly_20240506_322f807ac-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20240506_322f807ac-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240506_322f807ac/nightly_20240506_322f807ac-builds-x64-SSE2.zip))

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

    add waypoints no formation flag (#6119)
 code/ai/ai_flags.h     | 2 ++
 code/ai/aicode.cpp     | 7 +++++++
 code/ship/ship.cpp     | 6 ++++--
 code/ship/ship_flags.h | 1 +
 4 files changed, 14 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 742fd321d
Author: Goober5000
Commit: Goober5000

    setClip enhancement
 code/scripting/api/libs/graphics.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 3851832db
Author: Goober5000
Commit: Goober5000

    make fireball types dynamic
 code/asteroid/asteroid.cpp                | 10 ++---
 code/fireball/fireballs.cpp               | 72 ++++++++++++++++---------------
 code/fireball/fireballs.h                 | 10 ++---
 code/hud/hudartillery.cpp                 |  4 +-
 code/parse/parselo.cpp                    | 35 ++++++++++++---
 code/parse/parselo.h                      |  1 +
 code/parse/sexp.cpp                       |  6 +--
 code/scripting/api/libs/tables.cpp        |  2 +-
 code/scripting/api/objs/fireballclass.cpp | 18 ++++----
 code/ship/ship.cpp                        | 29 +++++--------
 code/weapon/weapons.cpp                   |  4 +-
 fred2/sexp_tree.cpp                       |  4 +-
 fred2/warpparamsdlg.cpp                   |  4 +-
 qtfred/src/ui/widgets/sexp_tree.cpp       |  4 +-
 14 files changed, 109 insertions(+), 94 deletions(-)