Author Topic: Nightly (Windows): 22 Feb 2016 - Revision e47884e  (Read 631 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 22 Feb 2016 - Revision e47884e
Here is the nightly for Windows on 22 Feb 2016 - Revision e47884e

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20160222_e47884e.7z
MD5Sum

Group: SSE
fso_SSE_20160222_e47884e.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20160222_e47884e.7z
MD5Sum

Group: AVX
fso_AVX_20160222_e47884e.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 108d603
Author: asarium <Sun Feb 21 23:14:12 2016 +0100>
Commit: asarium <Sun Feb 21 23:24:01 2016 +0100>

    Clean up the renderer interface
 code/freespace2/freespace.cpp  |  94 ---------------------------------
 code/graphics/2d.cpp           |   1 -
 code/graphics/2d.h             |  45 +---------------
 code/graphics/gropengl.cpp     | 116 -----------------------------------------
 code/graphics/gropengldraw.cpp |  11 ----
 code/graphics/gropengldraw.h   |   2 -
 code/graphics/gropengltnl.cpp  |  64 -----------------------
 code/graphics/gropengltnl.h    |   4 --
 code/graphics/grstub.cpp       |  52 +-----------------
 9 files changed, 3 insertions(+), 386 deletions(-)

------------------------------------------------------------------------
commit 5857539
Author: asarium <Sun Feb 21 22:25:45 2016 +0100>
Commit: asarium <Sun Feb 21 22:34:37 2016 +0100>

    Add source tracking for cfiles
 code/cfile/cfile.cpp      | 65 +++++++++++++++++++++++++++++++++--------------
 code/cfile/cfile.h        |  8 ++++--
 code/cfile/cfilearchive.h |  3 +++
 3 files changed, 55 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit a1d4647
Author: asarium <Sun Feb 21 15:57:52 2016 +0100>
Commit: asarium <Sun Feb 21 15:57:52 2016 +0100>

    Remove -img2dds
 code/cmdline/cmdline.cpp | 6 ------
 code/cmdline/cmdline.h   | 1 -
 2 files changed, 7 deletions(-)

------------------------------------------------------------------------
commit a4043fb
Author: asarium <Sun Feb 21 13:22:08 2016 +0100>
Commit: asarium <Sun Feb 21 15:40:18 2016 +0100>

    Improve Assertion message a bit
 code/bmpman/bmpman.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 83b8361
Author: asarium <Sun Feb 21 11:53:15 2016 +0100>
Commit: asarium <Sun Feb 21 15:40:18 2016 +0100>

    Move texture loading out of graphics code
 code/bmpman/bmpman.cpp            | 221 ++++++++++++++++++-
 code/graphics/2d.h                |   9 +-
 code/graphics/gropengl.cpp        |   3 +-
 code/graphics/gropenglbmpman.cpp  | 451 +-------------------------------------
 code/graphics/gropenglbmpman.h    |  17 +-
 code/graphics/gropengltexture.cpp | 110 ----------
 code/graphics/grstub.cpp          | 193 +---------------
 7 files changed, 234 insertions(+), 770 deletions(-)

------------------------------------------------------------------------
commit aebdc63
Author: asarium <Sun Feb 21 12:10:30 2016 +0100>
Commit: asarium <Sun Feb 21 12:10:30 2016 +0100>

    Disable unused function warnings in release mode
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)