Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 11, 2021, 01:48:38 am
-
Here is the nightly for 11 May 2021 - Revision 2e272cce2
Group: Linux
nightly_20210511_2e272cce2-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20210511_2e272cce2-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210511_2e272cce2-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210511_2e272cce2/nightly_20210511_2e272cce2-builds-x64-SSE2.zip))
------------------------------------------------------------------------
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(-)