Author Topic: Nightly: 28 August 2016 - Revision 864e218  (Read 838 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 August 2016 - Revision 864e218
Here is the nightly for 28 August 2016 - Revision 864e218


Group: Linux
nightly_20160828_864e218-builds-Linux.tar.gz
SHA1: ba11bdf44eabac4049e21e3ab122f565a759094a


Group: MacOSX
nightly_20160828_864e218-builds-MacOSX.tar.gz
SHA1: 25b4ab7556118203b25cf52adb2267a5b5f6ed10


Group: Win32
nightly_20160828_864e218-builds-Win32.zip
SHA1: a9c7aeb3a255edf8cc697acab5dba7db3fc3bd00


Code: [Select]
------------------------------------------------------------------------
commit 3942de9
Author: asarium <Sat Aug 27 18:24:08 2016 +0200>
Commit: asarium <Sat Aug 27 18:24:08 2016 +0200>

    Fix WAV parsing on UNIX
 code/windows_stub/config.h | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 5d6dc2e
Author: asarium <Thu Aug 25 16:13:00 2016 +0200>
Commit: asarium <Fri Aug 26 22:17:52 2016 +0200>

    Improve shader value handling
 code/graphics/gropenglshader.cpp | 124 +++++++++++++++++++--------------------
 code/graphics/gropenglshader.h   |  50 +++++-----------
 2 files changed, 77 insertions(+), 97 deletions(-)

------------------------------------------------------------------------
commit 478c86d
Author: asarium <Fri Aug 26 21:43:05 2016 +0200>
Commit: asarium <Fri Aug 26 22:17:07 2016 +0200>

    Remove fixed function rendering code
 code/graphics/gropengllight.cpp | 98 -----------------------------------------
 code/graphics/gropengllight.h   |  1 -
 code/graphics/gropengltnl.cpp   | 69 -----------------------------
 code/graphics/gropengltnl.h     |  1 -
 4 files changed, 169 deletions(-)

------------------------------------------------------------------------
commit 173041e
Author: asarium <Thu Aug 25 17:34:45 2016 +0200>
Commit: asarium <Fri Aug 26 22:16:30 2016 +0200>

    Remove is_minimum_GLSL_version()
 code/cutscene/mveplayer.cpp              |   5 -
 code/cutscene/oggplayer.cpp              | 271 ++++++++-----------------------
 code/graphics/gropengl.cpp               |  86 ++--------
 code/graphics/gropengl.h                 |   1 -
 code/graphics/gropengldraw.cpp           |   8 +-
 code/graphics/gropengllight.cpp          |  35 +---
 code/graphics/gropenglpostprocessing.cpp |   2 +-
 code/graphics/gropenglshader.cpp         |  16 --
 code/graphics/gropenglstate.cpp          |  15 --
 code/graphics/gropengltexture.cpp        |   4 +-
 code/graphics/gropengltnl.cpp            | 110 +------------
 code/lab/lab.cpp                         |  10 +-
 code/lighting/lighting.cpp               |  48 ++----
 code/model/modelread.cpp                 |   8 +-
 code/model/modelrender.cpp               |   9 +-
 code/object/object.cpp                   |   2 +-
 code/ship/ship.cpp                       |   2 +-
 code/weapon/beam.cpp                     |  42 +----
 18 files changed, 139 insertions(+), 535 deletions(-)