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
amzn-sean 38a03817bb
Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409)
Replaced and removed the CryTimer (gEnv->pTimer). The new TimeSystem is a merger of the current time functionality found in the engine.

* Rename TimeSystemComponent.h/.cpp to TimeSystem.h/.cpp
* Adding New TimeSystem
* remove old timer cvars
* small improvements to the time system.
 - updated parts to use the time conversion functions.
 - in AdvanceTickDeltaTimes applying t_simulationTickScale is now uses doubles instead of floats.
* Replace gEnv->pTimer / ITimer usages with TimeSystem
* Updating usages of AZ::TimeMs{ 0 } and AZ::TimeUs{ 0 } to AZ::Time::ZeroTimeMs and AZ::Time::ZeroTimeUs
* red code the CryTimer
* using TimeUs instead of TimeMs is some cases + updating usages of old cvars to new

Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com>
4 years ago
..
Camera Merged the Editor.Camera.Tests with the Editor.Tests (#5463) 4 years ago
IEditorMock.h Merge branch 'development' into cmake/warn_virtual 4 years ago
test_ClickableLabel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_CryEditDocPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_CryEditPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_DisplaySettingsPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_EditorPythonBindings.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
test_EditorUtils.cpp Editor code: tidy up BOOLs,NULLs and overrides pt2. 5 years ago
test_Main.cpp Merged the Editor.Camera.Tests with the Editor.Tests (#5463) 4 years ago
test_MainWindowPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_ModularViewportCameraController.cpp update bus implementation for integration tests 4 years ago
test_ObjectManagerPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainHoleToolPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainLayerPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainModifyPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainPainterPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TerrainTexturePythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_TrackViewPythonBindings.cpp Trackview Fixture now disables save on finalize 4 years ago
test_ViewPanePythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_ViewportManipulatorController.cpp Do not clear input channels everytime focus changes (#5044) 4 years ago
test_ViewportTitleDlgPythonBindings.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago