Commit Graph

2371 Commits

Author SHA1 Message Date
Marc Audy
caf4fd78da Renable shadow variable warning pragma around glsl_parser_extras
#codereview Rolando.Caloca, Mark.Satterthwaite

[CL 2697309 by Marc Audy in Main branch]
2015-09-18 13:49:03 -04:00
Peter Sauerbrei
1c13d7d910 Addition of mobile provision selection
no error messaging as of yet when selecting something which then expires

[CL 2697295 by Peter Sauerbrei in Main branch]
2015-09-18 13:42:25 -04:00
Mark Satterthwaite
8dedbc3a9c Merging MetalRHI & MetalShaderFormat changes from ZebraBranch, plus the code to enable or disable Mac support.
[CL 2697221 by Mark Satterthwaite in Main branch]
2015-09-18 12:45:20 -04:00
Max Preussner
bb1c37b221 SessionFrontend: Fixed Crash when right clicking UFE session browser section headers (UE-21238)
[CL 2697178 by Max Preussner in Main branch]
2015-09-18 12:17:12 -04:00
Jamie Dale
9bcd777d9a Moved the "Widget Caching" toggle to the top row of toggle buttons
[CL 2696972 by Jamie Dale in Main branch]
2015-09-18 10:05:55 -04:00
Maciej Mroz
c38d11436b New way of replacing old BPGC references with new (converted and native) DynamicClass references in Package::Save
#codereview Robert.Manuszewski, Mike.Beach

[CL 2696879 by Maciej Mroz in Main branch]
2015-09-18 07:41:43 -04:00
Dan Oconnor
0fcbabbaa6 Allowing code generation for blueprints with warnings
[CL 2696502 by Dan Oconnor in Main branch]
2015-09-17 21:45:43 -04:00
Max Preussner
00f53f4c6b Fixed non-Windows builds
#CodeReview: richard.talbotwatkin

[CL 2696496 by Max Preussner in Main branch]
2015-09-17 21:36:26 -04:00
Max Preussner
8220ceecaf SessionFrontend: Using full username to identify session owners
#CodeReview: peter.sauerbrei

[CL 2696478 by Max Preussner in Main branch]
2015-09-17 21:14:52 -04:00
Ben Marsh
26199a1d2d Speculative build fix for root editor build failure.
#codereview mark.satterthwaite

[CL 2696025 by Ben Marsh in Main branch]
2015-09-17 17:05:04 -04:00
Peter Sauerbrei
0bec8adac7 build fix
#codereview nick.darnell

[CL 2695696 by Peter Sauerbrei in Main branch]
2015-09-17 14:53:00 -04:00
Nick Darnell
4181457d07 UMG/Slate - Exposing the Widget Caching flag to the widget reflector. Also making it so invalidation is disabled when Picking Widgets is occuring, as invalidation causes that system of traversing the widget hierarchy to no longer function. Since it pretends there are no children to avoid Slate doing more work than it needs to.
[CL 2695558 by Nick Darnell in Main branch]
2015-09-17 13:33:20 -04:00
Richard TalbotWatkin
6dea594619 Disable VS2013 compiler warning due to use of setjmp/longjmp (and fix a memory leak as a result of a destructor not being called).
[CL 2695281 by Richard TalbotWatkin in Main branch]
2015-09-17 11:23:03 -04:00
Jaroslaw Surowiec
95ddd28bc3 UE-17755/Time markers in the log file when using -LOGTIMESINCESTART are invalid
#platformnotify Josh.Adams

[CL 2694915 by Jaroslaw Surowiec in Main branch]
2015-09-17 06:17:29 -04:00
Maciej Mroz
c254b9121f FGatherConvertedClassDependencies collectsheaders for used interfaces.
[CL 2694874 by Maciej Mroz in Main branch]
2015-09-17 05:26:42 -04:00
Maciej Mroz
6a80e81347 BlueprintCompilerCppBackend: improved interface generation.
[CL 2694856 by Maciej Mroz in Main branch]
2015-09-17 05:15:17 -04:00
Richard TalbotWatkin
400df21877 Fixed error handling in FPngImageWrapper.
#jira UE-21088 - If a project thumbnail becomes corrupted, it will cause the editor to crash on launch

[CL 2694848 by Richard TalbotWatkin in Main branch]
2015-09-17 05:10:52 -04:00
Max Preussner
88478f51e7 SessionFrontend: Highlighting session groups and their number of sessions
[CL 2694630 by Max Preussner in Main branch]
2015-09-16 22:33:22 -04:00
Max Preussner
015d7aae06 SessionFrontend: Added ability to set session name and owner from the command line, i.e. on consoles running from Visual Studio
See SESSION console command for details.

#CodeReview: jamie.dale

[CL 2694616 by Max Preussner in Main branch]
2015-09-16 22:18:19 -04:00
Max Preussner
a1cf5dac10 SessionBrowser: Fixed unnamed non-standalone sessions not showing as 'unnamed'
#CodeReview: jamie.dale

[CL 2694395 by Max Preussner in Main branch]
2015-09-16 18:55:41 -04:00
Max Preussner
cae952efdc SessionBrowser: Removed dead code
[CL 2694393 by Max Preussner in Main branch]
2015-09-16 18:54:59 -04:00
Nick Darnell
065a160032 Tweaking some stuff in the iOS project settings for localization and filtering support.
#codereview Peter.Sauerbrei

[CL 2694185 by Nick Darnell in Main branch]
2015-09-16 17:01:36 -04:00
Bob Tellez
69850f04cf [AUTOMERGE]
#UE4 Slightly biasing toward the Fractal CPU test. This test performs well on CPUs suited to running games.

--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2692154 by Bob.Tellez on 2015/09/15 14:37:16.

[CL 2692155 by Bob Tellez in Main branch]
2015-09-15 14:37:38 -04:00
Bob Tellez
5a367f42ac [AUTOMERGE]
#UE4 Added weights to CPU/GPU perf index calculations. This will help distiguish between hardware that is faster/slower in ways that have a bigger impact on final framerate. A weight of 1 on a test is considered normal, <1 is considered less important and >1 is more important. I adjusted weights on existing tests according to current target PC hardware. Additionally I lowered the default "min spec" threshold to compensate for similarly performing low-end machines that are now better distiguished.

#rb Martin.Mittring

#platformnotify Josh.Adams

--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2689035 by Bob.Tellez on 2015/09/11 17:59:01.

[CL 2692144 by Bob Tellez in Main branch]
2015-09-15 14:33:12 -04:00
Lukasz Furman
e35680b47b fixed triangulation error of some convex polys recorded by visual logger
#ue4

[CL 2692116 by Lukasz Furman in Main branch]
2015-09-15 14:15:44 -04:00