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
Eric Phister 74491c88b8
Fix AssetBuilders when project-path has a trailing slash (#1345)
* Fixes issues with project paths w/ trailing slash

When launching AP with a --project-path that has a trailing slash, the
AssetBuilders would get that slash instead of a normalized version.
This would mess up the params sent to AssetBuilders.

* Missed a variable name replacement

* Addresses feedback on code style guidelines

Removed 'auto' keyword in favor of explicit types.
5 years ago
..
AssetDatabase LYN-2537 engine assets (#254) 5 years ago
AssetManager fixes for invalid drive letter casing for scanfolder (#1281) 5 years ago
FileProcessor Initial commit 5 years ago
FileServer Integrating latest from github/staging 5 years ago
FileWatcher Initial commit 5 years ago
InternalBuilders Remove bootstrap.cfg and references to it. 5 years ago
connection Integrating latest from github/staging 5 years ago
resourcecompiler A quick fix for Asset Processor automated tests (#644) 5 years ago
shadercompiler Initial commit 5 years ago
tests LYN-2705: Remove 'AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS' trait for Linux (#1235) 5 years ago
ui sine fixes to AP model handling, still getting some sporadic asserts in debug 5 years ago
unittests LYN-2705: Remove 'AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS' trait for Linux (#1235) 5 years ago
utilities Fix AssetBuilders when project-path has a trailing slash (#1345) 5 years ago
AssetProcessorBatchBuildTarget.cpp Initial commit 5 years ago
AssetProcessorBuildTarget.cpp Initial commit 5 years ago
assetprocessor.h Initial commit 5 years ago
main_batch.cpp Initial commit 5 years ago
main_gui.cpp Initial commit 5 years ago
precompiled.h Initial commit 5 years ago