Commit Graph

19 Commits

Author SHA1 Message Date
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
Ben Marsh
89f5f31f32 [INTEGRATE] Engine source and content from 4.1 branch.
[CL 2053735 by Ben Marsh in Main branch]
2014-04-23 20:10:59 -04:00
Max Preussner
b4342fa320 fixed incorrect module dependencies in various target platforms
[CL 2048457 by Max Preussner in Main branch]
2014-04-23 19:17:54 -04:00
Peter Sauerbrei
ed30f5b247 #ue4
#ios
* fix for looking for the All_iOS_On device which doesn't exist when wanting to deploy to all devices.

[CL 2045577 by Peter Sauerbrei in Main branch]
2014-04-23 18:45:54 -04:00
UnrealBot
db494a6e69 Engine source (Main branch up to CL 2037954) 2014-04-02 18:09:23 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00