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
Guthrie Adams 50f094c51e Fixing warnings caused by system components not added to serialize context
==================================================================
2021-11-30T20:21:23{000000000000395C}[Module Manager]     Trace::Warning
 D:/projects/lyengine/git/ly-dev/o3de/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp(34): 'bool __cdecl AZ::ShouldUseSystemComponent(const class AZ::ComponentDescriptor &,const class AZStd::vector<class AZ::Crc32,class AZStd::allocator> &,const class AZ::SerializeContext &)'
2021-11-30T20:21:23{000000000000395C}[Module Manager]     Component type MultiplayerToolsSystemComponent not reflected to SerializeContext!
2021-11-30T20:21:23{000000000000395C}[Module Manager]     ==================================================================
2021-11-30T20:21:23{000000000000395C}[Module Manager]
==================================================================
2021-11-30T20:21:23{000000000000395C}[Module Manager]     Trace::Warning
 D:/projects/lyengine/git/ly-dev/o3de/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp(34): 'bool __cdecl AZ::ShouldUseSystemComponent(const class AZ::ComponentDescriptor &,const class AZStd::vector<class AZ::Crc32,class AZStd::allocator> &,const class AZ::SerializeContext &)'
2021-11-30T20:21:23{000000000000395C}[Module Manager]     Component type PythonEditorFuncs not reflected to SerializeContext!
2021-11-30T20:21:23{000000000000395C}[Module Manager]     ==================================================================

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
4 years ago
..
AutoGen LYN-7655 Fix Race Condition When Launching at Editor-Server (#4946) 4 years ago
Components Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
ConnectionData Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
Debug Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
Editor Fixing warnings caused by system components not added to serialize context 4 years ago
EntityDomains Some cleanup around handling of migrations to simplify interfaces and add additional hooks for functionality 4 years ago
NetworkEntity Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
NetworkInput PR feedback 4 years ago
NetworkTime Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
Physics Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Pipeline Added more info to comment 4 years ago
ReplicationWindows Merging latest dev 4 years ago
MultiplayerGem.cpp Refactored away circular dependencies in Multiplayer gem. 4 years ago
MultiplayerGem.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MultiplayerStats.cpp Refactoring to use AZ::Events 5 years ago
MultiplayerSystemComponent.cpp small edit: removing pragma optimize offs 4 years ago
MultiplayerSystemComponent.h Merging last dev 4 years ago
MultiplayerToolsSystemComponent.cpp Fixing warnings caused by system components not added to serialize context 4 years ago
MultiplayerToolsSystemComponent.h Refactored away circular dependencies in Multiplayer gem. 4 years ago
MultiplayerTypes.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago