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
e737307168258fe25ca563601e4bcc6cf3bd5a87
o3de
/
Gems
/
Multiplayer
/
Code
/
Source
/
Components
T
History
karlberg
e737307168
Merging latest origin/main
2021-05-27 20:00:54 -07:00
..
LocalPredictionPlayerInputComponent.cpp
Bug fixes, naming changes to make variables more clear, and adds a cvar to adjust client window size
2021-05-27 19:54:56 -07:00
MultiplayerComponent.cpp
Moved network context methods out of MultiplayerComponent into NetBindingComponent because FindComponent did not actually work with finding base classes. +1 for the ability to test! Allow scripting to detect if a networked entity is Authory, Server, Client, or Autonomous.
2021-05-20 22:48:04 -07:00
MultiplayerComponentRegistry.cpp
Many fixes for external gem multiplayer components and component network inputs, fixes an uninitialized variable resulting in continual desyncs, restructures our public includes to match the directory structure of source, allows autogen artefacts to be included by external gems, allowing for external multiplayer components to interact with multiplayer gem components with no extra code
2021-05-14 14:24:33 -07:00
MultiplayerController.cpp
Many fixes for external gem multiplayer components and component network inputs, fixes an uninitialized variable resulting in continual desyncs, restructures our public includes to match the directory structure of source, allows autogen artefacts to be included by external gems, allowing for external multiplayer components to interact with multiplayer gem components with no extra code
2021-05-14 14:24:33 -07:00
NetBindComponent.cpp
Bug fixes, naming changes to make variables more clear, and adds a cvar to adjust client window size
2021-05-27 19:54:56 -07:00
NetworkTransformComponent.cpp
Merging latest origin/main
2021-05-27 20:00:54 -07:00