Zousar Shaker
36eabd2db2
Allow Oodle texture plugin & module to be overridden by project configuration when building standalone texture build workers.
...
#rb devin.doucette
[CL 17107168 by Zousar Shaker in ue5-main branch]
2021-08-09 16:32:18 -04:00
Josh Engebretson
ae218bca3a
Horde: Fix timespan string
...
#jira none
#rnx
[CL 17106005 by Josh Engebretson in ue5-main branch]
2021-08-09 14:50:36 -04:00
Ben Marsh
e067a88587
Horde: Remove package pushing agent over size limit.
...
[CL 17105872 by Ben Marsh in ue5-main branch]
2021-08-09 14:40:01 -04:00
Josh Engebretson
92fe87beed
Horde: Fix wrong response type on device controller
...
#jira none
#rnx
[CL 17105835 by Josh Engebretson in ue5-main branch]
2021-08-09 14:37:28 -04:00
Ben Marsh
7d1726adbe
Horde: Add a default Perforce cluster (perforce:1666) to allow Horde to run out of the box.
...
[CL 17105707 by Ben Marsh in ue5-main branch]
2021-08-09 14:25:21 -04:00
Max Whitehead
8b83ab4fc4
Fix FJointConstraintPhysicsProxy adding to internal proxy array from game thread instead of physics thread.
...
#jira UE-120887
#rb ori.cohen
[CL 17105205 by Max Whitehead in ue5-main branch]
2021-08-09 13:38:06 -04:00
jonathan adamczewski
f871047a54
AutomationTool: make script-local copies of Newtonsoft.Json.dll
...
Neither AutomationTool, AutomationUtils, nor their dependencies have a reference to Newtonsoft.Json.dll, which can result in the dependency not being available.
Change the csproj files to make local copies of the dll (<Private>True</Private> means "Copy Local")
#jira none
[CL 17105047 by jonathan adamczewski in ue5-main branch]
2021-08-09 13:26:02 -04:00
Josh Engebretson
e58efad3d8
Horde: Support device renewel json response for streams
...
#jira none
#rnx
[CL 17102480 by Josh Engebretson in ue5-main branch]
2021-08-09 10:42:58 -04:00
jonathan adamczewski
8dc68a7f85
AutomationTool: Compile script modules within the application
...
Add a layer of caching to avoid running msbuild as much as possible.
#jira UE-109181
#rb ben.marsh
[CL 17102399 by jonathan adamczewski in ue5-main branch]
2021-08-09 10:39:09 -04:00
David Harvey
dd314ced69
Adding RunUAT command to generate a report from DDPI values.
...
RunUAT ListPlatformDetails -DDPISection=ShaderPlatform/DataDrivenPlatformInfo
This generates an html report for DataDrivenPlatformInfo.ini files showing the values that are set & unset for all of them for easy comparison.
#jira UECON-467
#rb dave.barrett
[CL 17101900 by David Harvey in ue5-main branch]
2021-08-09 10:08:53 -04:00
carl bystrom
27594139c7
Horde: Increase max gRPC payload sizes to accommodate larger Horde Agent updates
...
[CL 17101427 by carl bystrom in ue5-main branch]
2021-08-09 09:38:00 -04:00
carl bystrom
144eacc805
Horde: Fix bug with incorrect exception getting raised during cancelling of REAPI actions
...
[CL 17100910 by carl bystrom in ue5-main branch]
2021-08-09 09:05:54 -04:00
carl bystrom
8a8114d5d1
Horde: Add support for max exec timeout on REAPI executions
...
Will prevent hung jobs idling forever. Tests added for cancelled and timeouts executions
[CL 17099715 by carl bystrom in ue5-main branch]
2021-08-09 07:38:02 -04:00
Ben Marsh
8bddcb2035
Horde: Fix tracing across gRPC calls.
...
[CL 17097999 by Ben Marsh in ue5-main branch]
2021-08-08 16:55:23 -04:00
Ben Marsh
82452b8b73
Horde: Fix configuration from local files on paths containing spaces.
...
[CL 17097987 by Ben Marsh in ue5-main branch]
2021-08-08 16:53:21 -04:00
Ben Marsh
f7c8521e34
Horde: Remove legacy code for upgrading pool collections.
...
[CL 17097062 by Ben Marsh in ue5-main branch]
2021-08-08 09:55:04 -04:00
Ben Marsh
32168de3ad
Horde: Use a custom enricher to set trace and span id in log events.
...
[CL 17097022 by Ben Marsh in ue5-main branch]
2021-08-08 09:07:38 -04:00
Ben Marsh
2bf8902c56
Horde: Add Datadog dd.trace_id and dd.span_id to log events.
...
[CL 17096979 by Ben Marsh in ue5-main branch]
2021-08-08 08:44:54 -04:00
Ben Marsh
5a8e00124d
Horde: Fix missing version field on log messages.
...
[CL 17096953 by Ben Marsh in ue5-main branch]
2021-08-08 08:28:49 -04:00
Ben Marsh
a269b6a79c
Horde: Revert changes to attempt to fix missing logs.
...
[CL 17096706 by Ben Marsh in ue5-main branch]
2021-08-07 23:07:55 -04:00
Ben Marsh
67aa7fce2f
Horde: Add standard datadog properties into log events.
...
[CL 17096672 by Ben Marsh in ue5-main branch]
2021-08-07 22:50:48 -04:00
andrew firth
83fe64ea47
[P4VUtils] - add Fast reconcile options for code + all - performs a reconcile on files in P4 that are writeable but NOT checked out
...
#review-17096558 @Ben.Marsh @Brandon.Dawnson
#rb Ben.Marsh
[CL 17096670 by andrew firth in ue5-main branch]
2021-08-07 22:49:04 -04:00
Ben Marsh
bff1dd9a21
Missing copyright notice.
...
[CL 17096634 by Ben Marsh in ue5-main branch]
2021-08-07 22:23:47 -04:00
Ben Marsh
b60d35c2b4
Missing file
...
[CL 17096599 by Ben Marsh in ue5-main branch]
2021-08-07 21:53:47 -04:00
Ben Marsh
216ec7d079
Horde: Use the OpenTracing API in the Horde Agent rather than having a hard dependency on Datadog (though Datadog is still initialized by default at startup)
...
[CL 17096585 by Ben Marsh in ue5-main branch]
2021-08-07 21:47:39 -04:00