Commit Graph

13256 Commits

Author SHA1 Message Date
Steve Robb
4ca123d256 Made FBufferedLine movable.
#rb devin.doucette
#jira none
#preflight 645a56df6534a4f504337292

[CL 25400707 by Steve Robb in ue5-main branch]
2023-05-10 04:45:22 -04:00
ionut matasaru
12a7165d13 [Insights] Tree Table View improvements:
* Fixed grouping by CString values to also merge equal string values (when pointer if different).
  * Added default Icon and Color for a tree node.
  * Increased font size and updated text colors (ex.: when tree node is hoverd/selected/filtered).
  * Added FCustomTableTreeNode that can customize icon and/or color tint for a tree node.
  * Added custom color for group nodes created by Callstack and Tags groupings.

#rb Catalin.Dragoiu
#preflight 645b4b9d3f4365a4446df893

[CL 25400441 by ionut matasaru in ue5-main branch]
2023-05-10 04:05:16 -04:00
marc audy
360c65f9cd Fix missing dependency
#rnx
#jira

[CL 25395332 by marc audy in ue5-main branch]
2023-05-09 16:39:50 -04:00
bob tellez
642c5fa16d #UE Limit the number of paths reported in changelist descriptions generated by collection checkins to 1000. This can be controlled by setting cvar Collections.MaxCLDescriptionPathCount.
[CL 25393962 by bob tellez in ue5-main branch]
2023-05-09 15:39:47 -04:00
dan elksnitis
ce8ef1b37c [shaders] fix debug info output when preprocessed job cache is disabled
#preflight 64594f5b9f4768296300db62
#rb Jason.Nadro

[CL 25386339 by dan elksnitis in ue5-main branch]
2023-05-09 08:52:52 -04:00
Catalin Dragoiu
8f96622504 [Insights] Task Table header UI improvements
#preflight 645a35666c35ad81e6704f94
#rb Ionut.Matasaru

[CL 25385743 by Catalin Dragoiu in ue5-main branch]
2023-05-09 08:15:20 -04:00
dan engelbrecht
9388d8e1bd Check status code for responses received from zenserver DDC requests.
#rb stefan.boberg
#preflight 645a3339013f3751584a39ed

[CL 25385641 by dan engelbrecht in ue5-main branch]
2023-05-09 08:08:07 -04:00
Steve Robb
0f44db07d5 Replaced some container operator new usage.
#rb james.hopkin
#jira none
#preflight 6459670f28155a0f41565a34

[CL 25384456 by Steve Robb in ue5-main branch]
2023-05-09 05:17:49 -04:00
Catalin Dragoiu
a8f769e3d7 [Insights] Timer aggregations are now canceled when a new selection is made.
Fix timer aggregation bug when Insights is started and the mode is not instance .
#rb Ionut.Matasaru
#preflight 6459449a9f47682963fee955

[CL 25375981 by Catalin Dragoiu in ue5-main branch]
2023-05-08 15:48:27 -04:00
per larsson
76b9f8690c Fix Linux compile error
#rb triival

[CL 25372988 by per larsson in ue5-main branch]
2023-05-08 13:30:09 -04:00
per larsson
dd2154ef1a A simple S3 HTTP client
#rb Paul.Chipchase
#preflight 645883dd4c3ec54e6ef626f0

[CL 25372954 by per larsson in ue5-main branch]
2023-05-08 13:28:54 -04:00
Steve Robb
e8df23c174 Fixed mismatched copy constructor/assignment operator in FixedSizeString.
#rb none
#jira none
#preflight 645919bc6c35ad81e621217a

[CL 25372020 by Steve Robb in ue5-main branch]
2023-05-08 12:18:34 -04:00
Sebastien Lussier
3da9022ec0 MaterialBaking: Use correct RenderCaptureInterface::FScopedCapture() constructor on the render thread.
#fyi anousack.kitisa
#jira none
#rb trivial
#preflight skip

[CL 25371110 by Sebastien Lussier in ue5-main branch]
2023-05-08 11:12:14 -04:00
mikalai sukhikh
f6ea3b88d9 Add CVar setting node in AFunctionalTest class
#jira UE-171493
#rb adam.miezianko, chris.constantinescu, jerome.delattre
#preflight 64524cb90722d4f6a2dd4351
#preflight 64524cf20722d4f6a2dd4728

[CL 25370907 by mikalai sukhikh in ue5-main branch]
2023-05-08 10:57:51 -04:00
paul chipchase
6a1a0551da Enable UnsafeTypeCastWarningLevel errors for the virtualization module
#rb trivial
#jira none
#rnx
#preflight 6458e2596c35ad81e60f2fa9

- I thought I had already done this but I see nothing in the p4 history, so it is likely that I forgot to actually submit the change.
- Fix some additional warnings found under clang (C5219)

[CL 25370075 by paul chipchase in ue5-main branch]
2023-05-08 09:40:17 -04:00
ionut matasaru
c7d828c6c7 [Insights] Made TimingView.AutoScroll option persistent in ini file.
#rb Catalin.Dragoiu
#preflight 645682c1fd4b8f4e0d4a004c

[CL 25368740 by ionut matasaru in ue5-main branch]
2023-05-08 06:58:34 -04:00
jordan hoffmann
1625c5cc66 [BugFix] Deprecated ISourceControlState::GetBaseRevForMerge and replaced it with ISourceControlState::GetResolveInfo so we can properly support merges and integrations between branches and merging changes that aren't the latest
#rb brooke.hubert, mattias.jansson, wouter.burgers
#preflight 64556c1ad77a82d6a78e3388

[CL 25365368 by jordan hoffmann in ue5-main branch]
2023-05-06 02:07:43 -04:00
robert millar
50de102eb6 Use ini for cross-container refs config instead of json to allow comments.
Handle packages with multiple locations.

#rb mickael.gilabert

[CL 25363333 by robert millar in ue5-main branch]
2023-05-05 21:36:15 -04:00
JeanMichel Dignard
4f765106b9 Add additional info to a log error to find out which UI Command doesn't have a UI Action.
#jira UE-185116
#rb aditya.ravichandran
#preflight 645570a24c3ec54e6e728edf

[CL 25359872 by JeanMichel Dignard in ue5-main branch]
2023-05-05 17:27:16 -04:00
Laura Hermanns
b8c526c389 DXC and SPIRV-Cross fixes to enable Substrate in D3D11:
- Support structured buffers in HLSL backend of SPIRV-Cross (PR #2143).
- Integrate SPIRV-Cross fix to forward opaque types in GLSL backend (PR #2110).
- Integrate SPIRV-Cross fix to use actual field offset to validate vec4 boundary alignment (#PR 2139).
- Integrate SPIRV-Cross fix to not restrict SV_RenderTargetArrayIndex to GS and MS (#PR 2138).
- Make SV_Position decoration as implicitly invariant optional (Used to address Z-fighting issues in Vulkan and Metal; Drastically impacts vertex shader performance on certain platforms).
- Don't force DXC for all shaders when r.Substrate is enabled.

#jira UE-174555
#rb Sebastien.Hillaire, Carl.Lloyd, Dan.Elksnitis
#fyi Brian.White, Jason.Nadro, JeaNoe.Morissette, Yuriy.Odonnell, Guillaume.Abadie
#preflight 6453d3df0e33f2d51d2b032e

[CL 25353473 by Laura Hermanns in ue5-main branch]
2023-05-05 09:21:36 -04:00
Steve Robb
cdf61a7e2b Removed operator new (TArray) usage from headers.
#rb james.hopkin
#jira none
#preflight 6454fcdc4574b81df4e18dc5

[CL 25353357 by Steve Robb in ue5-main branch]
2023-05-05 09:13:53 -04:00
keaton stewart
ca3444d858 Back out changelist 25342326 for [FN Main CIS] NonUnity Error
[FYI] Nick.Baltis

[CL 25346626 by keaton stewart in ue5-main branch]
2023-05-04 20:35:17 -04:00
nick baltis
3c30b6acb1 Variable Frame Stripping
Added functionality to strip at ratios higher 1 out of every 2. testing shows good savings at stripping 2/3 frames on switch and in editor of around 8mb with no noticeable visual degradation.

2 Cvars added "a.Compression.UseVaribleFrameStripping" & "a.Compression.VaribleFrameStrippingRatio" which enable and change the amount of variable stripping.

In addition added 3 variables to anim sequences bOverrideVariableFrameStripping, UseVariableFrameStripping& FrameStrippingRatio; which allow you to override any stripping options on a per asset basis. mainly for the purpose of the case that a particular animation is behaving badly under higher stripping you don’t have to lower the whole platforms stripping to accommodate.
#preflight 642305be803cb466e858b86e
#rb alex.nischwitz

[CL 25343990 by nick baltis in ue5-main branch]
2023-05-04 18:13:08 -04:00
zahra nikbakht
907774c04e non-unity error fix in Function UI test.
#jira none
#rb trivial
#preflight 64541f74023fe5d3ad4aec0a

[CL 25343520 by zahra nikbakht in ue5-main branch]
2023-05-04 17:54:06 -04:00
Stu McKenna
33933e245f - Include the VVM format to ensure we find the format
- Without doing this the found formats might not contain the format leading to a crash when compiling with the VVM

#rb Dan.Elksnitis
#jira UE-185063
#rnx
#preflight 645405e8023fe5d3ad3fbb52

[CL 25343124 by Stu McKenna in ue5-main branch]
2023-05-04 17:36:58 -04:00