Author Topic: Nightly: 01 August 2016 - Revision 9a91e60  (Read 1054 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 August 2016 - Revision 9a91e60
Here is the nightly for 01 August 2016 - Revision 9a91e60


Group: Linux
nightly_20160801_9a91e60-builds-Linux.tar.gz
SHA1: de2b0a00a6f88768064cb03087e6224e65af3045


Group: MacOSX
nightly_20160801_9a91e60-builds-MacOSX.tar.gz
SHA1: f68e7affec6b49f76dfbc876cbcd6e310d042ddb


Group: Win32
nightly_20160801_9a91e60-builds-Win32.zip
SHA1: 9cfa5b8ffecff62c6f24f49782a4a79d5e847145


Code: [Select]
------------------------------------------------------------------------
commit e3d4cc1
Author: Fabian Woltermann <Mon Aug 1 11:54:00 2016 +0200>
Commit: Fabian Woltermann <Mon Aug 1 11:54:00 2016 +0200>

    _actually_ move the fxaa pass
 code/graphics/gropenglpostprocessing.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 97c7ad4
Author: Fabian Woltermann <Mon Aug 1 11:46:45 2016 +0200>
Commit: Fabian Woltermann <Mon Aug 1 11:46:45 2016 +0200>

    Moves the FXAA pass to after the tonemapping step, as recommended in the FXAA documentation
 code/graphics/gropenglpostprocessing.cpp | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit c049c64
Author: SamuelCho <Sun Jul 31 21:04:04 2016 -0700>
Commit: SamuelCho <Sun Jul 31 21:04:04 2016 -0700>

    Make sure we can write to the alpha channel before doing the FXAA luminance prepass.
 code/graphics/gropenglpostprocessing.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 7cf42b6
Author: asarium <Sat Jul 30 21:53:15 2016 +0200>
Commit: asarium <Sat Jul 30 21:53:15 2016 +0200>

    Fix directory creation for nested mod folders.
 code/cfile/cfilesystem.cpp | 13 +++++++++++++
 1 file changed, 13 insertions(+)

------------------------------------------------------------------------
commit d0bfc47
Author: asarium <Fri Jul 29 12:28:26 2016 +0200>
Commit: asarium <Fri Jul 29 12:30:21 2016 +0200>

    Fix memory leak in modelinterp.cpp
 code/model/modelread.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 31712e0
Author: asarium <Fri Jul 29 12:00:33 2016 +0200>
Commit: asarium <Fri Jul 29 12:00:33 2016 +0200>

    Add option for -fsanitize=leak on GCC
 cmake/toolchain-gcc.cmake | 12 ++++++++++++
 cmake/util.cmake          |  7 +++++++
 2 files changed, 19 insertions(+)

------------------------------------------------------------------------
commit baa2f9f
Author: Risto Toijala <Fri Jul 29 11:00:00 2016 +0300>
Commit: Risto Toijala <Fri Jul 29 11:00:00 2016 +0300>

    Add lua51 as a possible pkg-config name
 lib/lua/CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3b4e258
Author: asarium <Thu Jul 28 23:10:02 2016 +0200>
Commit: asarium <Thu Jul 28 23:10:02 2016 +0200>

    Fix default CMake configuration
 CMakeLists.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 465d95d
Author: asarium <Thu Jul 28 21:16:35 2016 +0200>
Commit: asarium <Thu Jul 28 21:16:35 2016 +0200>

    Add CMake error if external modules could not be found
 CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 53222e6
Author: Fabian Woltermann <Thu Jul 28 20:22:49 2016 +0200>
Commit: Fabian Woltermann <Thu Jul 28 20:22:49 2016 +0200>

    Adds a commandline switch analoguous to framebuffer shockwaves to enable the distortion effect for thrusters
 code/cmdline/cmdline.cpp       |  8 ++++++++
 code/cmdline/cmdline.h         |  1 +
 code/graphics/gropengldraw.cpp | 44 ++++++++++++++++++++++--------------------
 code/model/modelrender.cpp     |  2 +-
 4 files changed, 33 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 9f0897d
Author: Fabian Woltermann <Thu Jul 28 20:04:40 2016 +0200>
Commit: Fabian Woltermann <Thu Jul 28 20:04:40 2016 +0200>

    Fixes issue when rendering thrusters on weapon models
 code/lab/lab.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4edd6fd
Author: asarium <Thu Jul 28 11:09:39 2016 +0200>
Commit: asarium <Thu Jul 28 11:09:39 2016 +0200>

    Update tested visual studio versions
 appveyor.yml                 | 6 +++---
 ci/appveyor/before_build.ps1 | 9 ++-------
 2 files changed, 5 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 690d293
Author: asarium <Thu Jul 28 10:17:20 2016 +0200>
Commit: asarium <Thu Jul 28 10:17:20 2016 +0200>

    Expose portable mode in launcher
 code/cmdline/cmdline.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 06768e7
Author: asarium <Fri Jul 22 11:21:10 2016 +0200>
Commit: asarium <Wed Jul 27 22:24:28 2016 +0200>

    Use Platform checks for determining if a header is available
 cmake/platformChecks.cmake  |  5 +++++
 cmake/platformChecks.h.in   |  3 +++
 code/windows_stub/stubs.cpp | 19 ++++++++++++++-----
 3 files changed, 22 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 5826b88
Author: asarium <Tue Jul 26 19:36:20 2016 +0200>
Commit: asarium <Wed Jul 27 20:53:40 2016 +0200>

    Add AppImage support
 CMakeLists.txt             | 11 ++++++++++-
 ci/travis/before_script.sh |  4 +++-
 ci/travis/install.sh       |  7 +++++++
 ci/travis/release.sh       |  4 ++--
 cmake/AppImage.desktop.in  |  4 ++++
 cmake/AppRun.in            |  4 ++++
 cmake/appimage.cmake       | 23 +++++++++++++++++++++++
 cmake/globals.cmake        |  1 +
 code/jpgutils/jpgutils.cpp | 10 +++++++++-
 9 files changed, 63 insertions(+), 5 deletions(-)
« Last Edit: August 01, 2016, 02:26:24 pm by chief1983 »