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
42a99d3d432aa6afe8d1e7b088113d65ef4d0ec4
o3de
/
Gems
/
Multiplayer
/
Code
/
Source
/
AutoGen
T
History
SergeyAMZN
42a99d3d43
Merge pull request
#2618
from aws-lumberyard-dev/MPAsteroids
...
Fixed autogen namespace always going upper case
2021-07-29 20:30:31 +01:00
..
AutoComponent_Common.jinja
Minor corrections in code gen for usability
2021-07-29 09:39:55 -04:00
AutoComponent_Header.jinja
Remove =
2021-07-22 18:10:54 -07:00
AutoComponent_Source.jinja
Fixed autogen namespace always going upper case
2021-07-29 18:00:53 +01:00
AutoComponentTypes_Header.jinja
A bunch of work to get external multiplayer components to actually work
2021-05-12 16:01:59 -07:00
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
2021-05-14 14:24:33 -07:00
LocalPredictionPlayerInputComponent.AutoComponent.xml
Allowing network properties to generate event bindings while staying hidden from script by using a new ExposeToScript attribute. This was useful in hiding NetworkTransformComponent properties which needed event binding in order to update the normal transform, but remain hidden from scripters who should still be using the normal transform component
2021-06-15 21:22:45 -07:00
Multiplayer.AutoPackets.xml
Add handling for session provider ticket
2021-06-08 13:36:27 -07:00
MultiplayerEditor.AutoPackets.xml
SPEC-7469 Multiplayer Editor Ctrl+G fails due to EditorInfo packets reordering. SPEC-7471 Multiplayer Editor Ctrl+G asserts after CreateEntitiesImmediate
2021-06-24 01:12:19 +01:00
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
2021-07-07 10:41:44 -07:00