Author Topic: Nightly: 08 September 2022 - Revision 16a8a46f4  (Read 232 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 08 September 2022 - Revision 16a8a46f4
Here is the nightly for 08 September 2022 - Revision 16a8a46f4



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f2abe516f
Author: Fabian Woltermann
Commit: Fabian Woltermann

    check if the current lab object is actually a ship before trying to destroy it
 code/lab/dialogs/actions.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit cb7d117bd
Author: Asteroth
Commit: GitHub

    Automatic thruster activation (#4617)
 code/ship/ship.cpp | 98 +++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 63 insertions(+), 35 deletions(-)

------------------------------------------------------------------------
commit de503bb2d
Author: Asteroth
Commit: GitHub

    small fix for banking (#4624)
 code/math/vecmat.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 39b57cbf4
Author: Goober5000
Commit: Goober5000

    rotational interpolation
 code/math/vecmat.cpp                |  6 +++---
 code/math/vecmat.h                  |  6 +++---
 code/scripting/api/objs/vecmath.cpp | 38 ++++++++++++++++++++++++++++++++++++-
 3 files changed, 43 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 762d855e9
Author: mjn-mixael
Commit: Mike N

    Implement renderTechModel() and renderTechModel2() for weapons
 code/scripting/api/objs/weaponclass.cpp | 179 ++++++++++++++++++++++++++++++++
 code/weapon/weapon.h                    |   3 +
 2 files changed, 182 insertions(+)