Author Topic: Nightly: 14 September 2022 - Revision ae57ea715  (Read 227 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 September 2022 - Revision ae57ea715
Here is the nightly for 14 September 2022 - Revision ae57ea715



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit ef85e94e4
Author: MjnMixael
Commit: GitHub

    SCPUI API elements required for the Briefing (#4602)
 code/scpui/elements/ScrollingTextElement.cpp |   9 --
 code/scpui/elements/ScrollingTextElement.h   |   2 -
 code/scripting/api/libs/mission.cpp          |  50 ++++++
 code/scripting/api/libs/ui.cpp               | 111 +++++++++++++-
 code/scripting/api/objs/briefing.cpp         | 221 +++++++++++++++++++++++++++
 code/scripting/api/objs/briefing.h           |  25 +++
 code/source_groups.cmake                     |   2 +
 7 files changed, 407 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 8bc406467
Author: Goober5000
Commit: Goober5000

    small hook refactor
 code/scripting/scripting.cpp | 30 ++++++++++++++++++------------
 code/scripting/scripting.h   | 10 +++++-----
 2 files changed, 23 insertions(+), 17 deletions(-)