You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzFramework/AzFramework
lumberyard-employee-dm 0b35d27833
Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691)
* Updated the SettingsRegistry CommandLineArgumentSettings delimiter function to no longer work on a character basis, but on a line basis.
This provides more control by the user to determine how to the argument into the JSON pointer and JSON value parts

Added function o the Settings Registry to specify the JSON Apply Patch settings to use when performing a JSON Patch/Merge Patch operation

Fixed the SettingsRegistryImpl::CommandLineArgument function to properly set unsigned 64-bit values into the SettingsRegistry by checking the ERRNO of strtoll and strtoull

* Updated the reporting of the JSON Patching operations to supply a JSON pointer of the patched element to the Issue Reporting callback when the patch operation is successful. This allows using the Issue Reporting callback as a notification system when field is updated during a patch operation

* Added support to the AZ Console to be able to run Console Commands based
on notifications from the Settings Registry when a field underneath the
"/Amazon/AzCore/Runtime/ConsoleCommands" object is modified.

This takes advantage of the Settings Registry RegisterNotifier API to
determine when a field is modified as well as the JSON Merger
JsonApplyPatchSettings Issue Reporting Callback to determine when a
field is modified or updated.

As a Side Note also fixed an issue with the AZ Console incorrectly
converting unsigned 64-bit types using strtoll

* Making the Console constructor which accepts an AZ::SettingsRegistryInterface explicit

* Updating string format calls which use *.s for formatting string_views, to use the AZ_STRING_ARG macro

* Addressed typos in comments around the SettingsRegistry AZ Console functions

* Fixed the SettingsRegistryTest that look for an empty value

* clang 6.0.0 constexpr build fix. For some reason clang cannot make a constexpr AZStd::string_view out of a constexpr AZStd::fixed_string despite there being a valid constexpr operator AZStd::string_view

* Mac build fix

* SettingsRegistryTest.MergeSettingsFolder_ConflictingSpecializations_ReportsErrorAndReturnsFalse test fix on Mac

* Updated the LoadSettingsFile test to validate running a console with 0 arguments

Replace the static_cast in the ConsoleTypeHelpers.inl code to convert a str to long long with an aznumeric_cast

* Added printf logging to the ConsoleCommandKeyNotificationHandler to determine if the console commands are being performed on the Jenkins Linux node

* Fixed Dangling string_view reference in the ConsoleCommandKeyNotificationHandler that was causing command execution from a file to fail.

Renamed the second TestFreeFunc function in the ConsoleTests.cpp to validate thath the first TestFreeFunc function is being tested

* Updated the Component Application AZ Console to use the SettingsRegistry as the backend when loading config and Settings Rgistry json files
5 years ago
..
API Deleted AzFramework::AtomActiveInterface 5 years ago
Application Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
Archive Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758) 5 years ago
Asset Merge pull request #410 from aws-lumberyard-dev/ly-sdk/phistere/LYN-2723-Merge 5 years ago
CommandLine Add newlines to the end of all files 5 years ago
Components Fixed the loading of uicanvas assets due to the NetBindable class being (#755) 5 years ago
Debug Add newlines to the end of all files 5 years ago
Dependency Integrating github/staging through commit ab87ed9 5 years ago
Driller Initial commit 5 years ago
Entity Merge remote-tracking branch 'origin' into MultiplayerComponents 5 years ago
FileFunc Initial commit 5 years ago
FileTag LYN-2537 engine assets (#254) 5 years ago
Font Make AtomFont's API use copy semantics for string_view 5 years ago
Gem Integrating latest from github/staging 5 years ago
IO Add newlines to the end of all files 5 years ago
InGameUI Initial commit 5 years ago
Input Integrating github/staging through commit ab87ed9 5 years ago
Logging Add newlines to the end of all files 5 years ago
Math Initial commit 5 years ago
Metrics Initial commit 5 years ago
Network First pass, removing gridmate touchpoints from AzFramework and non inclusive terminology purge 5 years ago
Physics RemoveSimulatedBody automatically updates the requested handle to be invalid once removed. (#740) 5 years ago
Platform Update the AzFramework and AzCore cmake files to point at the new location of the PlatformDefaults.h and PlatformDefaults.cpp file 5 years ago
Process Integrating latest from github/staging 5 years ago
ProjectManager Fixes for compile failures with Clang on Windows (#532) 5 years ago
Render merging latest origin 5 years ago
Scene Fixed several release build compile errors. 5 years ago
Script Fixed the loading of uicanvas assets due to the NetBindable class being (#755) 5 years ago
Slice Initial commit 5 years ago
Spawnable SPEC-6590 Implemented network entities instantiation by network spawnable asset ID 5 years ago
StreamingInstall Initial commit 5 years ago
StringFunc Initial commit 5 years ago
TargetManagement First pass, removing gridmate touchpoints from AzFramework and non inclusive terminology purge 5 years ago
Terrain Initial commit 5 years ago
Thermal Remove lots of unused things from CrySystem (#765) 5 years ago
UnitTest Integrating up through commit 90f050496 5 years ago
Viewport Improve selection in the viewport (#720) 5 years ago
Visibility Fix for white box test weirdness 5 years ago
Windowing Initial commit 5 years ago
AzFrameworkModule.cpp First pass, removing gridmate touchpoints from AzFramework and non inclusive terminology purge 5 years ago
AzFrameworkModule.h Initial commit 5 years ago
azframework_files.cmake Remove lots of unused things from CrySystem (#765) 5 years ago