Author Topic: Nightly: 03 July 2021 - Revision 84b25b52d  (Read 442 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 July 2021 - Revision 84b25b52d
Here is the nightly for 03 July 2021 - Revision 84b25b52d



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 84b25b52d
Author: PhantomHoover
Commit: GitHub

    Be smarter about when we try to run scripting hooks: don't even bother trying if no scripts are even registered to run on them. (#3538)
 code/ai/aicode.cpp                     |  12 ++--
 code/ai/aigoals.cpp                    |   8 ++-
 code/ai/aiturret.cpp                   |  24 ++++---
 code/asteroid/asteroid.cpp             |  15 +++--
 code/controlconfig/controlsconfig.cpp  |  10 +--
 code/io/key.cpp                        |  18 +++---
 code/io/mouse.cpp                      |  17 +++--
 code/mission/missioncampaign.cpp       |   4 +-
 code/mission/missionparse.cpp          |  16 +++--
 code/missionui/missionscreencommon.cpp |   3 +
 code/object/collidedebrisship.cpp      |  52 ++++++++++------
 code/object/collidedebrisweapon.cpp    |  52 ++++++++++------
 code/object/collideshipship.cpp        |  26 +++++---
 code/object/collideshipweapon.cpp      |  26 +++++---
 code/object/collideweaponweapon.cpp    |  26 +++++---
 code/object/object.cpp                 |  31 +++++-----
 code/parse/sexp.cpp                    |   8 ++-
 code/scripting/api/libs/mission.cpp    |   8 ++-
 code/scripting/scripting.cpp           |  30 ++++++++-
 code/scripting/scripting.h             |   8 ++-
 code/ship/afterburner.cpp              |  16 +++--
 code/ship/ship.cpp                     |  61 +++++++++++-------
 code/ship/shiphit.cpp                  |  28 +++++----
 code/weapon/beam.cpp                   | 110 ++++++++++++++++++++-------------
 code/weapon/weapons.cpp                |  16 +++--
 25 files changed, 394 insertions(+), 231 deletions(-)