Author Topic: Nightly (Linux): 08 Nov 2015 - Revision f876b89  (Read 668 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 08 Nov 2015 - Revision f876b89
Here is the nightly for Linux on 08 Nov 2015 - Revision f876b89

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151108_f876b89.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 2c8d921
Author: niffiwan <Sun Nov 8 13:04:13 2015 +1000>
Commit: niffiwan <Sun Nov 8 13:04:13 2015 +1000>

    Change Assert to Error
 code/model/modelread.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 97c5a29
Author: Echelon9 <Sat Nov 7 23:09:19 2015 +1100>
Commit: Echelon9 <Sat Nov 7 23:17:42 2015 +1100>

    Better wrap to 80 character lines where sensible in gr_opengl_init()
 code/graphics/gropengl.cpp | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit fa9bd1c
Author: Echelon9 <Sat Nov 7 23:01:35 2015 +1100>
Commit: Echelon9 <Sat Nov 7 23:17:42 2015 +1100>

    Whitespace clean up
 code/graphics/gropengl.cpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0435292
Author: Echelon9 <Sat Nov 7 22:59:09 2015 +1100>
Commit: Echelon9 <Sat Nov 7 23:17:42 2015 +1100>

    Export opengl_tnl_init(), so that it doesn't need to be extern'd. Consistent with opengl_tnl_shutdown()
 code/graphics/gropengl.cpp  | 1 -
 code/graphics/gropengltnl.h | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8111924
Author: Echelon9 <Sat Nov 7 22:48:21 2015 +1100>
Commit: Echelon9 <Sat Nov 7 23:17:42 2015 +1100>

    OpenGL: Use the Core rather than older Extension form of GL_MAX_TEXTURE_IMAGE_UNITS
 code/graphics/gropengl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a11c696
Author: Echelon9 <Sat Nov 7 22:39:09 2015 +1100>
Commit: Echelon9 <Sat Nov 7 23:17:42 2015 +1100>

    Const correctness for ver in gr_opengl_init()
 code/graphics/gropengl.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0b61d0b
Author: Echelon9 <Sat Nov 7 16:58:44 2015 +1100>
Commit: Echelon9 <Sat Nov 7 21:52:43 2015 +1100>

    OpenGL: Use the Core rather than older Extension form of GL_SHADING_LANGUAGE_VERSION.
 code/graphics/gropengl.cpp          | 2 +-
 code/graphics/gropenglextension.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)