Karl Haubenwallner fde694e46f initialize AZ::SerializeContext to nullptr (#18546) 1 개월 전
..
ApplicationManager.cpp 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 1 년 전
ApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 1 년 전
ApplicationManagerAPI.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
ApplicationManagerBase.cpp fde694e46f initialize AZ::SerializeContext to nullptr (#18546) 1 개월 전
ApplicationManagerBase.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 1 년 전
ApplicationServer.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
ApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
AssetBuilderInfo.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
AssetBuilderInfo.h ce0bb1ca2b [AssetProcessor] Refactor the FileWatcher to use only one watch thread 3 년 전
AssetServerHandler.cpp 7d8500e111 Updated the majority of AP code to use SourceAssetReference 2 년 전
AssetServerHandler.h 05d0759a04 {lyn13480} Adding Shared Cache tab to the Asset Processor (#10565) 2 년 전
AssetUtilEBusHelper.h 05d0759a04 {lyn13480} Adding Shared Cache tab to the Asset Processor (#10565) 2 년 전
BatchApplicationManager.cpp a14341a771 AssetProcessorBatch Reflect Fix (#18528) 1 개월 전
BatchApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 1 년 전
BatchApplicationServer.cpp 85ffa6711b {lyn10335} closing and disconnecting during AssetProcessorServerUnitTest (#7656) 2 년 전
BatchApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
Builder.cpp 5bddeceaf5 Switch trace processing to use threads for editor/server connection. 1 년 전
Builder.h 31ffa6d19f Fix non-unity compile issues 2 년 전
BuilderConfigurationBus.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
BuilderConfigurationManager.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
BuilderConfigurationManager.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
BuilderList.cpp c7a1eba639 Added comment about setting connectionId to 0 2 년 전
BuilderList.h cc0b5a2e12 Split some code out of BuilderManager into Builder. Add BuilderList class to handle management of CreateJobs reserved builder 2 년 전
BuilderManager.cpp 0d5e0f7a3a Updated comments/messages 2 년 전
BuilderManager.h 466d4f163f Remove commented out code 2 년 전
BuilderManager.inl 737344cf78 Add BuilderPurpose and reserve first builder for CreateJobs. 2 년 전
ByteArrayStream.cpp 62a0041245 enable warning 4296: 'operator': expression is always false 3 년 전
ByteArrayStream.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
GUIApplicationManager.cpp fde694e46f initialize AZ::SerializeContext to nullptr (#18546) 1 개월 전
GUIApplicationManager.h 1b9ba75d13 Added the ability initialize the Settings Registry with a JSON string via the ComponentApplication (#16873) 1 년 전
GUIApplicationServer.cpp 233ce27f82 Update error message to refer to setreg path instead of bootstrap.cfg 1 년 전
GUIApplicationServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
IMetadataUpdates.h 5512ffbeaa Make AP wait for file moves requested by HandleAssetChangeReportRequest 1 년 전
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. 1 년 전
IniConfiguration.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
IniConfiguration.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
JobDiagnosticTracker.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
JobDiagnosticTracker.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
LineByLineDependencyScanner.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
LineByLineDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
LogPanel.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
LogPanel.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 1 년 전
MissingDependencyScanner.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
MissingDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
PlatformConfiguration.cpp 294f163c38 Resolve @EXEFOLDER@ alias in settings registry watch paths (#17511) 11 달 전
PlatformConfiguration.h 61d3402d27 Optimize initial AP startup time 1 년 전
PotentialDependencies.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
ProductOutputUtil.cpp f1e2e30c97 Fix release compilation errors (#16319) 1 년 전
ProductOutputUtil.h 0d2a9336bf Address feedback - more comments, rename temp to interim, expand error message 1 년 전
SpecializedDependencyScanner.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
StatsCapture.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 1 년 전
StatsCapture.h ba3eb02d8e Merge branch 'development' into c5h11oh/saveAPmetricstonewdbtable 2 년 전
ThreadHelper.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
ThreadHelper.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) 1 년 전
UnitTestShaderCompilerServer.cpp b255334535 Code/Tools fixes 3 년 전
UnitTestShaderCompilerServer.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
UuidManager.cpp 37c3b90385 Improve ap startup on linux (#17526) 11 달 전
UuidManager.h 2dcc4fd25f Added a tab to Asset Processor to show the asset formats available for relocation with sidecar meta files. (#15584) 1 년 전
assetUtils.cpp 37c3b90385 Improve ap startup on linux (#17526) 11 달 전
assetUtils.h 37c3b90385 Improve ap startup on linux (#17526) 11 달 전
windowscreen.cpp 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전
windowscreen.h 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213) 3 년 전