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
lumberyard-employee-dm b62d130475
Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786)
* Updated the Maestro MovieSystem and LyShine AnimationSystem to register
Anim Nodes and Anim Params into a member variable map

Previously the registration was occuring in a global variable map inside
of Movie.cpp and UiAnimationSystem.cpp

Rolled back the changes to update the CUiAnimNode and CAnimParamType to
use the stateless allocator in their m_name string member.
This was only needed because those types were used in global memory.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Updated the AZStd::hash specializations for basic_string and
basic_fixed_string to be transparent.

This allows hashing of types that aren't basic_string or
basic_fixed_string using the hash specializations for those types
without needing to create an instance of those types.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding call to disable saving of the UserSettings.xml in the DisplaySettingsPythonBindingsFixture to avoid race condition running the test in parallel

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
AtomCore Removes ThreadDrillerEvents, replaces handlers with TreadEventBus 4 years ago
AzAndroid/java/com/amazon Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AzCore Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786) 4 years ago
AzFramework [Terrain] First pass of the ProcessList and ProcessRegion APIs for retrieving surface data (#6729) 4 years ago
AzGameFramework Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AzManipulatorTestFramework Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
AzNetworking Properly adding newlines when using LogInternalV; removing the need of hand-placed newlines to AZ_LOG 4 years ago
AzQtComponents Spinboxes now correct when rounding. (#6748) 4 years ago
AzTest Add SetEnv and UnSetEnv for environment variable to util (#6884) 4 years ago
AzToolsFramework Merge pull request #6676 from aws-lumberyard-dev/Atom/mriegger/format 4 years ago
GFxFramework More fixes 4 years ago
GridMate Linux build fixes 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago