Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 25, 2023, 12:47:22 am
-
Here is the nightly for 25 February 2023 - Revision 6eeeb788d
Group: Win32-SSE2
nightly_20230225_6eeeb788d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Win32-SSE2.zip))
Group: MacOSX
nightly_20230225_6eeeb788d-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20230225_6eeeb788d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-x64-SSE2.zip))
Group: Linux
nightly_20230225_6eeeb788d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230225_6eeeb788d/nightly_20230225_6eeeb788d-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit 305fa3c6e
Author: asarium
Commit: asarium
Remove myself from code owners
.github/CODEOWNERS | 8 --------
1 file changed, 8 deletions(-)
------------------------------------------------------------------------
commit 7a2caea6e
Author: Goober5000
Commit: Goober5000
here too
code/localization/localize.cpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 0fc8fcfad
Author: Goober5000
Commit: Goober5000
localization tweaks
code/localization/localize.cpp | 55 ++++++++++++++++++++++++++----------------
1 file changed, 34 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit dbe731782
Author: Goober5000
Commit: Goober5000
prevent memory leaks in the mission log by using unique_ptr (since `message_log_remove_segs` no longer exists to free the strings)
code/mission/missionlog.cpp | 26 +++++++++++---------------
1 file changed, 11 insertions(+), 15 deletions(-)
------------------------------------------------------------------------
commit 6bc6b0f1e
Author: Goober5000
Commit: Goober5000
use SCP_string optimizations here
code/parse/sexp.cpp | 4 ++--
code/parse/sexp.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)