Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 22, 2020, 01:29:24 am

Title: Nightly: 22 August 2020 - Revision ea32b7b
Post by: SirKnightly on August 22, 2020, 01:29:24 am
Here is the nightly for 22 August 2020 - Revision ea32b7b



Group: Win32
nightly_20200822_ea32b7b-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Win32.zip))


Group: Win64
nightly_20200822_ea32b7b-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Win64.zip))


Group: Linux
nightly_20200822_ea32b7b-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-Linux.tar.gz))


Group: MacOSX
nightly_20200822_ea32b7b-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200822_ea32b7b/nightly_20200822_ea32b7b-builds-MacOSX.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 55a388f
Author: thfrwn
Commit: thfrwn

    try_lock -> try_to_lock to fix clang 10 build
 code/utils/boost/syncboundedqueue.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit abed6f5
Author: Goober5000
Commit: Goober5000

    make help overlays dynamic
 code/gamehelp/contexthelp.cpp | 49 +++++++++++++++----------------------------
 code/gamehelp/contexthelp.h   |  2 --
 2 files changed, 17 insertions(+), 34 deletions(-)