Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 11, 2022, 01:53:41 am
-
Here is the nightly for 11 April 2022 - Revision 8f48c1e3e
Group: Linux
nightly_20220411_8f48c1e3e-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20220411_8f48c1e3e-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20220411_8f48c1e3e-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220411_8f48c1e3e/nightly_20220411_8f48c1e3e-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 2c64cd946
Author: Goober5000
Commit: Goober5000
update documentation
code/globalincs/systemvars.h | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit f3a94d4fc
Author: Goober5000
Commit: Goober5000
add game_settings.tbl option to specify subtitle coords in pixels
code/camera/camera.cpp | 29 +++++--
code/camera/camera.h | 4 +-
code/mod_table/mod_table.cpp | 11 +++
code/mod_table/mod_table.h | 1 +
code/parse/sexp.cpp | 185 ++++++++++++++++++++++++++++---------------
5 files changed, 158 insertions(+), 72 deletions(-)
------------------------------------------------------------------------
commit 7cc47c823
Author: Goober5000
Commit: Goober5000
exclude windebug from clang
ci/linux/clang_tidy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 06e560ae7
Author: Goober5000
Commit: Goober5000
use move assignment when possible
code/globalincs/systemvars.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 4933906d1
Author: Goober5000
Commit: Goober5000
upgrade supernova timestamps
code/io/timer.cpp | 41 +++++++++++++++++++++++++++++++++++---
code/io/timer.h | 25 +++++++++++++++++++++++
code/starfield/supernova.cpp | 47 ++++++++++++++++++++++----------------------
3 files changed, 87 insertions(+), 26 deletions(-)
------------------------------------------------------------------------
commit 2ff2aa46e
Author: Goober5000
Commit: Goober5000
turns out j cannot be size_t after all
code/globalincs/systemvars.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 0e07b07aa
Author: Goober5000
Commit: Goober5000
lazily copy elements of the array
code/globalincs/systemvars.h | 29 ++++++++++++++++++++++-------
1 file changed, 22 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit dc458964c
Author: Goober5000
Commit: Goober5000
turn insertion_sort into a templated function that uses assignment, so that it can be used with non-POD types
code/ai/aigoals.cpp | 9 ++-------
code/globalincs/systemvars.cpp | 40 ----------------------------------------
code/globalincs/systemvars.h | 36 ++++++++++++++++++++++++++++++++++--
code/globalincs/windebug.cpp | 14 ++++----------
code/hud/hudtarget.cpp | 7 ++-----
code/mission/missionmessage.cpp | 11 +++--------
code/mission/missiontraining.cpp | 8 ++------
code/parse/sexp.cpp | 8 ++------
8 files changed, 49 insertions(+), 84 deletions(-)
------------------------------------------------------------------------
commit 256f3a46a
Author: Goober5000
Commit: Goober5000
fix a potential overflow due to a cast by changing the type to size_t, plus other tweaks
code/globalincs/systemvars.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)