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/Code
AMZN-koppersr f00fa26e12 Separated initializing new and all objects in the Json Serialization
Introduced OperationFlags::InitializeNewInstance to the Json Serialization which allows custom json serializers to indicate that they need to set defaults only to new instances. Objects created to fill in a pointer are considered new objects and serializer can use the new ContinuationFlags::LoadAsNewInstance to also inform that the load is happening on a new object. Serializer that use the InitializeNewInstance flag know that a new object is begin initialized if they're called with an explicit default object.
5 years ago
..
CryEngine {LYN-4224} Fix for the file scan slowdown (#1252) 5 years ago
Framework Separated initializing new and all objects in the Json Serialization 5 years ago
LauncherUnified Skip interface libraries when genrating StaticModules for game server as well 5 years ago
Sandbox [LYN-4527] Make sure the PrefabIntegrationManager is only created when prefabs are enabled, otherwise could result in crashes. 5 years ago
Tools Bug fix: check for valid extension in case insensitive manner (#1339) 5 years ago
CMakeLists.txt Initial commit 5 years ago