Author Topic: Nightly: 17 April 2023 - Revision 86a81bfb9  (Read 299 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 April 2023 - Revision 86a81bfb9
Here is the nightly for 17 April 2023 - Revision 86a81bfb9



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit d7c22b126
Author: ngld
Commit: ngld

    Mark the nightly upload step as succesful as long as at least one mirror got the file
 ci/linux/upload_dist_package.sh | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 108def622
Author: Mike Nelson
Commit: GitHub

    Scpui Hud Config API (#5302)
 code/hud/hudconfig.cpp                | 611 ++++++++++++++++++++--------------
 code/hud/hudconfig.h                  | 120 ++++++-
 code/scripting/api/libs/graphics.cpp  |  27 ++
 code/scripting/api/libs/ui.cpp        | 205 +++++++++++-
 code/scripting/api/objs/hudconfig.cpp | 313 +++++++++++++++++
 code/scripting/api/objs/hudconfig.h   |  32 ++
 code/source_groups.cmake              |   2 +
 7 files changed, 1030 insertions(+), 280 deletions(-)

------------------------------------------------------------------------
commit ff296f8f9
Author: BMagnu
Commit: GitHub

    Add a Translation Moveable (#5313)
 code/model/modelanimation.cpp           |  2 +
 code/model/modelanimation_moveables.cpp | 77 +++++++++++++++++++++++++++++++++
 code/model/modelanimation_moveables.h   | 14 ++++++
 code/model/modelanimation_segments.cpp  | 55 +++++++++++++++++++++++
 code/model/modelanimation_segments.h    | 27 ++++++++++++
 code/parse/sexp.cpp                     |  2 +
 6 files changed, 177 insertions(+)