Author Topic: Nightly: 14 October 2022 - Revision aa7a57ef4  (Read 228 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 14 October 2022 - Revision aa7a57ef4
Here is the nightly for 14 October 2022 - Revision aa7a57ef4



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit c30027832
Author: Goober5000
Commit: Goober5000

    collision fix
 code/object/collideshipship.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d32342181
Author: MjnMixael
Commit: GitHub

    Use a local int for model storage in renderTechModel (#4779)
 code/scripting/api/objs/weaponclass.cpp | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 7ab80a016
Author: MjnMixael
Commit: GitHub

    Toggle cockpit (#4772)
 code/hud/hud.cpp                | 19 ++++++++++++++++---
 code/hud/hud.h                  |  2 ++
 code/hud/hudparse.cpp           | 37 +++++++++++++++++++++++++++++++++++++
 code/hud/hudparse.h             |  6 +++++-
 code/scripting/api/libs/hud.cpp | 13 +++++++++++++
 code/ship/ship.cpp              |  8 ++++++--
 code/ship/ship.h                |  3 +++
 7 files changed, 82 insertions(+), 6 deletions(-)