Commit Graph

1009 Commits

Author SHA1 Message Date
Sam Zamani
f01f5e654e fix compile errors
[CL 2353994 by Sam Zamani in Main branch]
2014-11-08 11:17:18 -05:00
Sam Zamani
d82f66fcb2 Merging using UE4-Fortnite-To-UE4
#friends,chat
- added global chat room functionality to chat UI
- currently auto-joins the public room "fortnite" on login and exists on logout

[CL 2353989 by Sam Zamani in Main branch]
2014-11-08 11:02:45 -05:00
Nick Atamas
5984aebe9c Slate : Added -perftest option to SlateViewer. Added button in WidgetReflector that copies Slate Perf Stats to clipboard.
#codereview Wes.Hunt

[CL 2353749 by Nick Atamas in Main branch]
2014-11-07 18:01:32 -05:00
Sam Zamani
d990a980f3 Merging using UE4-Fortnite-To-UE4
- dont repeat chat messages that go to the global chat room

[CL 2353725 by Sam Zamani in Main branch]
2014-11-07 17:41:31 -05:00
Sam Zamani
12aa100e4a Merging using UE4-Fortnite-To-UE4
#friends,chat
- send global chat room messages
- also added member enter/exit messages for now

[CL 2353716 by Sam Zamani in Main branch]
2014-11-07 17:41:06 -05:00
Peter Sauerbrei
12258788fb fix for crash on Mac when installing provision
improved certificate detection on Mac
UE-4919
#ios

[CL 2353516 by Peter Sauerbrei in Main branch]
2014-11-07 15:46:06 -05:00
James Golding
a77df83de2 Added ascending and descending to collision analyzer for the ID column
[https://github.com/EpicGames/UnrealEngine/pull/506] (MyDigitalLife)

[CL 2352992 by James Golding in Main branch]
2014-11-07 09:53:30 -05:00
Nick Atamas
47f9cde8d6 Slate : fixed Slate Draw Prepass only being called on top-level windows (not their children). Slate.FoldTick can now be toggle from the widget reflector.
[CL 2352458 by Nick Atamas in Main branch]
2014-11-07 09:47:11 -05:00
Rolando Caloca
40dc90c120 UE4 - HlslParser - 99% compliant
[CL 2352287 by Rolando Caloca in Main branch]
2014-11-07 09:45:40 -05:00
Daniel Wright
e1263c057f Suppressed layout UV log spam
[CL 2352151 by Daniel Wright in Main branch]
2014-11-06 15:48:27 -05:00
Peter Sauerbrei
7715043791 Mac CIS fix
#mac

[CL 2352064 by Peter Sauerbrei in Main branch]
2014-11-06 15:45:59 -05:00
Mieszko Zielinski
62f6ff5c1f Changes the way FAITestBase auto-releases UObjects created for given test #UE4
- fixes UE-5114, FORT-2006
- merged over from UE4-Fortnite

[CL 2351944 by Mieszko Zielinski in Main branch]
2014-11-06 15:26:48 -05:00
Peter Sauerbrei
2bb49fb11b Mac build fix
#mac

[CL 2351764 by Peter Sauerbrei in Main branch]
2014-11-06 15:24:06 -05:00
Matthew Griffin
98cbfe5555 Adding a loading spinner to SWebBrowser to be shown before page is first rendered.
Also ignore changes to viewport size that can't be seen, to avoid the whole page being rendered again when it becomes visible.

[CL 2351745 by Matthew Griffin in Main branch]
2014-11-06 15:23:27 -05:00
Peter Sauerbrei
6051ef19e5 switch to min IOS version of 6.1
removed cook compression from IOS settings as they are already in rendering settings
UE-5083
UE-5081
#ios

[CL 2351663 by Peter Sauerbrei in Main branch]
2014-11-06 15:20:03 -05:00
Nicholas Davies
4ef5cfe24d Merging from UE4-Fortnite - update to Friends and Chat system
CL 2351579 & 2351597

[CL 2351620 by Nicholas Davies in Main branch]
2014-11-06 15:19:23 -05:00
Nicholas Davies
c023b935b3 Merging from UE4-Fortnite - update to Friends and Chat system
CL 2340958 to 2350247

[CL 2351555 by Nicholas Davies in Main branch]
2014-11-06 15:17:11 -05:00
Dan Oconnor
811b484786 Fixed graph view not allowing you to iterate differences when there were no local or no remote changes
[CL 2350387 by Dan Oconnor in Main branch]
2014-11-05 14:04:10 -05:00
Nick Atamas
a0e6281f98 Slate : Slate Stats now show measurements using a monospaced font with fixed numbers of digits.
Text : FNumberFormattingOptions now provides method-chainable settings for easily creating a static const instance.

#codereview Justin.Sargent,Jamie.Dale

[CL 2350380 by Nick Atamas in Main branch]
2014-11-05 13:58:58 -05:00
Nick Atamas
fe50b7005c Slate : Added stat visualization to the widget reflector. Slate can now be easily profiled in SlateViewer. Requires adding <bCompileWithStatsWithoutEngine>true</bCompileWithStatsWithoutEngine> to a local BuildConfiguration.xml.
[CL 2350283 by Nick Atamas in Main branch]
2014-11-05 13:13:07 -05:00
Jamie Dale
588dfdfcf0 Removed some redundant focus switching code from the output log
This was causing the focus to ultimately switch back to the widget that was already focused, however it was also causing IMEs to lose their current context. This force focus isn't needed, as the suggestions list is already set to not take focus when it's spawned.

[CL 2350270 by Jamie Dale in Main branch]
2014-11-05 13:12:41 -05:00
Ryan Gerleve
140cfcd734 Add const qualifiers to some networking functions
AActor::IsNetRelevantFor is now const and takes const parameters
UNetDriver::IsLevelInitializedForActor is now const and takes const parameters
UNetConnection::ClientHasInitializedLevelFor is now const
FNetGUIDCache::SupportsObject is now const

#codereview john.pollard

[CL 2350109 by Ryan Gerleve in Main branch]
2014-11-05 13:09:51 -05:00
Dmitry Rekman
1c54499008 Fix inconsistent case.
#codereview Nick.Darnell

[CL 2349528 by Dmitry Rekman in Main branch]
2014-11-04 23:10:35 -05:00
Dan Oconnor
5f4d2fe1c8 Conflict detection and diff highlighting fixed for the tree view. Also fixed Native Components not being checked. And an off by one error in HasNextDifference
[CL 2349504 by Dan Oconnor in Main branch]
2014-11-04 22:25:35 -05:00
Dmitry Rekman
02bd8563a2 Improvements to code projects on Linux.
- Changes from PR #560 (contributed by salamanderrake).
- KDevelop accessor plugin added (switched to it in settings).
- Closes UE-4724.

[CL 2348971 by Dmitry Rekman in Main branch]
2014-11-04 16:37:36 -05:00