Commit Graph

14671 Commits

Author SHA1 Message Date
will damon
2cd6352a69 Enable support for Xcode 14
- Rebuild libsquish with macosx-version-min=10.15
- Remove duplicate definitions for HTTP status constants
- Use snprintf instead of sprintf in Metal & AGX profilers
- Silence deprecation warnings in ControlRigSpline third-party contrib.
- Disable fatal_warnings linker flag for clang 14 only on Mac (as a temporary workaround) for the linker complaning about not being able to compact unwinding information for particular functions.

#rb adam.kinge, brandon.shaefer, sara.schvartzman
#fyi richard.wallis, jack.porter
#jira none
#rnx
#preflight 62a8f1261f6754ac09c886fb

[CL 20687742 by will damon in ue5-main branch]
2022-06-16 11:16:02 -04:00
Joakim Lindqvist
89e02fbffd Horde Storage - Removed usage of legacy ref store from BlobStoreConsistencyCheck, while correct to consider those namespaces as well practically it doesnt matter much and this causes issues when the legacy setup is not configured (which it shouldnt be for anyone as it is deprecated)
#preflight none

[CL 20684933 by Joakim Lindqvist in ue5-main branch]
2022-06-16 05:43:28 -04:00
David Harvey
4359028ac5 Automation can override the RHI & other settings for all Windows-based platforms.
#jira UE-139998
#rnx
#preflight 62a9afe52b5231d8aef152ca
#rb Jerome.Delattre

[CL 20684726 by David Harvey in ue5-main branch]
2022-06-16 04:50:39 -04:00
chris caulfield
bbd093820d Chaos - Support deferred collision in QPBD solver (used by RBAN to perform collision detection after first joint iteration)
- transfer RBAN iterations from legacy solver to QPBD solver if they were changed

#rb none
#preflight 62aa60cc102b5101ccdb985b

#ROBOMERGE-AUTHOR: chris.caulfield
#ROBOMERGE-SOURCE: CL 20680629 via CL 20680637 via CL 20680640
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20681016 by chris caulfield in ue5-main branch]
2022-06-16 01:03:07 -04:00
kerim borchaev
db44b13df3 [SketchUp] Enable parent non-uniform scaling of a rotated component
- Unreal doesn't allow non-uniform scaling of a parent actor to be applied to a rotated child object(scaling is applied before rotation, in mesh's local space). SketchUp allows this and in some cases it's useful/possible to 'bake' rotation into component's geometry to have same effect in Unreal as in SU.

- Restrictions: Transform 'baking' is done only for purely geometric components(without child components). And when component that has oly single instance(single transform to be baked). Multiple occurrencies of the same instance are allowed since they have the same local transform(which was baked).

- Translation and uniform scaling is not baked(only non-uniform scale, rotate and shear). These is not needed and more convenient for user to keep them in the actor.

#jira UE-130882
#preflight 62a88e57136e62bef1c4f1ed
#rb benoit.deschenes JeanLuc.Corenthin

[CL 20680914 by kerim borchaev in ue5-main branch]
2022-06-16 00:24:28 -04:00
ben woodhouse
dd23ecee0c PerfReportTool 4.78 - add an AutoColorize XML option for summary tables and make this behavior independent of ScrollableFormatting.
- This can be force disabled via the commandline with -autoColorize 0, or enabled with -autoColorize or -autoColorize 1
- The -reverseTable and -scrollableTable params are now also possible to force disable by specifying 0 (using a new GetOptionalBool mechanism)

[FYI] andrew.ladenberger

#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 20675636 via CL 20677476 via CL 20677697
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20679317 by ben woodhouse in ue5-main branch]
2022-06-15 19:53:12 -04:00
francis hurteau
771292f5bc Reintroduce changelist 20658217 backed out by 20659566
#rb trivial
[FYI] Marc.Audy, Tim.Smith
#preflight skip

#ROBOMERGE-AUTHOR: francis.hurteau
#ROBOMERGE-SOURCE: CL 20674457 in //UE5/Release-Engine-Staging/...
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20676097 by francis hurteau in ue5-main branch]
2022-06-15 16:00:38 -04:00
Ryan Kautzman
016e458f2e Add LanczosCG solver.
#rb: Brice.Criswell, Yizhou.Chen
#fyi: Joseph.Teran
#preflight 62aa16b63b5a9b6e39d566bb

[CL 20673494 by Ryan Kautzman in ue5-main branch]
2022-06-15 13:36:11 -04:00
dmytro vovk
7d1f0deb27 Inject LLDB startup command that loads data types visualizer script for Android
#jira UE-153075
#[review]-20669220 Chris.Babcock

#ushell-cherrypick of 20670255 by dmytro.vovk
#preflight 62a9f6df273ce16835c1fd78

[CL 20670734 by dmytro vovk in ue5-main branch]
2022-06-15 11:32:31 -04:00
ben woodhouse
8b08f5a874 Upgrade CSV tools to .NET framework 4.8
#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 20669446 via CL 20669464 via CL 20669469
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20670444 by ben woodhouse in ue5-main branch]
2022-06-15 11:19:40 -04:00
Ben Marsh
d37e15ad7d Horde: Minor formatting changes for Slack messages.
#preflight none

[CL 20669347 by Ben Marsh in ue5-main branch]
2022-06-15 10:05:00 -04:00
Benn Gallagher
c0bcdd58c9 CIS: Fix HeadlessChaos error caused by API change
#rb trivial
#fyi Chris.Caulfield
#preflight skip
#jira none
#rnx

[CL 20667854 by Benn Gallagher in ue5-main branch]
2022-06-15 07:11:32 -04:00
Ben Marsh
a3f9e91b05 Horde: Replace logic for ignoring systemic issues with code to ignore specific event ids in situations that warrant it. Systemic issues are now treated as real systemic isssues rather than false positives.
#preflight none

[CL 20662761 by Ben Marsh in ue5-main branch]
2022-06-14 20:59:16 -04:00
Ben Marsh
9ddd9b05a3 Horde: Remove matchers for generic "BUILD FAILED" messages in UAT. These do not contain any useful information.
#preflight none

[CL 20662461 by Ben Marsh in ue5-main branch]
2022-06-14 20:46:54 -04:00
Ben Marsh
9b8fa5c425 Fix tests.
#preflight none

[CL 20661949 by Ben Marsh in ue5-main branch]
2022-06-14 20:30:25 -04:00
marc audy
485c4aef07 [Backout] - CL20658217
[FYI] francis.hurteau, tim.smith
Original CL Desc
-----------------------------------------------------------------
Put optional class check back to proper errors now that all misbehaving classes that leaked through are fixed

#rb trivial
[FYI] Tim.Smith
#preflight 62a8d9b8a43e20b293569f4b

#ROBOMERGE-AUTHOR: francis.hurteau
#ROBOMERGE-SOURCE: CL 20655985 via CL 20658208 via CL 20658213 via CL 20659566
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20661627 by marc audy in ue5-main branch]
2022-06-14 20:24:18 -04:00
francis hurteau
900c109e31 Put optional class check back to proper errors now that all misbehaving classes that leaked through are fixed
#rb trivial
[FYI] Tim.Smith
#preflight 62a8d9b8a43e20b293569f4b

#ROBOMERGE-AUTHOR: francis.hurteau
#ROBOMERGE-SOURCE: CL 20655985 via CL 20658208 via CL 20658213 via CL 20658217
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20661550 by francis hurteau in ue5-main branch]
2022-06-14 20:22:58 -04:00
Ben Marsh
99b0118f99 Horde: Build fix.
#preflight none

[CL 20661306 by Ben Marsh in ue5-main branch]
2022-06-14 20:15:18 -04:00
Ben Marsh
298413dc5c Horde: Fix link to jobs page from Slack notifications.
#preflight none

[CL 20661103 by Ben Marsh in ue5-main branch]
2022-06-14 20:06:15 -04:00
Ben Marsh
92359232e0 Horde: Ignore spans in streams that have been deleted when updating issue derived data.
#preflight none

[CL 20660982 by Ben Marsh in ue5-main branch]
2022-06-14 20:02:03 -04:00
fredric echols
d8e12df573 UGS: Fixed crash on shutdown due to a null dereference.
#rb Ben.Marsh
#preflight 62a90698943e7bb256c28c5c

[CL 20659726 by fredric echols in ue5-main branch]
2022-06-14 18:51:08 -04:00
robert seiver
125f1d5a98 Rename/move SUnrealGameSyncWindow to Widgets/SGameSyncTab and fix associated references
#fyi @Brandon.Schaefer
#preflight none

[CL 20656672 by robert seiver in ue5-main branch]
2022-06-14 16:32:12 -04:00
robert seiver
12f3ed9aaa Incremental progress on SlateUGS UI. Empty window and workspace selection/creation window now work (in addition to the main UGS window)
#fyi @Brandon.Schaefer
#preflight none

[CL 20655957 by robert seiver in ue5-main branch]
2022-06-14 16:13:13 -04:00
cedric caillaud
69ff174c94 Fix external strain field to set the maximum of the applied strain
Changed the logic to take the maximum of the collision and external strain

#rb none
#jira none
#preflight 62a8d6a10c386ccae48442bc

[CL 20655390 by cedric caillaud in ue5-main branch]
2022-06-14 15:45:35 -04:00
Ben Marsh
c06fd19a72 UBT: Add an event matcher for Clang fatal errors.
#preflight none

[CL 20654680 by Ben Marsh in ue5-main branch]
2022-06-14 15:05:54 -04:00