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/Gems/Maestro/Code/Source/Cinematics
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
..
Tests more gems changes 5 years ago
2DSpline.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimAZEntityNode.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimAZEntityNode.h Gems/Maestro 5 years ago
AnimComponentNode.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimComponentNode.h Gems/Maestro 5 years ago
AnimNode.cpp Updating PR to change lower API to return AZStd::string instead of const char* for safety. 5 years ago
AnimNode.h Gems/Maestro 5 years ago
AnimNodeGroup.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimNodeGroup.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimPostFXNode.cpp Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786) 4 years ago
AnimPostFXNode.h Gems/Maestro 5 years ago
AnimScreenFaderNode.cpp enable warning 4296: 'operator': expression is always false 5 years ago
AnimScreenFaderNode.h Gems/Maestro 5 years ago
AnimSequence.cpp Fix clang 13 compilation problems (#5791) 4 years ago
AnimSequence.h Gems/Maestro 5 years ago
AnimSerializer.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimSerializer.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimSplineTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimSplineTrack.h Fixes for VS < 17 and Android 5 years ago
AnimSplineTrack_FloatSpecialization.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimSplineTrack_QuatSpecialization.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimSplineTrack_Vec2Specialization.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimSplineTrack_Vec3Specialization.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AnimTrack.h Gems/Maestro 5 years ago
AssetBlendTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
AssetBlendTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
BoolTrack.cpp Maestro 5 years ago
BoolTrack.h Gems/Maestro 5 years ago
CVarNode.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
CVarNode.h Gems/Maestro 5 years ago
CaptureTrack.cpp linux fixes 5 years ago
CaptureTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CharacterTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
CharacterTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CharacterTrackAnimator.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
CharacterTrackAnimator.h Legacy code cleanup - part 3 (#3903) 5 years ago
CommentNode.cpp enable warning 4296: 'operator': expression is always false 5 years ago
CommentNode.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CommentTrack.cpp linux fixes 5 years ago
CommentTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CompoundSplineTrack.cpp Updating PR to change lower API to return AZStd::string instead of const char* for safety. 5 years ago
CompoundSplineTrack.h Gems/Maestro 5 years ago
ConsoleTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
ConsoleTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EventNode.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
EventNode.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EventTrack.cpp linux fixes 5 years ago
EventTrack.h Gems/Maestro 5 years ago
GotoTrack.cpp Maestro 5 years ago
GotoTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LayerNode.cpp Fix clang 13 compilation problems (#5791) 4 years ago
LayerNode.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LookAtTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
LookAtTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MaterialNode.cpp Legacy code cleanup - part 3 (#3903) 5 years ago
MaterialNode.h Gems/Maestro 5 years ago
Movie.cpp Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786) 4 years ago
Movie.h Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786) 4 years ago
SceneNode.cpp Fix clang 13 compilation problems (#5791) 4 years ago
SceneNode.h Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
ScreenFaderTrack.cpp Legacy cleanup (#3383) 5 years ago
ScreenFaderTrack.h Gems/Maestro 5 years ago
ScriptVarNode.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
ScriptVarNode.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SelectTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
SelectTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SequenceTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
SequenceTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ShadowsSetupNode.cpp enable warning 4296: 'operator': expression is always false 5 years ago
ShadowsSetupNode.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SoundTrack.cpp Merge branch 'development' into cmake/SPEC-7179 5 years ago
SoundTrack.h Gems/Maestro 5 years ago
TCBSpline.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TimeRangesTrack.cpp Maestro 5 years ago
TimeRangesTrack.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TrackEventTrack.cpp linux fixes 5 years ago
TrackEventTrack.h Gems/Maestro 5 years ago
resource.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago