Commit Graph

127 Commits

Author SHA1 Message Date
adam kinge
59e6dfe511 Launch build onto iOS Simulator
Part 3 of 3

#jira UE-197974
#rb josh.adams

[CL 31589575 by adam kinge in ue5-main branch]
2024-02-16 19:17:16 -05:00
adam kinge
a15279bf0e Display available iOS Simulators under the Platforms menu dropdown
Part 2 of 3

#jira UE-197974
#rb josh.adams

[CL 31568463 by adam kinge in ue5-main branch]
2024-02-16 11:51:45 -05:00
david harvey
586b2ff6fd fix for crash if the editor is shut down immediately after starting
#jira UE-202500
#rb eric.mcdaniel

[CL 30344617 by david harvey in ue5-main branch]
2023-12-15 04:24:42 -05:00
patrick boutot
d7a0038d0e Prevent entering debug mode when it would create an infinit loop. When the application is ticking we need to complete the tick before entering the debugging mode. When there is modal open that is stealing the focus, we don't have inputs on the other windows.
#jira UE-197297, UE-198626

[CL 29892434 by patrick boutot in ue5-main branch]
2023-11-22 13:24:54 -05:00
marc audy
763a611985 Fix C4072 warnings
#rnx

[CL 29852844 by marc audy in ue5-main branch]
2023-11-20 17:26:53 -05:00
rex hill
668a71e420 Allow building without Turnkey Support
#rb josh.adams
#tests Opened editor and confirmed it loads with no issues

[CL 29603508 by rex hill in ue5-main branch]
2023-11-09 13:51:05 -05:00
adam kinge
5a87b69c38 Only iOS and tvOS currently support device connection type specific icons
#jira UE-190844
#rb jack.porter
#rnx
#lockdown jack.porter

[CL 27022315 by adam kinge in ue5-main branch]
2023-08-11 00:46:34 -04:00
adam kinge
b31af19cc7 Fix display of multiple iOS/tvOS devices in the QuickLaunch menu within the editor. The iOS icon will now show the type of device connection (wifi/usb)
- On a mouse hover over the mobile device (includes Android), show additional info about the OS version and model of the device
  - fixes top level device not showing the last selected device
  - don't reshow the selected device in the sub-menu

#jira UE-176230
#rb josh.adams
#preflight 646d3a424422ba05f4c29427

[CL 25601745 by adam kinge in ue5-main branch]
2023-05-24 09:39:39 -04:00
bryan sefcik
d205101cc8 Removed unnecessary private include modules.
#preflight 645da640cf788a25581110bb

[CL 25451545 by bryan sefcik in ue5-main branch]
2023-05-12 12:13:52 -04:00
bryan sefcik
91c57d395e Removed redundant module includes.
#preflight 645d4bf3aa3c584c0b5b3a67

[CL 25435653 by bryan sefcik in ue5-main branch]
2023-05-11 16:48:21 -04:00
Josh Adams
a1c5fc5c2e - Changed target selection in Quick Launch when there is no game target to look for a client target
#rb david.harvey
#preflight 64261654486e7cce7d759d20

[CL 24862435 by Josh Adams in ue5-main branch]
2023-03-30 19:16:10 -04:00
josh adams
263cc27ae0 - Moved per-user-facing in ProjectPackagingSettings into a new class, UPlaformsMenuSettings, so that we don't sometimes write to DefaultGame.ini and sometimes Saved/Game.ini for the same class, which can cause issues where the editor has one value that doesn't match a target platform
- StagingDirectory, which was the user's location to store archived builds, not the actual StagingDirectory, is no longer exposed in settings
#rb david.harvey,zack.neyland
#preflight 6421ed2f803cb466e80d0ad4
#jira UE-176847

[CL 24811601 by josh adams in ue5-main branch]
2023-03-27 18:49:39 -04:00
David Harvey
59d71816c0 Add more LLM tags to platform-related editor things.
#jira UE-154803
#rnx
#rb trivial
#preflight 64120228924f0cb7222ffcee

[CL 24658216 by David Harvey in ue5-main branch]
2023-03-15 13:56:57 -04:00
David Harvey
e5c55c5c6e crash fix when receiving unknown device from Turnkey.
#rb trivial
#fyi Patrick.Laflamme
#rnx
#jira none
#preflight 640b0021d778f88975105a5b

[CL 24589134 by David Harvey in ue5-main branch]
2023-03-10 05:09:58 -05:00
eric mcdaniel
391d5185c3 Turnkey: Turnkey and editor support for controlling auto software update modes on platform devices
- this change just adds support to Turnkey and the editor UI to expose this support for supported platforms
  - follow on changes will be required to support the feature on a given platform

- Turnkey now tracks the auto software update mode per device
  - unknown/enable/disable
    - will be unknown for devices which do not support auto software updates or platforms which have not yet implemented support
- new UAT platform method SetDeviceAutoSoftwareUpdateMode() must be implemented for supporting platforms
- new Turnkey command DeviceAutoSoftwareUpdates for changing auto software update state on a device
- edtior exposes this functionality under the device entries in the platforms menu
  - devices which support auto software updates will expose an "Enable auto software updates" check box item in their Sdk Info menu
    - toggling this checkbox changes the auto software update policy on the device

#rb David.Harvey, Wojciech.Krywult
#jira UE-160691
#preflight 64012d69d249add4a205fe9c, 64078e72aa0042333551c821

[CL 24552009 by eric mcdaniel in ue5-main branch]
2023-03-07 19:11:50 -05:00
Josh Adams
585c2edf05 - Disabled some Turnkey async stuff is GIsRequestingExit, if an early shutdown happens (like when choosing a project to open)
#rb trivial
#jira UE-178203
#preflight 63f7d4c4a134e0b0593a5fbd

[CL 24389387 by Josh Adams in ue5-main branch]
2023-02-23 16:16:14 -05:00
axel riffard
38ed45026d IPA used as a donor for prepare for debug feature error handling
#jira UE-120589
rb trivial
#preflight 63f4cbeaff5afbbb030f8668

[CL 24338456 by axel riffard in ue5-main branch]
2023-02-21 09:06:59 -05:00
axel riffard
805ee75726 Fix warning in turnkey
#jira none
#rb trivial
#preflight 63f352d761378b7ea0f56fd1

[CL 24311637 by axel riffard in ue5-main branch]
2023-02-20 06:18:14 -05:00
swarm
b61361facf Secondary remote Mac
#jira UE-120589
# rb josh.adams
#preflight 63f2da7d90198dffbaaee3ff

[CL 24309059 by swarm in ue5-main branch]
2023-02-19 21:45:46 -05:00
axel riffard
f0898e1c0d Remote Prepare to Debug
#jira UE-120589
#rb josh.adams
#preflight 63db32457a39a18021af8c38

[CL 23964201 by axel riffard in ue5-main branch]
2023-02-01 23:02:14 -05:00
christopher fiala
746cef8da5 Move PerPlatformTargetFlavorName initialization to FTurnkeySupportModule::UpdateSdkInfo() so that automatically initialized following editor launch instead of being dependent on the Turnkey menu having been opened.
#jira UE-167881
#rb josh.adams
#preflight 63daacbbba4fadeef00c8ff1

[CL 23961016 by christopher fiala in ue5-main branch]
2023-02-01 19:26:11 -05:00
jeanmichel dignard
37eaa20602 Exec commands changes:
- Port some editor only exec commands to Exec_Editor.

#rb none
#preflight 63c5a00dd040694ab814f875

[CL 23732860 by jeanmichel dignard in ue5-main branch]
2023-01-16 17:05:05 -05:00
spayne
9332a45cbc PR #9787: Add level editor extensibility hooks to TurnKey (Contributed by spayne)
#rb sebastian.nordgren
#preflight 639c53b42540a78d27382e69

[CL 23536921 by spayne in ue5-main branch]
2022-12-16 06:36:33 -05:00
Zousar Shaker
b9548ddad4 Move Zen module public headers into an "Experimental" subfolder to have them reflect the feature status.
Fix locations that include the headers to use the "Experimental" subfolder and re-sort includes.  No functional change, purely a move, search+replace, and sort of includes.

#rb matt.peters
#preflight 63939eebc415e8dc78d35d63

[CL 23468934 by Zousar Shaker in ue5-main branch]
2022-12-09 16:11:41 -05:00
axel riffard
74a3402894 Fix localization warning
#rb trivial
#jira UE-162968
#preflight trivial

[CL 23151166 by axel riffard in ue5-main branch]
2022-11-16 01:27:38 -05:00