Author Topic: Nightly: 02 November 2022 - Revision 7e8e28e6e  (Read 202 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 November 2022 - Revision 7e8e28e6e
Here is the nightly for 02 November 2022 - Revision 7e8e28e6e

At least one of the nightly builds failed!


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


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


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

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

    Modular tips (#4843)
 code/menuui/playermenu.cpp | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 5f54188e5
Author: Goober5000
Commit: GitHub

    add a few scripting dock functions (#4839)
 code/physics/physics.cpp         |   5 ++
 code/physics/physics.h           |   1 +
 code/scripting/api/objs/ship.cpp | 149 +++++++++++++++++++++++++++++++++++++++
 code/ship/ship.cpp               |   4 ++
 4 files changed, 159 insertions(+)

------------------------------------------------------------------------
commit a29378d24
Author: Asteroth
Commit: GitHub

    Clearable Ship/Subsystem Targets via script (#4842)
 code/scripting/api/objs/ship.cpp      | 34 ++++++++++++++--------------------
 code/scripting/api/objs/subsystem.cpp | 20 +++++++++++++-------
 2 files changed, 27 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 346817f3d
Author: MjnMixael
Commit: GitHub

    Further limit what built-in UI elements can be setup when using SCPUI (#4824)
 code/missionui/missionbrief.cpp        |  4 +--
 code/missionui/missionscreencommon.cpp | 50 ++++++++++++++++++----------------
 code/missionui/missionscreencommon.h   |  4 +--
 code/missionui/missionshipchoice.cpp   | 16 ++++++-----
 code/missionui/missionshipchoice.h     |  1 -
 code/missionui/missionweaponchoice.cpp | 10 ++++---
 code/missionui/missionweaponchoice.h   |  2 +-
 code/scripting/api/libs/ui.cpp         |  4 +--
 8 files changed, 48 insertions(+), 43 deletions(-)

------------------------------------------------------------------------
commit f0ecf8c2a
Author: MjnMixael
Commit: GitHub

    allow borrowing flyby sounds from a previously parsed species (#4828)
 code/gamesnd/gamesnd.cpp           | 20 ++++++--------------
 code/species_defs/species_defs.cpp | 12 ++++++++++++
 code/species_defs/species_defs.h   |  2 ++
 3 files changed, 20 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit a86074e3c
Author: Goober5000
Commit: Goober5000

    fix timestamp_in_between functions
 code/io/timer.cpp | 4 ++--
 code/io/timer.h   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)