Ben Marsh
856da88e2c
Add Rocket static libraries to the linker using absolute paths, to fix Android linking from a different working directory.
...
[CL 2110456 by Ben Marsh in Main branch]
2014-06-19 10:52:34 -04:00
Daniel Lamb
ca14aca69c
Commandline was slightly different format.
...
[CL 2110444 by Daniel Lamb in Main branch]
2014-06-19 10:42:35 -04:00
Daniel Lamb
8df3a667b3
Added timeout to testformalbuild script call.
...
Now it will wait for 5 minutes to check if everything is ok.
[CL 2110441 by Daniel Lamb in Main branch]
2014-06-19 10:37:31 -04:00
Michael Trepka
a252994688
Fix for ToolsForCompile_OnMac build error
...
[CL 2110396 by Michael Trepka in Main branch]
2014-06-19 09:52:17 -04:00
Rene Rivera
25af75a34c
Faster Android deployment. TTP#326554
...
[CL 2109821 by Rene Rivera in Main branch]
2014-06-18 17:43:14 -04:00
Ben Marsh
77da1174ab
Allow generating external files to find Unix style libraries (ie. with an implicit 'lib' before the name). Also include shadow files in the list of dependencies, and prevent trying to deploy.
...
[CL 2109712 by Ben Marsh in Main branch]
2014-06-18 16:42:54 -04:00
Peter Sauerbrei
b8b51ab8d0
change splash screen to stay up until a movie renders or the game renders
...
addition of default movie playback if Default_Startup.mp4 is found
#ue4
#ios
[CL 2109707 by Peter Sauerbrei in Main branch]
2014-06-18 16:38:05 -04:00
Saul Abreu
bd93ea7dfd
Swapped ICU 51.2 for 53.1 when using the ICU module. Updated preprocessor definitions when using the ICU module to match updated ICU build without transliteration functionality. Implemented common data file open/close callbacks in UE4 and hooked into ICU. Added memory stats for ICU data files. Updated number formatting tests to validate new CLDR data. Updated checks to ensure the new ICU common data directory is present and fallback appropriately where possible.
...
[CL 2109697 by Saul Abreu in Main branch]
2014-06-18 16:27:48 -04:00
Josh Adams
cf74a1c788
- Merging EAGLView and MetalView into one class, they share a bunch of stuff, and there are too many if (Delegate.MetalView? Delegate.MetalView : Delegate.EAGLViewl) type things around
...
- Added better checking for device support for Metal
- Added proper support for WeakFrameworks in UBT
[CL 2109654 by Josh Adams in Main branch]
2014-06-18 15:57:40 -04:00
Ben Marsh
a35527ab02
Allow SpeedTree for Rocket builds.
...
[CL 2109633 by Ben Marsh in Main branch]
2014-06-18 15:37:47 -04:00
Ben Marsh
177ffbdb60
Add a parameter to UBT which allows writing a list of ThirdParty files required to build a target. Use that list to distill the correct files for Rocket.
...
#codereview Mike.Fricker
[CL 2109632 by Ben Marsh in Main branch]
2014-06-18 15:37:35 -04:00
Daniel Lamb
e0c50ff043
Removed some excessive warnings from build script when not using carefullyredist.
...
Upgraded version string for build script.
[CL 2109474 by Daniel Lamb in Main branch]
2014-06-18 13:31:57 -04:00
Robert Manuszewski
995fb5ca3c
Adding more informative error if swarm agent attempts to connect to a PC which name consists only of numbers (TTP# 338762)
...
[CL 2109421 by Robert Manuszewski in Main branch]
2014-06-18 12:31:43 -04:00
Michael Trepka
eaf40245f4
Updated list of known files that should not be part of UE4XcodeHelper target in Xcode project
...
[CL 2109409 by Michael Trepka in Main branch]
2014-06-18 12:16:38 -04:00
Michael Trepka
5302ee2d4c
Few more compile error fixes for Xcode indexing
...
[CL 2109405 by Michael Trepka in Main branch]
2014-06-18 12:11:37 -04:00
Peter Sauerbrei
3bb407bb6e
add support to HTML5 to build to the Game/Binaries/HTML5 directory
...
#ue4
#html5
[CL 2109351 by Peter Sauerbrei in Main branch]
2014-06-18 11:36:29 -04:00
Ben Marsh
36f8ae952f
Move SpeedTree headers and libs out of NotForLicensees.
...
[CL 2109305 by Ben Marsh in Main branch]
2014-06-18 11:01:21 -04:00
Daniel Lamb
41b27f1922
Enabled Using Android SDK switching.
...
[CL 2109257 by Daniel Lamb in Main branch]
2014-06-18 10:26:14 -04:00
James Moran
a83ef271b3
Added validation of -compressed command with UAT
...
#codereview Robert.Manuszewski
[CL 2109136 by James Moran in Main branch]
2014-06-18 08:20:44 -04:00
James Moran
529771e2d5
Adding encryption and compression support to UnrealPak & Pak files.
...
#codereview Robert.Manuszewski, Josh.Adams
[CL 2109121 by James Moran in Main branch]
2014-06-18 07:50:34 -04:00
Josh Adams
b552e2d883
Urban->Main
...
#codereview jeff.campeau,nick.penwarden,rolando.caloca
[CL 2108642 by Josh Adams in Main branch]
2014-06-17 18:27:26 -04:00
Matt Kuhlenschmidt
cb140c07dc
Merged GitHub pull request #202 to main.
...
refactored tga code to allows use outside of EditorFactories.cpp
added support for grayscale jpeg
fix memory leak in jpeg code
changes in AssetTools to allow to specify precise factory when multiple factories support the same filetype
changes in Plugin.cs to allow binary only plugins
exposed parts of engine API to other modules
[CL 2108453 by Matt Kuhlenschmidt in Main branch]
2014-06-17 16:16:40 -04:00
Michael Trepka
9b3937d1a7
Fixed a few compile errors (mostly non-unity)
...
[CL 2108328 by Michael Trepka in Main branch]
2014-06-17 14:06:07 -04:00
Jaroslaw Surowiec
9d9ce7c3f6
CrashReporter - XML WER is always send as UTF8 regardless the internal format (changed from UTF16 to UTF8)
...
[CL 2108103 by Jaroslaw Surowiec in Main branch]
2014-06-17 10:06:30 -04:00
Jaroslaw Surowiec
0f52d117de
UBT - Added an option to compile a shipping target configuration and save binary with the development name
...
#codereview Robert.Manuszewski
[CL 2108006 by Jaroslaw Surowiec in Main branch]
2014-06-17 07:35:46 -04:00