You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Tools/AssetProcessor/native/ui
amzn-mike 8ee384f436
Asset Processor: Remove gem loading from AP (#6488)
* AssetBuilder sends builder registration network message to AP

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add AP activating status message

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* First builder handles registration.

Fixed deadlock caused by AP and AssetBuilder waiting on each other when registering by moving AP builder start code to a thread

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Clean up external builder registration

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add thread description for builder manager idle thread

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove gem loading

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Clean up builder registration and remove unused functions

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove PostActivate call from batch application since it will be called after builders are registered

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Removal external builder dependency scanning since we no longer support builder dlls

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Fix missing bus disconnect

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove unused variable

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Moved AP-AssetBuilder specific types into AssetBuilder.Static library.  Also removed some unused/old code

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
4 years ago
..
style Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetDetailsPanel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetDetailsPanel.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetTreeFilterModel.cpp Squashed commit of Procedural Prefab work (#4481) 4 years ago
AssetTreeFilterModel.h Minimal TypeInfo header/reduce std interdependencies. (#2688) 4 years ago
AssetTreeItem.cpp Load QIcons once for asset tree and share with each Asset Tree Item to avoid file loads for every asset and improve start up time (#6485) 4 years ago
AssetTreeItem.h Load QIcons once for asset tree and share with each Asset Tree Item to avoid file loads for every asset and improve start up time (#6485) 4 years ago
AssetTreeModel.cpp Load QIcons once for asset tree and share with each Asset Tree Item to avoid file loads for every asset and improve start up time (#6485) 4 years ago
AssetTreeModel.h Load QIcons once for asset tree and share with each Asset Tree Item to avoid file loads for every asset and improve start up time (#6485) 4 years ago
ConnectionEditDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ConnectionEditDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GoToButton.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GoToButton.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GoToButton.ui Initial commit 5 years ago
JobTreeViewItemDelegate.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
JobTreeViewItemDelegate.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MainWindow.cpp Asset Processor: Remove gem loading from AP (#6488) 4 years ago
MainWindow.h Remove Shader compiler tab from Asset Processor (#6486) 4 years ago
MainWindow.ui Remove Shader compiler tab from Asset Processor (#6486) 4 years ago
ProductAssetDetailsPanel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ProductAssetDetailsPanel.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ProductAssetDetailsPanel.ui Initial commit 5 years ago
ProductAssetTreeItemData.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ProductAssetTreeItemData.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ProductAssetTreeModel.cpp Fix "index out of range" error in AssetProcessor (#4324) 4 years ago
ProductAssetTreeModel.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SourceAssetDetailsPanel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SourceAssetDetailsPanel.h Minimal TypeInfo header/reduce std interdependencies. (#2688) 4 years ago
SourceAssetDetailsPanel.ui Initial commit 5 years ago
SourceAssetTreeItemData.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SourceAssetTreeItemData.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SourceAssetTreeModel.cpp Fix "index out of range" error in AssetProcessor (#4324) 4 years ago
SourceAssetTreeModel.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago