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