Commit Graph

878 Commits

Author SHA1 Message Date
srikappa d433cd623b Fix undo for nested prefab creation by providing link patches to the undo node 2021-04-29 17:02:44 -07:00
srikappa 6947e8fe29 Added an IsObject check for nested instance DOM during link creation that happens during prefab loading 2021-04-28 12:14:55 -07:00
srikappa 26604fd66c Merge branch 'main' into Prefab/CreatePrefab 2021-04-27 15:41:04 -07:00
Danilo Aimini 963e851119 Merge pull request #372 from aws-lumberyard-dev/LYN-3060-cherry
Cherry-pick: LYN-3060 | Launching the Editor with Prefab System enabled results in asserts
2021-04-27 15:37:48 -07:00
srikappa 06803040ac Fixed an assert during loading a level with prefabs 2021-04-27 15:36:44 -07:00
cgalvan 7027bcf7ba Merge pull request #367 from aws-lumberyard-dev/cgalvan/RemoveLegacyPhysicsManager
[LYN-3348] Removed legacy CObjectPhysicsManager.
2021-04-27 17:03:56 -05:00
Vicky e4509dbe68 Merge pull request #322 from aws-lumberyard-dev/Atom/qingtao/ATOM-6088
ATOM-6088 Unified approach to send draws to a single viewport

    Created a template class TagRegistery which implements the previous DrawListTagRegistry. The template is used for both DrawListTagRegistry and DrawFilterTagRegistry
    Added DrawFilterTag to DrawItemKeyPair
    Added DrawFilterMask support in DrawPacket and DrawPacketBuilder
    Added CreateDynamicContext for render pipeline which allows draw to selected render pipeline.
    Updated RasterPass's BuildCommandListInternal function to filter draw items for its owner RenderPipeline.
2021-04-27 14:34:27 -07:00
Chris Galvan 3ad9435eb9 Merge branch 'main' into cgalvan/RemoveLegacyPhysicsManager 2021-04-27 16:27:22 -05:00
daimini caa982372f Remove include for removed interface in EditorPrefabComponent.cpp 2021-04-27 14:12:56 -07:00
daimini 797ee26f87 Remove EntityOutlinerWidgetInterface, and replace it with PrefabPublicNotificationBus. Introduce events to notify handlers of when instance propagation begins and ends so that widgets can refresh correctly. 2021-04-27 14:12:46 -07:00
SJ 8a65c6b343 Fix build and runtime issues on iOS
Merge pull request #355 from aws-lumberyard-dev/LYN-3280
2021-04-27 13:57:49 -07:00
amzn-sj 0c90990462 Merge branch 'main' into LYN-3280 2021-04-27 13:29:04 -07:00
jromnoa 59a2550595 Merge pull request #360 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6522-move-test-to-sandbox
SPEC-6522: Moving test back to sandbox while failure is investigated.
2021-04-27 13:27:40 -07:00
qingtao 60db6b55d0 Address feedback of PR for ATOM-6088.
* Rename DrawItemKeyPair to DrawItemProperties.
* Switch back to use Ptr<DrawListTagRegistry> instead of DrawListTagRegistry
* Updated some comment.
2021-04-27 13:26:43 -07:00
Chris Galvan 21d99ea07d [LYN-3348] Removed legacy CObjectPhysicsManager. 2021-04-27 15:16:20 -05:00
Junbo Liang 83f3cbd4a1 Merge pull request #151 from aws-lumberyard-dev/SPEC-6072
[SPEC-6072] [Crashpad] Migrate crash reporting tool to use Crashpad from 3rdParty
2021-04-27 12:13:21 -07:00
Esteban Papp 71c315b2b7 SPEC-6510 Illegal instruction in asset_mac.sh on clean asset builds (#349) 2021-04-27 11:38:10 -07:00
jromnoa dfb33e5d4f move failing test to sandbox suite while investigation is underway 2021-04-27 11:31:43 -07:00
amzn-sj 5c75415714 Merge branch 'main' into LYN-3280 2021-04-27 11:07:51 -07:00
AMZN-mnaumov a00d47365e Merge pull request #295 from aws-lumberyard-dev/Atom/mnaumov/ATOM-14585
[ATOM-14585] Enlarged thumbnails on hover
2021-04-27 10:53:18 -07:00
Terry Michaels 6aa5b5698f Removed Cry FogVolume component (#346) 2021-04-27 12:17:50 -05:00
Gene Walters 28d7b1f76b Merge pull request #330 from aws-lumberyard-dev/LYN2903_ScriptCanvasDeleteComponentVariableCrash
Null check when removing old component variables.
2021-04-27 10:12:10 -07:00
Steve Pham c86314123e Merge pull request #350 from aws-lumberyard-dev/SPEC-6538-main
SPEC-6538: Update Lua for mac to rev6 (Fix missing debug libs)
2021-04-27 10:00:46 -07:00
jromnoa 0042848b8a Merge pull request #326 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6522-test-fix
SPEC-6522: Fixes AutomatedTesting::AtomRenderer_HydraTests_Main test.
2021-04-27 09:57:45 -07:00
jromnoa 001675aea4 Merge pull request #333 from aws-lumberyard-dev/fix-ctest-entrypoint-cmd-dev-dir-variable
SPEC-6543: fix DEV_DIR variable for ctest_entrypoint.cmd
2021-04-27 09:56:39 -07:00
AMZN-AlexOteiza 66bdf4e26d Fix and re-enabled blast tests and moved them to main
* Fixed and reenabled Blast tests
* moved blast tests to main

Co-authored-by: aljanru <aljanru@amazon.com>
2021-04-27 17:53:03 +01:00
junbo 0b8299ba0b Remove the existing crashpad package and update the package hash 2021-04-27 09:50:20 -07:00
junbo eb0758f63a [SPEC-6071][Crashpad] Make Crashpad available through 3rdParty system for Windows 2021-04-27 09:48:50 -07:00
Benjamin Jillich 17997b3df8 [LYN-3135] Animation Editor: Some of the default animation assets are broken (#348)
* Cowboy asset was missing mesh group.
* There was a coordinate system rule mismatch between the animations and the character that led to skinning artefacts.
2021-04-27 18:40:04 +02:00
rhongAMZ fc3a48bb26 EMFX: Fix a crash when deleting blend tree node (#331) 2021-04-27 09:07:34 -07:00
spham 5452b5d876 - Update Lua for mac to rev6 (Fix missing debug libs) 2021-04-27 08:09:07 -07:00
amzn-sean 6987dac6f3 Merge pull request #242 from aws-lumberyard-dev/physx_ragdoll_create
Ragdoll now uses Add/Remove SimulatedBody
2021-04-27 15:53:23 +01:00
Aaron Ruiz Mora d20fb50c9d Cloth CPU Skinning using MCore DualQuaternions instead of Cry DualQuat 2021-04-27 14:52:33 +01:00
Aaron Ruiz Mora 00fca9489c Fix editor crashing by protecting gEnv->g3DEngine 2021-04-27 14:52:10 +01:00
amzn-sean 5e50fc2961 fix build failure 2021-04-27 14:43:54 +01:00
amzn-sean 82fce4a90c Merge branch 'main' into physx_ragdoll_create 2021-04-27 14:21:10 +01:00
amzn-sean 95a44c481a fixed errors from main merge 2021-04-27 14:17:05 +01:00
Aaron Ruiz Mora 7f1e3b4054 Moving largeworlds's failing tests to sandbox 2021-04-27 13:56:31 +01:00
Tom Hulton-Harrop 9fa470e2e8 Merge pull request #234 from aws-lumberyard-dev/hultonha_LYN-3064_trackview-simplemotion-only
LYN-3064 - Fix bug for setting SimpleMotion asset in Track View
2021-04-27 12:45:06 +01:00
hultonha b85c5f42ed Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only 2021-04-27 11:41:13 +01:00
amzn-sean fbb8727407 Merge branch 'main' into physx_ragdoll_create 2021-04-27 11:04:04 +01:00
Aaron Ruiz Mora c415fcc0b4 Cloth will override all the vertices of the mesh and do CPU skinning on the non-simulated vertices when the optimization 'remove static particles' is enabled 2021-04-27 10:00:27 +01:00
dmcdiarmid-ly cfc09ccfb7 Merge pull request #305 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15244
[ATOM-15244] Crash: Reflection Probe, Untoggle 'Use Baked Cubemap' when probe entity is deactivated
2021-04-26 21:56:42 -07:00
Gene Walters ab60db65cb Merge pull request #147 from aws-lumberyard-dev/genewalt_emfx_ReleaseUnusedRawAssetDataAfterInit
Release unused raw asset data in EMotionFX asset
2021-04-26 19:27:28 -07:00
jromnoa 9da7349907 fix DEV_DIR variable for ctest_entrypoint.cmd 2021-04-26 17:52:19 -07:00
dmcdiar 3998a8b622 Merge branch 'main' into Atom/dmcdiar/ATOM-15244 2021-04-26 17:35:19 -07:00
Gene Walters 7da10ac924 Null check when removing old component variables. This is used for graph properties that have been deleted. 2021-04-26 16:17:14 -07:00
amzn-sj f3ac3c3fea Remove unused variable 2021-04-26 15:59:45 -07:00
Mike Balfour 4f28b82862 Merge pull request #323 from aws-lumberyard-dev/mbalfour/newlevelcrashes
Added a handful of null checks to let new level creation succeed.
2021-04-26 17:59:20 -05:00
amzn-sj 745d5585e1 Only try to remove symlink or delete the directory is the path exists(it will not exist when build for the first time) 2021-04-26 15:57:47 -07:00