Jerome Delattre
8a01f176d1
Update ImageMagick tps
...
#jira none
#rnx
#preflight skip
#rb trivial
[CL 21115855 by Jerome Delattre in ue5-main branch]
2022-07-15 15:34:43 -04:00
Chris Caulfield
d644d65495
Chaos - island management
...
- SolverIsland constraint and particle lists are now transient and not maintained between frames (cleared at the end of frame)
- Constraint and Particle cached GraphIndex is always set when in the graph and cleared when not in the graph
- Islands now wake automatically - no explicit WakeIsland calls from evolution
- Lots of debug tracking (on a define, enabled in unit tests)
- Various unit tests
#rb michael.forot, cedric.caillaud
#jira
#preflight 62d1a005a66919b6701e7d96
[CL 21113728 by Chris Caulfield in ue5-main branch]
2022-07-15 13:48:06 -04:00
graeme thornton
9b6693c0e9
Stage project shaders for cooked cookers
...
#preflight none
[FYI] josh.adams
#ROBOMERGE-AUTHOR: graeme.thornton
#ROBOMERGE-SOURCE: CL 21108970 via CL 21110432 via CL 21110489 via CL 21110526
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21112668 by graeme thornton in ue5-main branch]
2022-07-15 12:49:24 -04:00
robert seiver
c7edb27b59
Disabled currently-unused buttons
...
#fyi @Brandon.Schaefer
#preflight none
[CL 21112091 by robert seiver in ue5-main branch]
2022-07-15 12:29:15 -04:00
Tim Smith
fc04eaeb5f
Fixing missing XML documentation
...
#rb self
#rnx
#preflight 62d1852fa6141b6adf43b441
[CL 21111208 by Tim Smith in ue5-main branch]
2022-07-15 11:41:05 -04:00
dmytro vovk
e4767d3552
Added Clang Analyzer support to Android toolchain
...
#jira UE-140007
#rb Chris.Babcock
#preflight 62d18137dc4397d38456cf9e
[CL 21110861 by dmytro vovk in ue5-main branch]
2022-07-15 11:25:34 -04:00
Ryan Hummer
dcb81492ef
Use robocopy/rsync to copy temp storage manifests locally before unzipping them, and use them to copy manifests off to the share at the end of a task.
...
improves platform reliability, m1 macs struggle to update file attributes when copying to an smb share. rsync ensures the attributes are correctly copied.
#rnx
#jira none
#rb none
#preflight 62d170c93b057e72748b9aa8
#author ryan.durand
[CL 21110668 by Ryan Hummer in ue5-main branch]
2022-07-15 11:15:30 -04:00
paul chipchase
7fa61baff0
Move anon namespace out of the named namespace to avoid naming confusion.
...
#rb trivial
#rnx
#preflight 62d16c2baf68cd745b71b0c4
[CL 21109457 by paul chipchase in ue5-main branch]
2022-07-15 09:51:54 -04:00
dmytro vovk
246bbe3719
Added Android NDK25 to the list of supported SDK versions
...
#jira none
#rb trivial
#preflight 62d160e5a66919b67010c44e
[CL 21108777 by dmytro vovk in ue5-main branch]
2022-07-15 08:45:03 -04:00
Tim Smith
5200aeebdb
Fixed issue with UAT/UBT script module rebuild tracking. If MSBuild doesn't update the target DLL due to there being no real changes, then the simple check against target time stamps being out of order would fail. Changed to save the reference time stamp and then compare them to test to see if they don't match.
...
Minor refactor to how valid and invalid build records are tracked.
#rb josh.adams
#preflight 62d15d263b057e7274876325
[CL 21108749 by Tim Smith in ue5-main branch]
2022-07-15 08:42:45 -04:00
Joe Kirchoff
52f52353ba
Update terminology. Requires UGS update
...
#jira UE-158506
#jira UE-158507
#rnx
#rb trivial
#preflight 62c8a7958558075f42ac341d
[CL 21101128 by Joe Kirchoff in ue5-main branch]
2022-07-14 19:18:03 -04:00
robert seiver
97a9617547
You can now sync to any build by right clicking that build and clicking sync in the dropdown
...
#fyi @Brandon.Schaefer
#preflight none
[CL 21101040 by robert seiver in ue5-main branch]
2022-07-14 19:09:38 -04:00
robert seiver
4119661e93
Sync filters completed
...
#fyi @Brandon.Schaefer
#preflight none
[CL 21100230 by robert seiver in ue5-main branch]
2022-07-14 17:48:46 -04:00
Joe Kirchoff
bd207e488f
UnrealBuildTool: Update CppStandardVersion.Cpp20 for msvc to pass /std:c++20 instead of /std:c++latest as it was feature-complete* with 16.11
...
#rnx
#rb trivial
*https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170#note_20abi
#preflight 62d0897a562520a394da92b1
[CL 21100047 by Joe Kirchoff in ue5-main branch]
2022-07-14 17:39:44 -04:00
josh adams
97e4755b10
- Undid a recent backout of CookedEditor changes, with the bug fixed on the FN side
...
#rb eric.knapik
#preflight 62cf3aeab0763b1910c3031a
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 21090585 via CL 21090589 via CL 21090592
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21096372 by josh adams in ue5-main branch]
2022-07-14 15:23:24 -04:00
josh adams
125104fca8
- Moved where we stage Mono files so it only happens when targeting Linux
...
#rb trivial
#preflight 62cf1c6cb90bf539697c29b7
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 21090530 via CL 21090539 via CL 21090547
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)
[CL 21096363 by josh adams in ue5-main branch]
2022-07-14 15:23:10 -04:00
Joe Kirchoff
ab763b8aec
UnrealBuildTool: Fix -fpch-validate-input-files-content check
...
#rnx
#rb trivial
#jira UE-159463
#preflight 62d05bf28e4b379590a65be8
[CL 21095032 by Joe Kirchoff in ue5-main branch]
2022-07-14 14:30:32 -04:00
Tim Smith
a73b0f7d53
Fix for UHT failing to add enum meta data to a fixed array when a space appears in the array size.
...
#rb self
#9337
#preflight 62d0538daf68cd745b136e96
[CL 21093939 by Tim Smith in ue5-main branch]
2022-07-14 13:54:32 -04:00
josh adams
1ad2bc4cce
- Restored the .xcconfig code that I reverted while fixing a bug
...
#rb trivial
#preflight 62d03e438e4b379590a22ffc
[CL 21093129 by josh adams in ue5-main branch]
2022-07-14 13:20:15 -04:00
josh adams
2bcab46051
[Backout] - CL21082773
...
#fyi Josh.Adams
Original CL Desc
-----------------------------------------------------------------
- Added support for .xcconfig files, currently for project and targets, but we can make specific config ones (Debug vs Development, etc)
#rb adam.king
#preflight skip
[CL 21091241 by josh adams in ue5-main branch]
2022-07-14 11:15:39 -04:00
Tim Smith
c06b4f33ad
Updating C# UHT to support the new Iris replication.
...
#rb self
#rnx
#preflight 62d022acdc4397d384ff617d
[CL 21090588 by Tim Smith in ue5-main branch]
2022-07-14 10:17:49 -04:00
Ben Marsh
830d7ea2bf
Horde: Process the list of pending changes queued up by the commit service, even if we don't replicate content.
...
#preflight none
[CL 21090328 by Ben Marsh in ue5-main branch]
2022-07-14 09:53:13 -04:00
Josh Engebretson
3323f8b8aa
Horde: Job and step detal navigation updates, with many other optimizations and refactoring
...
#jira none
#preflight none
#skipci
#rnx
[CL 21090311 by Josh Engebretson in ue5-main branch]
2022-07-14 09:52:22 -04:00
bryan sefcik
06f6cf2700
Added IWYU pragmas.
...
#preflight 62d018faa6141b6adfe93e82
[CL 21090145 by bryan sefcik in ue5-main branch]
2022-07-14 09:41:39 -04:00
Ben Marsh
ef318bb9b4
Horde: More logging to track down missing commits.
...
#preflight none
[CL 21089816 by Ben Marsh in ue5-main branch]
2022-07-14 09:00:49 -04:00