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
4d2e453b73d6736bc9fa4a01280ce3752ae3cfe3
o3de
/
Gems
/
Multiplayer
/
Code
/
Source
/
Components
T
History
greerdv
4018bb587c
update network code to use uniform scale on Transform
2021-05-26 14:20:22 +01:00
..
LocalPredictionPlayerInputComponent.cpp
Address misc feedback
2021-05-18 13:52:28 -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
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
NetworkTransformComponent.cpp
update network code to use uniform scale on Transform
2021-05-26 14:20:22 +01:00