Author Topic: Nightly: 07 February 2021 - Revision 61bb44d07  (Read 727 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 07 February 2021 - Revision 61bb44d07
Here is the nightly for 07 February 2021 - Revision 61bb44d07



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2cdc74264
Author: wookieejedi
Commit: wookieejedi

    Fix Bug with Reading Turret Rotation Axes
 code/model/modelread.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit dd92a0f0b
Author: Goober5000
Commit: Goober5000

    add vm_vec_is_normalized and use it in several places
 code/math/vecmat.cpp                | 12 +++++++++---
 code/math/vecmat.h                  |  2 ++
 code/scripting/api/objs/vecmath.cpp | 12 ++++++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e699d991d
Author: Goober5000
Commit: Goober5000

    add useful function
 code/scripting/api/objs/vecmath.cpp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)