Commit Graph

  • 08e020f2b1 Merge pull request #4251 from aws-lumberyard-dev/nvsickle/RevertFrameTimer SergeyAMZN 2021-09-30 14:51:45 +01:00
  • 9f2530ec6f Merge pull request #4325 from aws-lumberyard-dev/Atom/guthadam/material_component_supports_property_overrides_without_material_overrides Guthrie Adams 2021-09-30 08:11:11 -05:00
  • 43748c37fd update joints to use cluster viewport ui. (#4352) amzn-sean 2021-09-30 13:39:22 +01:00
  • 1b4add12d9 Merge branch 'development' into LYN-5265_state_tracker_impl John 2021-09-30 09:40:59 +01:00
  • 9eb9a13d99 Flipped CVar to activate the AssetBrowser Search View (#4370) AMZN-Igarri 2021-09-30 10:38:45 +02:00
  • 62e268bec7 Merge branch 'development' into Atom/santorac/RemixableMaterialTypes santorac 2021-09-30 01:36:42 -07:00
  • 9d09656023 Removed commented out code. santorac 2021-09-30 01:33:05 -07:00
  • 1a99103999 Overhauled the .materialtype file format to group all related properties data together. This prepares the way for a number of possible improvements, especially unlocking the ability to factor out material type configuration to be shared by multiple material types. Here we formalize the concept of a Property Set, which replaces property "groups", containing the group name and description, properties, and functors all in one place. The Property Set structure will allow arbitrarily deep nesting, whereas before you only had one level of grouping. This nesting is not fully supported yet throughout the system, particularly in the Material Editor. It was easier to go ahead and put in some of the nesting mechanims, parituclar in the implementation of MaterialTypeSourceData. This change is backward compatible, which is proved with unit tests, and by the fact that only MinimalPBR.materialtype has been updated to the new format. StandardPBR, EnhancedPBR, and others are still using the old format. (In a subsequent commit I'll update these as well, to prove that the new format works correctly). santorac 2021-09-30 01:30:28 -07:00
  • f0e8af72ae Updated StringFunc::Tokenize to support returning a list of string_view instead of string, which should be more efficient. string is still supported as well, but users should prefer the string_view version. santorac 2021-09-30 01:08:54 -07:00
  • ab0aa4973f Remove camera LookAtAfterInterpolation (#4391) hultonha 2021-09-30 08:43:48 +01:00
  • acea5b7da8 Animation Editor: Creating Motion Sets does not increment them correctly (#4368) Benjamin Jillich 2021-09-30 09:12:41 +02:00
  • 742a84f587 Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-29 22:02:05 -07:00
  • c00a2b5ef4 Merge pull request #4407 from aws-lumberyard-dev/FixNonUnityBuildError Steve Pham 2021-09-29 20:04:53 -07:00
  • 27c7e2dcb0 Add correct include in FocusModeInterface to fix non-Unity builds. Danilo Aimini 2021-09-29 19:13:30 -07:00
  • ea3435a9bb Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-29 19:03:57 -07:00
  • 19bd934a43 Fix missing include for AZStd::unordered_set in AssetEditorBus.h Steve Pham 2021-09-29 17:56:06 -07:00
  • f412779273 Merge branch 'development' of https://github.com/o3de/o3de into carlitosan/bugfix chcurran 2021-09-29 16:26:31 -07:00
  • 615b53df50 fix bad unused variable component property check chcurran 2021-09-29 16:26:14 -07:00
  • 090aa8f053 Removed ununeeded includes from EBus EBus.h and Policies.h (#4256) lumberyard-employee-dm 2021-09-29 18:13:37 -05:00
  • f34e94d2f1 Merge branch 'development' into Atom/guthadam/material_component_supports_property_overrides_without_material_overrides Guthrie Adams 2021-09-29 18:00:58 -05:00
  • 816a623c97 Added missing EntityId.h include to FocusModeInterface.h (#4396) lumberyard-employee-dm 2021-09-29 17:49:02 -05:00
  • 0f4a9d70b5 Fix 3p path setting to the upper level (#4399) jiaweig 2021-09-29 15:46:35 -07:00
  • 325294aef8 Remove magic number in AZN unit puvvadar 2021-09-29 15:28:57 -07:00
  • c9ea34d45f Quick updates to AzNetworking unit tests puvvadar 2021-09-29 14:58:22 -07:00
  • a7f6bfbb50 Fix tests to work with new interface APIs using EditorEntityContextId Danilo Aimini 2021-09-29 14:21:19 -07:00
  • 7eefa90d36 Ensuring AutomatedTest project will include LyShine for server applications. Without LyShine the server app failed to load certain modules which are currently required. Eventually we'll want a way to select render/headless modes per gem Gene Walters 2021-09-29 14:08:02 -07:00
  • 103dc6cfcf Merge pull request #4351 from aws-lumberyard-dev/Prism/AddRepoDialog AMZN-Phil 2021-09-29 12:47:38 -07:00
  • 96d833fc4e Removing a function that was originally added to convert model asset ids in levels that were created prior to December 2020, which pre-dates anything created for the public O3DE release. amzn-tommy 2021-09-29 12:07:01 -07:00
  • 4c9f456ea5 Merge branch 'development' into Atom/guthadam/material_component_supports_property_overrides_without_material_overrides Guthrie Adams 2021-09-29 13:31:23 -05:00
  • b79c2f385d Adding a temporary Orphan function to the InstanceDatabase (#4297) Tommy Walton 2021-09-29 11:08:05 -07:00
  • acff45446a Resolve PR comments. Robin 2021-09-29 10:04:49 -07:00
  • 94bd95cee3 Solve merge issue Danilo Aimini 2021-09-29 09:58:04 -07:00
  • 3b9c3f832a Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-29 09:56:45 -07:00
  • 02987d9010 Fixed another non-unity build error nggieber 2021-09-29 09:34:21 -07:00
  • a8559c4000 Merge pull request #4374 from aws-lumberyard-dev/lytt_linux_tests Sean Sweeney 2021-09-29 09:31:44 -07:00
  • f44169f7fa Cleanup SerializeContext.h pt.1 (#4264) Artur K 2021-09-29 18:31:01 +02:00
  • bdc5cb1fff Replace PROFILE define with AZ_PROFILE_BUILD Artur K 2021-09-29 18:30:38 +02:00
  • 6b75c3b9d7 Fixed non-unity compile error nggieber 2021-09-29 08:55:04 -07:00
  • 5eb7254faa Merge branch 'development' into LYN-5265_state_tracker_impl John 2021-09-29 13:42:03 +01:00
  • 94b320c967 Merge branch 'development' of https://github.com/o3de/o3de into Network/olexl/nettransform_local_for_children_cr AMZN-Olex 2021-09-29 08:31:30 -04:00
  • c34b6ffe3b Overhaul of how camera orbit/pivot behavior works (#4345) hultonha 2021-09-29 10:11:49 +01:00
  • b28f871b20 Fix casing of BreadCrumbs include in PrefabViewportFocusPathHandler. Danilo Aimini 2021-09-28 23:32:15 -07:00
  • 49ec488f2b Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-28 23:29:28 -07:00
  • a7c1bf2ec5 Merge branch 'Atom/santorac/RemixableMaterialTypes' into Atom/santorac/RemixableMaterialTypes2 santorac 2021-09-28 22:14:23 -07:00
  • 3753ee6f1c Merge remote-tracking branch 'upstream/development' into Atom/santorac/RemixableMaterialTypes santorac 2021-09-28 22:12:18 -07:00
  • c8d2f74ca1 Added backward-compatible support for the old "id" key in material type files, which is being renamed to "name". This required the use of custom serializers, because the JSON serialization system does not have any means of supporting field name aliases through SerializeContext. santorac 2021-09-28 22:05:26 -07:00
  • f765dc0942 Changed Atom to Use LibPng instead of OpenImageIO santorac 2021-09-28 21:33:41 -07:00
  • 34def643a2 In Slice mode, don't instantiate the handler, and also hide and disable the breadcrumbs widgets. Danilo Aimini 2021-09-28 21:30:06 -07:00
  • 02bc89cd92 Fixes to sending entity updates and entity rpcs within an environment set up for cross host entity migration kberg-amzn 2021-09-28 19:25:04 -07:00
  • 9a325c657d Add EntityContextId argument to focus interface functions that don't deal with entityIds. Danilo Aimini 2021-09-28 18:41:46 -07:00
  • 16e66cfa71 Addressed review feedback nggieber 2021-09-28 18:37:44 -07:00
  • c204aa1abe Change notification buses to be addressed on EntityContextId, and connect the handlers to the default id. Request interfaces should not need that id as they can retrieve it from the entityId. Danilo Aimini 2021-09-28 18:16:02 -07:00
  • ce334f9443 Correctly set focused entity in case the root prefab instance is focused. Danilo Aimini 2021-09-28 17:48:36 -07:00
  • f8374b76b7 Added modified property indicator icon to material property inspector in material component Guthrie Adams 2021-09-28 18:16:23 -05:00
  • 1f32076ca5 Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-28 15:55:39 -07:00
  • db97fc57df Merge branch 'development' into Atom/guthadam/material_editor_add_toggle_alternate_skybox_to_toolbar3 Guthrie Adams 2021-09-28 17:44:06 -05:00
  • e04aaf3f47 Merge branch 'development' into Atom/guthadam/material_editor_replace_modified_color_with_indicator Guthrie Adams 2021-09-28 17:33:04 -05:00
  • 7c2464ad15 Changing material inspector to use indicator icons instead of highlighting modified properties Added a blank placeholder image to account for changes to indention when indicator icons are active Added parameter to inspector constructor for specifying leaf property indention size Guthrie Adams 2021-09-28 17:32:02 -05:00
  • a692ae1567 Restore event listening behavior in EntityOutlinerListModel (#4254) Nicholas Van Sickle 2021-09-28 14:57:09 -07:00
  • f6585a741c docstring updates sweeneys 2021-09-28 14:53:58 -07:00
  • e8c4d52b31 Merge pull request #4355 from aws-lumberyard-dev/linux_integ_test Sean Sweeney 2021-09-28 14:44:38 -07:00
  • 1b633988ed Merge pull request #4356 from aws-lumberyard-dev/Atom/guthadam/material_editor_fix_inspector_layout_and_deletion Guthrie Adams 2021-09-28 16:30:44 -05:00
  • 321d7a664d Merge branch 'development' of https://github.com/aws-lumberyard-dev/o3de into lytt_linux_tests sweeneys 2021-09-28 13:56:06 -07:00
  • 8791ae7ed7 Terrain feature processor improvements regarding material, mesh, and lod (#4303) Ken Pruiksma 2021-09-28 15:31:59 -05:00
  • 9f1a308177 Fix transparency issue on MacOS (#4358) Alex Peterson 2021-09-28 13:15:24 -07:00
  • 16d7061863 Merge branch 'development' into Atom/dmcdiar/ATOM-16458 dmcdiar 2021-09-28 12:26:14 -07:00
  • 25b16fc82c Changed the DiffuseProbeGrid to an OBB dmcdiar 2021-09-28 12:25:07 -07:00
  • 6f8afd69d4 Merge pull request #4372 from aws-lumberyard-dev/daimini/4364/restore-layout-fix Chris Galvan 2021-09-28 14:20:37 -05:00
  • e958b0e09c No longer can instantiate prefabs in an empty level (#4277) Mikhail Naumov 2021-09-28 14:07:56 -05:00
  • 222aaeee8f Merge branch 'development' of https://github.com/aws-lumberyard-dev/o3de into lytt_linux_tests sweeneys 2021-09-28 11:42:38 -07:00
  • d827db741d Merge branch 'development' into Atom/guthadam/material_editor_replace_modified_color_with_indicator Guthrie Adams 2021-09-28 12:36:08 -05:00
  • c6c9841f74 Merge pull request #4154 from aws-lumberyard-dev/Prefab/DestroyGameEntitySupport AMZN-koppersr 2021-09-28 10:28:10 -07:00
  • f22dda1efd Enabled Multiplayer gem for AutomatedTesting project. Adding a simple network component and level for testing. (wip) Gene Walters 2021-09-28 10:15:54 -07:00
  • 29d9abba57 Removed redundant code (#4363) John Jones-Steele 2021-09-28 18:08:58 +01:00
  • a641586df2 Move FocusModeInterface retrieval to EntityOutlinerListModel constructor to prevent crash on widget refresh. Also force expansion of root on construction for the same reason. Danilo Aimini 2021-09-28 10:02:47 -07:00
  • 115ab0ac34 Merge branch 'development' of https://github.com/aws-lumberyard-dev/o3de into lytt_linux_tests sweeneys 2021-09-28 09:55:58 -07:00
  • 4627361b4e Merge pull request #4245 from AMZN-scspaldi/scspaldi_update_Jenkins_test_results dialweb6 2021-09-28 09:36:09 -07:00
  • 27e93e3af7 Merge branch 'development' into Prefab/DestroyGameEntitySupport srikappa-amzn 2021-09-28 06:57:38 -07:00
  • 9078d1925a Mock newly added methods to SpawnableEntitiesInterface srikappa-amzn 2021-09-28 06:42:53 -07:00
  • 1f6dfd0194 Asset Browser Search View Column Resizing (#4087) AMZN-Igarri 2021-09-28 13:47:21 +02:00
  • 7da866e81a Update to how entity space is treated in the viewport (#4263) hultonha 2021-09-28 09:26:20 +01:00
  • 96d99c2814 Switched over from Error to Warning - Restore viewport when exiting game mode error. (#4343) AMZN-Igarri 2021-09-28 10:11:15 +02:00
  • 75e7758eed Address PR comments. John 2021-09-28 08:57:14 +01:00
  • ca06e2e82d Update reflection version markers. Robin 2021-09-27 23:44:13 -07:00
  • 503e565a53 Remove pragma optimize off. Robin 2021-09-27 23:37:58 -07:00
  • 2607b3471a Resolve PR comments. Add unit tests. Robin 2021-09-27 23:30:41 -07:00
  • 765f82d945 Merge branch 'development' into Atom/santora/UseLibPng santorac 2021-09-27 21:29:52 -07:00
  • 8caf181db4 Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/breadcrumbs Danilo Aimini 2021-09-27 21:23:38 -07:00
  • 36102a75f2 Material Editor: Added alternate skybox toggle to the toolbar Guthrie Adams 2021-09-27 21:24:05 -05:00
  • 3fa9d16be2 Material editor: replacing modified property highlight color with indicator icons Guthrie Adams 2021-09-27 20:35:54 -05:00
  • 6c7cd2abf0 Atom Tools: Fixing problems with inspector property group layout and deletion • A previous change introduced a heading section of the top of the inspector • The code was incorrectly attempting to delete child widgets and layouts from the layout of each section • Size policies were also updated to give priority to the section containing the property groups • Tested material component property editor and material editor to make sure that widgets were laid out correctly at the top of the inspector Guthrie Adams 2021-09-27 18:50:33 -05:00
  • 133c85c641 MCPP should not add new line (#4353) galibzon 2021-09-27 18:22:05 -05:00
  • 0a829f9661 Merging latest development kberg-amzn 2021-09-27 15:50:22 -07:00
  • c75e6860bb Merge pull request #4224 from aws-lumberyard-dev/burelc/restructureXcbCode Steve Pham 2021-09-27 15:38:39 -07:00
  • bcf024edf9 registering linux integ test to cmake evanchia 2021-09-27 14:33:08 -07:00
  • 4998f44246 adding process_utils linux integ test evanchia 2021-09-27 14:25:43 -07:00
  • a3280afef3 [AWSMetrics][cdk] Add the athena work group as a dependency of named queries (#4354) Junbo Liang 2021-09-27 13:36:35 -07:00
  • 549d3f4001 Merge pull request #4321 from aws-lumberyard-dev/mp_autogen_move puvvadar 2021-09-27 13:31:32 -07:00
  • d8614948f3 Make InputChannelId's constructor constexpr (#4220) Chris Burel 2021-09-27 13:30:37 -07:00
  • 4b2dc9b3a4 Terrain System fixes (#4299) Mike Balfour 2021-09-27 14:58:39 -05:00