Author Topic: Nightly: 02 September 2016 - Revision 0c240c3  (Read 913 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 September 2016 - Revision 0c240c3
Here is the nightly for 02 September 2016 - Revision 0c240c3


Group: Linux
nightly_20160902_0c240c3-builds-Linux.tar.gz
SHA1: 985f2580b5cdd379f88e88232819442b5fc2135f


Group: MacOSX
nightly_20160902_0c240c3-builds-MacOSX.tar.gz
SHA1: 6f85c8314018e1388f08e9e57e9c702f4d4d5cda


Group: Win32
nightly_20160902_0c240c3-builds-Win32.zip
SHA1: 95a21aa68295cfabb514de2d679cef93034db249


Code: [Select]
------------------------------------------------------------------------
commit 22758e9
Author: asarium <Thu Sep 1 20:46:06 2016 +0200>
Commit: asarium <Thu Sep 1 21:49:59 2016 +0200>

    Add OpenGL Core context creation to FRED2
 fred2/CMakeLists.txt                             |   4 +
 fred2/MFCGraphicsOperations.cpp                  | 332 +++++++++++++++++++++++
 fred2/MFCGraphicsOperations.h                    |  72 +++++
 fred2/fredview.cpp                               | 250 +----------------
 lib/opengl/gl/CMakeLists.txt                     |  18 ++
 lib/opengl/gl/gen_cmd.txt                        |   2 +
 lib/opengl/gl/glad/include/glad/glad.h           |   2 +-
 lib/opengl/gl/glad/src/glad.c                    |   2 +-
 lib/opengl/gl/glad_wgl/include/KHR/khrplatform.h | 285 +++++++++++++++++++
 lib/opengl/gl/glad_wgl/include/glad/glad_wgl.h   | 145 ++++++++++
 lib/opengl/gl/glad_wgl/src/glad_wgl.c            | 122 +++++++++
 lib/opengl/gl/wgl_exts.txt                       |   5 +
 12 files changed, 988 insertions(+), 251 deletions(-)

------------------------------------------------------------------------
commit b754fa5
Author: SamuelCho <Wed Aug 31 00:45:15 2016 -0700>
Commit: SamuelCho <Wed Aug 31 00:45:15 2016 -0700>

    Simplified material/shader handling.
 code/graphics/material.cpp           | 61 ++++--------------------------------
 code/graphics/material.h             | 15 +++------
 code/graphics/opengl/gropengltnl.cpp |  8 +++--
 3 files changed, 15 insertions(+), 69 deletions(-)