Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 30, 2022, 01:52:56 am
-
Here is the nightly for 30 October 2022 - Revision 874e22b8e
Group: Win64-SSE2
nightly_20221030_874e22b8e-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-x64-SSE2.zip))
Group: MacOSX
nightly_20221030_874e22b8e-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Mac.tar.gz))
Group: Linux
nightly_20221030_874e22b8e-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20221030_874e22b8e-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221030_874e22b8e/nightly_20221030_874e22b8e-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit b42831b98
Author: Goober5000
Commit: Goober5000
take non-autoscaling AI classes into account when autoscaling
code/ai/ai.h | 2 ++
code/ai/ai_flags.h | 1 +
code/ai/ai_profiles.cpp | 2 ++
code/ai/aicode.cpp | 55 ++++++++++++++++++++++++++++++++++++++++++-------
code/ai/aiturret.cpp | 35 ++++++++++++++++++++++++++-----
5 files changed, 83 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit f4f223908
Author: mjn-mixael
Commit: mjn-mixael
remove misplaced int3() and allow the game to continue with a value of -1
code/missionui/missionshipchoice.cpp | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 4b23a1bd4
Author: John Fernandez
Commit: John Fernandez
Feedback
code/weapon/weapons.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 9f40a341c
Author: John Fernandez
Commit: John Fernandez
Allow multilock between traitors
code/weapon/weapons.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)