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 08, 2021, 12:45:05 am
-
Here is the nightly for 08 February 2021 - Revision 0f1c5e0a4
Group: Win32-SSE2
nightly_20210208_0f1c5e0a4-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210208_0f1c5e0a4-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-x64-SSE2.zip))
Group: Linux
nightly_20210208_0f1c5e0a4-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210208_0f1c5e0a4/nightly_20210208_0f1c5e0a4-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit cb692b22b
Author: z64555
Commit: z64555
Add note comment to the CCI_builder. Controls that don't work in retail should be default disabled, but this relies on the coders making them to get it set the first time.
code/controlconfig/controlsconfigcommon.cpp | 4 ++++
1 file changed, 4 insertions(+)
------------------------------------------------------------------------
commit 0b03c3f67
Author: z64555
Commit: z64555
Add me to the cool kids club. Wait, no, not that one.
.github/CODEOWNERS | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 15d3dde5f
Author: z64555
Commit: z64555
Unhide non-retail controls by default. Even though retail data can't make use of most of them, some mods may count on their visibility.
code/controlconfig/controlsconfigcommon.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)