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/ScriptCanvas/Code
mbalfour 704443ac89 Fix up incorrect autoDelete use and handling.
Several UI property handlers were incorrectly using the autoDelete feature by calling UnregisterPropertyType and deleting the pointer themselves, which caused double-delete crashes on application shutdown.  PropertyManagerComponent now gracefully handles that condition but also explicitly asserts explaining how the code should be changed, and the "known offenders" have been fixed up to use autoDelete correctly.
5 years ago
..
Asset Integrating up through commit 90f050496 5 years ago
Builder Replace string/hash based execution out look up for indices, 10-50% speed up in lookup code. Fix bugs calling dependent functions. 5 years ago
Editor Fix up incorrect autoDelete use and handling. 5 years ago
Include/ScriptCanvas Removed unneeded comments (#673) 5 years ago
Source Add newlines to the end of all files 5 years ago
Tests Fix several build failures 5 years ago
CMakeLists.txt Integrating up through commit 90f050496 5 years ago
scriptcanvasgem_common_files.cmake Integrating up through commit 90f050496 5 years ago
scriptcanvasgem_debugger_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_asset_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_builder_files.cmake Integrating latest 47acbe8 5 years ago
scriptcanvasgem_editor_files.cmake Integrating up through commit 90f050496 5 years ago
scriptcanvasgem_editor_shared_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_static_files.cmake Initial commit 5 years ago
scriptcanvasgem_editor_tests_files.cmake Initial commit 5 years ago
scriptcanvasgem_game_files.cmake Initial commit 5 years ago
scriptcanvasgem_runtime_asset_files.cmake Initial commit 5 years ago
scriptcanvasgem_tests_files.cmake Initial commit 5 years ago