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/Editor
lumberyard-employee-dm 2478c60793
Fixed several o3de python package and install layout issues (#1714)
* Updated the CrashLog directory path to save to the project user
directory instead of the engine-root directory

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Removing the custom OUTPUT_NAME for the Multiplayer Gem Builder target

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Changed the default value for the LY_3RDPARTY_PATH cache variable to be
~/.o3de/3rdParty

This simplifies the first time user experience when running cmake

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed Windows only issue where using creating a VS Solution for an O3DE project on a different drive resulted in an unloaded "<drive letter>:" entry appearing in the solution explorer

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Refactored install layout logic for External Subdirectories

Instead of performing a regular expression over the Gems/* directory, now the each external subdirectory including the project (external) directory is recursied over and scanned for any folders that aren't excluded.
By default those folders are the [Cc]ache, [Bb]uild and [Uu]ser directories

Afterwards the list files to copy over are then split into a directory list and a file list that is filtered by an include regex
Next the directory list is iterated over and the directories are copied to the install layout
Finally the file list is iterated and the list of files are also copied to the install layout

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed the o3de.bat script changing the working directory before running the o3de.py script

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed exception in engine-template.py script when the create-gem command
is invoked with the --template-name parameter that does not correspond
to a registered Template

Updated the create-project command to register the project with the
o3de_manifest.json and the engine with the project as the final step

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed register.py over-registration of non-engine directories when then
--this-engine parameter is supplied.
All the projects, gems and templates inside of the default o3de_manifest
folder locations were being registered with the engine that was being
registered

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed register.py register_project_path() method to return 0 when the
project path is successfully registered.

This issue was that the save_o3de_manifest method "return" value was
being checked and that method doesn't actually return a value

Added question mark to the engine_template.py to correct text around
notifying the user if the project was registered

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Added doc comment on the new cmke ly_get_vs_folder_directory function()

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Added clarifying comment to the ly_setup_others() command logic to copy over directories and files from any external subdirectories(Gems) that are registered with the engine at the time of install

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed infinite recursion when trying to create a template with the
source directory used to seed the template

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
Animation Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AssetDatabase Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AssetEditor Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AssetImporter Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AzAssetBrowser Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Commands Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Common git mv Code\Sandbox\Editor Code/Editor 5 years ago
Controls Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Core Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Dialogs Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditMode Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Export Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Geometry Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Include Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Launcher Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Lib/Tests Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LightmapCompiler Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainWindow git mv Code\Sandbox\Editor Code/Editor 5 years ago
Objects Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Platform Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Plugins Fix resource registration for the EntityOutlinerWidget class in AzToolsFramework. Also moves icons to a more appropriate location. (#1731) 5 years ago
QtUI Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
RenderHelpers Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Style Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TimeOfDay git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackView Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Translations git mv Code\Sandbox\Editor Code/Editor 5 years ago
Undo Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Util Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WelcomeScreen LYN-4920 | The project image on the welcome page is disconnected from the Project manager (#1738) 5 years ago
res Update icons and launcher images to the O3DE logo 5 years ago
2DViewport.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
2DViewport.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AboutDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AboutDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AboutDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ActionManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ActionManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AnimationContext.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
AnimationContext.cpp.rej git mv Code\Sandbox\Editor Code/Editor 5 years ago
AnimationContext.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibrary.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibrary.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibraryItem.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibraryItem.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibraryManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
BaseLibraryManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CMakeLists.txt Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CVarMenu.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CVarMenu.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CheckOutDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CheckOutDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CheckOutDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
Clipboard.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Clipboard.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ConfigGroup.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ConfigGroup.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ConsoleDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ConsoleDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ControlMRU.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ControlMRU.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CrtDebug.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CryEdit.cpp short term fix for editor/game mode/launcher tick times consistency (#1720) 5 years ago
CryEdit.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CryEdit.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
CryEditDoc.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CryEditDoc.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CryEditLiveCreate.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
CryEditPy.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomAspectRatioDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomAspectRatioDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomAspectRatioDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
CustomResolutionDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomResolutionDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomResolutionDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
CustomizeKeyboardDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomizeKeyboardDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
CustomizeKeyboardDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
DPIAware.xml git mv Code\Sandbox\Editor Code/Editor 5 years ago
DimensionsDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DimensionsDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DimensionsDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
DisplaySettings.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DisplaySettings.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DisplaySettingsPythonFuncs.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DisplaySettingsPythonFuncs.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
DocMultiArchive.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorCryEdit.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorDefs.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorEnvironment.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorEnvironment.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorFileMonitor.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorFileMonitor.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPanelUtils.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPanelUtils.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesBus.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorPreferencesPageAWS.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageAWS.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageExperimentalLighting.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageExperimentalLighting.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageFiles.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageFiles.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageGeneral.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageGeneral.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportDebug.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportDebug.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportGeneral.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportGeneral.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportGizmo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportGizmo.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportMovement.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesPageViewportMovement.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesTreeWidgetItem.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesTreeWidgetItem.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesTreeWidgetItemDelegate.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorPreferencesTreeWidgetItemDelegate.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorToolsApplication.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorToolsApplication.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorToolsApplicationAPI.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorVersion.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorViewportSettings.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorViewportSettings.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorViewportWidget.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorViewportWidget.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ErrorRecorder.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorRecorder.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReport.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReport.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReportDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReportDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReportDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ErrorReportTableModel.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ErrorReportTableModel.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FBXExporterDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FBXExporterDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FBXExporterDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
FileTypeUtils.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FileTypeUtils.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameEngine.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameEngine.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameExporter.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameExporter.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameResourcesExporter.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GameResourcesExporter.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GenericSelectItemDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GenericSelectItemDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GenericSelectItemDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
GotoPositionDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GotoPositionDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GotoPositionDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
GraphicsSettingsDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GraphicsSettingsDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
GridUtils.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IEditor.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IEditorImpl.cpp Fixed several o3de python package and install layout issues (#1714) 5 years ago
IEditorImpl.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IEditorPanelUtils.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IObservable.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IPostRenderer.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IconListDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
IconManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
IconManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
InfoBar.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
KeyboardCustomizationSettings.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
KeyboardCustomizationSettings.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LayoutConfigDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LayoutConfigDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LayoutConfigDialog.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
LayoutConfigDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
LayoutWnd.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LayoutWnd.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LegacyViewportCameraController.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LegacyViewportCameraController.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelFileDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelFileDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelFileDialog.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
LevelFileDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
LevelIndependentFileMan.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelIndependentFileMan.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelInfo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelInfo.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelTreeModel.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LevelTreeModel.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LogFile.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LogFile.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LogFileImpl.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LogFileImpl.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LogFile_mac.mm Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
LyViewPaneNames.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainStatusBar.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainStatusBar.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainStatusBarItems.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainWindow.cpp short term fix for editor/game mode/launcher tick times consistency (#1720) 5 years ago
MainWindow.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MainWindow.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
MainWindow_mac.mm Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewLevelDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewLevelDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewLevelDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
NewTerrainDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewTerrainDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NewTerrainDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
PakManagerDlg.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
PakManagerDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
Plugin.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Plugin.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PluginManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PluginManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PreferencesStdPages.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PreferencesStdPages.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProcessInfo.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ProcessInfo.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PythonEditorEventsBus.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PythonEditorFuncs.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
PythonEditorFuncs.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QtUtil.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QtUtilWin.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QtViewPane.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QtViewPaneManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QtViewPaneManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QuickAccessBar.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QuickAccessBar.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
QuickAccessBar.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
RenderViewport.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
RenderViewport.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
RenderViewport_mac.mm Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Report.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ResizeResolutionDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ResizeResolutionDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ResizeResolutionDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
Resource.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ResourceSelectorHost.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ResourceSelectorHost.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectEAXPresetDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectEAXPresetDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectEAXPresetDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
SelectLightAnimationDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectLightAnimationDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectSequenceDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SelectSequenceDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Settings.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Settings.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SettingsManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SettingsManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SettingsManagerDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SettingsManagerDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SettingsManagerDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ShortcutDispatcher.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ShortcutDispatcher.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StartupLogoDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StartupLogoDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StartupLogoDialog.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
StartupLogoDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
StartupTraceHandler.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StartupTraceHandler.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StringDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
StringDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SurfaceTypeValidator.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SurfaceTypeValidator.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolBox.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolBox.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolbarCustomizationDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolbarCustomizationDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolbarCustomizationDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ToolbarManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolbarManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolsConfigPage.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolsConfigPage.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ToolsConfigPage.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TopRendererWnd.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TopRendererWnd.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewExportKeyTimeDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewExportKeyTimeDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewExportKeyTimeDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackViewFBXImportPreviewDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewFBXImportPreviewDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewFBXImportPreviewDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackViewNewSequenceDialog.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewNewSequenceDialog.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TrackViewNewSequenceDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrustInfo.manifest git mv Code\Sandbox\Editor Code/Editor 5 years ago
UIEnumsDatabase.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UIEnumsDatabase.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoConfigSpec.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoConfigSpec.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoDropDown.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoDropDown.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoViewPosition.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoViewPosition.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoViewRotation.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UndoViewRotation.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UsedResources.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UsedResources.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
UserMessageDefines.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewPane.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewPane.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Viewport.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Viewport.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewportManipulatorController.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewportManipulatorController.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewportTitleDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewportTitleDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ViewportTitleDlg.ui Added tooltips to the viewport title buttons (#1691) 5 years ago
WaitProgress.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WaitProgress.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WinWidgetId.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WindowObserver_mac.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WindowObserver_mac.mm Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WipFeatureManager.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WipFeatureManager.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WipFeaturesDlg.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WipFeaturesDlg.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
WipFeaturesDlg.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
WipFeaturesDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
arhitype_tree_00.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
arhitype_tree_01.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
arhitype_tree_02.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
arhitype_tree_03.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_00.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_01.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_02.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_03.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_04.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_05.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_06.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_07.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_08.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00005_09.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_00.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_01.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_02.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_03.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_04.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_05.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_06.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
bmp00006_07.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
editor_core_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_core_test_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_darwin_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_headers_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_lib_files.cmake Removed missed reference to deleted file. 5 years ago
editor_lib_terrain_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_lib_test_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_lib_test_terrain_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
editor_win_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
graphicssettingsdialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
main.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
o3de_logo.svg git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_00.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_01.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_02.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_03.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_04.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_05.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_06.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
particles_tree_07.png git mv Code\Sandbox\Editor Code/Editor 5 years ago
splashscreen_background_gradient.jpg git mv Code\Sandbox\Editor Code/Editor 5 years ago
water.png git mv Code\Sandbox\Editor Code/Editor 5 years ago