Commit Graph

130 Commits

Author SHA1 Message Date
Rolando Caloca
9308f15966 ipp - Fix for folders not created
#codereview Peter.Sauerbrei

[CL 2214589 by Rolando Caloca in Main branch]
2014-07-14 16:10:26 -04:00
Ben Marsh
829c91cf9b [INTEGRATE] Latest from 4.3 branch.
[CL 2213404 by Ben Marsh in Main branch]
2014-07-14 09:39:06 -04:00
Josh Adams
746e06b40e - Fixed remote path generation to work with projects on other drives (added a drive letter into the remote path as part of this) [ttp 338777]
- Only compile Metal if the engine is being compiled
- Fixed compiling PhysX for programs (removed Cooking lib for all configurations) in Android and IOS
- Deleted the PhysXCookingDEBUG.a lib for IOS and Android

[CL 2125367 by Josh Adams in Main branch]
2014-07-02 15:54:21 -04:00
Josh Adams
a61ed6ab97 - Added openssl.exe to UE4 [ttp 340264]
[CL 2123868 by Josh Adams in Main branch]
2014-07-01 17:06:25 -04:00
Michael Trepka
7b7e2296f6 Fixed iPhonePackager compile warning (which is an error on Mono)
[CL 2123603 by Michael Trepka in Main branch]
2014-07-01 14:05:44 -04:00
Peter Sauerbrei
11ea9316c5 updates to ULD, now called Unreal Mobile Tool
#ue4
#umt

[CL 2119582 by Peter Sauerbrei in Main branch]
2014-06-27 11:48:33 -04:00
Peter Sauerbrei
b3cbabb21c fix for space in the path for the remote strip command
#ue4
#ios

[CL 2119576 by Peter Sauerbrei in Main branch]
2014-06-27 11:47:42 -04:00
Peter Sauerbrei
9b16de16ef update the IPP gui to utilize the new provision install directory
#ue4
#ios

[CL 2119572 by Peter Sauerbrei in Main branch]
2014-06-27 11:47:29 -04:00
Peter Sauerbrei
f1765cb115 search for provisions by bundle identifier
better solution for copying legacy provisions
#ue4
#ios

[CL 2116794 by Peter Sauerbrei in Main branch]
2014-06-25 11:59:10 -04:00
Peter Sauerbrei
6d34144006 fix for not checking for a valid directory when trying to cache the mobile provisions
TTP339484
#ue4
#ios

[CL 2115997 by Peter Sauerbrei in Main branch]
2014-06-24 18:58:42 -04:00
Peter Sauerbrei
6d940cf7b5 moved to a library based approach for mobile provisions on PC
TTP326334
#ue4
#ios

[CL 2112223 by Peter Sauerbrei in Main branch]
2014-06-20 16:58:40 -04:00
Peter Sauerbrei
91c6f061ad more remote tool chain fixes for IOS
fix for spaces in paths for repackaging ipa and creating stub
fix for deployment of the support files for code based projects
#ue4
#ios

[CL 2103480 by Peter Sauerbrei in Main branch]
2014-06-12 17:03:49 -04:00
Peter Sauerbrei
f6bd13ee12 more space in path fixes for IPP
#ue4
#ios

[CL 2103358 by Peter Sauerbrei in Main branch]
2014-06-12 17:02:16 -04:00
Peter Sauerbrei
1a23e1d94b Fix for using a space as the delimiter between two fully path files which could potentially include a space in the path when creating commands to upload files to the remote mac
#ue4
#ios

[CL 2100893 by Peter Sauerbrei in Main branch]
2014-06-10 17:15:01 -04:00
Robert Manuszewski
fd39e788ca Shortening Cook sandbox path from Game\\Saved\\Sandboxes\\Cooked-Platform to Game\\Saved\\Cooked\\Platform
[CL 2082933 by Robert Manuszewski in Main branch]
2014-05-29 16:43:14 -04:00
Bob Tellez
ab8c090a38 UE4: Removed bCompileNetworkProfiler. USE_NETWORK_PROFILER is now true whenever STATS is also true. Also, removed some platform-specific code in NetworkProfiler.cpp
[CL 2082160 by Bob Tellez in Main branch]
2014-05-22 14:04:35 -04:00
Peter Sauerbrei
97935ec013 Merged Github pull request #64 - DotNET security warnings when using iPhonePackager on Windows 8
#ue4
#ios

[CL 2068216 by Peter Sauerbrei in Main branch]
2014-05-09 11:27:53 -04:00
Terence Burns
d889df5ff7 UDKRemote compile error fixes.
Missing resource and updated the deprecated usage of UUID

[CL 2068207 by Terence Burns in Main branch]
2014-05-09 11:22:17 -04:00
Peter Sauerbrei
da13c9671c move Epic mobile provisions to NotForLicensees
updates to tool chain, UBT, and IPP to properly access them
#ue4
#ios

[CL 2067084 by Peter Sauerbrei in Main branch]
2014-05-08 12:06:33 -04:00
Peter Sauerbrei
acf99a5f40 Adding some missing files to the 4.2 install for iOS content-only projects on PC
#ue4
#ios

[CL 2065596 by Peter Sauerbrei in Main branch]
2014-05-07 10:34:40 -04:00
John Pollard
0149d13dd9 Force exact match when excluding Info.plist
This is so we don't accidentally exclude Info.plist from bundles or other sub-directories

#Codereview Michael.Noland, Peter.Sauerbrei

[CL 2063917 by John Pollard in Main branch]
2014-05-05 17:32:16 -04:00
UnrealBot
03c7680754 Merged snapshot for CL 2059689
[CL 2061388 in Main branch]
2014-05-01 16:32:43 -04:00
UnrealBot
824e0d41b9 Code snapshot for CL 2059689
[CL 2061388 in Main branch]
2014-05-01 16:32:41 -04:00
Michael Trepka
ed60b64b2b Changed Xcode project generator so that PC and Mac generate identical projects for iOS deployment. Also, cleaned up the generator a bit.
#codereview Peter.Sauerbrei

[CL 2061079 by Michael Trepka in Main branch]
2014-05-01 11:18:39 -04:00
Max Preussner
b63129a60c Slate: Refactored core Slate implementation into SlateCore module in preparation for UMG.
Other Updates:
- The WidgetReflector is now in its own module as well. It will be converted to a plug-in later.
- The Public API of both Slate and SlateCore has largely been reorganized for better discoverabilty. More cleanup work is needed.
- Added a lot of missing API documentation and fixed existing ones. More and better documentation is needed.
- Removed dead code, fixed a couple things I stubled upon, and conformed to coding guidelines (NULL vs nullptr, line breaks, etc.)

Upgrade Notes:
- The Slate Remote Server is currently disabled - will be re-enabled shortly!
- If your module previously had a module dependency to 'Slate', it now also needs a PrivateModuleDependency to 'SlateCore' in its Build.cs file.
- If your module exposes in any of its Public header files types that are now declared in SlateCore, it needs a PublicModuleDependency to 'SlateCore'
- The ToolTip property type on SWidget has changed from SToolTip to IToolTip; change local variables to TSharedPtr<IToolTip> instead of TSharedPtr<SToolTip> where needed
- IToolTip is not a widget. If you need access to the actual widget that represents the tool tip, use IToolTip::AsWidget(); If you need access to the tool tip's content, use IToolTip::GetContentWidget()

Troubleshooting:
- After syncing to this changelist you may have to clean your /Engine/Intermediate/Build/ directory and rebuild your entire project
- If in your project you are getting linker errors for unresolved types that are now declared in SlateCore, you may be missing a dependency to 'SlateCore'
- If in the Engine code you are getting linker errors for unresolved types that are now declared in SlateCore, you may need to rebuild the entire Engine

[CL 2057118 by Max Preussner in Main branch]
2014-04-26 15:07:24 -04:00