Commit Graph

3237 Commits

Author SHA1 Message Date
Richard Fawcett
37ce334ad5 UAT: Get better diagnostics when we encounter a PathTooLongException in TempStorage.
#reviewedby Leigh.Swift

[CL 2621673 by Richard Fawcett in Main branch]
2015-07-15 09:39:04 -04:00
James Moran
df424026a3 Enable HTML5 networking plugin by default.
Allow UAT to deploy websocket dedicated servers for HTML5.
UEPLAT-793 & UEPLAT-795

[CL 2621662 by James Moran in Main branch]
2015-07-15 09:24:49 -04:00
Ben Marsh
5efa7ead49 Reduce max temp storage time to 1 day.
[CL 2621246 by Ben Marsh in Main branch]
2015-07-14 21:24:22 -04:00
Daniel Wright
e92e251bb6 GenerateCoordinateSystem2 in Lightmass, slightly faster version
PR #1067

[CL 2621169 by Daniel Wright in Main branch]
2015-07-14 19:22:29 -04:00
yaakuro
1c630d59b1 Add CodeLite support (on Linux) - UE-18561, UE-18564.
- Includes PR #1378 and #1379 (both contributed by yaakuro)
  * Adds CodeLite project generator to UBT (can be invoked on all platforms).
  * Adds CodeLite source accessor plugin (whitelisted for Linux only).
  * Desktop platform/game project generation switched to use .workspace on Linux.
- Minor cleanup (do not recompile UAT and its modules when generating Linux projects).

#codereview Josh.Adams, Robert.Manuszewski, Mike.Fricker

[CL 2621060 by Dmitry Rekman in Main branch]
2015-07-14 18:17:55 -04:00
Keli Hlodversson
9921c930cd [INTEGRATE] Merging CL#2620775 using UE4-To-UE4-LauncherDev:
Fix null pointer error in UnrealCEFSubProcess when passing the same callback handler more than once to a bound UObject method.
rb: Wes.Fudala

[CL 2620782 by Keli Hlodversson in Main branch]
2015-07-14 16:06:52 -04:00
Ankit Khare
ce28ed2dfd #html5 html5 sdk has a race condition when handling temporary folders in a custom location. Fix by removing offiending code in the SDK and recreate the temp folder in UBT before build.
#codereview james.moran , ben.marsh

[CL 2620387 by Ankit Khare in Main branch]
2015-07-14 13:06:21 -04:00
Chris Babcock
b199ac3845 Better handling of multiple Android build targets (copies proper .so)
#ue4
#android
#codereview Josh.Adams

[CL 2620274 by Chris Babcock in Main branch]
2015-07-14 11:53:53 -04:00
Richard Hinckley
b64e5a596d New APIDocTool program added to ToolsForDocumentationNode.
[CL 2620170 by Richard Hinckley in Main branch]
2015-07-14 11:03:09 -04:00
Rolando Caloca
0b148b053d UE4 - D3D12RHI (not working)
[CL 2620153 by Rolando Caloca in Main branch]
2015-07-14 10:56:01 -04:00
Ben Marsh
6f9e450953 Remove low-level overrides of ElectricCommander properties from GUBPNode: EC setup is all done inside ElectricCommander.cs now.
[CL 2619964 by Ben Marsh in Main branch]
2015-07-14 08:23:23 -04:00
Steve Robb
4e1172d62b Prevent UHT crash when looking up parent types during code generation.
#codereview robert.manuszewski

[CL 2619876 by Steve Robb in Main branch]
2015-07-14 06:27:34 -04:00
Jaroslaw Surowiec
6309261cad Stats/Profiler - Refactored reading from a stats file (move memorydumpcommand to the profiler, all memory profiler funcionality move to the profiler module, can be accessed from the IProfilerModule, still wip)
[CL 2619747 by Jaroslaw Surowiec in Main branch]
2015-07-14 04:35:44 -04:00
Michael Noland
09e384f8af Core: Added logging about the command line used to invoke UHT and the duration
[CL 2619364 by Michael Noland in Main branch]
2015-07-13 22:19:09 -04:00
Ben Marsh
1a35d6ed17 Missing file.
[CL 2619203 by Ben Marsh in Main branch]
2015-07-13 19:59:27 -04:00
Ben Marsh
8207c6092e Remove DirectDependencies and DependedOnBy from GUBP job properties. As best I can tell, nothing actually uses them.
[CL 2619184 by Ben Marsh in Main branch]
2015-07-13 19:47:54 -04:00
Chris Babcock
a14524e7c3 Improved Android ARMv7 debug flags and moved UELinkerExceptions to Launch module to prevent multiple linking on x86_64
#ue4
#android

[CL 2619142 by Chris Babcock in Main branch]
2015-07-13 19:25:58 -04:00
Peter Sauerbrei
a1bc0ddc34 fix for project generation when code signing
#ios

[CL 2619044 by Peter Sauerbrei in Main branch]
2015-07-13 18:13:44 -04:00
Rolando Caloca
ece9db60b6 UE4 - Verify shader format versions due to mismatched SCW & Editor/Cooker
#codereview Daniel.Wright

[CL 2619020 by Rolando Caloca in Main branch]
2015-07-13 18:02:21 -04:00
Richard Hinckley
f4a5e43adb Changing APIDocTool's filtering system to use a C# program instead of a Python script due to build machines not supporting Python.
[CL 2618894 by Richard Hinckley in Main branch]
2015-07-13 17:06:16 -04:00
Rolando Caloca
d5ce7f0725 UE4 - Remove named pipes from SCW
[CL 2618870 by Rolando Caloca in Main branch]
2015-07-13 16:53:23 -04:00
Richard Hinckley
9dd016f25e Improved Python script (for archival purposes only).
[CL 2618779 by Richard Hinckley in Main branch]
2015-07-13 16:03:07 -04:00
Dmitry Rekman
93bd759229 UBT: Extend CMake support to more platforms and other changes (UE-17019, UE-18448).
- Includes PR #1253: Create CMakeLists.txt for OS X with CLion support too (contributed by fsmorygo)
   * cmakefile key for UnrealBuildTool now allows being used on osx and linux
   * CMakeLists.txt now includes two additional sections:
           include_directories()
           add_definitions() for preprocessor definitions

- Includes PR #1372: Project Generator Platform Source/Include Path Exclusion Removal + Makefile/CMakeLists fixes (contributed by salamanderrake).
    * Files for other platforms aren't filtered out so they get indexed for an easier lookup.
    * Fix for missing cmake targets for code-based projects.

- Experimental Windows support (tested on Mac and Linux only).

#codereview Michael.Trepka, Josh.Adams

[CL 2618656 by Dmitry Rekman in Main branch]
2015-07-13 15:11:27 -04:00
Keli Hlodversson
a5a6a586f8 Enable opening new windows from SlateViewer SWebBrowser tab.
[CL 2618442 by Keli Hlodversson in Main branch]
2015-07-13 13:24:44 -04:00
Ben Marsh
58be67b297 Add an error if nodes within an agent sharing group have multiple controlling triggers. Fix Rocket publish symbols nodes incorrectly having a dependency on the promotion trigger when debugging locally.
[CL 2618394 by Ben Marsh in Main branch]
2015-07-13 13:02:20 -04:00