Author Topic: Nightly: 22 August 2022 - Revision 76be16f6b  (Read 539 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 22 August 2022 - Revision 76be16f6b
Here is the nightly for 22 August 2022 - Revision 76be16f6b

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 76be16f6b
Author: BMagnu
Commit: GitHub

    Fix Typo (#4580)
 code/model/modelanimation.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2557478d5
Author: BMagnu
Commit: GitHub

    Allow changing Animation Instance speed (#4572)
 code/model/modelanimation.cpp    | 14 ++++++++++----
 code/model/modelanimation.h      |  2 ++
 code/scripting/api/objs/ship.cpp | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit c68e737c5
Author: Asteroth
Commit: GitHub

    cap zoom distance and lower sensitivity (#4557)
 code/lab/renderer/lab_cameras.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a95ecf9c9
Author: PhantomHoover
Commit: GitHub

    Fix dangling pointer in sexp.cpp (#4561)
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c153fa8d2
Author: PhantomHoover
Commit: GitHub

    Fix dangling pointer in hudparse.cpp (#4558)
 code/hud/hudparse.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 0f6ea8522
Author: wookieejedi
Commit: GitHub

    Fix setting of `$Shadow Quality Default:` (#4576)
 code/mod_table/mod_table.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d1d63a912
Author: JohnAFernandez
Commit: GitHub

    Prioritize players in object update (#4575)
 code/network/multi_obj.cpp | 86 ++++++++++++++++++++++++++++------------------
 1 file changed, 52 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit 55eab4c7e
Author: BMagnu
Commit: GitHub

    Add turnTowardsOrientation (#4563)
 code/scripting/api/objs/ai_helper.cpp | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)