Ben Marsh
2bdecda733
Fix inability to compile Android code projects in Rocket. Header intermediate directory was renamed from "Android-armv7" to "Android/-armv7" as a sideeffect of CL 2221537, so headers were not being included in the distribution.
...
#codereview Dmitry.Rekman
[CL 2237678 by Ben Marsh in Main branch]
2014-07-30 18:30:58 -04:00
Ben Marsh
ed24db2ee1
Pipe the output from Android ndk-build and ant-build to the log, so it's possible to see error messages when they fail.
...
#codereview Chris.Babcock, Josh.Adams
[CL 2237619 by Ben Marsh in Main branch]
2014-07-30 18:05:40 -04:00
Daniel Lamb
ec66bcf4e6
Fix for pythonpath missing python exe name. TTP 342757.
...
#codereview Peter.Sauerbrie
[CL 2237605 by Daniel Lamb in Main branch]
2014-07-30 17:55:43 -04:00
Peter Sauerbrei
efb33d472f
fix for not always copying provisions if we do not find a game provision or UE4Game.mobileprovision
...
TTP341967
TTP341968
[CL 2237557 by Peter Sauerbrei in Main branch]
2014-07-30 17:35:30 -04:00
Michael Trepka
571db5da64
Fixed Xcode projects generated for games with different name than target (for example when you create a project from the Vault in the Launcher and use custom name)
...
[CL 2237527 by Michael Trepka in Main branch]
2014-07-30 17:35:07 -04:00
Daniel Lamb
55fe953aa7
Fixed problem with python path having spaces in it if installed to program files.
...
#codereview Peter.Sauerbrei
[CL 2237428 by Daniel Lamb in Main branch]
2014-07-30 15:46:41 -04:00
James Moran
475e678a74
WinXP+ compatible version of QueryConnectedMice() that doesn't require a WDK install
...
Fixes TTP#342552
#codereview Terence.Burns, Josh.Adams
[CL 2237238 by James Moran in Main branch]
2014-07-30 13:56:15 -04:00
Michael Trepka
3dfa109889
Fixed a number of compile warnings reported by Clang on Mac (just some for now, there's many more that will need to be fixed in the future)
...
[CL 2237140 by Michael Trepka in Main branch]
2014-07-30 12:35:58 -04:00
Robert Manuszewski
58bdf6fc20
Fixing wrong shared pch warning when building MiniDumpDiagnostics
...
[CL 2237064 by Robert Manuszewski in Main branch]
2014-07-30 11:10:30 -04:00
Peter Sauerbrei
76ade92814
ICU on IOS - libraries and code changes
...
#ue4
#ios
[CL 2237050 by Peter Sauerbrei in Main branch]
2014-07-30 11:06:16 -04:00
Richard Fawcett
87f66d2729
Fixes bug where AutomationTool's PushDir_NoExceptions achieved different result to PushDir in the success case.
...
Previously PushDir_NoExceptions would change the current working directory, and push the NEW working directory onto the stack,
thereby losing the ability to pop the final directory and return to the original working directory before anything was pushed.
This old behavior contradicted the method's comment, which reads "Pushes the current working directory onto a stack and sets CWD to a new value."
[CL 2236817 by Richard Fawcett in Main branch]
2014-07-30 04:56:10 -04:00
Ankit Khare
7dcc3e1c64
#UBT
...
#TTP 342328 (HTML5: Packaging Blueprint projects fails)
- A compiler generated file was missing from the manifest, fixed
- clean up - instead of calling static functions, call virtual function on tool chain, move platform specific code to derived tool chains.
#codereview peter.sauerbrei
[CL 2236049 by Ankit Khare in Main branch]
2014-07-29 13:38:03 -04:00
Robert Manuszewski
2e2bd9c196
Fixing CIS (MinidumpDiagnostics)
...
[CL 2235837 by Robert Manuszewski in Main branch]
2014-07-29 10:43:57 -04:00
Michael Trepka
58529f5921
Make sure Mac app bundle's Contents/Resources is created before copying icon file to it
...
[CL 2235780 by Michael Trepka in Main branch]
2014-07-29 10:03:52 -04:00
Robert Manuszewski
1a892433de
CIS Fixes for UnrealFrontend linker errors + initialization order fix
...
[CL 2235668 by Robert Manuszewski in Main branch]
2014-07-29 06:34:45 -04:00
Robert Manuszewski
26f250c9a2
Hot-reload: support for structural changes for hot-reload (adding/removing properties/classes/structs/enums)
...
#change Classes will now be defer registered instead of being created during static initialization
#change Added class re-instancing after hot-reload
#change Changes to UHT to keep track of generated code changes
#change Refactored a few CoreUObject delegates to a common namespace struct.
[CL 2235479 by Robert Manuszewski in Main branch]
2014-07-29 02:43:48 -04:00
Peter Sauerbrei
168c5507ed
fix for IPP GUI causing a crash
...
#ue4
#ios
[CL 2234992 by Peter Sauerbrei in Main branch]
2014-07-28 17:06:13 -04:00
Michael Trepka
410a6c9ad4
Fixed copying of folders to Mac bundle resources
...
[CL 2234951 by Michael Trepka in Main branch]
2014-07-28 16:31:15 -04:00
Kellan Carr
4c49d0635c
build script, fix for hastests check
...
[CL 2234910 by Kellan Carr in Main branch]
2014-07-28 16:01:22 -04:00
Michael Trepka
e5fa9d51e7
Initial support for specifying additional files or folders that need to be copied to Mac app bundle in module's Build.cs file. For now only used for Mac CoreAudio's RadioEffectUnit plugin. More files and support for iOS bundles will follow soon.
...
[CL 2234811 by Michael Trepka in Main branch]
2014-07-28 14:55:48 -04:00
Kellan Carr
737e80bba7
build script, PS4 builds now depend on PS4MapFileUtil, which is now a separate node, also add hastests property for ec searches
...
[CL 2234713 by Kellan Carr in Main branch]
2014-07-28 14:05:24 -04:00
Steve Robb
5965e53ea9
Fix for incorrectly-formed generated paths when passing a relative .uproject path to UBT.
...
#change UProjectPath made absolute when set via the command line.
#codereview robert.manuszewski,terence.burns
[CL 2234653 by Steve Robb in Main branch]
2014-07-28 13:30:17 -04:00
Jaroslaw Surowiec
f267ef7e8d
CrashReport - Updated crash report database creation script, latest
...
[CL 2234648 by Jaroslaw Surowiec in Main branch]
2014-07-28 13:25:27 -04:00
Jaroslaw Surowiec
d415b27593
CrashReport - Updated crash report database creation script, merged from UE3
...
[CL 2234628 by Jaroslaw Surowiec in Main branch]
2014-07-28 13:20:25 -04:00
Marcus Wassmer
b7baab74cc
Fix XboxOne AutoSDK builds through UAT.
...
[CL 2232899 by Marcus Wassmer in Main branch]
2014-07-26 12:24:29 -04:00