Hard Light Productions Forums

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

Title: Nightly: 21 March 2023 - Revision 6f7c949e1
Post by: SirKnightly on March 21, 2023, 01:47:58 am
Here is the nightly for 21 March 2023 - Revision 6f7c949e1



Group: Win64-SSE2
nightly_20230321_6f7c949e1-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20230321_6f7c949e1-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Win32-SSE2.zip))


Group: Linux
nightly_20230321_6f7c949e1-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Linux.tar.gz))


Group: MacOSX
nightly_20230321_6f7c949e1-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230321_6f7c949e1/nightly_20230321_6f7c949e1-builds-Mac.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 7540c7999
Author: Goober5000
Commit: Goober5000

    add comment
 code/parse/sexp.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit eed50619c
Author: Goober5000
Commit: Goober5000

    fix an edge case in is-event-true-delay and related sexps
 code/io/timer.cpp   | 22 ++++++++++++++++++++++
 code/io/timer.h     |  2 ++
 code/parse/sexp.cpp |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 685f64169
Author: Goober5000
Commit: Goober5000

    synchronize simulation timestamps across the entire frame
 code/io/timer.cpp        | 29 ++++++++++++++++++++++-------
 code/io/timer.h          |  1 +
 freespace2/freespace.cpp |  3 +++
 3 files changed, 26 insertions(+), 7 deletions(-)