Commit Graph

105 Commits

Author SHA1 Message Date
jonathan bard
f4579dc1d9 Added console command tooltips when displaying the history
Also, for the console command text box, there is now a tooltip for the command currently being typed (if it's valid), which also displays the current value for CVars (to avoid typing the variable without parameter, switch to the log window to peak at the current value and back to the console command to enter a new value)
Also added tooltips forcefields for both the edit text box and the suggestion list view

#jira none
#rb Josh.Adams

[CL 35825261 by jonathan bard in ue5-main branch]
2024-08-27 10:45:06 -04:00
neil henning
693654b479 Fix a bunch of clang static analyzer warnings in Verse related modules.
#rnx

[CL 35104748 by neil henning in ue5-main branch]
2024-07-26 05:05:12 -04:00
dominik peacock
4b1fd00936 Display replication activities in session list view
#jira UE-218329

[CL 34565012 by dominik peacock in ue5-main branch]
2024-06-21 11:44:58 -04:00
markus breyer
18b400b444 Fixes to accommodate removal of template specialization TOptional<TNonNullPtr<OptionalType>> and replacement with the IntrusiveUnsetOptionalState mechanism instead
#rb Steve.Robb
#rnx

[CL 33850749 by markus breyer in ue5-main branch]
2024-05-22 20:00:47 -04:00
wouter dek
a315d156dd Add tooltip with cvar help text to console suggestions
#rb Patrick.Boutot

[CL 32929328 by wouter dek in ue5-main branch]
2024-04-12 10:34:14 -04:00
christopher waters
15bede992d Entire engine compiling with -DisableUnity -IncludeHeaders
[CL 31778133 by christopher waters in ue5-main branch]
2024-02-23 16:51:32 -05:00
ben hoffman
0c2ceb7981 Add support for manual auto-complete commands in the Output Log console
#rb Patrick.Boutot, aditya.ravichandran
#jira none

#ushell-cherrypick of 30885232 by kristof.morva1

[CL 30939858 by ben hoffman in ue5-main branch]
2024-01-26 16:00:39 -05:00
steve robb
f43fc1d782 Fixed up more bool-taking calls to take EAllowShrinking instead.
[CL 30894388 by steve robb in ue5-main branch]
2024-01-25 14:09:12 -05:00
marc audy
19e84555b3 Silence PVS warnings
[CL 30653812 by marc audy in ue5-main branch]
2024-01-17 01:34:02 -05:00
jason walter
744e722ca4 Clean-up header for do not show again dialog.
[CL 30541291 by jason walter in ue5-main branch]
2024-01-10 12:54:45 -05:00
jason walter
ce504347c2 Check for nullptr before attempting to save the layout.
#jira UE-190547
#rb none
#rnx

[CL 26493178 by jason walter in ue5-main branch]
2023-07-20 15:31:38 -04:00
jason walter
c85e42c7b4 Verify the map has the message type name.
#jira UE-173600
#rb dominik.peacock
#preflight 63e3ea4d3c44c83044e2d0a8
#lockdown alejandro.arango

[CL 24086394 by jason walter in ue5-main branch]
2023-02-08 19:00:43 -05:00
jason walter
52308eb827 Split concert client code from concert server code to allow us to incorporate game tags in the editor client.
#rb dominik.peacock
#jira UE-168182
#preflight 63c6cf3c02024f93d8635de3

[CL 23739781 by jason walter in ue5-main branch]
2023-01-17 12:04:24 -05:00
henrik karlsson
bbc37aa2f5 [Engine/Plugins]
* Another batch iwyu updates to reduce number of includes used in files

#preflight 63c58d742e714f64ade93797
#rb none

[CL 23732856 by henrik karlsson in ue5-main branch]
2023-01-16 17:04:48 -05:00
christopher waters
625952f82e Fixing compile errors from running IWYU on the entire engine.
#preflight 63bdd7d60b7fcef8b01058bd
#lockdown marc.audy

[CL 23635962 by christopher waters in ue5-main branch]
2023-01-10 19:06:13 -05:00
Dominik Peacock
7a7eb58bd4 Fix crash due to race condition
#jira UE-168533
#rb Jason.Walter
#preflight 635a58b65d49a96f7b337a92

[CL 22826393 by Dominik Peacock in ue5-main branch]
2022-10-28 05:45:03 -04:00
Robb Surridge
610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00
dominik peacock
54df444737 Fix Multi-User - Slate server crash after modifying Media Profile
#jira UE-167401
#rb Jason.Walter
#preflight 634dc4543d74ebc73864c409
#lockdown Alejandro.Arango

[CL 22634635 by dominik peacock in ue5-main branch]
2022-10-19 15:09:20 -04:00
dominik peacock
39ca01eed3 Final UX improvements for Multi-User.
Non-code changes:
- Add taskbar icons for UnrealMultiUserServer (Windows, Mac, Linux)
- Update taskbar icons for UnrealMultiUserSlateServer (Windows, Mac, Linux)
- Adjust icon on the top-left corner of window UnrealMultiUserSlateServer
- Adjust the "Create Session" button icon (shown in editor)
- Adjust the "Close server" button icon (shown in editor)
Code change:
- Disable the "Create Session" button in UnrealMultiUserSlateServer
- Make the "Launch Server" button (shown in editor) launch the slate server by default instead of the console one

#jira UE-166219
#rb Jason.Walter
#lockdown Alejandro.Arango
#preflight 633eb5a8f171e4e68b6f2850

[CL 22388876 by dominik peacock in ue5-main branch]
2022-10-06 20:11:57 -04:00
dominik peacock
565a1d1c33 Update icons
#jira UE-162304
#rb none
#preflight 63358afdf418a1071a591b22
[FYI] Jason.Walter

[CL 22260847 by dominik peacock in ue5-main branch]
2022-09-29 20:36:38 -04:00
jason walter
830717f64f Do not allow users to create session from the new server UI.
#preflight 6328b3aea236a029de7d9eee
[FYI] dominik.peacock
#rb none
#jira UE-164354
#rnx

[CL 22087346 by jason walter in ue5-main branch]
2022-09-19 22:28:10 -04:00
dominik peacock
8aab38fb6f Change pill style
#jira none
#rb none
#preflight skip
[FYI] Jason.Walter

[CL 22087050 by dominik peacock in ue5-main branch]
2022-09-19 21:57:44 -04:00
dominik peacock
6f84de9e6e Fix menu showing wrong entries on start up
#jira UE-164277
#rb none
#preflight 632849adae4e65ae63c6ab40
[FYI] Jason.Walter

[CL 22084650 by dominik peacock in ue5-main branch]
2022-09-19 19:49:12 -04:00
dominik peacock
43aa41321e Fix pressing delete on group items in session browser causing a crash
#jira UE-164252
#rb none
#preflight 6328451aae4e65ae63c4acde
[FYI] Jason.Walter

[CL 22084621 by dominik peacock in ue5-main branch]
2022-09-19 19:48:22 -04:00
dominik peacock
ddd6c89adc Add window menu and persist editor layout
#jira UE-151781
#jira UE-163015
#rb none
#preflight 6324e77f8131e92d6504b890

[CL 22064112 by dominik peacock in ue5-main branch]
2022-09-16 20:30:27 -04:00