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 01, 2019, 02:39:43 am
-
Here is the nightly for 01 December 2019 - Revision 8ed68ef
Group: Linux
nightly_20191201_8ed68ef-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Linux.tar.gz))
Group: MacOSX
nightly_20191201_8ed68ef-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-MacOSX.tar.gz))
Group: Win64
nightly_20191201_8ed68ef-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Win64.zip))
Group: Win32
nightly_20191201_8ed68ef-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20191201_8ed68ef/nightly_20191201_8ed68ef-builds-Win32.zip))
------------------------------------------------------------------------
commit 0008c5b
Author: FSCyborg
Commit: FSCyborg
Keeps set-secondary-weapon from using nonsense
code/parse/sexp.cpp | 47 +++++++++++++++++++----------------------------
1 file changed, 19 insertions(+), 28 deletions(-)
------------------------------------------------------------------------
commit f518e27
Author: Taylor Richards
Commit: Taylor Richards
sanitize parsed multi.cfg settings for PXO
code/network/multi_fstracker.cpp | 53 ++++++++++++++++++++++++++++++++++++++++
code/network/multi_fstracker.h | 3 +++
code/network/multi_options.cpp | 3 +++
3 files changed, 59 insertions(+)
------------------------------------------------------------------------
commit 6abd8b0
Author: Fabian Woltermann
Commit: Fabian Woltermann
Change the link associated with the -emissive_light flag
code/cmdline/cmdline.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit e519646
Author: wookieejedi
Commit: wookieejedi
Optimized a bit
code/math/vecmat.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 48773e3
Author: wookieejedi
Commit: wookieejedi
Fixes the extraction of pitch
code/math/vecmat.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5ae9623
Author: Fabian Woltermann
Commit: Fabian Woltermann
Switches the behaviour of the Lab emissive lighting switch to be in line with the other changes.
code/lab/lab.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7451fb3
Author: Fabian Woltermann
Commit: Fabian Woltermann
Actually set the bloom intensity
code/cmdline/cmdline.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 9e5cd34
Author: Fabian
Commit: Fabian Woltermann
Makes slight adjustments to the lighting defaults.
code/cmdline/cmdline.cpp | 15 ++++++++++-----
code/cmdline/cmdline.h | 2 +-
code/graphics/uniforms.cpp | 2 +-
code/lab/lab.cpp | 8 ++++----
4 files changed, 16 insertions(+), 11 deletions(-)