Author Topic: Nightly: 22 October 2021 - Revision 0ba5754c3  (Read 364 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 October 2021 - Revision 0ba5754c3
Here is the nightly for 22 October 2021 - Revision 0ba5754c3



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0ba5754c3
Author: BMagnu
Commit: GitHub

    Add nullptr safety for animations (#3738)
 code/ai/aicode.cpp            | 201 ++++++++++++++++++++++--------------------
 code/model/modelanimation.cpp |  21 +++--
 code/model/modelanimation.h   |  12 +--
 3 files changed, 127 insertions(+), 107 deletions(-)

------------------------------------------------------------------------
commit b7258f5fe
Author: BMagnu
Commit: GitHub

    Add Bomb-locking secondaries (#3588)
 code/hud/hudlock.cpp    | 74 ++++++++++++++++++++++++++++++++++++++++++++++---
 code/weapon/weapon.h    |  6 +++-
 code/weapon/weapons.cpp | 52 ++++++++++++++++++++++++++--------
 3 files changed, 116 insertions(+), 16 deletions(-)