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/AzToolsFramework/AzToolsFramework
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
..
API Improvements to C++/Python tool gemplates 4 years ago
Application Merge commit 'b2a8e4056950398e13f2fe32f486d29733669a2b' into mbalfour/gitflow_211102_o3de 4 years ago
Archive Fix release build errors on Linux/Mac (#4474) 4 years ago
Asset [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
AssetBrowser Activate AssetBrowserTableView feature (#5367) 4 years ago
AssetBundle Archive Component - Rewrite and additional work on Archive and Asset Bundler (#4332) 4 years ago
AssetCatalog Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AssetDatabase Added new index on SourceDependency Table (#3648) 4 years ago
AssetEditor Fix Issue saving new assets in Asset Editor on Linux (#4537) 4 years ago
Commands Fixes AzToolsFramework 4 years ago
Component Added API for finding components based on required/incompatible services. 4 years ago
ComponentMode Add support for border in Focus Mode (#4692) 4 years ago
ComponentModes Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ContainerEntity LYN-7054 + LYN-7704 | Exit Focus Mode when starting Game Mode, correct painting of Prefab capsules in Outliner. (#5280) 4 years ago
Debug Update the FileIO Aliases (#4186) 4 years ago
Editor Moved Max Number of Entries Shown in Asset Browser Search View to EditorViewportSettings (#4660) 4 years ago
Entity Merge remote-tracking branch 'upstream/stabilization/2110' into nvsickle/StabToDevNov21 4 years ago
Fingerprinting Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FocusMode Add missing reflection calls for various types (#5163) 4 years ago
Input Do not clear input channels everytime focus changes (#5044) 4 years ago
Logger Update the FileIO Aliases (#4186) 4 years ago
Manipulators Removed ununeeded includes from EBus EBus.h and Policies.h (#4256) 4 years ago
Maths Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Picking chore: remove equality from boolean expression 4 years ago
Prefab Merge remote-tracking branch 'upstream/stabilization/2110' into nvsickle/StabToDevNov21 4 years ago
PropertyTreeEditor Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
PythonTerminal fixing hidden variable warning 5 years ago
Render Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SQLite Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Script Added Hydra API to extract all the classes, globals and EBuses exposed (#4953) 4 years ago
Slice Avoided a string copy by using path view 4 years ago
SourceControl Undo P4 check before spawning thread and fix usage of new AzToolsApplication trait (#4894) 4 years ago
Thumbnails [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
ToolsComponents Merge pull request #4212 from ppinfel/component-doc-links 4 years ago
ToolsFileUtils Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ToolsMessaging Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UI Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
Undo Add AZ_BUDGET_DEFINE/AZ_BUDGET_DECLARE and remove driller 4 years ago
UnitTest Remove redundant editor mode notifications. 4 years ago
Viewport Merge pull request #4725 from aws-lumberyard-dev/hultonha_LYN-7394_focus_cursor 4 years ago
ViewportSelection Merge pull request #5544 from aws-lumberyard-dev/viewport/LYN-7989 4 years ago
ViewportUi Merge branch stabilization/2110 into development 4 years ago
AzToolsFrameworkModule.cpp Added Hydra API to extract all the classes, globals and EBuses exposed (#4953) 4 years ago
AzToolsFrameworkModule.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframework_files.cmake Added Hydra API to extract all the classes, globals and EBuses exposed (#4953) 4 years ago
aztoolsframework_linux_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframework_linux_tests_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframework_mac_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframework_win_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframework_windows_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
aztoolsframeworktestcommon_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
newoverride.inl Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago