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/Framework/AzToolsFramework/AzToolsFramework/Application
mcgarrah bff55bd688 LYN-2726 Updated the Settings Registry Merge Utils logic to determine
the project root and engine root to fix issues with running the Editor
or AssetProcessor from within the project folder overriding the
project_path with the engine root bootstrap.cfg project_path entry

The order in which the project path is overridden as follows
1. The <engine-root>/bootstrap.cfg is first merged into the Settings
   Registry. Any '/Amazon/AzCore/Bootstrap/project_path' would be used
   if the following steps don't override that key.
2. Followed by general *.setreg/*.setregpatch files being merged into
   the Settings Registry which can override the
   '/Amazon/AzCore/Bootstrap/project_path' key
3. Next a project.json file searched upwards from the current executable
   directory to determine the project path
4. Finally if a command line parameter that overrides the project path
   is supplied it is used instead
5 years ago
..
EditorEntityManager.cpp Integrating up through commit 90f050496 5 years ago
EditorEntityManager.h Integrating up through commit 90f050496 5 years ago
Ticker.cpp Initial commit 5 years ago
Ticker.h Initial commit 5 years ago
ToolsApplication.cpp LYN-2726 Updated the Settings Registry Merge Utils logic to determine 5 years ago
ToolsApplication.h LYN-2726 Updated the Settings Registry Merge Utils logic to determine 5 years ago