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/LUA
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
..
CodeCompletion Add newlines to the end of all files 5 years ago
BasicScriptChecker.h Add newlines to the end of all files 5 years ago
BreakpointPanel.cpp Integrating latest 47acbe8 5 years ago
BreakpointPanel.hxx Integrating latest 47acbe8 5 years ago
ClassReferenceFilter.cpp Integrating latest 47acbe8 5 years ago
ClassReferenceFilter.hxx Integrating latest 47acbe8 5 years ago
ClassReferencePanel.cpp Integrating latest 47acbe8 5 years ago
ClassReferencePanel.hxx Integrating latest 47acbe8 5 years ago
DebugAttachmentButton.cpp Integrating latest 47acbe8 5 years ago
DebugAttachmentButton.hxx Integrating latest 47acbe8 5 years ago
LUABreakpointTrackerMessages.cpp Integrating latest 47acbe8 5 years ago
LUABreakpointTrackerMessages.h Integrating latest 47acbe8 5 years ago
LUAContextControlMessages.h Integrating latest 47acbe8 5 years ago
LUADebuggerComponent.cpp Integrating latest 47acbe8 5 years ago
LUADebuggerComponent.h Add newlines to the end of all files 5 years ago
LUADebuggerMessages.h Add newlines to the end of all files 5 years ago
LUAEditorBlockState.h Add newlines to the end of all files 5 years ago
LUAEditorBreakpointWidget.cpp Integrating latest 47acbe8 5 years ago
LUAEditorBreakpointWidget.hxx Add newlines to the end of all files 5 years ago
LUAEditorContext.cpp Integrating latest 47acbe8 5 years ago
LUAEditorContext.h Integrating latest 47acbe8 5 years ago
LUAEditorContextInterface.h Fix recursive attempts to open the log file in the GameLauncher (#1114) 5 years ago
LUAEditorContextMessages.h Integrating latest 47acbe8 5 years ago
LUAEditorDebuggerMessages.h Add newlines to the end of all files 5 years ago
LUAEditorFindDialog.cpp Integrating latest 47acbe8 5 years ago
LUAEditorFindDialog.hxx Add newlines to the end of all files 5 years ago
LUAEditorFindDialog.ui Integrating latest 47acbe8 5 years ago
LUAEditorFindResults.cpp Integrating latest 47acbe8 5 years ago
LUAEditorFindResults.hxx Add newlines to the end of all files 5 years ago
LUAEditorFindResults.ui Integrating latest 47acbe8 5 years ago
LUAEditorFoldingWidget.cpp Integrating latest 47acbe8 5 years ago
LUAEditorFoldingWidget.hxx Add newlines to the end of all files 5 years ago
LUAEditorGoToLineDialog.cpp Integrating latest 47acbe8 5 years ago
LUAEditorGoToLineDialog.hxx Add newlines to the end of all files 5 years ago
LUAEditorGoToLineDialog.ui Integrating latest 47acbe8 5 years ago
LUAEditorMainWindow.cpp Integrating latest from github/staging 5 years ago
LUAEditorMainWindow.hxx Integrating latest 47acbe8 5 years ago
LUAEditorMainWindow.ui Integrating latest 47acbe8 5 years ago
LUAEditorPlainTextEdit.cpp Integrating latest 47acbe8 5 years ago
LUAEditorPlainTextEdit.hxx Add newlines to the end of all files 5 years ago
LUAEditorSettingsDialog.cpp Integrating latest 47acbe8 5 years ago
LUAEditorSettingsDialog.hxx Add newlines to the end of all files 5 years ago
LUAEditorSettingsDialog.ui Integrating latest 47acbe8 5 years ago
LUAEditorStyleMessages.cpp Integrating latest 47acbe8 5 years ago
LUAEditorStyleMessages.h Integrating latest 47acbe8 5 years ago
LUAEditorSyntaxHighlighter.cpp Integrating latest 47acbe8 5 years ago
LUAEditorSyntaxHighlighter.hxx Integrating latest 47acbe8 5 years ago
LUAEditorView.cpp Integrating latest 47acbe8 5 years ago
LUAEditorView.hxx Integrating latest 47acbe8 5 years ago
LUAEditorView.ui Integrating latest 47acbe8 5 years ago
LUAEditorViewMessages.h Add newlines to the end of all files 5 years ago
LUALocalsTrackerMessages.h Integrating latest 47acbe8 5 years ago
LUAStackTrackerMessages.h Integrating latest 47acbe8 5 years ago
LUATargetContextTrackerMessages.cpp Integrating latest 47acbe8 5 years ago
LUATargetContextTrackerMessages.h Integrating latest 47acbe8 5 years ago
LUAWatchesDebuggerMessages.h Integrating latest 47acbe8 5 years ago
ScriptCheckerAPI.h Add newlines to the end of all files 5 years ago
StackPanel.cpp Integrating latest 47acbe8 5 years ago
StackPanel.hxx Integrating latest 47acbe8 5 years ago
TargetContextButton.cpp Integrating latest 47acbe8 5 years ago
TargetContextButton.hxx Integrating latest 47acbe8 5 years ago
WatchesPanel.cpp Integrating latest 47acbe8 5 years ago
WatchesPanel.hxx Integrating latest 47acbe8 5 years ago