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
puvvadar 4e618db62d
Merge pull request #3082 from aws-lumberyard-dev/MultiplayerForwardDeclControllerErrorFix
Fix Multiplayer AutoComponent Delete Incomplete Type Compile Error
5 years ago
..
AutoComponentTypes_Header.jinja A bunch of work to get external multiplayer components to actually work 5 years ago
AutoComponentTypes_Source.jinja 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 5 years ago
AutoComponent_Common.jinja Minor corrections in code gen for usability 5 years ago
AutoComponent_Header.jinja Move MultiplayerComponent destructor to cpp (which #includes the controller) so that when it comes time to destroy the unique_ptr<Controller> it can do so on a complete type. Also, minor spelling error fix 5 years ago
AutoComponent_Source.jinja Merge pull request #3082 from aws-lumberyard-dev/MultiplayerForwardDeclControllerErrorFix 5 years ago
LocalPredictionPlayerInputComponent.AutoComponent.xml Changes to desync debug output to make it less stressful on bandwidth and the server, as well as some fixes to corrections on the local client 5 years ago
Multiplayer.AutoPackets.xml Add handling for session provider ticket 5 years ago
MultiplayerEditor.AutoPackets.xml SPEC-7469 Multiplayer Editor Ctrl+G fails due to EditorInfo packets reordering. SPEC-7471 Multiplayer Editor Ctrl+G asserts after CreateEntitiesImmediate 5 years ago
NetworkTransformComponent.AutoComponent.xml Changes to fix rewindable attributes incorrectly used on read-only archetype data, fix some bad logic in the pre-render blending code, adding a serializer for AZ::Transform, and adding our client.cfg and server.cfg files to .gitignore 5 years ago