Author Topic: Nightly: 20 November 2023 - Revision 6f263365a  (Read 403 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 20 November 2023 - Revision 6f263365a
Here is the nightly for 20 November 2023 - Revision 6f263365a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5fadb12b0
Author: Mike Nelson
Commit: GitHub

    Deprecate IsValid in favor of isValid (#5814)
 code/scripting/api/objs/eye.cpp | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e94c515ab
Author: Taylor Richards
Commit: GitHub

    fix deprecation warnings on newer ffmpeg versions (#5822)
 code/sound/ffmpeg/FFmpegWaveFile.cpp | 51 +++++++++++++++++++++++++++++++++---
 1 file changed, 48 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d83ddeed0
Author: Taylor Richards
Commit: GitHub

    add arm64 detection and naming support (#5821)
 cmake/globals.cmake       | 6 ++++++
 cmake/platformChecks.h.in | 1 +
 cmake/version.cmake       | 4 +++-
 3 files changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3556d41b4
Author: Taylor Richards
Commit: GitHub

    disable png neon optimizations on arm (#5820)
 lib/libpng/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit f2df96b4b
Author: Mike Nelson
Commit: GitHub

    remove is docked check for transfer-cargo sexp (#5810)
 code/parse/sexp.cpp | 6 ------
 1 file changed, 6 deletions(-)

------------------------------------------------------------------------
commit 9eeb3307d
Author: wookieejedi
Commit: GitHub

    Expose `isValid` parse object check to scripting (#5816)
 code/scripting/api/objs/parse_object.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit c86802e9c
Author: Goober5000
Commit: Goober5000

    use alternate overlap fix
 fred2/checkboxlistdlg.cpp   |  4 ++++
 fred2/ignoreordersdlg.cpp   |  4 ++++
 fred2/initialships.cpp      |  4 ++++
 fred2/playerstarteditor.cpp |  9 ++++++++-
 fred2/restrictpaths.cpp     |  4 ++++
 fred2/shipchecklistbox.cpp  | 17 -----------------
 fred2/shipchecklistbox.h    |  1 -
 7 files changed, 24 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 5b4065bd5
Author: Goober5000
Commit: Goober5000

    FRED checkbox upgrade
 fred2/checkboxlistdlg.h    |  3 ++-
 fred2/ignoreordersdlg.h    |  3 ++-
 fred2/initialships.h       |  5 ++---
 fred2/playerstarteditor.h  |  8 ++++----
 fred2/restrictpaths.h      |  3 ++-
 fred2/ship_select.h        |  1 -
 fred2/shipchecklistbox.cpp | 17 +++++++++++++++++
 fred2/shipchecklistbox.h   |  1 +
 8 files changed, 30 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit e0e3f7e7a
Author: Goober5000
Commit: Goober5000

    fix loadout dialog updating in FRED
 fred2/playerstarteditor.cpp | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0a5cf6ad9
Author: John Fernandez
Commit: John Fernandez

    Try the std moves suggested by Coverity
 code/hud/hudsquadmsg.cpp        | 4 ++--
 code/model/modelanimation.cpp   | 6 +++---
 code/model/modelread.cpp        | 2 +-
 code/parse/sexp/sexp_lookup.cpp | 2 +-
 code/scripting/api/libs/ui.cpp  | 2 +-
 code/ship/shipfx.cpp            | 2 +-
 code/ship/shiphit.cpp           | 2 +-
 freespace2/freespace.cpp        | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)