Author Topic: Nightly (FreeBSD): 07 Nov 2015 - Revision 0fcde30  (Read 630 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 07 Nov 2015 - Revision 0fcde30
Here is the nightly for FreeBSD on 07 Nov 2015 - Revision 0fcde30

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151107_0fcde30.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 697c900
Author: Echelon9 <Sat Nov 7 14:30:16 2015 +1100>
Commit: Echelon9 <Sat Nov 7 14:44:06 2015 +1100>

    OpenGL: As of GLSL 4.00 'sample' is a keyword. See further Section 3.6 Keywords https://www.opengl.org/registry/doc/GLSLangSpec.4.00.7.pdf
 code/globalincs/def_files.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit bbad1c2
Author: Goober5000 <Thu Oct 29 09:34:18 2015 -0400>
Commit: Goober5000 <Thu Oct 29 09:34:18 2015 -0400>

    more const-correctness per PR comments
 code/graphics/2d.h                | 24 ++++++++++++------------
 code/graphics/gropengl.cpp        |  4 ++--
 code/graphics/gropengldraw.cpp    |  4 ++--
 code/graphics/gropengldraw.h      | 10 +++++-----
 code/graphics/gropengltexture.cpp |  2 +-
 code/graphics/gropengltnl.cpp     | 12 ++++++------
 code/graphics/gropengltnl.h       | 10 +++++-----
 code/graphics/grstub.cpp          | 24 ++++++++++++------------
 8 files changed, 45 insertions(+), 45 deletions(-)

------------------------------------------------------------------------
commit a7dcda9
Author: Goober5000 <Wed Oct 28 00:02:35 2015 -0400>
Commit: Goober5000 <Wed Oct 28 00:02:35 2015 -0400>

    wip to avoid const_cast
 code/render/3ddraw.cpp  | 2 +-
 code/render/3dsetup.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit bfc0948
Author: Goober5000 <Tue Oct 27 22:52:03 2015 -0400>
Commit: Goober5000 <Tue Oct 27 22:52:03 2015 -0400>

    let's change this antipattern here too
 code/starfield/starfield.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 75411d9
Author: Goober5000 <Tue Oct 27 22:46:35 2015 -0400>
Commit: Goober5000 <Tue Oct 27 22:46:35 2015 -0400>

    const-correctness inspired by 392, because why not be masochistic
 code/io/keycontrol.cpp                 |  2 +-
 code/missionui/missionscreencommon.cpp |  2 +-
 code/missionui/missionscreencommon.h   |  2 +-
 code/model/modelinterp.cpp             |  2 +-
 code/render/3d.h                       | 85 ++++++++++++++++++----------------
 code/render/3ddraw.cpp                 | 49 ++++++++++----------
 code/render/3dinternal.h               |  2 +-
 code/render/3dlaser.cpp                |  8 ++--
 code/render/3dmath.cpp                 | 20 ++++----
 code/render/3dsetup.cpp                | 23 ++++-----
 10 files changed, 101 insertions(+), 94 deletions(-)