Author Topic: Nightly: 01 December 2019 - Revision 8ed68ef  (Read 674 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 December 2019 - Revision 8ed68ef
Here is the nightly for 01 December 2019 - Revision 8ed68ef



Group: Linux
nightly_20191201_8ed68ef-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20191201_8ed68ef-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20191201_8ed68ef-builds-Win64.zip (Mirror)


Group: Win32
nightly_20191201_8ed68ef-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)