Author Topic: Nightly: 26 May 2021 - Revision d49e24fa0  (Read 699 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 26 May 2021 - Revision d49e24fa0
Here is the nightly for 26 May 2021 - Revision d49e24fa0



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit d49e24fa0
Author: Asteroth
Commit: GitHub

    Add healing weapons (#2873)
 code/ai/aicode.cpp           |   5 +
 code/object/objectshield.cpp |  35 +++-
 code/object/objectshield.h   |   6 +
 code/ship/shiphit.cpp        | 405 ++++++++++++++++++++++++++++++++++++++++---
 code/weapon/weapon_flags.h   |   1 +
 code/weapon/weapons.cpp      |   1 +
 6 files changed, 426 insertions(+), 27 deletions(-)