Commit Graph

8 Commits

Author SHA1 Message Date
Josh Adams
6481bf128a - Downgraded an Error log to Log, since it isn't really an error, since you may be running the editor without a plaform DDPI.ini file, even tho UBT/UAT had the platform compiled in
#fyi jeff.farris

[CL 14465999 by Josh Adams in ue5-main branch]
2020-10-09 17:42:58 -04:00
Josh Adams
3375da41ad - Added some error handling for an external studio to track down issue. Also, no longer will crash in the error case
#fyi jeff.farris

[CL 14465962 by Josh Adams in ue5-main branch]
2020-10-09 17:39:05 -04:00
Josh Adams
40ae0de04a - Fix Turnkey to launch with DeviceID.Name, instead of Device.Name (which is the display string it turns out)
#fyi zachary.bethel

[CL 14465256 by Josh Adams in ue5-main branch]
2020-10-09 17:10:55 -04:00
Josh Adams
da0c420beb - Refactored more Turnkey stuff into TurnkeySupportModule (moved stuff out of DDPI, etc)
- Also fixed a crash or two
#jira UE-100139

[CL 14430260 by Josh Adams in ue5-main branch]
2020-10-06 11:46:54 -04:00
Marcus Wassmer
3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00
Josh Adams
d0daf0380c - Moved valid device software (flash) versions into UEBuildPlatformSDK subclasses to put alongside the SDK version, and made them min-max
- General fixes for some platforms
- DDPI now remembers the SDK version information from Turnkey
- Updated Turnkey Launch menu to have SDK information, including device software versions,
- Moved the initial turnkey query earlier before AutoSDKs are setup so envvars are not blown away for the child process
- Added concept of "Prepare For Debugging", but not enabled on any platforms yet (what it means is per platform, and is somewhere between cooking and packaging)
- VerifySdk Turnkey command now puts its output into a (x=y, z=w) format for easier parsing in C++
- NullCopyProvider now copies large remote files, and remote directories, locally before using

[CL 14377385 by Josh Adams in ue5-main branch]
2020-09-23 11:47:14 -04:00
Josh Adams
8f7c6dad64 - Minor cleanup to Turnkey menu
[CL 14313380 by Josh Adams in ue5-main branch]
2020-09-14 17:51:11 -04:00
Josh Adams
d923000232 - Moved File | Package and Cook into Launch menu, which may become the Platforms menu (or similar)
- Can now cook for any platform (and will soon have a Prepare for Debugging option)
- All the packaging and cooking stuff are now in TurnkeySupportModule
- Allow per-platform configuration/cook target
- Added a temporary inactive menu item to point users to the Launch menu for packaging
- This is first pass on this, it's expected to change, even move locations, etc as feedback/needed dictate
#rb matt.kuhlenschmidt

[CL 14312841 by Josh Adams in ue5-main branch]
2020-09-14 17:08:13 -04:00