Esteban Papp
4d62351628
Fixes for Linux no unity builds
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-21 16:42:30 -08:00
chiyenteng
dd7706f9fe
Fire OnEditorEntityCreated notification in SandboxIntegrationManager::CreateNewEntityAtPosition ( #7079 )
...
* Ensure to fire OnEditorEntityCreated notification in SandboxIntegrationManager::CreateNewEntityAtPosition
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* Ensure to fire OnEditorEntityCreated notification in SandboxIntegrationManager::CreateNewEntityAtPosition
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* convert test AreaNodes_DependentComponentsAdded to use prefab system
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
* Prevent SetupEditorEntity being called twice
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2022-01-21 16:23:31 -08:00
Esteban Papp
109cab9b8a
Fixes Linux generation
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-21 15:30:56 -08:00
Esteban Papp
6c31f45b9e
Fixes the validation script
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-21 15:30:36 -08:00
Chris Galvan
cdf748a5ed
Merge pull request #7084 from aws-lumberyard-dev/cgalvan/RefactorTableViewHeaderSectionStyling
...
Refactored the styling of TableView header sections
2022-01-21 16:35:14 -06:00
Danilo Aimini
86a0be2561
Prevent read-only entities from being duplicated via prefab workflows ( #7076 )
...
* Refactor the sanitation of the selection for prefab operations to prevent read-only entities from being deleted or duplicated.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Fix comment.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2022-01-21 12:35:29 -08:00
Chris Galvan
7fc4e4bd10
Refactored the styling of TableView header sections
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-21 14:29:37 -06:00
Mikhail Naumov
d918991e27
Allowing instantiating of prefab without selecting an entity in outliner ( #6763 )
...
* Allowing instantiating of prefab without selecting an entity in outliner
Signed-off-by: Mikhail Naumov <mnaumov@amazon.com >
* PR feedback
Signed-off-by: Mikhail Naumov <mnaumov@amazon.com >
2022-01-21 10:04:47 -08:00
Mike Balfour
145e3646a4
Asset catalog lock inversion fix. ( #7045 )
...
* Fix lock inversion.
This method was calling AssetCatalog->AssetManager at the same time that loading threads are calling AssetManager->AssetCatalog, causing a deadlock due to lock inversion. The fix is to make this method call AssetManager *outside* of the AssetCatalog call.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Fixing the root cause in EnumerateAssets.
Also added a unit test that failed with the previous EnumerateAssets logic, and succeeds with the new logic.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Make sure not to hold the secondary mutex lock either.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
* Remove unused alias.
Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com >
2022-01-21 10:34:00 -06:00
Michael Pollind
ed5354fcae
Merge branch 'development' of https://github.com/o3de/o3de into feat/add-cursor-wrap-mode-viewport
2022-01-21 07:16:44 -08:00
Sergey Pereslavtsev
56c6f81627
PR addressing. Removed RTTI from HeightMaterialPoint since it's just a struct of data with no intention being a part of class hierarchy
...
Signed-off-by: Sergey Pereslavtsev <pereslav@amazon.com >
2022-01-21 13:21:57 +00:00
Nicholas Van Sickle
32e2ba754b
Add Dom::Path class for representing positions in a Dom ( #7008 )
...
* Add Dom::Path class for representing positions in a Dom
This also adds Value support for doing a path-based lookup.
The serialized representation is presently compliant with the JSON-pointer spec but the implementation supports Node types and may be later expanded if we require additional functionality (e.g. XPath style conditional querying).
Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com >
2022-01-20 16:53:33 -08:00
Esteban Papp
e28a0eaec7
Removes interest stuff from GridMate
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:34:01 -08:00
Esteban Papp
10ecb525fe
Removes DeltaCompressedDataSet, ReplicaFunctions.inl and BitmaskInterestHandler from GridMate
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:57 -08:00
Esteban Papp
ce4ebc57c9
Removes OnlineUtilityThread.h and UserServiceTypes.h from GridMate
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:52 -08:00
Esteban Papp
dda3dec735
missed this file
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:46 -08:00
Esteban Papp
a55773f9c3
Removes some unused files from gridmate (Containers/set and slist) also Doc.h
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:41 -08:00
Esteban Papp
7ea2b34e91
Removes Cripter.h from GridMate
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:37 -08:00
Esteban Papp
ac221223a5
Adds missing header from previous commit
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:33 -08:00
Esteban Papp
87c5c76ae8
Removes ColorPickerDelegate from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:28 -08:00
Esteban Papp
acfd0d72aa
Removes AZAutoSizingScrollArea from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:33:00 -08:00
Esteban Papp
6b457567c7
Removes PropertyEditor_UITypes.h from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:35 -08:00
Esteban Papp
234ff3dca2
Removes DHQSlider from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:31 -08:00
Esteban Papp
e2091f2451
Removes UIFrameworkAPI.cpp from AzToolsFramework
...
Removes aztoolsframework_win_files.cmake (aztoolsframework_windows_files.cmake is the actual used one)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:27 -08:00
Esteban Papp
643bc70c1e
Remove ComponentPaletteModelFilter from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:22 -08:00
Esteban Papp
f8f9b79f7c
Removes ToolFileUtils_generic.cpp from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:17 -08:00
Esteban Papp
9aa2cbeaba
Removes EditorOutlinerComponent from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:13 -08:00
Esteban Papp
fc30667795
Removes ThumbnailDelegate from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:08 -08:00
Esteban Papp
b3ba73db3b
Removing unneded include form multiple files
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:50 -08:00
Esteban Papp
bb129c3cd1
Removes TraceContextBufferedFormatter from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:42 -08:00
Esteban Papp
3d1560e558
removes Commands/EntityTransformCommand from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:37 -08:00
Esteban Papp
6a7553b682
Removes AssetBrowserProductThumbnail.cpp that is unused and duplicated by Code\Framework\AzToolsFramework\AzToolsFramework\AssetBrowser\Thumbnails\ProductThumbnail.cpp
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:33 -08:00
Esteban Papp
56802a3cfa
removes LegacyCommand from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:28 -08:00
Esteban Papp
c62c63295f
Removes SortFilterProxyModel from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:19 -08:00
Esteban Papp
30f7f71111
Remves AssetBrowserBus.inl from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:15 -08:00
Esteban Papp
7029135daa
Removes AssetBrowserBus.inl from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:10 -08:00
Esteban Papp
3c0fa8cb5c
Removes NullArchiveComponent from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:06 -08:00
Esteban Papp
223fe64d25
Removes EditorVegetationRequestsBus from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:29:57 -08:00
Esteban Papp
0af1adbf2f
Removes newoverride.inl from AzToolsFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:28:24 -08:00
Esteban Papp
61948fdc99
Removes TitleBarPage from AzQtComponents/Gallery
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:27:06 -08:00
Esteban Papp
4cc54941c7
Cleanup before merge
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:21:39 -08:00
Esteban Papp
1d93290a1c
Revert "Removes PrefabEntityOwnershipService from AzFramework"
...
This reverts commit e2d2cb07a0a1431f8fcdd20ee07ff2788ed603c0.
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:18:11 -08:00
Esteban Papp
4ec420e62a
Removes PrefabEntityOwnershipService from AzFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:18:02 -08:00
Esteban Papp
507a305f67
Cleanup before merge
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:01:53 -08:00
Esteban Papp
53272d82c9
Revert "Removes PrefabEntityOwnershipService from AzFramework"
...
This reverts commit e2d2cb07a0a1431f8fcdd20ee07ff2788ed603c0.
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:01:49 -08:00
Esteban Papp
02c0521a20
Removes PrefabEntityOwnershipService from AzFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:01:45 -08:00
Esteban Papp
1846077f71
unused DebugCameraBus ebus from AzFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:01:34 -08:00
Esteban Papp
8cf499b657
Remove CfgFileAsset from AzFramework
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:00:59 -08:00
Esteban Papp
db68078639
Removes TimeDataStatisticsManager from AzCore
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:00:50 -08:00
Esteban Papp
495d40fa20
Removes unused ModuleStoragePolicy from Memory.h/cpp in AzCore
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:00:46 -08:00