Commit Graph

665 Commits

Author SHA1 Message Date
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
marc audy
002b54c937 Don't spam exceptions in dev mode if there is a new branchspec file that hasn't been submitted to perforce
[CL 25138078 by marc audy in ue5-main branch]
2023-04-20 17:28:47 -04:00
marc audy
9456c35390 Put the channel name, not just the ID in the alert message
[CL 25138070 by marc audy in ue5-main branch]
2023-04-20 17:28:35 -04:00
guillaume abadie
d5465fdc25 Adds src color space management to correctly apply webgl's 2.2 gamma curve (or not) in the texture viewer.
#rb none
#preflight skip

[CL 25086858 by guillaume abadie in ue5-main branch]
2023-04-18 11:14:45 -04:00
buildmachine
de1c788d60 Updating P4VUtils from CL 24970649
[CL 24970695 by buildmachine in ue5-main branch]
2023-04-07 17:38:28 -04:00
Josh Adams
9247c6e962 - BuildGraph p4vutils changes to build and submit to p4 all platform binaries, NFL and regular
- Minor other fixes to p4vutils
#rb ryan.hummer
#preflight skip

[CL 24970490 by Josh Adams in ue5-main branch]
2023-04-07 17:18:04 -04:00
Josh Adams
700f519b88 - Added missing copyright
#preflight skip
#rb trivial

[CL 24964805 by Josh Adams in ue5-main branch]
2023-04-07 11:07:56 -04:00
josh adams
384ec009e9 - Fixed up latest p4vutils for Mac/Linux, updated project to handle all platforms
- Added UserInterface static class for pulling DialogBox and Clipboard stuff, which needs per-platform implementations
- Changed Windows to install P4VUtils.exe <command>, instead of dotnet P4Utils.dll <command>
- Added scripts to build all platforms, from all platforms (using the IsWindows, IsLinux, IsOSX, WithRestricted properties in the project)
- Updated Binaries as well
#rb ryan.hummer
#preflight skip

[CL 24964516 by josh adams in ue5-main branch]
2023-04-07 10:43:57 -04:00
chris babcock
17e376508f Use commandline tools 8.0 instead of latest for Android setup scripts
#jira UE-182420
#android
[REVIEW] [at]Jack.Porter
#rb Jack.Porter

#preflight n/a

[CL 24941600 by chris babcock in ue5-main branch]
2023-04-06 02:27:49 -04:00
robert seiver
75260ec2c4 Fix DumpGPU on Linux so that OpenGPUDumpViewer.sh opens the dump in the user's default browser
#rb Zack.Neyland
#jira UE-180479
#preflight none

[CL 24927410 by robert seiver in ue5-main branch]
2023-04-05 10:03:48 -04:00
Ryan Hummer
5101632a81 P4VUtils: New Command to Preview RoboMerge Graph Changes
New robomergepreviewgraph - Shelves a pending CL and opens the robomerge.url/preview/<CL> page to preview graph changes.

#rnx
#jira none
#rb ben.marsh, paul.chipchase
#preflight na

[CL 24898374 by Ryan Hummer in ue5-main branch]
2023-04-03 15:17:17 -04:00
Ryan Hummer
c2b977cf70 P4VUtils: Refactoring command discovering to be dynamic
Allows adding internal commands for Epic use only

#rnx
#jira none
#preflight na
#rb ben.marsh, paul.chipcahse

[CL 24898336 by Ryan Hummer in ue5-main branch]
2023-04-03 15:16:05 -04:00