Author Topic: Nightly: 25 February 2023 - Revision 6eeeb788d  (Read 227 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 25 February 2023 - Revision 6eeeb788d
Here is the nightly for 25 February 2023 - Revision 6eeeb788d



Group: Win32-SSE2
nightly_20230225_6eeeb788d-builds-Win32-SSE2.zip (Mirror)


Group: MacOSX
nightly_20230225_6eeeb788d-builds-Mac.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20230225_6eeeb788d-builds-x64-SSE2.zip (Mirror)


Group: Linux
nightly_20230225_6eeeb788d-builds-Linux.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)