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/Framework
AMZN-koppersr 4ad0560d06 Removed AddOn(De)SpawnedHandler from Spawnable Entities Interface
The calls AddOnSpawnedHandler and AddOnDespawnedHandler were removed from the SpawnableEntitiesInterface. These functions will eventually be called from multiple threads and AZ::Event currently doesn't have a thread-safe version to support this. There's also a performance concern as these callbacks are called for each individual (de)spawn requests which can lead to multiple handlers being called without information that's relevant to the callback. It would be better to batch up all (de)spawn requests per ProcessQueue call and only have a single event do a single signal. Since both events are currently not being used they have been removed for now, but can be introduced -with the previously mentioned concerns in mind- when needed.
5 years ago
..
AtomCore ATOM-15358 : Culling concurrency checker fails in AtomSampleViewer (merge from 1.0->main) 5 years ago
AzAndroid/java/com/amazon Remove bootstrap.cfg and references to it. 5 years ago
AzAutoGen Add newlines to the end of all files 5 years ago
AzCore Merge pull request #1198 from aws-lumberyard-dev/Prefab/RemoveFileSizeLimits 5 years ago
AzFramework Removed AddOn(De)SpawnedHandler from Spawnable Entities Interface 5 years ago
AzGameFramework External Project Build Path Support using SDK Binaries (#690) 5 years ago
AzManipulatorTestFramework Formatting-only change - Update Manipulator and Viewport AzToolsFramework files (#1143) 5 years ago
AzNetworking SPEC-2513 Fixes to enable w4457 5 years ago
AzQtComponents Main toolbar consolidation and cleanup (#1167) 5 years ago
AzTest LYN-4327 [SDK] External Gem's aren't added to the project solution when using SDK (#1191) 5 years ago
AzToolsFramework Merge pull request #1198 from aws-lumberyard-dev/Prefab/RemoveFileSizeLimits 5 years ago
Crcfix Add newlines to the end of all files 5 years ago
GFxFramework Add newlines to the end of all files 5 years ago
GridMate update network code to use uniform scale on Transform 5 years ago
Tests {LYN-4230} Fixed loading *.pak files in Release builds (#1127) 5 years ago
CMakeLists.txt Add newlines to the end of all files 5 years ago