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/Editor/Lib/Tests
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
..
Camera Prevent the camera from easily being set to an invalid orientation (#6203) 4 years ago
IEditorMock.h Removed legacy editor DatabaseLibrary code. 4 years ago
test_CryEditDocPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_CryEditPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_DisplaySettingsPythonBindings.cpp Updated AnimNode registration in LyShine and Maestro to register to a member variable map (#6786) 4 years ago
test_EditorPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_EditorUtils.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_Main.cpp Merged the Editor.Camera.Tests with the Editor.Tests (#5463) 4 years ago
test_MainWindowPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_ModularViewportCameraController.cpp Rename QtEventToAzInputManager.h/cpp to QtEventToAzInputMapper.h/cpp (#5905) 4 years ago
test_ObjectManagerPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainHoleToolPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainLayerPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainModifyPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainPainterPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TerrainTexturePythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_TrackViewPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago
test_ViewPanePythonBindings.cpp Removes some leftover log 4 years ago
test_ViewportManipulatorController.cpp Rename QtEventToAzInputManager.h/cpp to QtEventToAzInputMapper.h/cpp (#5905) 4 years ago
test_ViewportTitleDlgPythonBindings.cpp Enables memory tracking (leak detection) in more unit tests 4 years ago