Commit Graph

8 Commits

Author SHA1 Message Date
Matt Kuhlenschmidt
e65a764c5f Fix GPU profiler not working in -game mode. Made task graph have its own style
https://jira.ol.epicgames.net/browse/UE-7607

[CL 2519177 by Matt Kuhlenschmidt in Main branch]
2015-04-21 09:55:33 -04:00
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -04:00
Joe Conley
a3da729cb2 GPU Profiler: Display a warning if GPU profile is captured with v-sync enabled.
#codereview nick.penwarden

[CL 2405609 by Joe Conley in Main branch]
2015-01-14 00:36:58 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Wes Hunt
31e2bb00ac Removed a bunch of stuff from Slate standard include, created SlateBasics.h
* Moved Slate.h into SlateBasics.h and began shifting less commonly used headers into SlateExtras.h.
* Slate.h now simply includes SlateBasics.h and SlateExtras.h.
* Slate.h includes a deprecated warning now to indicate that SlateBasics.h + specific includes should be used instead.
* Moved dozens of inlined functions using Slate widgets into .cpp files to avoid header dependencies.
* All code samples now include SlateBasics.h and SlateExtras.h so future shifts will not break most those projects, but not trigger the deprecation warning of including Slate.h.
#BUN

[CL 2329610 by Wes Hunt in Main branch]
2014-10-14 22:50:06 -04:00
Jaroslaw Palczynski
ebce413232 UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
Jaroslaw Surowiec
f382c0ee2a TaskGraphVisualizer - Works only if WITH_EDITOR
[CL 2077627 by Jaroslaw Surowiec in Main branch]
2014-05-19 09:57:40 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00