Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 14, 2024, 12:49:37 am
-
Here is the nightly for 14 December 2024 - Revision e37763f8a
Group: Linux
nightly_20241214_e37763f8a-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20241214_e37763f8a-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20241214_e37763f8a-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20241214_e37763f8a-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20241214_e37763f8a-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241214_e37763f8a/nightly_20241214_e37763f8a-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 326d8e5bd
Author: Asteroth
Commit: Asteroth
reorder init
code/ship/ship.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 4d278097e
Author: Asteroth
Commit: Asteroth
change reset to a constructor
code/ship/ship.h | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
------------------------------------------------------------------------
commit bcdcba7b8
Author: Goober5000
Commit: Goober5000
default the connection speed to Fast even if it has been set to None
code/network/multiutil.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)