- Added class to hold values (AndroidSDKSettings)
- Added code to Android editor module to setup the values on load
- Changed device detection so that the thread is always started and the SDK path can be changed on the fly
- Changed Platform Target Management Module so that a single platform can be checked via UBT
- Settings can now be sourced from an ini file via temp direct reading code (auto seralisation is disabled until later changes are made)
-- Settings currently not exposed in editor
- Added Mac Environment var setting support
Unreleated
- Envars can now be passed down to process start points in tools
#codereview michael.trepka
[CL 2412194 by Robert Jones in Main branch]
fixed issue with PC side never making a process which the cross platform code used to determine if it was done or not.
#ios
[CL 2391250 by Peter Sauerbrei in Main branch]
CommandUtils.Run was disposing of processes started without NoWaitForExit, so any caller checking ProcessResult.HasExited would crash raising InvalidOperationException as the ProcessResult.Proc was junk.
Made the ProcessResult destructor call Proc.Dispose().
#code_review: Robert.Manuszewski
[CL 2285994 by Jack Porter in Main branch]
- Added better support for 'verbose' log output from P4 and Process commands (SpewIsVerbose arg and TraceEventType flags)
- Added new P4Connection.DescribeChangelists() that provides full changed file lists and edit types
- Added even better support for full changelist descriptions to P4Connection.Changes() function
#codereview Robert.Manuszewski, Gil.Gribb
[CL 2052302 by Mike Fricker in Main branch]
#change The engine now accepts a -UTF8Output command line argument which allows the output stream to be in the correct mode.
#change UAT accepts the same UTF8Output parameter to allow the connecting streams to be in the correct mode too (though it's currently only passed during the UnrealPak invocation).
#add FPlatformMisc::SetUTF8Output added to allow the opting-in of a UTF-8 output stream in Windows.
#codereview robert.manuszewski
[CL 2043167 by Steve Robb in Main branch]