Commit Graph

  • 00fca9489c Fix editor crashing by protecting gEnv->g3DEngine Aaron Ruiz Mora 2021-04-27 14:52:10 +01:00
  • 5e50fc2961 fix build failure amzn-sean 2021-04-27 14:39:18 +01:00
  • 82fce4a90c Merge branch 'main' into physx_ragdoll_create amzn-sean 2021-04-27 14:21:10 +01:00
  • 95a44c481a fixed errors from main merge amzn-sean 2021-04-27 14:17:05 +01:00
  • 1b946818a2 more tidy-up to CameraInput.cpp hultonha 2021-04-27 13:58:17 +01:00
  • 7f1e3b4054 Moving largeworlds's failing tests to sandbox Aaron Ruiz Mora 2021-04-27 13:56:31 +01:00
  • 80108fd848 Merge branch 'main' into hultonha_LYN-2315_camera-phase-2 hultonha 2021-04-27 13:13:53 +01:00
  • 9fa470e2e8 Merge pull request #234 from aws-lumberyard-dev/hultonha_LYN-3064_trackview-simplemotion-only Tom Hulton-Harrop 2021-04-27 12:45:06 +01:00
  • 44ce664730 Changed handling --console_command_file to use AZ::Console::ExecuteConfigFile pereslav 2021-04-27 12:36:17 +01:00
  • d6ed9d100e Merge branch 'main' into LYN-1767-AB igarri 2021-04-27 12:29:37 +01:00
  • c35480b4e3 Merge branch 'main' into hultonha_LYN-2772_whitebox-atom hultonha 2021-04-27 11:42:47 +01:00
  • b85c5f42ed Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only hultonha 2021-04-27 11:41:13 +01:00
  • 0acaac14d8 Merge branch 'main' into hultonha_PR-37_follow-up hultonha 2021-04-27 11:39:28 +01:00
  • 0952b7bd87 update Cluster file name to ButtonGroup hultonha 2021-04-27 11:24:58 +01:00
  • fbb8727407 Merge branch 'main' into physx_ragdoll_create amzn-sean 2021-04-27 11:04:04 +01:00
  • 0da9a05d87 Merge branch 'main' into hasareej_LYN-2475_viewportui_switcher hultonha 2021-04-27 11:02:20 +01:00
  • 56477b7cc7 merge from main and resolve conflicts hultonha 2021-04-27 10:58:35 +01:00
  • c898318377 updated camera changes hultonha 2021-04-27 10:30:07 +01:00
  • 73f3ec66b5 Set non-uniform scale in SetMesh. dmcdiar 2021-04-27 02:05:06 -07:00
  • 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 Aaron Ruiz Mora 2021-04-27 10:00:27 +01:00
  • 275d99359d Merge branch 'main' into LYN-1099 jjjoness 2021-04-27 09:43:05 +01:00
  • cfc09ccfb7 Merge pull request #305 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15244 dmcdiarmid-ly 2021-04-26 21:56:42 -07:00
  • ab60db65cb Merge pull request #147 from aws-lumberyard-dev/genewalt_emfx_ReleaseUnusedRawAssetDataAfterInit Gene Walters 2021-04-26 19:27:28 -07:00
  • a8a60eeea7 ATOM-14947 -Fix vulkan graphics pipeline creation failure having depth clamp off with devices not supporting depth clip. -Added reason for the mobile version of screen space reflection Peng 2021-04-26 18:12:50 -07:00
  • 9da7349907 fix DEV_DIR variable for ctest_entrypoint.cmd jromnoa 2021-04-26 17:52:19 -07:00
  • fdcb19f45a Reverting some unused code mnaumov 2021-04-26 17:48:49 -07:00
  • 91f027a05c PR feedback mnaumov 2021-04-26 17:42:49 -07:00
  • 3998a8b622 Merge branch 'main' into Atom/dmcdiar/ATOM-15244 dmcdiar 2021-04-26 17:35:19 -07:00
  • 925928bb20 Add MultiplayerEditorGem to clean up logic plus misc. cleanup puvvadar 2021-04-26 17:28:49 -07:00
  • 7da10ac924 Null check when removing old component variables. This is used for graph properties that have been deleted. Gene Walters 2021-04-26 16:17:14 -07:00
  • bbae3b6d48 Slight improvements Michael Riegger 2021-04-26 16:16:05 -07:00
  • f3ac3c3fea Remove unused variable amzn-sj 2021-04-26 15:59:45 -07:00
  • 4f28b82862 Merge pull request #323 from aws-lumberyard-dev/mbalfour/newlevelcrashes Mike Balfour 2021-04-26 17:59:20 -05:00
  • 745d5585e1 Only try to remove symlink or delete the directory is the path exists(it will not exist when build for the first time) amzn-sj 2021-04-26 15:57:47 -07:00
  • bf70ccaa39 remove unused import jromnoa 2021-04-26 15:32:29 -07:00
  • 8c54cf8633 increase test timeout and add missing test case IDs jromnoa 2021-04-26 15:29:49 -07:00
  • 6dfa33816b Fixed a bug with type ids for inherited classes with a custom serializer. AMZN-koppersr 2021-04-26 15:12:59 -07:00
  • 6c6bd09ee5 Merge pull request #152 from aws-lumberyard-dev/Atom/antonmic/pbr_01 antonmic 2021-04-26 15:15:16 -07:00
  • 569c831532 Working PLS Michael Riegger 2021-04-26 14:53:31 -07:00
  • f76b69d480 Added a handful of null checks to let new level creation succeed. mbalfour 2021-04-26 16:15:25 -05:00
  • 12f528d744 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. - Updated RHI unit tests. qingtao 2021-04-26 13:52:30 -07:00
  • 1e43095123 Merge branch 'main' into MultiplayerPipeline pereslav 2021-04-26 21:49:27 +01:00
  • 2b77d43435 Exposed exec console command to AZ Console pereslav 2021-04-26 21:30:52 +01:00
  • 44f1a627e7 Merge pull request #300 from aws-lumberyard-dev/Prefab/LYN-3100 AMZN-daimini 2021-04-26 13:20:35 -07:00
  • 764cd52c26 Fixed whitebox tests using correct imports AMZN-AlexOteiza 2021-04-26 21:06:01 +01:00
  • 33d210b793 Fix "Configure Layout..." being greyed out in the viewport menu nvsickle 2021-04-26 12:53:52 -07:00
  • 812f396d11 Merge branch 'main' into modify_test_timeout sweeneys 2021-04-26 12:46:27 -07:00
  • c4e3c39ee2 PR feedback mnaumov 2021-04-26 12:44:51 -07:00
  • d8afec36cd Change test module default timeouts to 25 minutes to unblock Periodic and Sandbox CI builds, without incurring the costs involved with increased log verbosity. sweeneys 2021-04-26 12:38:00 -07:00
  • e5b5067748 Change LOAD_LEGACY_RENDERER_FOR_EDITOR from true -> false (#315) bosnichd 2021-04-26 13:15:32 -06:00
  • d27c43e595 Merge pull request #316 from aws-lumberyard-dev/cgalvan/GetSelectedEntitiesCount cgalvan 2021-04-26 13:50:48 -05:00
  • 15afcc341d fixes and updates to CameraInput hultonha 2021-04-26 19:46:57 +01:00
  • 5d2db78f74 [LYN-3272] Added missing call in unit test. Chris Galvan 2021-04-26 13:25:55 -05:00
  • 818c2526c9 [LYN-3306] EMotionFX: Client sample asset does not animate with simple motion component (#313) Benjamin Jillich 2021-04-26 19:53:39 +02:00
  • a1685ecca9 {LYN-2074} Add Animation data types Behavior for the scene graph (#253) jackalbe 2021-04-26 12:08:43 -05:00
  • 9d57095e1c [LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API. Chris Galvan 2021-04-26 11:49:48 -05:00
  • c85fbe86ba Merge branch 'main' into hasareej_LYN-2475_viewportui_switcher hasareej 2021-04-26 17:30:51 +01:00
  • 41a2be2a71 Merge branch 'main' into ATOM/tonypeng/ATOM-14947 Peng 2021-04-26 09:22:49 -07:00
  • 2c437d7af4 Merge pull request #294 from aws-lumberyard-dev/jckand/FoundationAuto jckand-amzn 2021-04-26 11:13:21 -05:00
  • e468a93a13 Convert OpenSSL to the new 3p package system (#213) Chris Burel 2021-04-26 08:35:40 -07:00
  • 9cf8070c9e Styling and Review Feedback Changes hasareej 2021-04-26 16:25:44 +01:00
  • 90f51961c4 Merging main and resolving conflicts jckand 2021-04-26 09:54:32 -05:00
  • 1db6c9236a Made Launcher use AZ Console instead of CryConsole. Updated the exec function according to PR comments pereslav 2021-04-26 15:50:41 +01:00
  • fbfc2e4968 Fix cloth editor component logic to keep the last known mesh node and restore it later. Aaron Ruiz Mora 2021-04-26 15:49:44 +01:00
  • 734cd63494 Merge branch 'main' into LYN-1099 jjjoness 2021-04-26 15:44:45 +01:00
  • 3f32cc929c Fixed All Physics automated tests (#129) AMZN-AlexOteiza 2021-04-26 15:25:34 +01:00
  • 051cc0bce2 Merge branch 'main' into LYN-1932 jjjoness 2021-04-26 15:17:15 +01:00
  • b885e902d0 Merge pull request #298 from aws-lumberyard-dev/carlitosan-parser-fixes Luis Sempé 2021-04-26 07:11:54 -07:00
  • fbaa59f28f updates following review feedback hultonha 2021-04-26 15:03:29 +01:00
  • 23dba55c21 Move flaky atom renderer test from main to sandbox test suite Aaron Ruiz Mora 2021-04-26 14:58:03 +01:00
  • 73df05529c Completed new Play Console button. jjjoness 2021-04-26 13:59:05 +01:00
  • 8f200ed3cf undo InputAssembly change hultonha 2021-04-26 13:50:49 +01:00
  • eabd5c1511 Merge branch 'main' into hultonha_LYN-2772_whitebox-atom hultonha 2021-04-26 13:46:34 +01:00
  • 008c653524 Added ReadyForEntityUpdates message allowing the server to send entity updates pereslav 2021-04-26 13:30:35 +01:00
  • f24ae99b3e Merge branch 'main' into LYN-1767-AB igarri 2021-04-26 12:45:41 +01:00
  • fc591e292e tidy-up to some naming for types hultonha 2021-04-26 11:44:13 +01:00
  • a4b8db2f94 Merge branch 'main' into hasareej_LYN-2475_viewportui_switcher hultonha 2021-04-26 11:01:48 +01:00
  • 662934afbe Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only hultonha 2021-04-26 10:03:23 +01:00
  • ddd26c3321 addressed review feedback and resolved issues from merge with main antonmic 2021-04-25 23:22:02 -07:00
  • 4f05cbeca9 Validated reflection probe visibility state when changing the cubemap type. dmcdiar 2021-04-25 19:13:16 -07:00
  • fd87ffc971 Merge branch 'main' into LYN-1099 jjjoness 2021-04-25 10:27:14 +01:00
  • fb369541cb Changing specularF0 variables back to specularF0Factor antonmic 2021-04-24 11:27:13 -07:00
  • 7ed49cb20b Merging main antonmic 2021-04-24 11:14:49 -07:00
  • 9db65478ee LYN-2905 Script Canvas: Saving a graph that contains an Item Variable crashes the Editor Chris Santora 2021-04-24 11:14:40 -07:00
  • b27daeead5 updates to viewport ui switcher id and usage hultonha 2021-04-24 18:35:24 +01:00
  • 6b3abe3c56 Cherrypick from 1.0 branch of... Chris Santora 2021-04-24 10:10:02 -07:00
  • 92199d9f2e Merge pull request #240 from aws-lumberyard-dev/DisableAtomShim rgba16f 2021-04-24 09:39:39 -05:00
  • f508c4a4b5 Initial pointlight shadow work Michael Riegger 2021-04-24 00:28:43 -07:00
  • 0bcc85e4d8 scope pointer mnaumov 2021-04-23 21:55:14 -07:00
  • 30458bc1be PR feedback mnaumov 2021-04-23 21:40:27 -07:00
  • 833ca2767d Fix a bug with level save erasing link information on Instances. All changes to non-root container entities are now saved as patches in the link to the parent instance. daimini 2021-04-23 20:14:17 -07:00
  • d90e8fd214 Merge pull request #284 from aws-lumberyard-dev/SPEC-3511 Steve Pham 2021-04-23 20:12:11 -07:00
  • b48fd12435 Delete CryRenderAtomShim from the Gems/AtomLyIntegration/CMakeLists.txt file rgba16f 2021-04-23 20:32:42 -05:00
  • 00873788cb Merge pull request #267 from aws-lumberyard-dev/LYN-2784 Steve Pham 2021-04-23 17:37:17 -07:00
  • 29bf58cffc SPEC-6517 RedCode: some more folders identified for removal 1 (#290) Esteban Papp 2021-04-23 17:11:28 -07:00
  • 285ad86024 Merge pull request #209 from aws-lumberyard-dev/Atom/jiaweig/ATOM-15303_descriptor_indexing jiaweig 2021-04-23 17:06:58 -07:00
  • 978c3953e0 Merge branch 'ATOM/tonypeng/ATOM-15175' into ATOM/tonypeng/ATOM-14947 Peng 2021-04-23 16:58:25 -07:00
  • 68051490b8 Merge pull request #272 from aws-lumberyard-dev/Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting jromnoa 2021-04-23 16:55:26 -07:00
  • bc40dd7e5e Merge remote-tracking branch 'upstream/main' into DisableAtomShim rgba16f 2021-04-23 18:35:18 -05:00
  • 991fb071a5 Add a wildcard source dependecy to the scene builder for wrinklemasks Tommy Walton 2021-04-23 16:04:17 -07:00