Author Topic: Nightly: 07 January 2017 - Revision 3e0fbbb  (Read 648 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 07 January 2017 - Revision 3e0fbbb
Here is the nightly for 07 January 2017 - Revision 3e0fbbb


Group: Linux
nightly_20170107_3e0fbbb-builds-Linux.tar.gz
SHA1: bcfce5bd8883362285282b8a3d12f2aa8f381ad3


Group: MacOSX
nightly_20170107_3e0fbbb-builds-MacOSX.tar.gz
SHA1: 36fe292e69244701fd7f3a34a03079e1b7447878


Group: Win32
nightly_20170107_3e0fbbb-builds-Win32.zip
SHA1: 800e7d796521120466a5d122dc346580611fda94


Group: Win64
nightly_20170107_3e0fbbb-builds-Win64.zip
SHA1: a62ab97c7ec3981fd703f6911294f8207e0df770


Code: [Select]
------------------------------------------------------------------------
commit 74a5975
Author: SamuelCho <Thu Jan 5 21:47:00 2017 -0800>
Commit: asarium <Fri Jan 6 19:01:38 2017 +0100>

    Fixed events being sorted the wrong way. Fixed profiler history casting int instead of uint64_t.
 code/tracing/FrameProfiler.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ee675a1
Author: SamuelCho <Thu Jan 5 22:13:31 2017 -0800>
Commit: SamuelCho <Thu Jan 5 22:13:31 2017 -0800>

    Restore original OGL compatibility ambient light behavior.
 code/def_files/main-f.sdr              |  2 +-
 code/graphics/opengl/gropengllight.cpp | 16 +++++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 06aeb40
Author: asarium <Thu Jan 5 10:50:29 2017 +0100>
Commit: asarium <Thu Jan 5 10:50:29 2017 +0100>

    Remove percentage profiling
 code/tracing/FrameProfiler.cpp | 59 +++++-------------------------------------
 code/tracing/FrameProfiler.h   |  8 +-----
 2 files changed, 7 insertions(+), 60 deletions(-)

------------------------------------------------------------------------
commit 14baaf9
Author: asarium <Thu Jan 5 10:43:36 2017 +0100>
Commit: asarium <Thu Jan 5 10:43:36 2017 +0100>

    Use event IDs to establish a total event ordering
 code/tracing/FrameProfiler.cpp | 33 +++------------------------------
 code/tracing/tracing.cpp       |  8 ++++++++
 code/tracing/tracing.h         |  3 +++
 3 files changed, 14 insertions(+), 30 deletions(-)

------------------------------------------------------------------------
commit 599e24c
Author: asarium <Wed Jan 4 12:41:32 2017 +0100>
Commit: asarium <Wed Jan 4 12:41:32 2017 +0100>

    Remove unneeded tracing scope
 code/object/object.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 8221bc3
Author: asarium <Thu Dec 29 12:29:55 2016 +0100>
Commit: asarium <Thu Dec 29 12:29:55 2016 +0100>

    Process frame profile data at end of frame
 code/tracing/FrameProfiler.cpp | 8 ++++++--
 code/tracing/FrameProfiler.h   | 4 ++++
 code/tracing/tracing.cpp       | 5 +++++
 code/tracing/tracing.h         | 2 ++
 freespace2/freespace.cpp       | 4 ++++
 5 files changed, 21 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 82750b2
Author: asarium <Thu Dec 29 00:44:59 2016 +0100>
Commit: asarium <Thu Dec 29 00:44:59 2016 +0100>

    Fix Assertion when events have the same timestamp
 code/tracing/FrameProfiler.cpp | 54 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 49 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit ada29fd
Author: asarium <Tue Dec 27 12:48:05 2016 +0100>
Commit: asarium <Wed Dec 28 10:30:38 2016 +0100>

    Add previous on-screen prifiling readout again
 code/cmdline/cmdline.cpp       |   8 +
 code/cmdline/cmdline.h         |   1 +
 code/source_groups.cmake       |   3 +
 code/tracing/FrameProfiler.cpp | 338 +++++++++++++++++++++++++++++++++++++++++
 code/tracing/FrameProfiler.h   |  85 +++++++++++
 code/tracing/tracing.cpp       |  16 ++
 code/tracing/tracing.h         |   6 +
 freespace2/freespace.cpp       |  17 ++-
 8 files changed, 469 insertions(+), 5 deletions(-)