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/Tools/SerializeContextTools
Mike Balfour 6f61454be4
Added support for remapping entity refs across slice instances (#1284)
* Fixed memory assert on shutdown.
Cleaned up the entity pointers on serialization, so that they no longer leak themselves, their asset references, or anything else within them.

* Added support for remapping entity refs across slice instances.
Slice instances can have components with entity references that have been modified to reference entities in other slice instances, or even in the parent.  This change detects and remaps those references so that they work correctly.
5 years ago
..
Platform Add newlines to the end of all files 5 years ago
Application.cpp Added ability to convert multiply-nested slices (#1239) (#1245) 5 years ago
Application.h Added initial support for nested slices to slice-prefab converter (#881) 5 years ago
CMakeLists.txt Change SerializeContextTools into a ToolsApplication so that it can correctly read in slice data: 5 years ago
Converter.cpp First version of the slice-to-prefab converter 5 years ago
Converter.h First version of the slice-to-prefab converter 5 years ago
Dumper.cpp First version of the slice-to-prefab converter 5 years ago
Dumper.h Add newlines to the end of all files 5 years ago
SliceConverter.cpp Added support for remapping entity refs across slice instances (#1284) 5 years ago
SliceConverter.h Added support for remapping entity refs across slice instances (#1284) 5 years ago
SliceConverterEditorEntityContextComponent.h Added ability to convert multiply-nested slices (#1239) (#1245) 5 years ago
Utilities.cpp Added ability to convert multiply-nested slices (#1239) (#1245) 5 years ago
Utilities.h Added ability to convert multiply-nested slices (#1239) (#1245) 5 years ago
main.cpp Support for nested slice conversions (#1121) 5 years ago
serializecontexttools_files.cmake Support for nested slice conversions (#1121) 5 years ago