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/Source/AutoGen
Gene Walters e6650f1ff4
LYN-7655 Fix Race Condition When Launching at Editor-Server (#4946)
* Fix a race condition where the editor tries to connect to the editor-server before the editor-server is ready (originally discovered on lower-spec Jenkin machines).  Change editor-server so that editor waits to receive a EditorServerReadyForInit before trying to send all the level data.

* The editor might not be the connector so make sure to connect to the actual MP simulation even if the editor isn't the editor-server connect (if editorsv_launch=true then the editor-server will connect to the editor)

* Adding warnings if MPEditorConnection cannot find certain cvars

Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
..
LocalPredictionPlayerInputComponent.AutoComponent.xml Merging latest dev 4 years ago
Multiplayer.AutoPackets.xml Changes to get client migration partially functional 4 years ago
MultiplayerEditor.AutoPackets.xml LYN-7655 Fix Race Condition When Launching at Editor-Server (#4946) 4 years ago
NetworkCharacterComponent.AutoComponent.xml Moved NetworkCharacterComponent out of MPSample and into MP gem 4 years ago
NetworkConnectionComponent.AutoComponent.xml Adding the NetworkConnectionComponent to hold user nonce and migration values for a backup host in case the current host crashes or abnormally disconnects 4 years ago
NetworkHierarchyChildComponent.AutoComponent.xml Hierarchical components, phase 1, unittests 4 years ago
NetworkHierarchyRootComponent.AutoComponent.xml Fixing broken include path 4 years ago
NetworkHitVolumesComponent.AutoComponent.xml Moving NetworkHitVolumesComponent and NetworkRigidBodyComponent to the MultiplayerGem 4 years ago
NetworkRigidBodyComponent.AutoComponent.xml Entity migrations now totally functional again, plus some fixes to network rigid bodies to make them work properly as they migrate around 4 years ago
NetworkTransformComponent.AutoComponent.xml Cleaning up NetworkTime and reworking how we approach network interpolation 4 years ago