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 18, 2024, 01:32:57 am
-
Here is the nightly for 18 July 2024 - Revision e1458ae8a
Group: Linux
nightly_20240718_e1458ae8a-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20240718_e1458ae8a-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20240718_e1458ae8a-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20240718_e1458ae8a-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20240718_e1458ae8a-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240718_e1458ae8a/nightly_20240718_e1458ae8a-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit bac4eb84c
Author: Goober5000
Commit: Goober5000
fix copy-paste error in timestamp_since
code/io/timer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2166c756a
Author: Goober5000
Commit: Goober5000
per review, make the delta check silent
code/scripting/api/objs/subsystem.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5faed98e3
Author: Goober5000
Commit: Goober5000
handle special timestamp values in `timestamp_until` and `timestamp_since`
code/io/timer.cpp | 12 ++++++++++++
1 file changed, 12 insertions(+)
------------------------------------------------------------------------
commit fe3b72b01
Author: Goober5000
Commit: Goober5000
fix `NextFireTimestamp`
code/scripting/api/objs/subsystem.cpp | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 87ea04fa5
Author: Goober5000
Commit: Goober5000
change atan2_safe to atan2
code/hud/hudtarget.cpp | 2 +-
code/math/vecmat.cpp | 46 ++++++++--------------------------------------
code/math/vecmat.h | 3 ---
code/render/3ddraw.cpp | 2 +-
code/render/3dmath.cpp | 4 ++--
5 files changed, 12 insertions(+), 45 deletions(-)