nggieber
2ae927c754
Fix minor indent issue
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-11-01 14:47:27 -07:00
nggieber
858e287b1f
Removed unused set filter function
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-29 13:37:58 -07:00
nggieber
08255d2eda
Clicking tag now select gem and scrolls to it, it also resets filters if gem is filtered out, also gem filter creation was refactored
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-29 13:20:11 -07:00
nggieber
37243c74ec
Make gem tags clickable and filter by their text in the Gem Catalog when clicked
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-28 09:21:56 -07:00
Alex Peterson
59c898fc48
Fix notification queue and add gem action ( #4985 ) ( #5024 )
...
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com >
2021-10-27 13:55:32 -07:00
AMZN-Phil
3165cf2838
Merge pull request #5011 from aws-lumberyard-dev/Prism/FixGemSelectedFilter
...
Gem Catalog Selected Gems Now Filters For Gems to be Enabled in Current Session
2021-10-27 09:28:16 -07:00
AMZN-Phil
7fc0f14a1b
Merge pull request #5006 from aws-lumberyard-dev/Prism/FixRemovedProjectStillShown
...
Fix Issue When Removed Project is Still Shown if it Was The Last Project
2021-10-27 09:28:06 -07:00
Chris Galvan
78b0683313
Added GetComponentTypeEditorIcon API and replaced old macro style ebus calls.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-10-26 15:47:17 -05:00
AMZN-Phil
856318005c
Merge pull request #5000 from aws-lumberyard-dev/Prism/RemoteGemWarning
...
Adds Warning to Add Repo Dialog
2021-10-26 11:01:02 -07:00
nggieber
866fd8a420
Fix selected gem filtering
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-26 09:46:54 -07:00
jonawals
a2eca9de3d
Merge pull request #4998 from aws-lumberyard-dev/LYN-5265_state_tracker_impl
...
Add Focus Mode integration tests.
2021-10-26 17:16:25 +01:00
Steve Pham
22a287d046
Fix to set the Taskbar name and Game Launcher window title to the name of the Project ( #4986 )
...
Signed-off-by: Steve Pham <spham@amazon.com >
2021-10-26 08:56:37 -07:00
nggieber
3ff469c55e
Fix issue with project still displaying when last project is removed
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-26 08:42:22 -07:00
AMZN-Phil
6b3fc0ff8b
Merge pull request #4981 from aws-lumberyard-dev/Prism/gemdownloadcallfix
...
Re-add call used to initiate gem download
2021-10-26 08:31:03 -07:00
Chris Burel
f3499011ac
[Mac] Fix QtEditorApplication_mac include ( #4978 )
...
Commit 8e03d6f306 missed updating the
platform-specific mac QApplication implementation file to include the
class declaration from the new header.
Signed-off-by: Chris Burel <burelc@amazon.com >
2021-10-26 08:30:51 -07:00
nggieber
77d05b0bc9
Merge branch 'stabilization/2110' into Prism/RemoteGemWarning
2021-10-26 07:39:56 -07:00
John
c2105b0631
Address PR comments.
...
Signed-off-by: John <jonawals@amazon.com >
2021-10-26 15:30:08 +01:00
nggieber
75ebf77b59
Added warning message when adding repositories
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-26 07:22:47 -07:00
Danilo Aimini
1bc2968330
Resolve minor hover state bugs on the Entity Outlier (branches detect hover state separately from the rest of the columns) ( #4977 )
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-10-25 17:47:54 -07:00
AMZN-Phil
423693d16b
Re-add call used to initiate gem download
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com >
2021-10-25 16:05:19 -07:00
Danilo Aimini
3b4b8c3549
Move the initialization of m_editorEntityUiInterface higher so that it's initialized when the interface is set up. ( #4972 )
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-10-25 15:12:34 -07:00
John
f98d2e55aa
Refactor component mode query.
...
Signed-off-by: John <jonawals@amazon.com >
2021-10-25 13:48:36 +01:00
John
99b840652d
Add Focus Mode integration tests.
...
Signed-off-by: John <jonawals@amazon.com >
2021-10-25 13:40:12 +01:00
AMZN-Igarri
e970247fc5
Asset Browser Search View fixes ( #4814 )
...
* Fixed RowCount method.
Signed-off-by: igarri <igarri@amazon.com >
* Fixed Signals
Signed-off-by: igarri <igarri@amazon.com >
* Fixed Delegate case
Signed-off-by: igarri <igarri@amazon.com >
* Fixed issue when displaying branch icons
Signed-off-by: igarri <igarri@amazon.com >
* Fixed AssetBrowser Delegate
Signed-off-by: igarri <igarri@amazon.com >
* Removed optimize flags
Signed-off-by: igarri <igarri@amazon.com >
* AssetBrowsertableModel cleanup
Signed-off-by: igarri <igarri@amazon.com >
* Fixed Typos
Signed-off-by: igarri <igarri@amazon.com >
* Fixed Comment
Signed-off-by: igarri <igarri@amazon.com >
* Added check for rowCount == 0
Signed-off-by: igarri <igarri@amazon.com >
2021-10-25 10:35:50 +01:00
nggieber
06f893edf1
Merge branch 'development' into Prism/ShowRepoGems
2021-10-22 17:28:28 -07:00
AMZN-Phil
e8a7743aec
Merge pull request #4911 from aws-lumberyard-dev/Prism/RefreshGemRepos
...
Gem Repos can be Refreshed through Project Manager
2021-10-22 17:23:35 -07:00
nggieber
88f7f66b04
Removed fullPathGiven and instead check if path is a file when getting gem json data
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-22 17:19:54 -07:00
nggieber
500ac030a3
Merge branch 'development' into Prism/ShowRepoGems
2021-10-22 16:30:02 -07:00
nggieber
673815c58d
Merge branch 'development' into Prism/ShowRepoGems
2021-10-22 16:23:17 -07:00
nggieber
15f4c1a091
Undownloaded remote gems are shown in Gem Catalog and searchable by repo name
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-22 16:22:16 -07:00
AMZN-Phil
69771ab2e1
Merge pull request #4892 from aws-lumberyard-dev/TrackDownloadProgress
...
Project Manager track progress of, and cancel downloads
2021-10-22 15:53:29 -07:00
AMZN-Phil
b609dbbbbb
Pass a callback instead of weak linking a module
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com >
2021-10-22 14:07:32 -07:00
Danilo Aimini
a4e0d69e83
Update Splashscreen and About Us dialogs for General Availability ( #4901 )
...
* Add new image for splashscreen. Layout changes incoming.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Adapt layouts to new splashscreen style with transparent background.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Ensure cropping logic works correctly when screen scaling is used.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Remove old image. Replace new image with new version with more readable credits.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-10-22 12:46:06 -07:00
nggieber
f6d4556b60
Merge branch 'development' into Prism/RefreshGemRepos
2021-10-22 12:41:09 -07:00
nggieber
10c0522dcb
Added F5 support for refreshing repos
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-22 12:41:00 -07:00
Chris Galvan
efbf2f224e
Merge pull request #4913 from aws-lumberyard-dev/cgalvan/AddFindComponentsByServiceAPI
...
Added API for finding components based on required/incompatible services
2021-10-22 14:38:21 -05:00
Danilo Aimini
45926d0dbd
LYN-7539 + LYN-7541 | Focus Mode - Show prefab names and dirty markers instead of instance names in breadcrumbs ( #4850 )
...
* Change Prefab Focus breadcrumb widget to display template filename instead of instance container entity name. Also display dirty state for the template (*) and refresh it in real time.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Streamline path creation code; fix stem retrieval to ensure extension is cut correctly; delay refresh one frame when path is clicked to correctly refresh it.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Remove test code.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Simplify code to use Native directly.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Minor variable renaming and comment adjustments to make them clearer.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-10-22 12:37:43 -07:00
Mike Balfour
243532c5de
Addressed feedback from PR 4874. ( #4915 )
...
* Addressed feedback from PR 4874.
* Removed second copy of HeightfieldProviderBus.h from cmake file
* Changed CookedMeshShapeConfiguration and HeightfieldShapeConfiguration to have less messy implementations, instead opting for the slightly less messy const_cast inside of Utils.cpp and DebugDraw.cpp.
* Changed InitHeightfieldShapeConfiguraiton to CreateHeightfieldShapeConfiguration with a better API signature.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Fixed indentation
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
2021-10-22 14:33:36 -05:00
Mike Balfour
2fe4524458
Terrain API cleanups ( #4914 )
...
* Terrain API fixups
Moved SurfaceData definitions in AzFramework out of terrain into separate files.
Added some missing API calls: Get*FromVector2, GetSurfacePoint*
Changed OrderedSurfaceTagWeightSet to SurfaceTagWeightList
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* PR feedback - remove IsClose check.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Fixed PhysX test compile failures by redcoding a bunch of "dummy terrain" implementation that's unused.
It was originally added for the PhysX Terrain component, but that component is long gone and has been superceded by the more generic PhysX Heightfield Collider.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Fixed up failing terrain unit tests.
Added API changes, and changed the assumption on where the surface weight sort is taking place. The component is no longer expected to provide the sorted list, it only needs to be sorted at the end coming out of the terrain system, so the unit tests have been modified to reflect that.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
2021-10-22 14:22:57 -05:00
Yaakuro
8e03d6f306
Separate application into platform specific files. ( #4799 )
...
Signed-off-by: Yaakuro <y1@codeposer.net >
2021-10-22 11:10:47 -07:00
Alex Peterson
b536abbf4e
Add existing gem through Project Manager
2021-10-22 10:53:29 -07:00
Steve Pham
476ff637c2
Undo P4 check before spawning thread and fix usage of new AzToolsApplication trait ( #4894 )
...
Signed-off-by: Steve Pham <spham@amazon.com >
2021-10-22 09:47:39 -07:00
AMZN-Phil
993baeac7b
Add a comment to inform that the process is limited to a single download
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com >
2021-10-22 09:37:04 -07:00
Alex Peterson
1989316cac
Added toast notifications to the gem catalog
2021-10-22 09:11:28 -07:00
Chris Galvan
95c2ee0e9d
Added API for finding components based on required/incompatible services.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-10-22 10:30:48 -05:00
John Jones-Steele
3d67be162c
Terrain Physics Heightfield support
...
* New Heightfield Components
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Misc PR fixes
* Fixed linux build failure from bad #include
* Renamed "Terrain Physics Collider" to "Terrain Physics Heightfield Collider" per physics team feedback
* Fixed 1/5 -> 1/4 typo in a comment
* Added missing member copies in HeightfieldShapeConfiguration
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Addressed PR feedback
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Changes from review
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Remove tabs accidently added
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Fixed overly complicated scaling math.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Added comments to make it more obvious what's happening on CreateEnd / DestroyBegin.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Moved Heightfield CreatePxGeometryFromConfig into its own function
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
Co-authored-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
2021-10-22 10:19:36 -05:00
nggieber
968c8640d0
Merge branch 'development' into Prism/RefreshGemRepos
2021-10-22 07:44:37 -07:00
nggieber
b4a85a2ed6
Repos can be refreshed through Project Manager individually or all at once
...
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-22 07:38:41 -07:00
SergeyAMZN
9ce6f43a22
Merge pull request #4488 from aws-lumberyard-dev/MigrationFixup
...
Further fixes for client migration and 3-way host entity migration
2021-10-22 14:31:38 +01:00
AMZN-nggieber
54b9ed2737
Added Menu to Gem Catalog with Action to Navigate to Gem Repo Screen ( #4829 )
...
* Added menu to Gem Catalog that with option to navigate to Gem Repo screen
Signed-off-by: nggieber <nggieber@amazon.com >
* Changed Goto to GoTo and added a tr
Signed-off-by: nggieber <nggieber@amazon.com >
* Gem repo button works from new project creation workflow as well and users are warned if they have pending changes in the gem catalog before changing screens.
Signed-off-by: nggieber <nggieber@amazon.com >
2021-10-22 13:11:32 +02:00