Gene Walters 09af5e4afa Display information as assetprocessor analyzes assets regard how many assets are new files, are outdated, have altered dependencies, or have new builders (#17965) 1 tahun lalu
..
ApplicationManager.cpp 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
ApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
ApplicationManagerAPI.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
ApplicationManagerBase.cpp 09af5e4afa Display information as assetprocessor analyzes assets regard how many assets are new files, are outdated, have altered dependencies, or have new builders (#17965) 1 tahun lalu
ApplicationManagerBase.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
ApplicationServer.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
ApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
AssetBuilderInfo.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
AssetBuilderInfo.h ce0bb1ca2b [AssetProcessor] Refactor the FileWatcher to use only one watch thread 4 tahun lalu
AssetServerHandler.cpp 7d8500e111 Updated the majority of AP code to use SourceAssetReference 3 tahun lalu
AssetServerHandler.h 05d0759a04 {lyn13480} Adding Shared Cache tab to the Asset Processor (#10565) 3 tahun lalu
AssetUtilEBusHelper.h 05d0759a04 {lyn13480} Adding Shared Cache tab to the Asset Processor (#10565) 3 tahun lalu
BatchApplicationManager.cpp 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
BatchApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
BatchApplicationServer.cpp 85ffa6711b {lyn10335} closing and disconnecting during AssetProcessorServerUnitTest (#7656) 4 tahun lalu
BatchApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
Builder.cpp 5bddeceaf5 Switch trace processing to use threads for editor/server connection. 2 tahun lalu
Builder.h 31ffa6d19f Fix non-unity compile issues 3 tahun lalu
BuilderConfigurationBus.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
BuilderConfigurationManager.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
BuilderConfigurationManager.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
BuilderList.cpp c7a1eba639 Added comment about setting connectionId to 0 3 tahun lalu
BuilderList.h cc0b5a2e12 Split some code out of BuilderManager into Builder. Add BuilderList class to handle management of CreateJobs reserved builder 3 tahun lalu
BuilderManager.cpp 0d5e0f7a3a Updated comments/messages 3 tahun lalu
BuilderManager.h 466d4f163f Remove commented out code 3 tahun lalu
BuilderManager.inl 737344cf78 Add BuilderPurpose and reserve first builder for CreateJobs. 3 tahun lalu
ByteArrayStream.cpp 62a0041245 enable warning 4296: 'operator': expression is always false 4 tahun lalu
ByteArrayStream.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
GUIApplicationManager.cpp 40cde772e6 Fixes the bug causing asset browser to be unable to delete/move/etc. (#17568) 1 tahun lalu
GUIApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 2 tahun lalu
GUIApplicationServer.cpp 233ce27f82 Update error message to refer to setreg path instead of bootstrap.cfg 2 tahun lalu
GUIApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
IMetadataUpdates.h 5512ffbeaa Make AP wait for file moves requested by HandleAssetChangeReportRequest 3 tahun lalu
IPathConversion.h 98f1a29989 Fixed UI navigation for meta data based assets in the Asset Processor. The scan folder ID is kept with the relative path to the source asset, so it can be looked up later. 2 tahun lalu
IniConfiguration.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
IniConfiguration.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
JobDiagnosticTracker.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
JobDiagnosticTracker.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
LineByLineDependencyScanner.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
LineByLineDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
LogPanel.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
LogPanel.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 tahun lalu
MissingDependencyScanner.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
MissingDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
PlatformConfiguration.cpp 294f163c38 Resolve @EXEFOLDER@ alias in settings registry watch paths (#17511) 2 tahun lalu
PlatformConfiguration.h 61d3402d27 Optimize initial AP startup time 2 tahun lalu
PotentialDependencies.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
ProductOutputUtil.cpp f1e2e30c97 Fix release compilation errors (#16319) 2 tahun lalu
ProductOutputUtil.h 0d2a9336bf Address feedback - more comments, rename temp to interim, expand error message 2 tahun lalu
SpecializedDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
StatsCapture.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 tahun lalu
StatsCapture.h ba3eb02d8e Merge branch 'development' into c5h11oh/saveAPmetricstonewdbtable 3 tahun lalu
ThreadHelper.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
ThreadHelper.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 3 tahun lalu
UnitTestShaderCompilerServer.cpp b255334535 Code/Tools fixes 4 tahun lalu
UnitTestShaderCompilerServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
UuidManager.cpp 37c3b90385 Improve ap startup on linux (#17526) 2 tahun lalu
UuidManager.h 2dcc4fd25f Added a tab to Asset Processor to show the asset formats available for relocation with sidecar meta files. (#15584) 2 tahun lalu
assetUtils.cpp 37c3b90385 Improve ap startup on linux (#17526) 2 tahun lalu
assetUtils.h 37c3b90385 Improve ap startup on linux (#17526) 2 tahun lalu
windowscreen.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu
windowscreen.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 4 tahun lalu