Joe Kirchoff
58a757c32b
Remove unacceptable strings from CopyBuildToStagingDirectory
...
#jira UE-158633
#rnx
#rb trivial
#preflight 62cc9752ad490b52dadb049e
[CL 21047967 by Joe Kirchoff in ue5-main branch]
2022-07-11 17:42:19 -04:00
Dan Thompson
7c8f356b9a
Removing GetNumCookersToSpawn as it hasn't been used in a long long time.
...
#jira UE-158607
#preflight 62cc784c173a4f340870d564
#rb matt.peters
[CL 21046824 by Dan Thompson in ue5-main branch]
2022-07-11 16:33:40 -04:00
Leon Huang
5ddef93c5e
Added support for preview versions of the localization manifests to be generated and deleted during a preview localization run. This addresses false positives for loclaization warnings that can arise from comparing gathered strings to a stale manifest file.
...
- Added a preview parameter to the Localization UAT command which allows the command to run in preview mode.
- Localization commandlets now generate *_Preview.manifest files during a run into the destination path specified by the config files.
- The localization automation script will delete all files that end with _Preview.manifest at the end of the gather run.
- Improved checks for manifest filename extensions to ensure no malformed manifest filenames are passed into the commandlet
#jira: none
#rb: Jamie.Dale
#preflight: 62c487352f2d0469188c7d30
[CL 20970061 by Leon Huang in ue5-main branch]
2022-07-06 14:22:26 -04:00
Martin Sevigny
acac1f2e14
BuildCookRun: Fixed the creation of multiple packages\platforms in a single call. The upluginmanifest file needs to be platform specific. It will prevent some of the packages from running otherwise.
...
Also added the name of the platform when dumping the Manifest into FinalCopy_XXX.txt
#rb David.harbey
#preflight none
[CL 20965427 by Martin Sevigny in ue5-main branch]
2022-07-06 08:50:39 -04:00
jason walter
60605df1ed
Rename PakBlacklist to PakDenylist
...
#jira UE-131120
#rb chris.babcock
#preflight 62b9f6120c1f73fed6d55225
[CL 20859220 by jason walter in ue5-main branch]
2022-06-28 11:24:09 -04:00
Ryan Hummer
17ec2f995b
Exclude CSVTools from CheckCSProjectDotNetVersion
...
Standalone, not part of any build process.
#rnx
#jira UE-156839
#rb none
#preflight 62b1c111da272a658f4bbea8
[CL 20756383 by Ryan Hummer in ue5-main branch]
2022-06-21 09:10:36 -04:00
chris constantinescu
fd9454e0e0
Catch2 Win64 static library VS 2022
...
#preflight 62b0dddeec13d14b5a155391
#rnx
#fyi Jimmy.Andrews
[CL 20746793 by chris constantinescu in ue5-main branch]
2022-06-20 18:44:54 -04:00
CarlMagnus Nordin
54f50ee466
UnrealPak: Add support for creating multiple pak files at once instead of running a separate process for each
...
#jira FORT-457704
#rb pk.kack
#preflight 62b00c75a4631339e9972976
#robomerge EngineMerge
[CL 20734429 by CarlMagnus Nordin in ue5-main branch]
2022-06-20 04:34:49 -04:00
PJ Kack
5cf4001eaa
CopyBuildToStaging.cs: Add error for staging without IoStore after cooking with ZenStore
...
#jira none
#rb carlmagnus.nordin
#rnx
#preflight 62a732b23a7e5ec4ca0d08a1
[CL 20627031 by PJ Kack in ue5-main branch]
2022-06-13 10:39:56 -04:00
Ben Marsh
79c05ae32b
Back out EpicGames.Jupiter upgrade to NET 6
...
#preflight none
#fyi Joe.Kirchoff
[CL 20593495 by Ben Marsh in ue5-main branch]
2022-06-10 07:38:49 -04:00
mark lintott
2fdabe835a
Added support for sessionlabel to UAT. -sessionlabel was not being passed through from UAT commandline to the exe commandline.
...
#rb joe.kirchoff
#jira none
#preflight 62a22a61415407fc4cd55b97
[CL 20581017 by mark lintott in ue5-main branch]
2022-06-09 13:53:57 -04:00
David Harvey
f80f96afc1
CreatePlatformExtension UAT command adds 'HasExplicitPlatforms' if it removes the last existing platform from a plugin platform list.
...
#rnx
#jira none
#rb trivial
#preflight 629f0c251c7e8f9a1835e2ff
[CL 20534444 by David Harvey in ue5-main branch]
2022-06-07 04:34:07 -04:00
joe kirchoff
f9a78bdc2d
EpicGames.Jupiter: net6.0 upgrade
...
#rnx
#rb none
#preflight 629e94911c7e8f9a18121cf8
[CL 20530671 by joe kirchoff in ue5-main branch]
2022-06-06 20:04:06 -04:00
sebastien lussier
aa04f904c1
Added HLOD & Minimap build scripts
...
Unified "-AutoSubmit" option
#rb jeanfrancois.dube
#ROBOMERGE-AUTHOR: sebastien.lussier
#ROBOMERGE-SOURCE: CL 20488942 via CL 20488950 via CL 20488969
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v954-20466795)
[CL 20490641 by sebastien lussier in ue5-main branch]
2022-06-03 14:48:01 -04:00
Joe Kirchoff
e9ded6f8a3
BuildCMakeLib: Default output binaries to lib root directory, instead of Engine\Binaries
...
#rnx
#rb trivial
#preflight skipped
[CL 20490095 by Joe Kirchoff in ue5-main branch]
2022-06-03 14:22:22 -04:00
Joe Kirchoff
0c73898033
BuildCMakeLib: Use Intermediate as temp build directory instead of Build, as it won't conflict with preexisting files or folders
...
#rnx
#rn none
#preflight skipped
[CL 20478127 by Joe Kirchoff in ue5-main branch]
2022-06-02 18:58:07 -04:00
yiliang siew
4cc39a48a8
- WhitelistConfigFiles is now enough to allow for staging individual configuration files from Restricted folders, without having to also specify also WhitelistDirectories for that folder as well.
...
- `WhitelistDirectories` now works properly for restricted directories in distributed builds.
#rb Josh.Adams
#preflight 6296a23e2c618ddc6667e394
#ROBOMERGE-AUTHOR: yiliang.siew
#ROBOMERGE-SOURCE: CL 20454257 via CL 20454274 via CL 20454286 via CL 20454306
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v952-20449836)
[CL 20460796 by yiliang siew in ue5-main branch]
2022-06-01 18:11:47 -04:00
Ben Marsh
59a6168284
Horde: Add a matcher for inconsistent Perforce case events.
...
#preflight none
[CL 20439896 by Ben Marsh in ue5-main branch]
2022-05-31 14:25:56 -04:00
David Harvey
1f9999d20c
fix platform name lookup.
...
#rb trivial
#rnx
#preflight skip
#fyi Joe.Conley
[CL 20395090 by David Harvey in ue5-main branch]
2022-05-27 12:58:13 -04:00
Ben Marsh
cbb950c578
UBT: Use ILogger throughout UBT, rather than legacy EpicGames.Core.Log methods. All output going forwards should use structured logging rather than String.Format style logging.
...
#preflight 628e9dc6e746de4961f60032
[CL 20373777 by Ben Marsh in ue5-main branch]
2022-05-25 19:55:37 -04:00
lauren barnes
53488dc718
Updating CrashReportClient style to only use images from certain folders, and moving developer tool style setup to individual style classes.
...
#jira UE-152623
#rb Josh.Adams, Patrick.Boutot, Patrick.Laflamme, Louise.Rasmussen
#preflight 628d6c5faf7a2e956b8de990
#ROBOMERGE-OWNER: lauren.barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20366551 via CL 20368551 via CL 20369147 via CL 20369164
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v949-20362246)
[CL 20370889 by lauren barnes in ue5-main branch]
2022-05-25 16:27:45 -04:00
carlmagnus nordin
4fb14fcf65
UAT: Fix .o files not being staged to the correct pakchunk
...
#preflight 628e13cb841e8395c64ff8d3
#rb pj.kack
#ROBOMERGE-AUTHOR: carlmagnus.nordin
#ROBOMERGE-SOURCE: CL 20362915 via CL 20363784 via CL 20363794 via CL 20363800
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v949-20362246)
[CL 20366259 by carlmagnus nordin in ue5-main branch]
2022-05-25 12:08:53 -04:00
David Harvey
5c7f266d12
Remove HoloLens platform references from AutomationTool.
...
#jira UE-149794
#rnx
#preflight 628cdf035665463c210630fb
#rb Jeff.Fisher
[CL 20362413 by David Harvey in ue5-main branch]
2022-05-25 07:19:52 -04:00
David Harvey
f9ec9654e7
UAT: Update changelist comment to reflect latest checkin requirements.
...
#rnx
#rb trivial
#preflight skip
[CL 20345112 by David Harvey in ue5-main branch]
2022-05-24 03:53:02 -04:00
josh adams
381fbb5b95
- Fixed up the EditorOptional directories to have a different save vs input, since the save dir needs to be cleaned, but the input one cannot get cleaned
...
#rb francis.hurteau
#preflight 6286c9041e478b95c7ccaa2a
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 20289363 via CL 20289803 via CL 20289816 via CL 20289832
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126)
[CL 20304893 by josh adams in ue5-main branch]
2022-05-20 18:49:22 -04:00