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/AzNetworking/AzNetworking/Utilities
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
..
CidrAddress.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CidrAddress.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EncryptionCommon.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
EncryptionCommon.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Endian.h PR comments/improvements 4 years ago
IpAddress.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
IpAddress.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
IpAddress.inl Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NetworkCommon.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NetworkCommon.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NetworkCommon.inl Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NetworkIncludes.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
QuantizedValues.h fixing comment 4 years ago
QuantizedValues.inl More Code/Framework 4 years ago
TimedThread.cpp Archive Component - Rewrite and additional work on Archive and Asset Bundler (#4332) 4 years ago
TimedThread.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago