Author Topic: Nightly: 11 May 2021 - Revision 2e272cce2  (Read 431 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 May 2021 - Revision 2e272cce2
Here is the nightly for 11 May 2021 - Revision 2e272cce2



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 309bfd782
Author: Asteroth
Commit: GitHub

    better beam index warning (#3376)
 code/weapon/weapons.cpp | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 743989525
Author: David Gibson
Commit: David Gibson

    Implemented index caching for hooks refering to ship or weapon info objects.
 code/scripting/api/libs/engine.cpp |   2 +-
 code/scripting/scripting.cpp       | 283 ++++++++++++++++++++-----------------
 code/scripting/scripting.h         |   9 +-
 3 files changed, 162 insertions(+), 132 deletions(-)

------------------------------------------------------------------------
commit 5bca1417c
Author: David Gibson
Commit: David Gibson

     Vectorized the hook condition lists and began chaching information inside the hook at creation to avoid string comparisons in play. CHC_VERSION, CHC_STATE, and CHC_APPLICATION converted.
 code/scripting/api/libs/engine.cpp |   1 +
 code/scripting/scripting.cpp       | 133 +++++++++++++++++++++----------------
 code/scripting/scripting.h         |   3 +-
 3 files changed, 78 insertions(+), 59 deletions(-)