Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 02, 2024, 01:35:25 am
-
Here is the nightly for 02 July 2024 - Revision eed055d41
Group: Linux
nightly_20240702_eed055d41-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20240702_eed055d41-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20240702_eed055d41-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20240702_eed055d41-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20240702_eed055d41-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240702_eed055d41/nightly_20240702_eed055d41-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 6468901c0
Author: Goober5000
Commit: Goober5000
address feedback
code/io/keycontrol.cpp | 2 --
code/io/keycontrol.h | 2 --
code/parse/sexp.cpp | 2 +-
code/playerman/player.h | 3 +++
code/playerman/playercontrol.cpp | 2 ++
5 files changed, 6 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit d14b66456
Author: Kestrellius
Commit: GitHub
Adds conditional impact functionality. (#6218)
code/weapon/weapon.h | 11 +++++++
code/weapon/weapons.cpp | 83 +++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 91 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 723209ce2
Author: naomimyselfandi
Commit: GitHub
Clarify some SEXP operator documentation (#6216)
code/parse/sexp.cpp | 72 +++++++++++++++++++++++++++--------------------------
1 file changed, 37 insertions(+), 35 deletions(-)
------------------------------------------------------------------------
commit 98da98c53
Author: Goober5000
Commit: Goober5000
enhance stuff_int_list to allow turning off the warning
code/parse/parselo.cpp | 21 +++++++++++----------
code/parse/parselo.h | 4 ++--
2 files changed, 13 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 558a8333e
Author: Goober5000
Commit: Goober5000
add an option to not change the view mode
code/parse/sexp.cpp | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ffcbfeb70
Author: Goober5000
Commit: Goober5000
enhance lock-perspective to also lock slew mode
code/io/keycontrol.cpp | 1 +
code/io/keycontrol.h | 1 +
code/parse/sexp.cpp | 25 ++++++++++++++++++-------
code/playerman/playercontrol.cpp | 20 +++++++++++---------
freespace2/freespace.cpp | 1 +
5 files changed, 32 insertions(+), 16 deletions(-)