Commit Graph

826 Commits

Author SHA1 Message Date
Ben Marsh
9e31e87ce0 Explicitly pass the engine root into ReadAvailablePlugins().
[CL 2632416 by Ben Marsh in Main branch]
2015-07-24 13:23:11 -04:00
Marcus Wassmer
8be948a313 Fix cookonthefly steaming condition.
#Daniel.Lamb

[CL 2632390 by Marcus Wassmer in Main branch]
2015-07-24 13:09:50 -04:00
Marcus Wassmer
9a8ce2e905 Do iterative cooking for COTF when requested
#codereview Daniel.Lamb

[CL 2632196 by Marcus Wassmer in Main branch]
2015-07-24 10:21:47 -04:00
Marcus Wassmer
da1cebf73f Just do logs for plugin spam
[CL 2632160 by Marcus Wassmer in Main branch]
2015-07-24 10:03:43 -04:00
Robert Manuszewski
989bed2201 Replacing Console.WriteLine logs with UBT/UAT specific ones.
#codereview Marcus.Wassmer, Ben.Marsh

[CL 2631972 by Robert Manuszewski in Main branch]
2015-07-24 04:38:03 -04:00
Marcus Wassmer
cb2aa76bbb Ensure EngineRelativeDir is correct for plugin staging
#codereview Bob.Tellez

[CL 2631803 by Marcus Wassmer in Main branch]
2015-07-23 22:20:23 -04:00
Bob Tellez
af54d3b60e Plugin files are now read from the correct working directory while creating the staging manifest.
[CL 2631763 by Bob Tellez in Main branch]
2015-07-23 21:25:53 -04:00
Marcus Wassmer
816105af91 More logiging for plugin discovery
[CL 2631608 by Marcus Wassmer in Main branch]
2015-07-23 18:52:28 -04:00
Peter Sauerbrei
dc1d815f84 refactored the logging system for UAT/UBT to be more like UE4
we now use an enum similar to UE4 with Fatal, Error, Warning, Display, Log, Verbose, and VeryVerbose
Log will only go to the log file unless -verbose is passed on the command line
reduced some of the output from UAT to be Log only

[CL 2631062 by Peter Sauerbrei in Main branch]
2015-07-23 14:51:46 -04:00
Timothy Reynolds
5eaf91c514 Fixed zipping project path issue on mac. Cleaned up log messages. Display the correct OS for the process.
UE-19001, UE-19003

[CL 2629653 by Timothy Reynolds in Main branch]
2015-07-22 17:27:55 -04:00
Wes Hunt
7ff08138f9 Move Robust_XXX methods into InternalUtils, since it is called outside of TempStorage.
#UEB-307

[CL 2629371 by Wes Hunt in Main branch]
2015-07-22 15:21:40 -04:00
Ben Marsh
dd08437233 Rename BuildReceipt to TargetReceipt, to clarify its purpose.
[CL 2629145 by Ben Marsh in Main branch]
2015-07-22 13:10:12 -04:00
Marcus Wassmer
a363f3e639 Make sure directory exists for release paks
#codereview Daniel.Lamb

[CL 2628896 by Marcus Wassmer in Main branch]
2015-07-22 10:13:35 -04:00
Daniel Lamb
299c980489 Stopped create release version from failing to copy.
[CL 2627516 by Daniel Lamb in Main branch]
2015-07-21 11:32:06 -04:00
Ben Marsh
f27b374dcc Missing file.
[CL 2625346 by Ben Marsh in Main branch]
2015-07-18 17:04:00 -04:00
Ben Marsh
a5f534451b Remove the ENGINE_VERSION define from Version.h and ObjectVersion.cpp; it's superceded by GEngineVersion. EngineVersion.cpp now defines the constants GEngineVersionChangelist and GCompatibleWithEngineVersionChangelist, which are used to construct GEngineVersion and GCompatibleWithEngineVersion. Modifying those constants allows updating the engine version separately to the defines used for resource files (allowing UGS to update the version number without triggering all files to be relinked).
[CL 2625344 by Ben Marsh in Main branch]
2015-07-18 16:57:53 -04:00
Ben Marsh
36d0c480b6 Fix unused variable warning causing build failure on Mono.
#codereview Peter.Sauerbrei

[CL 2624756 by Ben Marsh in Main branch]
2015-07-17 15:46:40 -04:00
Peter Sauerbrei
d9677974db fixes for executable signing for Rocket build
[CL 2624483 by Peter Sauerbrei in Main branch]
2015-07-17 13:13:26 -04:00
Chris Babcock
c5590c37da Fix to packaging blacklist to ignore blank lines in file
#ue4

[CL 2622329 by Chris Babcock in Main branch]
2015-07-15 16:20:40 -04:00
Richard Hinckley
476144b565 Temporarily removing DoxygenInputFilter solution from ToolsForDocumentation node until it's clear why that node is breaking.
[CL 2621711 by Richard Hinckley in Main branch]
2015-07-15 10:23:13 -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
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
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
bruce nesbit
df30071d7e Revised feature pack code.
Additional files can now be specified in feature pack manifest.
Feature packs can now be parsed/installed feature pack without the need for a .upack file
Removed feature packs for shared template resources
Moved shared template resource manifests into a FeaturePack folder and revised so they will work sans .upack
Removed shared feature packs from list of .upacks rocket builds.

[CL 2617901 by bruce nesbit in Main branch]
2015-07-13 05:47:36 -04:00
Peter Sauerbrei
e8d08e52fd UEB-117 - Move secure signing to the platforms
#codereview ben.marsh

[CL 2616956 by Peter Sauerbrei in Main branch]
2015-07-10 14:06:52 -04:00