Terence Burns
a2ffcaa85d
Adding the capacity to specify additional commandline flags from session front end for deployment on IOS.
...
[CL 2317591 by Terence Burns in Main branch]
2014-10-02 14:08:18 -04:00
Ben Marsh
c010d45f0a
Remove IPP from Mac tools build. Should still use Win64 version in Rocket builds.
...
#codereview Peter.Sauerbrei
[CL 2317407 by Ben Marsh in Main branch]
2014-10-02 11:20:20 -04:00
Matthew Griffin
fef7e15bce
Adding WebBrowser Developer project
...
Web Browser project mostly exposes interfaces, hiding all of the CEF3 implementation and technically allowing us to slot in another web system if necessary. Normal process will be to request a browser window interface from the web browser singleton. There is also an implementation of ISlateViewport so that it can be displayed via an SViewport.
The UnrealCEFSubProcess executable is needed for CEF3 to run additional processes for rendering etc. I don't expect this to change very often so it should hopefully just be built once and distributed, since we can't currently specify a program dependency for other modules.
Added a CEF3Utils project to share .dll loading code between web browser and the separate sub process executable.
[CL 2317298 by Matthew Griffin in Main branch]
2014-10-02 10:53:05 -04:00
Ben Marsh
c232c86112
Set UAT to always use the original executable to launch packaged games; passing project on the command line conflicts with the one added by the bootstrapper.
...
[CL 2317187 by Ben Marsh in Main branch]
2014-10-02 10:50:09 -04:00
Ben Marsh
59f3940eef
Add IPP to be built on Mac as part of the tools node, but overwrite it with the Win64 one in a GUBP Rocket build. Add it to the list of distilled build products for iOS on Mac.
...
#codereview Peter.Sauerbrei
[CL 2316443 by Ben Marsh in Main branch]
2014-10-01 15:35:11 -04:00
Peter Sauerbrei
1de90d6c31
add messaging to IPP when a mobile provision with a Bundle Identifier which doesn't match the project's Info.plist Bundle Identifier is imported
...
TTP343662
#ios
#ipp
[CL 2316403 by Peter Sauerbrei in Main branch]
2014-10-01 15:15:07 -04:00
Michael Noland
928559eaa0
Editor: Coding-standards fixes (TypeName [*|&] VariableName -> TypeName[*|&] VariableName)
...
[CL 2316341 by Michael Noland in Main branch]
2014-10-01 14:45:23 -04:00
Zak Middleton
ae46af7395
#ue4 - Fix HeaderParser so it no longer removes valid uses of "*", " * ", etc from within comments when generating tooltips. Only asterisks from the beginning of lines following only whitespace are removed.
...
- For example: "A * B" within a java-doc comment used to become "A B".
[CL 2316224 by Zak Middleton in Main branch]
2014-10-01 13:24:30 -04:00
Terence Burns
58fbf2fcdd
Front End: Copy repository functionality added back in.
...
[CL 2316175 by Terence Burns in Main branch]
2014-10-01 12:54:25 -04:00
Terence Burns
9ab0885204
ios certificate fix
...
[CL 2315988 by Terence Burns in Main branch]
2014-10-01 11:09:02 -04:00
Marc Audy
4b6a6e2340
Allow specification of the file list via a directory name intead of solely a response file
...
Allow compress and encrypt to be specified globally for all files via the commandline
[CL 2315768 by Marc Audy in Main branch]
2014-10-01 08:33:26 -04:00
Mikolaj Sieluzycki
f7729605e0
Disable deprecation warnings in generated code.
...
#codereview Steve.Robb
[CL 2315678 by Mikolaj Sieluzycki in Main branch]
2014-10-01 05:47:47 -04:00
Dmitry Rekman
9b249a3480
Linux: clean up and fix rpaths.
...
- Removed old rpaths for libs which we now link statically.
- Added rpath useful for target platform modules and other fixes from PR #442 .
[CL 2314947 by Dmitry Rekman in Main branch]
2014-09-30 17:04:15 -04:00
Dmitry Rekman
b7442750eb
Disable XGE for Linux builds since it still crashes on farm.
...
#codereview Kellan.Carr, Ben.Marsh
[CL 2314803 by Dmitry Rekman in Main branch]
2014-09-30 15:59:01 -04:00
Peter Sauerbrei
11780eadcd
update to IPP to check for provision and cert on Mac
...
TTP342934
#ios
#mac
[CL 2314624 by Peter Sauerbrei in Main branch]
2014-09-30 13:53:36 -04:00
Ben Marsh
2b825812e3
Remove stale exception when building games under Rocket.
...
[CL 2314437 by Ben Marsh in Main branch]
2014-09-30 12:08:18 -04:00
Ben Marsh
88f9f7ec98
Fix path to generated headers on Android. No longer has CPU suffix in the path.
...
#codereview Robert.Manuszewski
[CL 2314392 by Ben Marsh in Main branch]
2014-09-30 11:42:57 -04:00
Josh Adams
884c913919
- Removing ES31 Target Platform from being compiled - it won't work without the code to support it properly, which isn't quite there yet [ttp 347603]
...
#codereview niklas.smedberg
[CL 2314333 by Josh Adams in Main branch]
2014-09-30 11:38:37 -04:00
Michael Trepka
c7760aa8a6
FSlateMacMenu::UpdateCachedState() now checks with the global tab manager if there's any active tab instead of depending on not being called when there's not. This should solve any remaining issues with executing it while the app is quitting.
...
[CL 2314311 by Michael Trepka in Main branch]
2014-09-30 11:38:23 -04:00
Jaroslaw Palczynski
0e294aaa73
TArray::FindMatch deprecation as it does the same as TArray::IndexOfByPredicate.
...
#codereview Robert.Manuszewski, Nick.Atamas
[CL 2314177 by Jaroslaw Palczynski in Main branch]
2014-09-30 11:35:57 -04:00
Steve Robb
c1d423f758
Better error message regarding the use of interfaces as properties, suggesting the use of TScriptInterface instead.
...
#codereview robert.manuszewski
[CL 2314145 by Steve Robb in Main branch]
2014-09-30 09:10:54 -04:00
Steve Robb
04d7d74f86
Minor fixes to new casts.
...
* InterfaceCast deprecation version number changed to 4.6.
* Double-underscored identifiers replaced with names which aren't reserved.
#codereview robert.manuszewski,mike.fricker
[CL 2314098 by Steve Robb in Main branch]
2014-09-30 07:30:24 -04:00
James Moran
06b55da65c
Enable ICU on HTML5
...
#codereview Ankit.Khare
[CL 2313985 by James Moran in Main branch]
2014-09-30 04:14:46 -04:00
Bob Tellez
fa1a7542ca
Merging Dev->Main using CL#2312419 UE4-Fortnite-To-UE4
...
[CL 2313759 by Bob Tellez in Main branch]
2014-09-29 21:43:13 -04:00
Rolando Caloca
88ff3983ea
UE4 - Revert CCT
...
[CL 2313607 by Rolando Caloca in Main branch]
2014-09-29 18:57:21 -04:00