Author Topic: Nightly: 18 March 2018 - Revision 8b49ebf  (Read 761 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 March 2018 - Revision 8b49ebf
Here is the nightly for 18 March 2018 - Revision 8b49ebf

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1c5bf39
Author: Fabian Woltermann <Fri Mar 16 13:05:21 2018 +0100>
Commit: Fabian Woltermann <Fri Mar 16 13:05:21 2018 +0100>

    Use GL_max_anisotropy by default
 code/graphics/opengl/gropengltexture.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0b3ff5e
Author: Fabian Woltermann <Fri Mar 16 08:14:35 2018 +0100>
Commit: Fabian Woltermann <Fri Mar 16 08:14:35 2018 +0100>

    Make the anisotropy setting controllable via commandline
 code/cmdline/cmdline.cpp                 | 7 +++++++
 code/cmdline/cmdline.h                   | 1 +
 code/graphics/opengl/gropengltexture.cpp | 3 +--
 3 files changed, 9 insertions(+), 2 deletions(-)