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/Multiplayer/Code/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
..
AutoGen Added tests. Made network spawnable to serialize in binary 4 years ago
ClientHierarchyTests.cpp NetBindComponent::SetOwningConnectionId is for a hierarchy based on its root's network entity 4 years ago
CommonBenchmarkSetup.h Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
CommonHierarchySetup.h Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
IMultiplayerConnectionMock.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MainTools.cpp Reworked net entities instantiation in order to fix entity references e.g. parent-child relationship. Note: Only entities within network spawnable keep the references until the ticket system refactoring is done 4 years ago
MockInterfaces.h Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
MultiplayerSystemTests.cpp NetTransform replicates local transform for child entities 4 years ago
NetworkInputTests.cpp oops =( 4 years ago
NetworkTransformTests.cpp Fix bad include in NetworkTransformTests 4 years ago
PrefabProcessingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
RewindableContainerTests.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
RewindableObjectTests.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
ServerHierarchyBenchmarks.cpp Added a helpful comment on hierarchy benchmark 4 years ago
ServerHierarchyTests.cpp Setting owning connection id based on the hierarchy root network entity. 4 years ago
TestMultiplayerComponent.cpp Fixed warning about unused local variable 4 years ago
TestMultiplayerComponent.h tidy up 4 years ago