Author Topic: Nightly: 03 October 2022 - Revision c661ae459  (Read 214 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 October 2022 - Revision c661ae459
Here is the nightly for 03 October 2022 - Revision c661ae459



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7a654b7e7
Author: Goober5000
Commit: Goober5000

    per feedback
 freespace2/freespace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit d902c7612
Author: MjnMixael
Commit: GitHub

    Api to render the 3d selection effect (#4737)
 code/missionui/missionscreencommon.cpp  |  1 -
 code/missionui/missionscreencommon.h    |  2 +
 code/scripting/api/objs/shipclass.cpp   | 75 +++++++++++++++++++++++++++++++++
 code/scripting/api/objs/weaponclass.cpp | 68 ++++++++++++++++++++++++++++++
 4 files changed, 145 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 979d305af
Author: BMagnu
Commit: GitHub

    Add screenToBlob scripting function (#4738)
 code/graphics/2d.h                    |   4 ++
 code/graphics/grstub.cpp              |   6 ++
 code/graphics/opengl/gropengl.cpp     |  51 ++++++++++++++
 code/graphics/vulkan/vulkan_stubs.cpp |   3 +
 code/network/stand_gui-unix.cpp       | 123 +-------------------------------
 code/pngutils/pngutils.cpp            |  86 +++++++++++++++++++----
 code/pngutils/pngutils.h              |   1 +
 code/scripting/api/libs/graphics.cpp  |   8 +++
 code/source_groups.cmake              |   2 +
 code/utils/base64.cpp                 | 127 ++++++++++++++++++++++++++++++++++
 code/utils/base64.h                   |   8 +++
 11 files changed, 284 insertions(+), 135 deletions(-)

------------------------------------------------------------------------
commit c2895ba8a
Author: JohnAFernandez
Commit: GitHub

    Fix subsystem health and comparison frames (#4666)
 code/network/multi_interpolate.h |  37 ++++++--
 code/network/multi_obj.cpp       | 196 +++++++++++++++++++++++----------------
 code/object/object.cpp           |   5 -
 code/ship/ship.cpp               |   3 +
 4 files changed, 148 insertions(+), 93 deletions(-)

------------------------------------------------------------------------
commit 419c56d01
Author: MjnMixael
Commit: GitHub

    check if weapon is required by current mission (#4731)
 code/scripting/api/objs/weaponclass.cpp | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

------------------------------------------------------------------------
commit e30931b6d
Author: MjnMixael
Commit: GitHub

    API to save the current loadout to the player file (#4739)
 code/scripting/api/libs/ui.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

------------------------------------------------------------------------
commit 20653ece8
Author: Goober5000
Commit: Goober5000

    add WaypointSpeedCap
 code/scripting/api/objs/ship.cpp | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b49f70fbc
Author: Goober5000
Commit: Goober5000

    upgrade controls code to use type-safe timestamps
 code/controlconfig/controlsconfig.cpp       | 13 ++++++++-----
 code/controlconfig/controlsconfig.h         |  4 +++-
 code/controlconfig/controlsconfigcommon.cpp |  6 ++++--
 code/parse/sexp.cpp                         | 10 +++++++---
 fred2/fredstubs.cpp                         |  3 ++-
 freespace2/freespace.cpp                    | 10 ++++++----
 freespace2/freespace.h                      |  3 ++-
 qtfred/src/fredstubs.cpp                    |  3 ++-
 test/src/test_stubs.cpp                     |  3 ++-
 9 files changed, 36 insertions(+), 19 deletions(-)