Author Topic: Nightly: 28 November 2022 - Revision ea93f2965  (Read 305 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 November 2022 - Revision ea93f2965
Here is the nightly for 28 November 2022 - Revision ea93f2965

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 77fc5150c
Author: Goober5000
Commit: Goober5000

    fix crash on mission load
 code/ai/aigoals.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 20dcdb290
Author: Taylor Richards
Commit: GitHub

    use case-insensitive comparison of cfile pathtypes (#4942)
 code/cfile/cfile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0be895d8b
Author: Taylor Richards
Commit: GitHub

    add proper support of subfolders to lua listFiles (#4940)
 code/scripting/api/libs/cfile.cpp | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit f76048b26
Author: BMagnu
Commit: GitHub

    Enhance OnDialogX Hooks to encompass Death Popups (#4938)
 code/popup/popup.cpp            |   8 +++-
 code/popup/popupdead.cpp        | 100 ++++++++++++++++++++++++++++++++--------
 code/scripting/global_hooks.cpp |  13 ++++--
 3 files changed, 96 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit cb7c76025
Author: Goober5000
Commit: Goober5000

    make sexp_tree dragging more user-friendly
 fred2/campaigneditordlg.cpp         | 14 +++++-----
 fred2/campaigneditordlg.h           |  2 +-
 fred2/eventeditor.cpp               | 10 ++++---
 fred2/eventeditor.h                 |  2 +-
 fred2/missiongoalsdlg.cpp           | 14 +++++-----
 fred2/missiongoalsdlg.h             |  2 +-
 fred2/sexp_tree.cpp                 | 53 ++++++++++++++++++++++++++-----------
 fred2/sexp_tree.h                   |  2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp | 13 +++++----
 qtfred/src/ui/widgets/sexp_tree.h   |  2 +-
 10 files changed, 72 insertions(+), 42 deletions(-)

------------------------------------------------------------------------
commit 77be140a4
Author: Goober5000
Commit: Goober5000

    fix the rest of the autoscaled attributes
 code/ai/ai.h       |  1 +
 code/ai/aicode.cpp | 47 ++++++++++++++++++++++++++++++++++-------------
 2 files changed, 35 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 7693138f5
Author: Goober5000
Commit: Goober5000

    also qtfred
 qtfred/src/ui/widgets/sexp_tree.cpp | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d06e5ee62
Author: Goober5000
Commit: Goober5000

    guard against unknown variables
 code/parse/sexp.cpp | 22 +++++++++++++++++-----
 fred2/sexp_tree.cpp | 14 +++++++++-----
 2 files changed, 26 insertions(+), 10 deletions(-)