Author Topic: Nightly: 29 June 2022 - Revision a9e6c328c  (Read 291 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 June 2022 - Revision a9e6c328c
Here is the nightly for 29 June 2022 - Revision a9e6c328c



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2ce953aee
Author: Goober5000
Commit: Goober5000

    address feedback
 code/osapi/outwnd.cpp               | 3 ++-
 code/scripting/api/libs/mission.cpp | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 05f71a30f
Author: Goober5000
Commit: Goober5000

    add some logging to waitAsync
 code/scripting/api/LuaPromise.cpp   | 2 +-
 code/scripting/api/libs/async.cpp   | 2 +-
 code/scripting/api/libs/mission.cpp | 9 ++++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f280f1182
Author: wookieejedi
Commit: GitHub

    Fix AI Goal Display Strings (#4451)
 code/ship/ship.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 8698993d4
Author: Goober5000
Commit: Goober5000

    set up debug_filter.cfg to have default filters that can be turned off
 code/osapi/outwnd.cpp | 62 ++++++++++++++++++++++++++++++---------------------
 1 file changed, 37 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 6e612cdc9
Author: the-maddin
Commit: the-maddin

    msvc compat
 code/scpui/IncludeNodeHandler.h              | 4 ++++
 code/scpui/SoundPlugin.h                     | 4 ++++
 code/scpui/elements/AnimationElement.cpp     | 4 ++++
 code/scpui/elements/AnimationElement.h       | 4 ++++
 code/scpui/elements/ScrollingTextElement.cpp | 4 ++++
 code/scpui/elements/ScrollingTextElement.h   | 4 ++++
 6 files changed, 24 insertions(+)

------------------------------------------------------------------------
commit 9a55d90f5
Author: the-maddin
Commit: the-maddin

    Ignore Wshadow warnings in stale librocket header
 code/scpui/IncludeNodeHandler.h              | 5 +++++
 code/scpui/SoundPlugin.h                     | 5 +++++
 code/scpui/elements/AnimationElement.cpp     | 5 +++++
 code/scpui/elements/AnimationElement.h       | 5 +++++
 code/scpui/elements/ScrollingTextElement.cpp | 5 +++++
 code/scpui/elements/ScrollingTextElement.h   | 5 +++++
 6 files changed, 30 insertions(+)