John Pollard
48eb523b3e
UE-4679 - Remove CPF_RepRetry
...
[CL 2507484 by John Pollard in Main branch]
2015-04-09 18:10:40 -04:00
Dan Oconnor
ef0a21289e
PVS-Studio detected that if (BufferIndex != FRHIResourceTableEntry::GetEndOfStreamToken()) will always return true because BufferIndex is 16bit and GetEndOfStreamToken returns a 32bit constant that is out of range of a 16bit integer.
...
#codereview Rolando.Caloca
[CL 2507336 by Dan Oconnor in Main branch]
2015-04-09 17:01:04 -04:00
Marc Audy
4562acb429
Fix shadow variables
...
[CL 2507160 by Marc Audy in Main branch]
2015-04-09 15:23:52 -04:00
Terence Burns
15be4b6371
UE-13383 - Minimum OS project setting doesn't persist between editor sessions
...
UWindowsTargetSettings object is loaded before the actual UWindowsTargetSettings class, so no config value is loaded correctly thorugh the uobject system
I now load the value through the GConfig system
[CL 2506616 by Terence Burns in Main branch]
2015-04-09 05:54:27 -04:00
Terence Burns
9cc5b9d6c1
UE-13389 - Project Settings typo: "OSVersion" instead of "OS Version"
...
I've updated the DisplayName for this property in it's uproperty meta data. Category, also, now has a relevant space.
[CL 2506615 by Terence Burns in Main branch]
2015-04-09 05:54:18 -04:00
Jaroslaw Surowiec
bfd53d64ac
Stats - Added a few stats to track ini loading
...
[CL 2506614 by Jaroslaw Surowiec in Main branch]
2015-04-09 05:54:05 -04:00
Nicholas Davies
0b18eef244
[INTEGRATE] merge ue4-launcheDev->ue cl 2505085 & Cl 2505126
...
#jira OPP-3150 Chat options appear broken in Main after Launcher multi window updates
[CL 2506482 by Nicholas Davies in Main branch]
2015-04-09 04:02:47 -04:00
Josh Adams
86f2e08a55
- Added support for DesktopPlatform to package content and executables together (editor's File | Package)
...
- This is a first pass
- Mac uses data outside the .app so that there's only one copy of the content. This should get a bootstrap executable like Windows has
- Only tested on Mac so far, although it doesn't handle D3D11 shaders, or some of the icon updating for the bootstrap working
- Added Desktop platform icons
[CL 2505866 by Josh Adams in Main branch]
2015-04-08 16:59:20 -04:00
Josh Adams
3433e6bb52
- Changed DesktopPlatform to be (Win+Mac+Linux) instead of (Win/Mac/Linux). Hopefully more clear it is all 3 combined
...
[CL 2505837 by Josh Adams in Main branch]
2015-04-08 16:43:55 -04:00
Josh Adams
e718dd6dab
- Fixed up tooltips/comments for new ES31+AEP support
...
[CL 2505788 by Josh Adams in Main branch]
2015-04-08 16:23:03 -04:00
Dmitry Rekman
302383e2f7
Linux: more info on watch request failures.
...
[CL 2505579 by Dmitry Rekman in Main branch]
2015-04-08 14:53:56 -04:00
Ankit Khare
79542f541b
Allow HTML5 to download maps on the fly.
...
UPLAT-685 (Remove Virtual File System to reduce run-time memory overhead and allow for larger worlds in HTML5)
#codereview josh.adams, james.moran
[CL 2505577 by Ankit Khare in Main branch]
2015-04-08 14:53:36 -04:00
Ankit Khare
59ae1770d1
UE-12561: uncompressed lightmaps rendering incorrectly in HTML5
...
[CL 2505568 by Ankit Khare in Main branch]
2015-04-08 14:51:04 -04:00
PaulEremeeff
c9a246101e
PR #1013 : Fixing PVS-Studio warnings. (Contributed by PaulEremeeff)
...
Some files have been omitted and will be submitted with modified corrections
[CL 2505544 by Dan Oconnor in Main branch]
2015-04-08 14:46:25 -04:00
Bob Tellez
9593c08c36
#UE4 Adjusting code to match what is in UE4-LauncherDev. This bug was already fixed bug perforce resolves unfixed it. Redoing the fix in main to get things in sync again. Fixes UE-13314
...
#lockdown Zachary.EdgertonJones
[CL 2503079 by Bob Tellez in Main branch]
2015-04-06 16:59:49 -04:00
Josh Markiewicz
d3365369ae
#UE4 - Changed the following functions to use AActor instead of APlayerController
...
- IsNetRelevantFor
- GetNetPriority
- GetNetDormancy
- Added GetNetOwner to remove cast to Pawn/PlayerController in ServerReplicateActors
- constify a few functions (GetNetConnection, IsRelevancyOwnerFor)
- Updated FNetViewer to properly handle non player controller "viewers"
[CL 2501704 by Josh Markiewicz in Main branch]
2015-04-03 17:34:52 -04:00
Josh Adams
ed509b3c2d
- Fixed paths to documentation for missing SDK when doing File | Package on HTML5, PS4, XB1 [UE-13252]
...
#codereview peter.sauerbrei
[CL 2501595 by Josh Adams in Main branch]
2015-04-03 16:21:10 -04:00
Bob Tellez
eea209e0be
#UE4 Create clan and friends factory on demand for now.
...
#codereview Nicholas.Davies
[CL 2501281 by Bob Tellez in Main branch]
2015-04-03 13:24:07 -04:00
Richard Hinckley
4ba3b8b2f1
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
...
[CL 2500370 by Richard Hinckley in Main branch]
2015-04-02 16:56:18 -04:00
Dan Oconnor
15c50b5a5d
Fixes for warnings found by PVS-Studio, these have been modified from PR#996
...
[CL 2500335 by Dan Oconnor in Main branch]
2015-04-02 16:32:47 -04:00
Dan Oconnor
76e1440d85
Further changes from PVS-Studio, submitted without modification, reviewed with owners where I was unsure of the change
...
[CL 2500334 by Dan Oconnor in Main branch]
2015-04-02 16:31:18 -04:00
Michael Schoell
75200e5a0d
Cached node titles can now be forced to refresh without iteration over every node.
...
This will occur with every structural modification to any BP, node titles refresh only when visible.
[CL 2499923 by Michael Schoell in Main branch]
2015-04-02 11:16:23 -04:00
Carlos Cuello
8c5c68ef7e
[INTEGRATE] Merging using UE4-To-UE4-LauncherDev, integrate all from LauncherDev up to cl 2499790, more party changes portal related bug fixes
...
[CL 2499915 by Carlos Cuello in Main branch]
2015-04-02 11:07:03 -04:00
Carlos Cuello
65c6b1a695
[INTEGRATE] Merging using UE4-To-UE4-LauncherDev, integrate all up to cl 2496104 from the LauncherDev branch. updated friends and chat module, lib curl updates, portal related fixes
...
[CL 2499790 by Carlos Cuello in Main branch]
2015-04-02 09:42:37 -04:00
Nicholas Davies
8fe20ae82d
#jira FORT-6095 MAIN: Social options to invite or join player are missing from Friends sub menu
...
Fixed up our combo buttons to use the new way of creating menu content
RB: Chris Wood
[CL 2499755 by Nicholas Davies in Main branch]
2015-04-02 08:58:51 -04:00