Commit Graph

1220 Commits

Author SHA1 Message Date
Ben Marsh
6f35e18d34 Rename LegacyNode -> LegacyBuildNode to distinguish between other types of legacy nodes.
[CL 2633333 by Ben Marsh in Main branch]
2015-07-25 10:38:24 -04:00
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
Michael Trepka
d7c5e90831 Merging CL 2632258 - Mac codesign fixes
[CL 2632260 by Michael Trepka in Main branch]
2015-07-24 10:59:55 -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
Ben Marsh
0029698e42 Handle cases where BootstrapPackagedGame is read only.
[CL 2632082 by Ben Marsh in Main branch]
2015-07-24 08:17:01 -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
Peter Sauerbrei
e57bbb9483 fix for build machine failure when copying DDC stats when running BuildDerivedDataCache commandlet
[CL 2631631 by Peter Sauerbrei in Main branch]
2015-07-23 19:06:45 -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
Bob.Tellez
09e658827a [INTEGRATE] Change 2627031 by Bob.Tellez@Z2434 on 2015/07/21 12:06
#UE4 Fixed a problem where the wrong constructor was matched for BuildPatchToolStagingInfo when supplying two or three strings at the end of the arguments list since the last argument was optional.

[CL 2630790 by Richard Fawcett in Main branch]
2015-07-23 12:35:01 -04:00
Ben Marsh
9989daccfa [INTEGRATE] UAT: Add support for cross-app promotion
#codereview Richard.Fawcett

[CL 2629897 by Ben Marsh in Main branch]
2015-07-22 20:02:21 -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
Wes Hunt
c1672d4beb Remove Remove some redundant and unused functions;
* InternalUtils::ExecutingAssemblyLocation
* InternalUtils::ExecutingAssemblyDirectory
* InternalUtils::ExecutableVersion
* CommandUtils::WriteToFile (one overload not used)
* CommandUtils::ExeFilename
* CommandUtils::ExeDirectory
* CommandUtils::CurrentDirectory
Added:
* Tools.DotNETCommon.AssemblyUtils::ExecutableVersion

[CL 2629222 by Wes Hunt in Main branch]
2015-07-22 14:00:30 -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
Peter Sauerbrei
5cee0d063a UE-18919 - fix for signing issues on Mac
#uat

[CL 2627724 by Peter Sauerbrei in Main branch]
2015-07-21 13:42:15 -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
Wes Hunt
d2a1b60eaa UE-18654 - Fix uses of GetExecutingAssembly in UAT/UBT
#codereview:ben.marsh

[CL 2624862 by Wes Hunt in Main branch]
2015-07-17 16:38:17 -04:00