Commit Graph

676 Commits

Author SHA1 Message Date
bryan sefcik b3a7da73c2 Fixed single file compile command issue after VS project rework.
#jira

[CL 25763744 by bryan sefcik in ue5-main branch]
2023-06-02 12:03:02 -04:00
Guillaume Abadie 028881219d Implements copy to clipboard and scene visualization modes in ray tracing scene viewer
#rb none
#jira none
#preflight skip
#fyi yuriy.odonnell

[CL 25739627 by Guillaume Abadie in ue5-main branch]
2023-06-01 16:10:54 -04:00
Guillaume Abadie c5d526b7d0 Implements RaytracingAccelerationStructureView capable of decoding file format of D3D12RayTracingSceneDebugUpdate()
Only thing left is to call D3D12RayTracingSceneDebugUpdate() in DumpGPU.cpp's AddDumpBufferPass() to write out the file.

#rb none
#jira none
#preflight skip
#fyi juan.canada, yuriy.odonnell

[CL 25735444 by Guillaume Abadie in ue5-main branch]
2023-06-01 14:58:36 -04:00
Guillaume Abadie 6c15ea9622 Implements a Generic3DStructureView to be able to implements 3D structure viewers
#rb none
#jira none
#preflight skip

[CL 25729251 by Guillaume Abadie in ue5-main branch]
2023-06-01 12:24:33 -04:00
chris babcock f06bfefe45 Fixing incorrect JAVA_HOME setup
#android
[REVIEW] [at]Allan.Bentham
#rb Allan.Bentham

[CL 25726451 by chris babcock in ue5-main branch]
2023-06-01 10:33:56 -04:00
marc audy 83e68be144 Don't try to add bot users to channels
[CL 25697526 by marc audy in ue5-main branch]
2023-05-31 01:36:55 -04:00
Guillaume Abadie b3327c2e9b Adds buttons in DumpGPU viewer to move forward/backward between frames when viewing a resource
#rb none
#jira UE-179496
#preflight skip

[CL 25681391 by Guillaume Abadie in ue5-main branch]
2023-05-30 13:27:28 -04:00
Chris Babcock a8432e6913 Fix clearing of ANDROID_SDK_HOME env var in SetupAndroid.bat
#jira none
#android
#review-25679082 @Chris.Babcock
#rb Chris.Babcock

#preflight none

[CL 25679080 by Chris Babcock in ue5-main branch]
2023-05-30 12:07:22 -04:00
Guillaume Abadie a12ee5eee6 Fixes log viewer's scroll bars when there is very long log lines.
#rb none
#jira none
#preflight skip

[CL 25657125 by Guillaume Abadie in ue5-main branch]
2023-05-26 20:42:34 -04:00
Chris Babcock a7b817d8ca Upgrade Android Studio and Gradle (OpenJDK 17 from 2202.2.1 and Gradle 7.5)
#jira UE-182869
#android
#review @Jack.Porter
#rb Ben.Temple

#preflight https://horde.devtools.epicgames.com/job/6470fd1fd729def34b72a8ff

[CL 25651882 by Chris Babcock in ue5-main branch]
2023-05-26 16:03:01 -04:00
Elliot Colp a1b2863950 [EpicStageApp] Localization support
#jira UE-182439
#rb Alejandro.Arango
#preflight N/A, Flutter only

[CL 25614541 by Elliot Colp in ue5-main branch]
2023-05-24 18:59:50 -04:00
elliot colp 0a7a5af312 [EpicStageApp] Add press feedback and menu entry for actor focus action
#jira UE-185518
#rb Alejandro.Arango
#preflight N/A, Flutter only

[CL 25546596 by elliot colp in ue5-main branch]
2023-05-19 12:30:05 -04:00
Elliot Colp b088606ea0 [EpicStageApp] Add editor config file for consistent formatting
#rb Alejandro.Arango
#preflight N/A, Flutter only

[CL 25546570 by Elliot Colp in ue5-main branch]
2023-05-19 12:28:53 -04:00
buildmachine 941dfa9208 Updating P4VUtils from CL 25527542
[CL 25527933 by buildmachine in ue5-main branch]
2023-05-18 13:11:36 -04:00
marc audy 531fbd369b Do virtual integrations whenever the resulting product is not going to be provided to the user as a shelf (shelf requests, reconsiders, use of #manual)
Do not use -Rb -Rd as they simply require unnecessary resolves
#p4v-cherrypick 25458308

[CL 25458675 by marc audy in ue5-main branch]
2023-05-12 16:04:03 -04:00
paul chipchase 112f017f85 [P4VUtils] Add a new command to open jira issues tagged in a changelist description in the callers web browser.
#preflight 645cc6062965f6ea8e8318cb

- Add a new command 'OpenJiraCommand' which will attempt to open jira in the users web browser to any issue tagged in that changelists description via the '#jira' tag.
-- We assume that the issue name will be Project-IssueNumber, where the project can contain both letters and numbers. The jira standard enforces that the first character of the project name cannot be a number but we have not enforced that in our checks for simplicity.
-- If multiple issues are tagged we should be able to match with them, even if they are on the same line and/or separated with ' ', ',' or '+'
-- If no tags are found we inform the user via a popup message.
-- We now have an entry in the ini file for the jira server.

- Added a new CommandCategory named 'Browser' to be used by commands that attempt to open new pages in the users web browser.
-- Moved the existing OpenPreflightCommand and RobomergePreviewCommand commands there.
-- It could be argued that PreflightCommand should be moved to 'Browser' too but it feels more at home under 'Horde'
- A number of commands were copy/pasting the code to open a path in a new process (given that the syntax is slightly different per platform) so this code has been moved to a shared ProcessUtils class.

[CL 25426132 by paul chipchase in ue5-main branch]
2023-05-11 09:43:58 -04:00
Guillaume Abadie 706885ec10 Implements r.DumpGPU.FixedTickRate to tick the engine at fixed delta time when dumping many frames
#rb none
#jira none
#fyi jason.hoerner
#preflight 645bb49d7e39940634a7b8cd

[CL 25406503 by Guillaume Abadie in ue5-main branch]
2023-05-10 11:41:42 -04:00
Guillaume Abadie fecf7b32f5 Fixes an error in DumpGPU viewer when the log's name is not ProjectName.log
#preflight 6459360e2d27fa25b3a3a2f4

[CL 25373783 by Guillaume Abadie in ue5-main branch]
2023-05-08 14:01:36 -04:00
brian smith 97ee1fc909 Live Link VCAM 1.3.1 build 14 : updated the WebRTC library to 113.0.0 to patch a webRTC vulerability.
[CL 25366333 by brian smith in ue5-main branch]
2023-05-06 15:26:45 -04:00
brian smith a122c06248 Live Link VCAM 1.3.1 build 13 : Fixed a couple of missing JA strings.
[CL 25366312 by brian smith in ue5-main branch]
2023-05-06 15:17:55 -04:00
Guillaume Abadie d6c7668df1 Adds display channel selectors in the texture viewer
#rb none
#jira none
#preflight skip

[CL 25306699 by Guillaume Abadie in ue5-main branch]
2023-05-02 15:37:31 -04:00
paul chipchase d50312302b [P4VUtils] Rename the 'UE Submit' category to 'UE Content'
#rb trivial
#jira none
#rnx
#preflight 6448ec2e1c2846595cd91747

- There are a few commands that can submit changelists but do not feature under 'UE Submit' submenu which some people felt was misleading.
- As the only command there is currently intended to be used when submitting content, 'UE Content' feels like a good fit.
- Renamed SubmitCommand.cs as this was also misleading.

[CL 25195284 by paul chipchase in ue5-main branch]
2023-04-26 05:33:46 -04:00
brian smith 0673195e6c Live Link VCAM iOS v1.3.1 (build 12) : Localization for Simplified Chinese, Japanese, and Korean for various multi-streamer operations and error messages.
[CL 25143107 by brian smith in ue5-main branch]
2023-04-21 04:41:55 -04:00
marc audy 827e401a00 Avoid catastrophic data loss when service crashes while persistence files are being written
[CL 25138245 by marc audy in ue5-main branch]
2023-04-20 17:36:44 -04:00
marc audy d5fc767e86 Fix crash when reloading a branchspec that has not been submitted to the depot (in devmode)
[CL 25138085 by marc audy in ue5-main branch]
2023-04-20 17:29:07 -04:00