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 01, 2024, 12:33:05 am
-
Here is the nightly for 01 March 2024 - Revision 184bbb52b
Group: Linux
nightly_20240301_184bbb52b-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20240301_184bbb52b-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20240301_184bbb52b-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20240301_184bbb52b-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20240301_184bbb52b-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240301_184bbb52b/nightly_20240301_184bbb52b-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 9b78fad1c
Author: Goober5000
Commit: Goober5000
address feedback
code/lab/renderer/lab_renderer.cpp | 2 +-
code/math/bitarray.h | 22 +++++++++++++++-------
code/mission/missionparse.cpp | 2 +-
fred2/missionsave.cpp | 2 +-
qtfred/src/mission/missionsave.cpp | 2 +-
5 files changed, 19 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit f4d7b45e4
Author: Goober5000
Commit: Goober5000
bitstring poofs
code/lab/renderer/lab_renderer.cpp | 16 +++++----
code/math/bitarray.h | 42 ++++++++++++++++++++++
code/mission/missionparse.cpp | 7 ++--
code/nebula/neb.cpp | 74 ++++++++++++++------------------------
code/nebula/neb.h | 3 +-
code/parse/sexp.cpp | 16 ++++-----
fred2/bgbitmapdlg.cpp | 38 ++++++++++----------
fred2/dumpstats.cpp | 24 ++++++-------
fred2/missionsave.cpp | 19 +++++-----
qtfred/src/mission/missionsave.cpp | 21 ++++++-----
10 files changed, 143 insertions(+), 117 deletions(-)
------------------------------------------------------------------------
commit d23e4b8e8
Author: Goober5000
Commit: Goober5000
use C++ casts for floating.h and floating.cpp
code/math/floating.cpp | 4 ++--
code/math/floating.h | 64 +++++++-------------------------------------------
2 files changed, 10 insertions(+), 58 deletions(-)
------------------------------------------------------------------------
commit 0c355efaa
Author: Goober5000
Commit: Goober5000
add a has-time-elapsed-msecs SEXP
code/parse/sexp.cpp | 47 +++++++++++++++++++++++++++++++----------------
code/parse/sexp.h | 1 +
2 files changed, 32 insertions(+), 16 deletions(-)