This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7de5c17fb679d222c80451ec048904fc365bbfe7
o3de
/
Gems
/
Multiplayer
/
Code
/
Source
/
Editor
T
History
Gene Walters
7de5c17fb6
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)
...
Signed-off-by: Gene Walters <
genewalt@amazon.com
>
2021-10-24 23:07:58 -07:00
..
MultiplayerEditorConnection.cpp
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)
2021-10-24 23:07:58 -07:00
MultiplayerEditorConnection.h
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.
2021-10-22 16:34:42 -07:00
MultiplayerEditorGem.cpp
Merge branch 'development' into cmake/SPEC-7179
2021-07-16 15:42:37 -07:00
MultiplayerEditorGem.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MultiplayerEditorSystemComponent.cpp
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)
2021-10-24 23:07:58 -07:00
MultiplayerEditorSystemComponent.h
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.
2021-10-22 16:34:42 -07:00