Commit Graph

26318 Commits

Author SHA1 Message Date
ben marsh
8c686c613a Horde: Minor doc formatting updates.
#rnx

[CL 37571337 by ben marsh in 5.5 branch]
2024-10-29 12:28:01 -04:00
ben marsh
924ec414e9 Horde: Merging fix for test failure.
#rnx

[CL 37538266 by ben marsh in 5.5 branch]
2024-10-28 17:05:03 -04:00
ben marsh
77b6d74c6c Unreal Toolbox: Fix build error from changes that should not have been merged.
#rnx

[CL 37534343 by ben marsh in 5.5 branch]
2024-10-28 16:08:12 -04:00
ben marsh
8502e6ce77 Horde: Flatten the tutorial list in documentation.
#rnx

[CL 37520176 by ben marsh in 5.5 branch]
2024-10-28 11:51:25 -04:00
ben marsh
2ad241b844 Horde: Delete ephemeral agents that have been offline for more than X hours
This ignores checking for any outdated sessions and simply uses the last online timestamp instead.

[CL 37519283 by ben marsh in 5.5 branch]
2024-10-28 11:27:23 -04:00
ben marsh
b18e58ab10 Horde: Additional docs for 5.5 release.
#rnx

[CL 37519170 by ben marsh in 5.5 branch]
2024-10-28 11:25:53 -04:00
ben marsh
fd249aceb8 Horde: Merging 5.5 doc updates and dashboard changes.
#rnx

[CL 37518900 by ben marsh in 5.5 branch]
2024-10-28 11:20:26 -04:00
ben marsh
979b785c4e Unreal Toolbox: Fix connection errors causing overlapping text in settings window.
#jira UE-228250
#rnx

[CL 37516331 by ben marsh in 5.5 branch]
2024-10-28 10:25:46 -04:00
ben marsh
7b1b2d3bb9 Horde: Fix agent.json configuration not being read from data directory
[FYI] Carl.Bystrom
#jira UE-227526

[CL 37516197 by ben marsh in 5.5 branch]
2024-10-28 10:23:46 -04:00
ben marsh
6766d25962 Horde: Fix issue with password not being sent when creating a new account if it is provided
#jira UE-228511
[FYI] josh.engebretson

[CL 37514628 by ben marsh in 5.5 branch]
2024-10-28 09:41:45 -04:00
ben marsh
89cfae7561 Horde: Allow users without a configured password to log in correctly.
#rnx

[CL 37514298 by ben marsh in 5.5 branch]
2024-10-28 09:24:41 -04:00
cabelitos
af8179f9c7 PR #12445: Add new functionalities to Visual Studio workspace generator in UBT
#rnx
#jira UE-228593
#rb Ryan.Hummer

[CL 37402353 by cabelitos in 5.5 branch]
2024-10-23 15:05:04 -04:00
UnrealBot
359e6f9fcd Branch snapshot for CL 37352523
[CL 37352523 in 5.5 branch]
2024-10-22 14:47:00 +00:00
ben marsh
a06a6d77d8 Horde: Fix spelling mistakes and linter warnings in docs.
#rnx

[CL 37299648 by ben marsh in 5.5 branch]
2024-10-19 17:30:19 -04:00
ben marsh
270a575cfc Horde: Add docs for configuring tools.
#rnx

[CL 37299642 by ben marsh in 5.5 branch]
2024-10-19 17:29:49 -04:00
Alejandro Arango
920e31954b SBL: Get rid of large number of redundant FlipHistoryMode entries in status messages.
Also got rid of "PresentMode" as flip mode which was causing false glitch messages in the UI.
And added client ip to sending message logs which will help when debugging logs from clients.

#rnx
#jira none
#rb alejandro.arango

[CL 37289881 by Alejandro Arango in 5.5 branch]
2024-10-18 19:01:58 -04:00
JeanLuc Corenthin
3eef9a4963 Preemptive fixes for post-compilation scripts
A rare successful compilation of the ARCHICAD exporter on Mac, https://horde.devtools.epicgames.com/job/67128402a1204f7d4332c16b, showed that the post-compilation scripts are broken.
The changes are to fix those failures.

#jira UE-224925,UE-227857
#rb jeanmichel.dignard
#rnx

[CL 37287970 by JeanLuc Corenthin in 5.5 branch]
2024-10-18 17:59:52 -04:00
zach brockway
7175856656 Live Link Hub: Telemetry cleanup.
Ensure project name is correctly captured by crash context, set AppIdOverride, set ProjectID.

Corresponding standalone build automation changes.

#jira UE-225821
#rb jason.walter, jeremie.roy, wes.hunt
#rnx

[CL 37286992 by zach brockway in 5.5 branch]
2024-10-18 17:35:11 -04:00
sebastian arleryd
f4356fd425 Fix warning in ToolMenusTests
#jira UE-224045
#rb trivial
#lockdown jeanmichel.dignard

[CL 37283853 by sebastian arleryd in 5.5 branch]
2024-10-18 16:25:51 -04:00
nicholas frechette
6ebf2ae5bc Switch to engine animation codecs
#jira UE-227994
#rb Thomas.Sarkanen

[CL 37278310 by nicholas frechette in 5.5 branch]
2024-10-18 14:22:03 -04:00
matt begoghina
f7700fa398 Return Android devices with Turnkey, and Editor Platforms menu update
The goal of this update is to have valid Android devices not showing with a Warning in the Platforms menu.

To allow this, the AndroidPlatformSDK now return the list of connected devices and their SDK Versions.
The change in TurnkeySupportModule ensures we are stripping the cook flavor from the DeviceId which would fail to verify the SDK.

Regarding the Editor `Platforms` menu, the code was adjusted to have devices listed outside of a submenu when `Platform->SupportsFeature(ETargetPlatformFeatures::ShowAsPlatformGroup)` returns false.
Another addition was a new `ETargetPlatformFeatures::ShowAggregateDevice` to allow platforms to not list the aggregate device (ex: `All_Android_on...`)

#review-36072549
#jira UE-223262
#rb adam.kinge, Chris.Babcock, Josh.Adams

[CL 37262963 by matt begoghina in 5.5 branch]
2024-10-18 09:28:09 -04:00
Jack Porter
e749b950c8 Resolve static analysis errors in SymGenTask.cs
#jira none
#rb Allan.Bentham

[CL 37258805 by Jack Porter in 5.5 branch]
2024-10-18 06:02:43 -04:00
Jack Porter
d2b7da2f49 Expose SymGenTasks.cs for iOS psym generation support
Move raddbgi_breakpad_from_pdb.exe to Extras/rad/Binaries/Win64 (source available at https://github.com/EpicGamesExt/raddebugger/blob/master/src/rdi_breakpad_from_pdb/rdi_breakpad_from_pdb_main.c)
Add symbol_path_fixer.exe to Extras/rad/Binaries/Win64 (source in Source/ThirdParty/Breakpad/rad)

#jira UE-221383
#rb adam.kinge, dan.thompson

[CL 37249796 by Jack Porter in 5.5 branch]
2024-10-17 23:52:05 -04:00
ben marsh
d2620a87ce Horde: Add documentation for the C# and HTTP REST APIs.
#rnx

[CL 37232568 by ben marsh in 5.5 branch]
2024-10-17 14:21:40 -04:00
josh engebretson
2b08dcbd06 Horde: Notification improvements
#jira UE-227524

[CL 37231451 by josh engebretson in 5.5 branch]
2024-10-17 13:44:48 -04:00