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/RC/ResourceCompiler
Eric Phister 7dd7e82d86 LYN-2723: Fixes issues with bad project or engine paths (#369)
* Setup NativeUIRequests as an AZ::Interface.  Adds a NativeUISystemComponent to AzFramework Application.

* Renames NativeUISystemComponent (class) to NativeUISystem, since it's no longer a Component.

* Minor update to SettingsRegistryInterface::Remove doc-comments for accuracy.

* Fixes to make an early fatal shutdown of Editor occur without crash.

* LYN-2723: Updates startup to handle errors: engine root is empty, no valid project.json found (mismatched engine name), or bad project path (launch project picker dialog).

* LYN-2723: Minor formatting/spelling edits.

* LYN-2723: Moves ParseCommandLine from ComponentApplication to SettingsRegistryMergeUtils so it can be used in more places.

* Misc fixes. 'wait_for_connect' setting wasn't being properly applied to AP connection settings. Fix infinite loop in CCmdLine::Next.

* LYN-2723: Addresses review feedback.

* LYN-2723: Reverts some changes that caused a unit test to fail.

* LYN-2723: Reverts one more change that was unnecessary.
5 years ago
..
Platform Add newlines to the end of all files 5 years ago
Tests Initial commit 5 years ago
AssetFileInfo.h Initial commit 5 years ago
CMakeLists.txt Integrating github/staging through commit 5f214be 5 years ago
CfgFile.cpp Initial commit 5 years ago
CfgFile.h Initial commit 5 years ago
Config.cpp Initial commit 5 years ago
Config.h Initial commit 5 years ago
ConvertContext.h Initial commit 5 years ago
DebugLog.h Initial commit 5 years ago
DependencyList.cpp Initial commit 5 years ago
DependencyList.h Initial commit 5 years ago
ExcelExport.cpp Initial commit 5 years ago
ExcelExport.h Initial commit 5 years ago
ExcelReport.cpp Initial commit 5 years ago
ExcelReport.h Initial commit 5 years ago
ExtensionManager.cpp Initial commit 5 years ago
ExtensionManager.h Initial commit 5 years ago
FunctionThread.h Initial commit 5 years ago
ICfgFile.h Initial commit 5 years ago
IConfig.cpp Initial commit 5 years ago
IConfig.h Initial commit 5 years ago
IConvertor.h Initial commit 5 years ago
IMultiplatformConfig.h Initial commit 5 years ago
IProgress.h Initial commit 5 years ago
IRCLog.h Initial commit 5 years ago
IResCompiler.h Initial commit 5 years ago
IUnitTestHelper.h Initial commit 5 years ago
ListFile.cpp Initial commit 5 years ago
ListFile.h Initial commit 5 years ago
MemInterface.cpp Initial commit 5 years ago
MultiplatformConfig.h Initial commit 5 years ago
NameConvertor.h Initial commit 5 years ago
PakHelpers.cpp Initial commit 5 years ago
PakHelpers.h Initial commit 5 years ago
PakManager.cpp Initial commit 5 years ago
PakManager.h Initial commit 5 years ago
PropertyVars.cpp Initial commit 5 years ago
PropertyVars.h Initial commit 5 years ago
RcFile.h Initial commit 5 years ago
ResourceCompiler.cpp Integrating github/staging through commit 5f214be 5 years ago
ResourceCompiler.h Initial commit 5 years ago
ResourceCompiler.rc Integrating github/staging through commit 5f214be 5 years ago
ResourceCompilerTests.cpp Initial commit 5 years ago
ResourceCompiler_precompiled.cpp Initial commit 5 years ago
ResourceCompiler_precompiled.h Initial commit 5 years ago
SimpleString.h Initial commit 5 years ago
TextFileReader.cpp Initial commit 5 years ago
TextFileReader.h Initial commit 5 years ago
UnitTestHelper.cpp Initial commit 5 years ago
UnitTestHelper.h Initial commit 5 years ago
UpToDateFileHelpers.h Initial commit 5 years ago
WindowsCompatibility.xml Add newlines to the end of all files 5 years ago
ZipEncryptor.cpp Integrating github/staging through commit ab87ed9 5 years ago
ZipEncryptor.h Initial commit 5 years ago
main.cpp LYN-2723: Fixes issues with bad project or engine paths (#369) 5 years ago
platform_implRC.cpp Initial commit 5 years ago
platform_implRC.h Initial commit 5 years ago
resource.h Initial commit 5 years ago
resourcecompiler_files.cmake Add newlines to the end of all files 5 years ago
resourcecompiler_static_files.cmake Integrating github/staging through commit ab87ed9 5 years ago
resourcecompiler_test_files.cmake Initial commit 5 years ago