Author Topic: Nightly: 02 October 2021 - Revision a6093dd8c  (Read 323 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 October 2021 - Revision a6093dd8c
Here is the nightly for 02 October 2021 - Revision a6093dd8c



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a6093dd8c
Author: BMagnu
Commit: GitHub

    Add ammoless secondaries (#3589)
 code/ai/aicode.cpp                     |  6 ++---
 code/ai/aiturret.cpp                   |  5 +++-
 code/hud/hud.cpp                       |  2 +-
 code/hud/hudtarget.cpp                 | 32 +++++++++++++----------
 code/io/keycontrol.cpp                 |  4 +++
 code/mission/missionparse.cpp          |  5 ++++
 code/missionui/missionweaponchoice.cpp |  6 ++++-
 code/object/object.cpp                 |  2 +-
 code/parse/sexp.cpp                    | 17 +++++++++++-
 code/ship/ship.cpp                     | 48 +++++++++++++++++++++++++++++-----
 code/ship/ship.h                       |  2 ++
 code/weapon/swarm.cpp                  |  2 +-
 code/weapon/weapon_flags.h             |  1 +
 code/weapon/weapons.cpp                |  1 +
 14 files changed, 103 insertions(+), 30 deletions(-)

------------------------------------------------------------------------
commit 76046d8ae
Author: Asteroth
Commit: GitHub

    Clean up beam type naming scheme (#3670)
 code/hud/hudartillery.cpp |   2 +-
 code/ship/ship.cpp        |  10 +--
 code/weapon/beam.cpp      | 188 +++++++++++++++++++++++-----------------------
 code/weapon/beam.h        |  17 +++--
 code/weapon/weapon.h      |   3 +-
 code/weapon/weapons.cpp   |  24 ++++--
 6 files changed, 129 insertions(+), 115 deletions(-)

------------------------------------------------------------------------
commit ebcd4135a
Author: Goober5000
Commit: Goober5000

    additional fixes, including a bugfix for #3679
 code/mission/missionparse.cpp | 5 +++--
 code/ship/shiphit.cpp         | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6575cf688
Author: Goober5000
Commit: Goober5000

    add OnShipDeathStarted scripting hook
 code/mission/missionparse.cpp |  8 ++++----
 code/ship/ship.cpp            |  5 +++++
 code/ship/ship.h              |  7 +++++++
 code/ship/shiphit.cpp         | 17 +++++++++++++++++
 4 files changed, 33 insertions(+), 4 deletions(-)