Jaroslaw Surowiec
b76ebdb330
CrashReportWWW - Fixed bad encoding
...
[CL 2351689 by Jaroslaw Surowiec in Main branch]
2014-11-06 15:20:56 -05:00
Peter Sauerbrei
6051ef19e5
switch to min IOS version of 6.1
...
removed cook compression from IOS settings as they are already in rendering settings
UE-5083
UE-5081
#ios
[CL 2351663 by Peter Sauerbrei in Main branch]
2014-11-06 15:20:03 -05:00
Michael Trepka
2aa5645bdb
Fixed a problem with Server targets missing from Xcode project
...
[CL 2351655 by Michael Trepka in Main branch]
2014-11-06 15:19:50 -05:00
Peter Sauerbrei
5c63aa5596
fix for Android project settings not showing up in a GitHub source build.
...
UE-3347
#android
[CL 2351600 by Peter Sauerbrei in Main branch]
2014-11-06 15:18:44 -05:00
Robert Manuszewski
8cb5dea614
Hot-Reload: fixing infinite loop when changing USTRUCTs caused by unnecessary re-initialization of the owner UClass.
...
UE-4916
#change Replaced CLASS_Temporary (UHT-only flag) with CLASS_Constructed to check if a class needs to be constructed or not in generated code
#change Modified code generator to make sure UClasses don't get reconstructed if not required
[CL 2351525 by Robert Manuszewski in Main branch]
2014-11-06 15:16:05 -05:00
Jaroslaw Surowiec
3b28acd41c
SlateViewer - Added UEBuildConfiguration.bCompileWithStatsWithoutEngine = true, it's safer to enable it per-app
...
#codereview nick.atamas
[CL 2351494 by Jaroslaw Surowiec in Main branch]
2014-11-06 15:15:49 -05:00
Rene Rivera
3e3e8a5cad
Fix android_native_app_glue and cpu-features not getting built & included in the build.
...
#codereview josh.adams
[CL 2350676 by Rene Rivera in Main branch]
2014-11-05 16:28:52 -05:00
Josh Adams
d418292594
- Fixed an issue with missing a library for distribution builds [UE-4837]
...
- Improved code signing/zipalign support in SDK 21
- Forcing NDK 19, since NDK 21 will generate code that cannot run on previous OSs
[CL 2350652 by Josh Adams in Main branch]
2014-11-05 16:18:52 -05:00
Ben Marsh
d995031b51
Allow periods in P4 label names (such as //depot/UE4-Releases/4.6/Promoted-CL-XXX)
...
[CL 2350600 by Ben Marsh in Main branch]
2014-11-05 15:54:31 -05:00
Peter Sauerbrei
ac4e415658
fix for Soul defaulting to simulator when codesigning. we now explicitly pass the iphoneos sdk to xcodebuild
...
#ios
[CL 2350361 by Peter Sauerbrei in Main branch]
2014-11-05 13:44:01 -05:00
Nick Atamas
fe50b7005c
Slate : Added stat visualization to the widget reflector. Slate can now be easily profiled in SlateViewer. Requires adding <bCompileWithStatsWithoutEngine>true</bCompileWithStatsWithoutEngine> to a local BuildConfiguration.xml.
...
[CL 2350283 by Nick Atamas in Main branch]
2014-11-05 13:13:07 -05:00
Jeff Wilson
c3e839be67
Fix for cyclic metadata references
...
- made crumbs/related page references not do full processing of the referenced page's metadata
[CL 2350281 by Jeff Wilson in Main branch]
2014-11-05 13:12:54 -05:00
Ben Marsh
63903d67f5
Add a wrapper for the P4 where function, which correctly parses the output for files containing spaces, and files which are unmapped from the repository. (Previous implementation would return incorrectly when files were unmapped.)
...
[CL 2350266 by Ben Marsh in Main branch]
2014-11-05 13:12:16 -05:00
Ben Marsh
92e4344497
Add an option to UnrealVersionSelector which will register the engine directory without throwing up a popup message.
...
[CL 2348990 by Ben Marsh in Main branch]
2014-11-04 16:47:36 -05:00
Ben Marsh
ee4f4f1aef
Remove files from the download queue if they have been tampered with.
...
[CL 2348828 by Ben Marsh in Main branch]
2014-11-04 14:51:50 -05:00
Ben Marsh
71cdb39d3f
Better handling for corrupted manifest files, and allow continuing even if files have been tampered with.
...
[CL 2348802 by Ben Marsh in Main branch]
2014-11-04 14:37:01 -05:00
Rolando Caloca
ebd19fccee
UE4 - HlslParser
...
[CL 2348754 by Rolando Caloca in Main branch]
2014-11-04 14:12:02 -05:00
Ben Marsh
22a7bbc346
Allow GitDependencies to detect Mac correctly, and handle cases where files to download would already exist in the workspace.
...
[CL 2348698 by Ben Marsh in Main branch]
2014-11-04 13:32:02 -05:00
Jaroslaw Surowiec
aee777890d
CrashReportClient - UE-1526/CrashReportClient sometimes doesn't show up on crash (set bCompileAgainstCoreUObject to true)
...
[CL 2348620 by Jaroslaw Surowiec in Main branch]
2014-11-04 12:26:50 -05:00
Ben Marsh
d984dac8d2
Make reported download speed less jitterry.
...
[CL 2348539 by Ben Marsh in Main branch]
2014-11-04 11:31:50 -05:00
Ben Marsh
5e0b64a707
Catch I/O exceptions if downloading fails: can be caused by web streams, not just file I/O. Also tidy up output a little.
...
[CL 2348491 by Ben Marsh in Main branch]
2014-11-04 11:21:05 -05:00
Ben Marsh
62f1038c10
Switch GitDependencies.exe to use the CDN. Also add a download speed stat, and a ctrl-c handler to prevent partial lines of output.
...
[CL 2348431 by Ben Marsh in Main branch]
2014-11-04 10:47:10 -05:00
Chris Wood
94bcc7f53b
UnrealVS v1.31: various minor stability fixes
...
#jira UE-3359
[CL 2348175 by Chris Wood in Main branch]
2014-11-04 05:42:20 -05:00
Robert Manuszewski
e3d090926d
Making BuildConfiguration.bForceUnityBuild take precedence over bFasterWithoutUnity
...
[CL 2348165 by Robert Manuszewski in Main branch]
2014-11-04 05:27:19 -05:00
Jaroslaw Surowiec
1120b3b33b
CrashReportWWW - Updated project file
...
[CL 2348153 by Jaroslaw Surowiec in Main branch]
2014-11-04 05:07:19 -05:00