Author Topic: Nightly (OS X): 13 Jul 2016 - Revision c4ce653  (Read 583 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 13 Jul 2016 - Revision c4ce653
Here is the nightly for OS X on 13 Jul 2016 - Revision c4ce653

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20160713_c4ce653.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit ac46ee4
Author: SamuelCho <Tue Jul 12 23:36:05 2016 -0700>
Commit: SamuelCho <Tue Jul 12 23:36:05 2016 -0700>

    Fixed nebula missions from breaking scene render targets following the nohtl removal.
 code/nebula/neb.cpp | 73 ++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 40 deletions(-)

------------------------------------------------------------------------
commit 5fca235
Author: Fabian Woltermann <Tue Jul 12 21:51:39 2016 +0200>
Commit: Fabian Woltermann <Tue Jul 12 21:51:39 2016 +0200>

    Adds TMAP_FLAG_EMISSIVE for the 2D warp effect, and ups the scaling applied to textures with that flag from 1.5 to 2.0 to better approximate the brightness beams used to have. Also sets a glow texture for the 3D warp effect.
 code/fireball/warpineffect.cpp | 2 +-
 code/graphics/gropengldraw.cpp | 6 +++---
 code/model/modelrender.cpp     | 5 +++++
 3 files changed, 9 insertions(+), 4 deletions(-)