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/AzCore/AzCore
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
..
Android Remove bootstrap.cfg and references to it. 5 years ago
Asset Preserve asset ids for assets that fail to load, when deserializing from json (#847) 5 years ago
Casting Initial commit 5 years ago
Component Add console function to print entity name from entity id (#1021) 5 years ago
Compression Add newlines to the end of all files 5 years ago
Console Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
Debug Add newlines to the end of all files 5 years ago
Driller Initial commit 5 years ago
EBus Fixes for AR issues 5 years ago
IO Fix recursive attempts to open the log file in the GameLauncher (#1114) 5 years ago
IPC Initial commit 5 years ago
Interface Initial commit 5 years ago
JSON Add newlines to the end of all files 5 years ago
Jobs Add newlines to the end of all files 5 years ago
Math refactor vector scale on Transform to float scale 5 years ago
Memory Remove or update some remaining non-inclusive terms. (#793) 5 years ago
Module Fixing minor spacing, spelling, and print formatting. 5 years ago
Name Initial commit 5 years ago
NativeUI LYN-2723: Fixes issues with bad project or engine paths (#369) 5 years ago
Outcome Initial commit 5 years ago
PlatformId Fixed issues with mac build caused by a double define of "MAC" (#996) 5 years ago
Preprocessor Add newlines to the end of all files 5 years ago
RTTI Add support for unordered_set to ScriptCanvas. Improved graph version upgrade systems and fixed related bugs. 5 years ago
Script Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
ScriptCanvas Initial commit 5 years ago
Serialization Bug fixes and improvements brought over from demo work. 5 years ago
Settings Fix recursive attempts to open the log file in the GameLauncher (#1114) 5 years ago
Slice Support for nested slice conversions (#1121) 5 years ago
Socket Initial commit 5 years ago
State Add newlines to the end of all files 5 years ago
Statistics Initial commit 5 years ago
StringFunc Integrating github/staging through commit 5f214be 5 years ago
Threading Initial commit 5 years ago
Time Initial commit 5 years ago
UnitTest Added support to the AZ Console to be notified when the Settings Registry modifies a particular path (#691) 5 years ago
UserSettings Initial commit 5 years ago
Utils O3de updates restricted download (#229) 5 years ago
XML Initial commit 5 years ago
std More camera fixes for the new CameraInput system (#667) 5 years ago
AzCoreModule.cpp LYN-2723: Fixes issues with bad project or engine paths (#369) 5 years ago
AzCoreModule.h Initial commit 5 years ago
BuildInfo.h Initial commit 5 years ago
Docs.h Initial commit 5 years ago
Platform.cpp Initial commit 5 years ago
Platform.h Initial commit 5 years ago
PlatformDef.h Initial commit 5 years ago
PlatformIncl.h Initial commit 5 years ago
PlatformRestrictedFileDef.h Initial commit 5 years ago
azcore_files.cmake Addressed PR feedback 5 years ago
azcoretestcommon_files.cmake ATOM-14889: Fix for scriptProcessorRule doesn't save with field empty 5 years ago
base.h Initial commit 5 years ago