Author Topic: Nightly: 23 August 2022 - Revision 38d099ebd  (Read 552 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 23 August 2022 - Revision 38d099ebd
Here is the nightly for 23 August 2022 - Revision 38d099ebd

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 9c61b389d
Author: Goober5000
Commit: Goober5000

    add missing hud_gauges.tbl options
 code/hud/hudparse.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 2b582676a
Author: Goober5000
Commit: Goober5000

    make OnShipDeath overridable, per request
 code/scripting/global_hooks.cpp |  2 +-
 code/scripting/global_hooks.h   |  2 +-
 code/ship/shiphit.cpp           | 18 ++++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ba36ad69f
Author: Goober5000
Commit: Goober5000

    add new hooks for each object type
 code/asteroid/asteroid.cpp      |  7 ++++
 code/debris/debris.cpp          | 26 +++++++++------
 code/scripting/global_hooks.cpp | 74 +++++++++++++++++++++++++++++++++++------
 code/scripting/global_hooks.h   | 16 +++++++--
 code/ship/ship.cpp              |  9 +++--
 code/ship/ship.h                |  2 --
 code/ship/shiphit.cpp           | 35 ++++++++++---------
 code/weapon/weapons.cpp         | 29 +++++++++++-----
 8 files changed, 147 insertions(+), 51 deletions(-)