* Added PrefetchVirtualMemory function
* Fixed bug where code writing callstacks checks end of module to figure out if address belongs to module
* Changed so FileAccessor::CreateMemoryWrite set always allow read because you can't create file mappings that are write-only
* Added option to scheduler to force all runs to run native
* Fixed so bottleneck class has enter/leave function
* Added ScopedReadLock::Enter
* Moved LogWriter to its own file
* Visualizer - Fixed so when hovering over timeline time under pointer is showing
* Visualizer - Fixed so hovering over work records shows name, start and duration
* Visualizer - Added context menu item that can show/hide text of process bars
* Improved assert message
* Changed so lock is not on stack but is leaked to prevent shutdown warnings in debug
* Added missing includes
[CL 31981637 by henrik karlsson in ue5-main branch]
Only output log if request had completed when activity timeout, it can continue to run even if that happened.
[REVIEW] [at]michael.atchison [at]michael.kirzinger [at]rafa.lecina
#rb Rafa.Lecina
[CL 31948912 by lorry li in ue5-main branch]
* Installer now puts server URL in the registry.
* Default server for local connections is now configured in the appsettings.local.json file rather than the default configuration file, and is excluded from installed builds.
* Server profiles are now configured as a dictionary rather than array, which works much better for IConfigration merging. Legacy 'name' fields from array are searched if a name is not found in the dictionary.
#jira UE-208584
[CL 31948151 by ben marsh in ue5-main branch]
- Some of the interfaces are currently disabled for two reasons: some of the functionality is disabled in EOS, some of it has no implementation in any of the OSS.
#jira UE-166448
#rb lorry.li, stephen.ma
[CL 31947505 by Alex Kasianchuk in ue5-main branch]
Each cached graph uses ~1 MB in Epic's case. The size of a graph can probably be optimized but this lowers max cache size to ~2 GB.
[CL 31939380 by carl bystrom in ue5-main branch]