Author Topic: Nightly: 04 February 2017 - Revision fe1e9ca  (Read 754 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 February 2017 - Revision fe1e9ca
Here is the nightly for 04 February 2017 - Revision fe1e9ca



Group: Linux
nightly_20170204_fe1e9ca-builds-Linux.tar.gz
SHA1: 49d821b0a91ea2b7edebf332787441cc6a640be8


Group: MacOSX
nightly_20170204_fe1e9ca-builds-MacOSX.tar.gz
SHA1: b42a1ade5b5cd4175bf742b00f326389191e4ee2


Group: Win32
nightly_20170204_fe1e9ca-builds-Win32.zip
SHA1: d6f2ebcd3605293db9350cfb4fd4d18a3111898f


Group: Win64
nightly_20170204_fe1e9ca-builds-Win64.zip
SHA1: 064b808fac46e728171f5a7032751c72fb78d890


Code: [Select]
------------------------------------------------------------------------
commit 4ed9231
Author: asarium <Thu Feb 2 23:25:50 2017 +0100>
Commit: asarium <Thu Feb 2 23:25:50 2017 +0100>

    Simplify condition
 code/graphics/opengl/gropengl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ca1a844
Author: asarium <Thu Feb 2 22:38:31 2017 +0100>
Commit: asarium <Thu Feb 2 22:38:31 2017 +0100>

    Remove GL_version checks that are always true
 code/graphics/opengl/gropengl.cpp       | 22 +++++++---------------
 code/graphics/opengl/gropenglshader.cpp | 12 +++++-------
 code/graphics/opengl/gropenglstate.cpp  | 14 +++++---------
 code/graphics/paths/NVGRenderer.cpp     |  8 ++------
 4 files changed, 19 insertions(+), 37 deletions(-)

------------------------------------------------------------------------
commit 833df59
Author: asarium <Thu Feb 2 22:35:03 2017 +0100>
Commit: asarium <Thu Feb 2 22:35:03 2017 +0100>

    Remove GLSL version checks that are always true
 code/graphics/2d.cpp                    | 16 ++++------------
 code/graphics/grbatch.cpp               | 16 +++-------------
 code/graphics/opengl/gropengl.cpp       | 17 +++++------------
 code/graphics/opengl/gropengldraw.cpp   |  4 ++--
 code/graphics/opengl/gropenglshader.cpp |  2 +-
 code/graphics/opengl/gropengltnl.cpp    |  4 ----
 code/model/modelinterp.cpp              | 11 +++--------
 code/model/modelread.cpp                |  4 ++--
 8 files changed, 20 insertions(+), 54 deletions(-)