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 02, 2019, 01:16:12 am
-
Here is the nightly for 02 December 2019 - Revision 383b3b7
Group: MacOSX
nightly_20191202_383b3b7-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-MacOSX.tar.gz))
Group: Linux
nightly_20191202_383b3b7-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Linux.tar.gz))
Group: Win64
nightly_20191202_383b3b7-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Win64.zip))
Group: Win32
nightly_20191202_383b3b7-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191202_383b3b7/nightly_20191202_383b3b7-builds-Win32.zip))
------------------------------------------------------------------------
commit 10150c0
Author: wookieejedi
Commit: wookieejedi
fix int return
code/scripting/scripting.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 674b6cd
Author: wookieejedi
Commit: wookieejedi
Adds valid scripting state checks to functions that it was missing in
code/ai/aigoals.cpp | 9 +++------
code/scripting/scripting.cpp | 8 ++++++++
2 files changed, 11 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit d271e33
Author: wookieejedi
Commit: wookieejedi
Fix fred not working
code/ai/aigoals.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 1a8dcb1
Author: Goober5000
Commit: Goober5000
maybe this instead
code/lab/lab.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 821f90c
Author: Goober5000
Commit: Goober5000
add explicit cast to fix CI warning
code/lab/lab.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2d7c4de
Author: Goober5000
Commit: Goober5000
set Shadow_quality to default value
code/graphics/shadows.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit bd5fef4
Author: Goober5000
Commit: Goober5000
actually, there is one case where we still need to reset the tech db
code/menuui/readyroom.cpp | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 1b533d5
Author: Goober5000
Commit: Goober5000
don't restart if we are switching to a previously finished campaign
code/menuui/readyroom.cpp | 31 ++++++-------------------------
code/mission/missioncampaign.cpp | 2 ++
2 files changed, 8 insertions(+), 25 deletions(-)