Author Topic: Nightly (OS X): 06 Nov 2015 - Revision fbc9ede  (Read 606 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 06 Nov 2015 - Revision fbc9ede
Here is the nightly for OS X on 06 Nov 2015 - Revision fbc9ede

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151106_fbc9ede.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 1d66596
Author: niffiwan <Fri Nov 6 07:59:03 2015 +1000>
Commit: niffiwan <Fri Nov 6 07:59:03 2015 +1000>

    Disable shadows by default
 code/cmdline/cmdline.cpp | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit b704050
Author: Goober5000 <Thu Nov 5 00:36:06 2015 -0500>
Commit: Goober5000 <Thu Nov 5 00:36:06 2015 -0500>

    change these functions to return bool rather than int; fixes a minor warning
 code/ship/shipfx.cpp | 42 +++++++++++++++++++++---------------------
 code/ship/shipfx.h   |  6 +++---
 2 files changed, 24 insertions(+), 24 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(-)