Author Topic: Nightly: 15 June 2022 - Revision 113b57df2  (Read 545 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 15 June 2022 - Revision 113b57df2
Here is the nightly for 15 June 2022 - Revision 113b57df2



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 113b57df2
Author: Allen A. Babb
Commit: GitHub

    Changelog.py improvements and post-release-build.yaml debugging (#4380)
 .github/workflows/post-build-release.yaml |  4 ++++
 ci/post/changelog.py                      | 21 +++++++++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit a25e12a04
Author: Joshua Glatt
Commit: GitHub

    Ignore weapons-locked slot status in selection screens when irrelevant (#4399)
 code/missionui/missionshipchoice.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit fa29b91e6
Author: Joshua Glatt
Commit: GitHub

    Disallow Replace Container Data with special argument list (#4392)
 code/parse/sexp_container.cpp       | 3 +++
 fred2/sexp_tree.cpp                 | 4 +++-
 qtfred/src/ui/widgets/sexp_tree.cpp | 3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6b91a6210
Author: BMagnu
Commit: GitHub

    Properly set rotation data from LuaAI (#4406)
 code/ai/ai.h                          |  1 +
 code/ai/aicode.cpp                    | 84 ++++++++++++++++++++---------------
 code/scripting/api/objs/ai_helper.cpp | 60 ++++++++++++++++++++++---
 3 files changed, 102 insertions(+), 43 deletions(-)