Author Topic: Nightly: 19 October 2022 - Revision 4c6f04327  (Read 225 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 19 October 2022 - Revision 4c6f04327
Here is the nightly for 19 October 2022 - Revision 4c6f04327



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4c6f04327
Author: Asteroth
Commit: GitHub

    Add a bunch of movement stats to ship class script api (#4797)
 code/scripting/api/objs/shipclass.cpp | 170 ++++++++++++++++++++++++++++++++++
 1 file changed, 170 insertions(+)

------------------------------------------------------------------------
commit 307c770c5
Author: MjnMixael
Commit: GitHub

    Enable hud rearm timer in hud_gauges.tbl (#4777)
 code/cmdline/cmdline.cpp | 2 +-
 code/hud/hud.cpp         | 7 ++++++-
 code/hud/hud.h           | 2 ++
 code/hud/hudparse.cpp    | 5 +++++
 4 files changed, 14 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit bd0e6bb99
Author: JohnAFernandez
Commit: GitHub

    Add an update interval for client update packets (#4796)
 code/network/multi.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 0a6729b03
Author: MjnMixael
Commit: GitHub

    enable target info in hud_gauges.tbl (#4778)
 code/asteroid/asteroid.cpp | 4 ++--
 code/cmdline/cmdline.cpp   | 5 ++---
 code/cmdline/cmdline.h     | 1 -
 code/hud/hud.cpp           | 1 +
 code/hud/hud.h             | 2 ++
 code/hud/hudbrackets.cpp   | 2 +-
 code/hud/hudparse.cpp      | 3 +++
 code/hud/hudtarget.cpp     | 4 ++--
 8 files changed, 13 insertions(+), 9 deletions(-)