Author Topic: Nightly (OS X): 22 Feb 2016 - Revision 4c23cd0  (Read 831 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 22 Feb 2016 - Revision 4c23cd0
Here is the nightly for OS X on 22 Feb 2016 - Revision 4c23cd0

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20160222_4c23cd0.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 564fc9a
Author: asarium <Mon Feb 22 12:11:44 2016 +0100>
Commit: asarium <Mon Feb 22 12:11:44 2016 +0100>

    Update commend to match updated code
 code/bmpman/bmpman.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 688c514
Author: asarium <Mon Feb 22 12:10:46 2016 +0100>
Commit: asarium <Mon Feb 22 12:10:46 2016 +0100>

    Actually dump opened files to log file
 code/cfile/cfile.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit acc5739
Author: niffiwan <Fri Feb 19 21:10:06 2016 +1000>
Commit: niffiwan <Mon Feb 22 18:49:57 2016 +1000>

    Add debug console command: bm_used
 code/bmpman/bmpman.cpp        | 99 +++++++++++++++++++++++++++++++++++++++++++
 code/globalincs/version.cpp   |  2 -
 code/globalincs/vmallocator.h |  1 +
 3 files changed, 100 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
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(-)