Commit Graph

27108 Commits

Author SHA1 Message Date
danny couture
5abca472bd [EditorPerfTests] Reuse per branch asset registry to make incremental runs representative of user experience
#jira UE-191845
#rb Francis.Hurteau

[CL 28032199 by danny couture in ue5-main branch]
2023-09-20 08:28:31 -04:00
ben marsh
d1f31f5dde [Backout] - CL28019554
#fyi Ben.Marsh
Original CL Desc
-----------------------------------------------------------------
Horde: Allow updating the job arguments when adding additional nodes during graph execution.

[CL 28031377 by ben marsh in ue5-main branch]
2023-09-20 07:17:33 -04:00
buildmachine
41d74a29ec Localization Automation using CL 28025178
[CL 28027633 by buildmachine in ue5-main branch]
2023-09-20 01:33:34 -04:00
phil pizlo
a17f3ba85c Decommit mark bits when they aren't in use.
If the GC is running, then mark bits will definitely be committed. If it's not running, then the scavenger will eventually decommit them all. If the GC isn't running and you ask libpas to scavenge synchronously, then the mark bits will get decommitted.

This is designed so that in steady state, when GC runs regularly, the mark bits stay committed and nobody loops over them during GCs or scavenges. It's only if the GC goes idle that the scavenger will eventually loop over them, and of course the GC has to loop over them if we are re-committing.

#rb saam.barati

[CL 28022015 by phil pizlo in ue5-main branch]
2023-09-19 20:49:35 -04:00
jeanfrancois dube
c8b3213924 World Partition Unit Test: added different actor parent attachements scenarios involving parent or child editor-only actors.
#rb none

[CL 28021062 by jeanfrancois dube in ue5-main branch]
2023-09-19 20:18:36 -04:00
Ben Marsh
34df18606d Horde: Allow updating the job arguments when adding additional nodes during graph execution.
[CL 28019554 by Ben Marsh in ue5-main branch]
2023-09-19 19:40:50 -04:00
dan engelbrecht
6382543de9 Update zenserver to v0.2.23 [0869513] https://github.com/EpicGames/zen/releases/tag/v0.2.23
v0.2.23
- Bugfix: Respect result from FinalizeRef in Jupiter oplog upload where it requests missing attachments
- Improvement: Increase timeout when doing import/export of oplogs to jupiter to 30 min per request
- Improvement: Better logging/progress report on oplog export
- Improvement: Ignore OOM errors in spdlog, just drop the error since we can't do anything useful if we run out of memory here
- Improvement: Try to catch any exceptions in spdlog error handling to avoid abort termination of process
- Improvement: Block cache access/write log from writing to log if disk is low on free space

#rb none

[CL 28016872 by dan engelbrecht in ue5-main branch]
2023-09-19 18:20:11 -04:00
kiaran ritchie
8768373ad4 Adding button to access retarget asset settings in editor toolbar.
Converted buttons to toggles.
Removed behavior that switches to asset details when clicking in empty viewport

#rb halfdan.ingvarsson

[CL 28014924 by kiaran ritchie in ue5-main branch]
2023-09-19 17:29:49 -04:00
francis moreau
0022225ae3 Datasmith exporter versions number updates
#jira UE-195883
#rb none

[CL 28012203 by francis moreau in ue5-main branch]
2023-09-19 16:46:29 -04:00
Takashi Kuribayashi
dd3f3b3d8f TakesBrowser to get metadata without loading assets
#jira UE-195849

[CL 28001300 by Takashi Kuribayashi in ue5-main branch]
2023-09-19 13:02:35 -04:00
buildmachine
c22b321f02 Updating P4VUtils from CL 28000125
[CL 28000763 by buildmachine in ue5-main branch]
2023-09-19 12:50:44 -04:00
chris caulfield
9872217255 Chaos Natvis - workaround for random unknown symbol FPhysicsUserData_Chaos or FPhysicsUserData that happens in some moduules and prevents GT particles from displaying properly
#rb none

[CL 27999369 by chris caulfield in ue5-main branch]
2023-09-19 12:19:52 -04:00
johan berg
9ef65e874e Version 1.18 of UnrealTraceServer for Windows, Mac and Linux
UnrealTraceServer executable and debug files.
Version: 1.18
Platform: windows, mac, linux
Architecture: x64
Compiled with musl: false, (linux: true)

#jira UE-187849, UE-187620 and more
#rb none

[CL 27995213 by johan berg in ue5-main branch]
2023-09-19 10:37:21 -04:00
buildmachine
0f46b82026 Localization Automation using CL 27986112
[CL 27987448 by buildmachine in ue5-main branch]
2023-09-19 01:27:03 -04:00
chris babcock
8f51db1ce4 Fix deprecations before Gradle 8.0
- use of main in JavaExe tasks
- jCenter references removed

#jira UE-193431
#android
[REVIEW] [at]Ben.Temple
#rb Ben.Temple

[CL 27985885 by chris babcock in ue5-main branch]
2023-09-18 23:11:02 -04:00
devon penney
039cfc58a4 update default grid size
test assets for consoles

[CL 27984353 by devon penney in ue5-main branch]
2023-09-18 21:29:52 -04:00
devon penney
2b0c75f054 Expose FFT solver for 2D gases
[CL 27981595 by devon penney in ue5-main branch]
2023-09-18 19:49:51 -04:00
devon penney
931f7b74b8 added depth buffer thickness to summary view
[CL 27981181 by devon penney in ue5-main branch]
2023-09-18 19:37:35 -04:00
chris constantinescu
54112544ac Cleanup docker cache for LinuxArm64 tests.
#jira UE-195447
#rb ue-qa-sdets

[CL 27980447 by chris constantinescu in ue5-main branch]
2023-09-18 19:14:25 -04:00
carl lloyd
ee43b334f6 Rebuilt ShaderConductor for Mac
#rb Josh.Adams

[CL 27974244 by carl lloyd in ue5-main branch]
2023-09-18 16:57:15 -04:00
chris caulfield
f51444030c Fix Chaos natvis for game thread particles
Fix Chaos natvis for implicit pointers

#rb none

[CL 27973078 by chris caulfield in ue5-main branch]
2023-09-18 16:28:38 -04:00
francis moreau
8b12c0b1fb Bumping datasmith exporter versions to 5.3.1 hotfix
#jira UE-195765
#rb Jean-Luc Corenthin

[CL 27972787 by francis moreau in ue5-main branch]
2023-09-18 16:22:49 -04:00
josh adams
5db2ebc00b [Backout] - CL27966063
[FYI] Josh.Adams
[these dylibs don't load correctly on older Mac OSs]
Original CL Desc
-----------------------------------------------------------------
- Updated ShderConductor libs on Mac to build with new Min deployment version, to work around an issue with dylib linker in Sonoma
[FYI] carl.lloyd
#rb zack.neyland

[CL 27970181 by josh adams in ue5-main branch]
2023-09-18 15:30:17 -04:00
josh adams
a3b6bba1e6 - Updated ShderConductor libs on Mac to build with new Min deployment version, to work around an issue with dylib linker in Sonoma
[FYI] carl.lloyd
#rb zack.neyland

[CL 27966132 by josh adams in ue5-main branch]
2023-09-18 13:45:15 -04:00
lorry li
a381b89fde Upgrade EOS-SDK binary only to 1.16.1.
#jira UE-191978
[REVIEW] [at]alejandro.aguilar [at]chris.varnsverry

[CL 27958435 by lorry li in ue5-main branch]
2023-09-18 11:09:17 -04:00