Commit Graph

3670 Commits

Author SHA1 Message Date
Jamie Dale
33d58e126a Commenting out LocalizationBranchSuffix for now in order to fix a Mono warning on Mac
[CL 2699439 by Jamie Dale in Main branch]
2015-09-21 15:03:26 -04:00
Jamie Dale
8fa74f6737 Enabled the Localise commandlet for the UE4 editor on the Main branch
#codereview Ben.Marsh, Matt.Kuhlenschmidt, Justin.Sargent

[CL 2699215 by Jamie Dale in Main branch]
2015-09-21 12:42:34 -04:00
Ben Marsh
1af119154c Add a more resilient check for whether a target platform is available; check that the actual nodes exist. Prevents auto-configuration problems in other branches when bNoInstalledEngine is not set correctly.
[CL 2699173 by Ben Marsh in Main branch]
2015-09-21 12:00:50 -04:00
Peter Sauerbrei
fe90d06ab1 fix for attempting to sign a list of files with an empty string
[CL 2698827 by Peter Sauerbrei in Main branch]
2015-09-21 09:17:53 -04:00
Jaroslaw Surowiec
d63d68823d CrashReporter-Frontend - Safer method for adding new crashes
[CL 2698819 by Jaroslaw Surowiec in Main branch]
2015-09-21 09:10:17 -04:00
Ben Marsh
e64d3e9c50 Remove "DO NOT MERGE THIS BACK TO MAIN" code.
[CL 2698791 by Ben Marsh in Main branch]
2015-09-21 08:08:29 -04:00
Steve Robb
cbe5b79c73 Merging using Orion->UE4
CL# 2698724:
UHT speed improvements:

Code is now generated with tabs, rather than going through a separate Tabify step.
Some expensive temporaries created during iteration and during iteration have been removed.
FFunctionData::FunctionDataMap now uses unique ownership instead of shared ownership.
TCString::Spc (and the new TCString::Tab) now uses a compile-time array instead of one generated at runtime with a static.
TSet::Compact no longer rehashes if no compaction was performed.
TArray assignment no longer reallocs to the same capacity.

[CL 2698780 by Steve Robb in Main branch]
2015-09-21 07:53:49 -04:00
Jack Porter
33a51c03a7 UEMOB-32 - Support cooking various combinations of Android texture formats simultaneously
[CL 2698623 by Jack Porter in Main branch]
2015-09-21 01:23:29 -04:00
Michael Trepka
d0f84a23dd Fixed packaging on Mac
[CL 2697933 by Michael Trepka in Main branch]
2015-09-18 17:35:46 -04:00
Wes Hunt
109db8f5db Change the indentation of GUBP -listonly so its easier to tell what is in an ASG and what is not.
[CL 2697654 by Wes Hunt in Main branch]
2015-09-18 15:54:00 -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
Dmitry Rekman
541e3806f7 UBT: Fix CodeLite generator.
[CL 2697021 by Dmitry Rekman in Main branch]
2015-09-18 10:47:05 -04:00
John Barrett
a952ec5fc2 Expose FProcEnumerator API, and prevent potential bugged use of FProcEnumerator (through assigning a direct call to the constructor, triggering a copy).
#platformnotify Josh.Adams (27th August email)

[CL 2695697 by John Barrett in Main branch]
2015-09-17 14:53:55 -04:00
Peter Sauerbrei
a05bc36b64 fix for single quotes not being converted to double quotes in the additional command line parameter in UAT
[CL 2695223 by Peter Sauerbrei in Main branch]
2015-09-17 10:55:35 -04:00
Wes Hunt
736cfc737b Fix temp storage on mac. I accidentally removed the line that saved the archive on Mono. .NET API doesn't have an explicit "save" call so I forgot to look for it.
[CL 2695199 by Wes Hunt in Main branch]
2015-09-17 10:47:54 -04:00
Ben Marsh
5a77694bbb Removing a bunch of static variables for the project file in UBT.
[CL 2695050 by Ben Marsh in Main branch]
2015-09-17 09:15:44 -04:00
Jaroslaw Surowiec
539c8414d5 Crash report client improvements - Using crash context when available (OR-4990/Automatically copy full dumps to Network Share)
[CL 2694930 by Jaroslaw Surowiec in Main branch]
2015-09-17 06:29:39 -04:00
Maciej Mroz
de190241c6 ModuleRelativePath meta data in UInterface.
[CL 2694849 by Maciej Mroz in Main branch]
2015-09-17 05:11:18 -04:00
Wes Hunt
b07024fcec Don't write zip when storing to temp storage unless you actually have a file to add in your thread.
#codereview:ben.marsh

[CL 2694109 by Wes Hunt in Main branch]
2015-09-16 16:21:50 -04:00
Steve Robb
024cafa3a1 Merging using Orion->UE4
CL# 2693983
Skip inline keywords/macros when parsing a return type.

[CL 2693992 by Steve Robb in Main branch]
2015-09-16 15:12:43 -04:00
Jaroslaw Surowiec
ededecb77e CrashReporter-Frontend - Workaround for testing existence of external full minidumps
[CL 2693755 by Jaroslaw Surowiec in Main branch]
2015-09-16 13:20:42 -04:00
James Moran
4e2577f5b3 Fix numerous path slash issues for HTML5 packaging on Mac.
Fixes UE-20141

[CL 2693468 by James Moran in Main branch]
2015-09-16 10:49:15 -04:00
John Abercrombie
e881c0491c Merging using UE4-Fortnite-To-UE4 @ CL 2685327
[CL 2693429 by John Abercrombie in Main branch]
2015-09-16 10:22:45 -04:00
Jaroslaw Surowiec
d46b378fac CrashReporter-Frontend - Added initial support for the crash context, added support for 'OR-4990/Automatically copy full dumps to Network Share' (misc fixes and tweaks)
[CL 2693271 by Jaroslaw Surowiec in Main branch]
2015-09-16 07:58:56 -04:00