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/Standalone/Source
lumberyard-employee-dm 4a1d713227
Fix recursive attempts to open the log file in the GameLauncher (#1114)
* Fix recursive attempts to open the log file in the GameLauncher

The AzFramework Application has been updated to default the @user@ and
@log@ aliases to the <engine-root>/user and <engine-root>/user/log
folder respectively if a project isn't set.

Fixed the SystemFile class to support negative offsets if Seek() as per
standard seek function such as fseek

Updated the CrySystem CLog class to use SystemFile instead of FileIOBase
to avoid any asserts that would cause CLog::OpenFile to be recursively
called infinitely

* Removing unused Force Closed variable

* AZ::IO::SystemFile build fixes for Unix platforms. Added a copy constructor for LUAEditorContextInterface.h to fix the LuaEditor build

* Adding missing includes to the WindowsAPI and Android SystemFile headers
5 years ago
..
Driller Remove or update some remaining non-inclusive terms. (#793) 5 years ago
Editor Integrating github/staging through commit 5f214be 5 years ago
LUA Fix recursive attempts to open the log file in the GameLauncher (#1114) 5 years ago
Telemetry Add newlines to the end of all files 5 years ago
AssetDatabaseLocationListener.cpp Add newlines to the end of all files 5 years ago
AssetDatabaseLocationListener.h Integrating latest 47acbe8 5 years ago
LuaIDEApplication.cpp Move ThumbnailerNullComponent into AzToolsFramework so that it can be used by other tools that need it. 5 years ago
LuaIDEApplication.h Integrating latest 47acbe8 5 years ago
ProfilerApplication.cpp Integrating latest 47acbe8 5 years ago
ProfilerApplication.h Integrating latest 47acbe8 5 years ago
StandaloneToolsApplication.cpp Integrating github/staging through commit 5f214be 5 years ago
StandaloneToolsApplication.h Integrating latest 47acbe8 5 years ago