Author Topic: Nightly: 29 August 2016 - Revision 4cb9e5c  (Read 754 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 August 2016 - Revision 4cb9e5c
Here is the nightly for 29 August 2016 - Revision 4cb9e5c


Group: Linux
nightly_20160829_4cb9e5c-builds-Linux.tar.gz
SHA1: 6029a9ff651fdc3935fb2a56b2fe0ebf06348dee


Group: MacOSX
nightly_20160829_4cb9e5c-builds-MacOSX.tar.gz
SHA1: f3ea0f56d7b465f144b0b13443c8ab3d5806a5aa


Group: Win32
nightly_20160829_4cb9e5c-builds-Win32.zip
SHA1: c651ed57f8f5036d262262602480f89f3c2bd518


Code: [Select]
------------------------------------------------------------------------
commit ba826df
Author: SamuelCho <Sun Aug 28 18:47:34 2016 -0700>
Commit: SamuelCho <Sun Aug 28 18:47:34 2016 -0700>

    Removed a bunch of unused rendering code.
 code/fireball/warpineffect.cpp   |  163 ----
 code/graphics/2d.h               |   70 +-
 code/graphics/grbatch.cpp        |   40 -
 code/graphics/gropengl.cpp       |   32 +-
 code/graphics/gropengldraw.cpp   |  625 -------------
 code/graphics/gropengldraw.h     |    4 -
 code/graphics/gropengllight.cpp  |   54 +-
 code/graphics/gropengllight.h    |    9 +-
 code/graphics/gropenglshader.cpp |   33 -
 code/graphics/gropenglshader.h   |    4 -
 code/graphics/gropengltnl.cpp    |  732 ---------------
 code/graphics/gropengltnl.h      |   12 -
 code/graphics/grstub.cpp         |  113 +--
 code/graphics/shadows.cpp        |    1 -
 code/jumpnode/jumpnode.cpp       |    1 -
 code/model/model.h               |    8 +-
 code/model/modelinterp.cpp       |  257 -----
 code/model/modelread.cpp         |   11 +-
 code/model/modelrender.cpp       |    9 -
 code/model/modelrender.h         |    2 -
 code/object/object.cpp           |    1 -
 code/object/objectsort.cpp       |    7 -
 code/render/3d.h                 |  105 ---
 code/render/3ddraw.cpp           | 1908 ++++----------------------------------
 code/render/3dlaser.cpp          |  403 --------
 25 files changed, 170 insertions(+), 4434 deletions(-)

------------------------------------------------------------------------
commit f693413
Author: SamuelCho <Sun Aug 28 14:24:10 2016 -0700>
Commit: SamuelCho <Sun Aug 28 14:24:10 2016 -0700>

    Removed orphaned GL_state code.
 code/cutscene/mveplayer.cpp              |   3 -
 code/cutscene/oggplayer.cpp              |   4 -
 code/graphics/grinternal.h               |   7 -
 code/graphics/gropengl.cpp               |   6 -
 code/graphics/gropengldraw.cpp           |  79 +--------
 code/graphics/gropengllight.cpp          |   4 -
 code/graphics/gropenglpostprocessing.cpp |  20 ---
 code/graphics/gropenglstate.cpp          | 281 +------------------------------
 code/graphics/gropenglstate.h            | 141 +---------------
 code/graphics/gropengltexture.cpp        |  15 --
 code/graphics/gropengltnl.cpp            |   7 +-
 code/graphics/material.cpp               |  14 --
 code/graphics/material.h                 |   6 +-
 code/graphics/paths/NVGRenderer.cpp      |   1 -
 code/graphics/shadows.cpp                |   2 -
 code/hud/hudtarget.cpp                   |   1 -
 code/model/modelrender.cpp               |   2 -
 code/object/objectsort.cpp               |   2 -
 code/render/3ddraw.cpp                   |   4 -
 code/starfield/nebula.cpp                |   1 -
 20 files changed, 9 insertions(+), 591 deletions(-)

------------------------------------------------------------------------
commit d7e3b61
Author: asarium <Thu Aug 25 14:39:04 2016 +0200>
Commit: asarium <Sun Aug 28 14:13:42 2016 +0200>

    Add debug group support
 code/graphics/2d.h                     |  31 ++
 code/graphics/gropengl.cpp             |  19 +
 code/graphics/gropengl.h               |   2 +
 code/graphics/grstub.cpp               |   9 +
 code/graphics/paths/NVGRenderer.cpp    |   2 +
 code/graphics/shadows.cpp              |   2 +
 code/model/modelrender.cpp             |   4 +
 code/object/objectsort.cpp             |   2 +
 freespace2/freespace.cpp               |   6 +-
 lib/opengl/gl/extensions.txt           |   3 +-
 lib/opengl/gl/glad/include/glad/glad.h | 774 ++++++++++++++++++++-------------
 lib/opengl/gl/glad/src/glad.c          |  71 ++-
 12 files changed, 596 insertions(+), 329 deletions(-)

------------------------------------------------------------------------
commit 3040fb8
Author: Risto Toijala <Fri Aug 26 15:13:01 2016 +0300>
Commit: Risto Toijala <Fri Aug 26 15:13:01 2016 +0300>

    remove executable file permissions from sexp.{cpp,h}
 code/parse/sexp.cpp | 0
 code/parse/sexp.h   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

------------------------------------------------------------------------
commit a55b94b
Author: Risto Toijala <Fri Aug 26 15:04:36 2016 +0300>
Commit: Risto Toijala <Fri Aug 26 15:04:36 2016 +0300>

    Refractor atol2 to remove my_errno.
 code/parse/parselo.cpp | 19 +++++++------------
 code/parse/parselo.h   |  9 +++++----
 2 files changed, 12 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit b898b04
Author: Risto Toijala <Fri Aug 26 14:59:46 2016 +0300>
Commit: Risto Toijala <Fri Aug 26 14:59:46 2016 +0300>

    Refractor atof2 to remove my_errno.
 code/parse/parselo.cpp | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit b12b56d
Author: Risto Toijala <Fri Aug 26 14:56:57 2016 +0300>
Commit: Risto Toijala <Fri Aug 26 14:56:57 2016 +0300>

    Refractor atoi2 to remove my_errno.
 code/parse/parselo.cpp | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)