Excluding RootEditorCrossCompileLinuxNode as a dependency for ToolsCrossCompileNode if you excluded compiling the linux editor via ExcludePlatformsForEditor
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2655653 by Bob.Tellez on 2015/08/13 22:17:26.
[CL 2655654 by Bob Tellez in Main branch]
No longer excluding cross compile node when excluding linux editor. These tools are for more than just the editor (i.e. CrashReportClient)
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2655628 by Bob.Tellez on 2015/08/13 21:48:26.
[CL 2655631 by Bob Tellez in Main branch]
add -verbose=Level argument to be able to specify the verbosity level of logging, defaults to Log
#codereview ben.marsh, robert.manuszewski, paul.fazio
[CL 2654467 by Peter Sauerbrei in Main branch]
Mark HTML5LaunchHelper script as executable.
Script handles spaces when pushing working directory.
Fixes UE-19637 (again)
[CL 2654364 by James Moran in Main branch]
Excluding the editor for a platform no longer excludes the Tools node, which includes tools used for non-editor targets
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2647003 by Bob.Tellez on 2015/08/06 16:52:16.
[CL 2647005 by Bob Tellez in Main branch]
* Moving Ionic.Zip source code into UE4 from UE4 source.
* Only one left should be in Binaries/DotNET.
* Moving TPS info to source location.
* Deleting several copies that were floating around.
Assembly Resolve Refactor
* Added AssemblyUtils.InstallAssemblyResolver to handle resolving of known assemblies that may not exist in the same folder as the referencing assembly.
* This is now installed by UAT and UBT, which should handle all needs to load Ionic.Zip and RPCUtility.exe from scripts that install into subfolders of Binaries/DotNET.
* Other assemblies can be added easily as necesary, centralizing the location where this is handled.
* Removed AssemblyResolver from RPCUtilHelper as UBT handles it automatically now.
* Removed Ionic.Zip references from projects that weren't really using it.
#codereview:ben.marsh
[CL 2646891 by Wes Hunt in Main branch]