Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 21, 2022, 12:50:37 am

Title: Nightly: 21 February 2022 - Revision 58ac0dfdf
Post by: SirKnightly on February 21, 2022, 12:50:37 am
Here is the nightly for 21 February 2022 - Revision 58ac0dfdf



Group: Win32-SSE2
nightly_20220221_58ac0dfdf-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20220221_58ac0dfdf-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-x64-SSE2.zip))


Group: Linux
nightly_20220221_58ac0dfdf-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220221_58ac0dfdf/nightly_20220221_58ac0dfdf-builds-Linux.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 649605997
Author: Goober5000
Commit: Goober5000

    fix the keep-safe-distance AI mode
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  3 +++
 code/ai/aicode.cpp      | 17 ++++++++++-------
 3 files changed, 14 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 97eb72b3b
Author: Allen A. Babb
Commit: GitHub

    Set key to -1 and let CCB::take() do the actual binding later on... instead of overwriting changes. (#4042)
 code/controlconfig/controlsconfigcommon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)