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
Mike Balfour db92dffb14
Fix Vegetation Modifier behavior when in-game (#1441)
* Removed a bit of dead legacy code

* Fixed entity references during spawning
Entities that had references to other entities that hadn't been spawned yet weren't getting their IDs remapped correctly, since the new ID wasn't available yet.  By pre-generating the full set of IDs, the references now remap correctly.

* Fixed up Entity References to work across multiple SpawnEntities calls
With SpawnEntities, entity references need to forward-reference to the *first* entity spawned, then from that point on backwards-reference to the *last* entity spawned.  Added that logic, along with some initial unit tests for SpawnAllEntities.

* Added more unit tests for SpawnEntities / SpawnAllEntities
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 Update minimum required CMake version to 3.20 (#1253) 5 years ago
AzCore [LYN-3717] When pulling in an actor FBX, two entities are spawned & [ATOM-15258] Clicking and Dragging fbx file into viewport produces 2 entities (#1392) 5 years ago
AzFramework Fix Vegetation Modifier behavior when in-game (#1441) 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 Address additional review comments. 5 years ago
AzQtComponents Moved helpers to the top level menu bar above viewport (#1464) 5 years ago
AzTest Disable AzTest and AzTestRunner in monolithic builds 5 years ago
AzToolsFramework Fix Duplicate function to correctly replace the aliases in patches that get ported over. Also correctly undo/redo link creation. (#1449) 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 Cherry picking fff7cc0e10. Redcoding parts of old Networking that used Bullet external physics code 5 years ago
Tests Fix Vegetation Modifier behavior when in-game (#1441) 5 years ago
CMakeLists.txt Add newlines to the end of all files 5 years ago