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
Artur K 56904d1799
Cry Legacy: the Lessening (#5961)
* Generic Cleanup

Removals:

* Unused cvars,member variables and defines
* Windows media center edition support routines
* CSystem - removed debug_GetCallStackRaw/GetRootWindowMessageHandler/
UnloadDLL/ShutdownModuleLibraries

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Fix CryMessageBox return values in Windows build

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove named selection group and a few smaller unused functionalities

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove ObjectManager export functionality + 2 deprecated functions

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove object legacy freeze/hide support from ObjectManager

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove ObjectManager duplicate name dection, as well as object renaming

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove ObjectManager serialization and selection callbacks

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* ObjectManager - remove MoveObjects/HitTestObject/EndEditParams and related members/functions

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove a bunch of unused clone related functionality + misc

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* ObjectManager - misc removals

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* ObjectManager - more removals

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove unused object selection/retrieval in ObjectManager and LoadObjects in ObjectLoader

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* CBaseObject - remove unused material layers mask support

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* More CBaseObject cleanups.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* CBaseObject - remove SubObj functions and IMouseCreateCallback

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove unused procedural floor management, helper scale and tags.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* CBaseObject - remove more unused methods.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Removals in multiple places.

CBaseObject - unused `OBJTYPE_DUMMY` flag removed, member `IsSameClass`
CObjectArchive removed unused methods/members
CObjectManager removed unused `Update` method

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* More removals

IDisplayViewport - HitTestLine/GetGridStep/setHitcontext/
GetConstructionPlane
Unused Cry_Matrix44 template specializations.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* O3DE.exe Project-Centric "Open Editor" fix (#5852)

* The O3DE.exe Open Editor button now attempts to open the Editor in the
build directory of the project being opened.

If their is no Editor within the build directory of the Project, it uses
the Editor.exe in the current O3DE.exe executable directory if it exists

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

* Engine .gitignore now ignores the build directory if placed in the
AutomatedTesting project

Previously it was just ignoring a `[Bb]uild` directory if it was
directly within the engine root.
This change matches the behavior of the project templates.

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

* Renamed the ProjectUtils GetEditorDirectory function to
GetEditorExecutablePath

Added a platform specific implementation for retrieving the path to the
Editor executable in the GetEditorExectuablePath function.

It first attempts to locate the Editor via checking the project build
directory for an Editor executable before falling back to checking the
binary directory of the currently running O3DE executable.

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

* Correct the MacOS GetEditorExecutablePath to return the Editor path

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

* Adding missing C++20 std::erase implementations (#5735)

There were already implementations for std::erase_if.
This adds the counterpart AZStd::erase versions

resolves #5734

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

* More removals and refactors

`ShowMessage` and `CryMessageBox` return void now
Simplify code in `CSystem::WarningV`
Remove unused `CryGetTicksPerSec`
Remove unused WinBase functionality
Replace `nanosleep` call in WinBase with `std::this_thread::sleep_for`
Remove unused Win32Wrapper routines
Remove unused IFunctorBase.h and IEntityObjectListener.h
Fix VectorAndArray.cpp compilation
Use QMessageBox instead of CryMessageBox in the editor.
Remove empty ArchiveVars platform specific files

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Fix test code.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove an unused  function

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* CBaseObject and undo description removals.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* A bunch of removals

* Remove IRenderNode
* Remove editor's KDTree
* Remove StatObjBus, InstanceStatObjEventBus::ReleaseData is redundant (
same functionality in the only available handler is triggered by
`OnCryEditorCloseScene`)
* Remove CExportManager::AddStatObj/AddMeshes/AddMesh,
IExportManager::ExportSingleStatObj
* Remove CIconManager/IIconManager::GetObject
* Remove CBaseObject::IntersectRayMesh
* Remove IIndexedMesh and related structs.
* Unused IUndoObject::GetDescription and all derived implementations.
* Unused CUndoBaseLibrary/CUndoBaseLibraryManager
* Unused Matrix34_tpl typedefs
* Legacy Xml classes cleanup

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Remove unused `Vec3ToVector3D` helper

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* fix - remove unused static variable

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
Animation Clang/Clazy pass over AzCore (#5045) 4 years ago
AssetDatabase Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AssetEditor Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
AssetImporter Clang/Clazy pass over AzCore (#5045) 4 years ago
AzAssetBrowser Starting to remove MTL asset references 4 years ago
Commands Fixes clang cases 4 years ago
Common git mv Code\Sandbox\Editor Code/Editor 5 years ago
Controls Cry Legacy: the Lessening (#5961) 4 years ago
Core Improvements to C++/Python tool gemplates 4 years ago
Dialogs Clang/Clazy pass over AzCore (#5045) 4 years ago
EditMode PR comments/fixes 4 years ago
Export Cry Legacy: the Lessening (#5961) 4 years ago
Geometry Legacy cleanup, part 2 (#3659) 4 years ago
Include Cry Legacy: the Lessening (#5961) 4 years ago
Launcher Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Lib/Tests Cry Legacy: the Lessening (#5961) 4 years ago
LightmapCompiler Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MainWindow git mv Code\Sandbox\Editor Code/Editor 5 years ago
Objects Cry Legacy: the Lessening (#5961) 4 years ago
Platform [Linux] Unify Editor and Game raw mouse event handling 4 years ago
Plugins Cry Legacy: the Lessening (#5961) 4 years ago
QtUI Code/Editor 4 years ago
RenderHelpers Code/Editor 4 years ago
Style Introduce default font size. This fixes sizing and spacing for text rendered via a painter with not font specified. (#4069) 4 years ago
TimeOfDay git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackView Cry Legacy: the Lessening (#5961) 4 years ago
Translations git mv Code\Sandbox\Editor Code/Editor 5 years ago
Undo Cry Legacy: the Lessening (#5961) 4 years ago
Util Cry Legacy: the Lessening (#5961) 4 years ago
WelcomeScreen [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
res Create config files automatically and UX style updates (#3514) 4 years ago
2DViewport.cpp Updates and fixes to viewport placement (#5712) 4 years ago
2DViewport.h Merge commit 'e34ea3bcaa0306699804072c6bce6eb01f65fc52' into puvvadar/gitflow_211118_o3de 4 years ago
AboutDialog.cpp Update Splashscreen and About Us dialogs for General Availability (#4901) 4 years ago
AboutDialog.h Update Splashscreen and About Us dialogs for General Availability (#4901) 4 years ago
AboutDialog.ui Updated splash screen and about dialog with development name 4 years ago
ActionManager.cpp Improved look for viewport ui border close button (#5757) 4 years ago
ActionManager.h Improved look for viewport ui border close button (#5757) 4 years ago
AnimationContext.cpp Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
AnimationContext.h Code/Editor 4 years ago
BaseLibrary.cpp Cry Legacy: the Lessening (#5961) 4 years ago
BaseLibrary.h Code/Editor 4 years ago
BaseLibraryItem.cpp Cry Legacy: the Lessening (#5961) 4 years ago
BaseLibraryItem.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
BaseLibraryManager.cpp Cry Legacy: the Lessening (#5961) 4 years ago
BaseLibraryManager.h Code/Editor 4 years ago
CMakeLists.txt Merge commit '4ac8b5dc429b6c87b3bd9e743839c47f7a02c0ce' into junbo/gitflow_211123_o3de 4 years ago
CVarMenu.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CVarMenu.h Small `Code/Editor` cleanup pass (#4909) 4 years ago
CheckOutDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CheckOutDialog.h Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
CheckOutDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
Clipboard.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Clipboard.h Merge branch 'development' into cmake/SPEC-7179 5 years ago
ConfigGroup.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
ConfigGroup.h Small `Code/Editor` cleanup pass (#4909) 4 years ago
ConsoleDialog.cpp Fixes clang cases 4 years ago
ConsoleDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CrtDebug.cpp Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
CryEdit.cpp Cry Legacy: the Lessening (#5961) 4 years ago
CryEdit.h Merge commit 'a544800536a5bebda96812951befa4d43b0474d3' into amzn-tommy/gitflow_211116_o3de2 4 years ago
CryEdit.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
CryEditDoc.cpp Cry Legacy: the Lessening (#5961) 4 years ago
CryEditDoc.h Cry Legacy: the Lessening (#5961) 4 years ago
CryEditLiveCreate.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
CryEditPy.cpp Reorganized Prefab tests and standarization (#4786) 4 years ago
CustomAspectRatioDlg.cpp Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
CustomAspectRatioDlg.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CustomAspectRatioDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
CustomResolutionDlg.cpp Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
CustomResolutionDlg.h Small `Code/Editor` cleanup pass (#4909) 4 years ago
CustomResolutionDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
CustomizeKeyboardDialog.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
CustomizeKeyboardDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 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 Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DimensionsDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DimensionsDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
DisplaySettings.cpp Code/Editor 4 years ago
DisplaySettings.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DisplaySettingsPythonFuncs.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DisplaySettingsPythonFuncs.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DocMultiArchive.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorCryEdit.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorDefs.h Removal and Replacement of the CryTimer (gEnv->pTimer) (#5409) 4 years ago
EditorEnvironment.cpp Merged the Editor.Camera.Tests with the Editor.Tests (#5463) 4 years ago
EditorEnvironment.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorFileMonitor.cpp Update the FileIO Aliases (#4186) 4 years ago
EditorFileMonitor.h Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
EditorModularViewportCameraComposer.cpp Camera fixes follow-up (#5703) 4 years ago
EditorModularViewportCameraComposer.h Improvements to feedback for default camera orbit point (when no entity is selected) (#5397) 4 years ago
EditorModularViewportCameraComposerBus.h Expose camera input channels to the UI and ensure the cached values are refreshed when updated (#3607) 4 years ago
EditorPanelUtils.cpp unnecessary pragmas incompatible with clang 4 years ago
EditorPanelUtils.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesDialog.cpp bugfix: correct broken layout when searching global preferences (#4689) 4 years ago
EditorPreferencesDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorPreferencesPageAWS.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageAWS.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageExperimentalLighting.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageExperimentalLighting.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageFiles.cpp Moved Max Number of Entries Shown in Asset Browser Search View to EditorViewportSettings (#4660) 4 years ago
EditorPreferencesPageFiles.h Moved Max Number of Entries Shown in Asset Browser Search View to EditorViewportSettings (#4660) 4 years ago
EditorPreferencesPageGeneral.cpp Changed parameter names to reflect the recursive nature of functions and some more changes 4 years ago
EditorPreferencesPageGeneral.h Changed parameter names to reflect the recursive nature of functions and some more changes 4 years ago
EditorPreferencesPageViewportCamera.cpp Update default camera orbit behavior (#5301) 4 years ago
EditorPreferencesPageViewportCamera.h Update default camera orbit behavior (#5301) 4 years ago
EditorPreferencesPageViewportDebug.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageViewportDebug.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesPageViewportGeneral.cpp Expose sticky select option to the SettingsRegistry and disable by default (#4149) 4 years ago
EditorPreferencesPageViewportGeneral.h Expose sticky select option to the SettingsRegistry and disable by default (#4149) 4 years ago
EditorPreferencesPageViewportManipulator.cpp updates after file renames 4 years ago
EditorPreferencesPageViewportManipulator.h updates after file renames 4 years ago
EditorPreferencesTreeWidgetItem.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
EditorPreferencesTreeWidgetItem.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesTreeWidgetItemDelegate.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorPreferencesTreeWidgetItemDelegate.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorToolsApplication.cpp Additional test support for Manipulator Ditto commands (#4191) 4 years ago
EditorToolsApplication.h Additional test support for Manipulator Ditto commands (#4191) 4 years ago
EditorToolsApplicationAPI.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorVersion.rc git mv Code\Sandbox\Editor Code/Editor 5 years ago
EditorViewportCamera.cpp Remove camera LookAtAfterInterpolation (#4391) 4 years ago
EditorViewportCamera.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorViewportSettings.cpp Update default camera orbit behavior (#5301) 4 years ago
EditorViewportSettings.h Update default camera orbit behavior (#5301) 4 years ago
EditorViewportWidget.cpp Cry Legacy: the Lessening (#5961) 4 years ago
EditorViewportWidget.h Merge commit 'bf4f52e146b09a3171c98926e29d0101be868dc8' into puvvadar/gitflow_211118_o3de 4 years ago
ErrorDialog.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
ErrorDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ErrorDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ErrorRecorder.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ErrorRecorder.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ErrorReport.cpp Legacy code cleanup - part 3 (#3903) 4 years ago
ErrorReport.h Legacy code cleanup - part 3 (#3903) 4 years ago
ErrorReportDialog.cpp Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
ErrorReportDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ErrorReportDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ErrorReportTableModel.cpp Code/Editor 4 years ago
ErrorReportTableModel.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FBXExporterDialog.cpp Code/Editor 4 years ago
FBXExporterDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FBXExporterDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
FileTypeUtils.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FileTypeUtils.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GameEngine.cpp Cry Legacy: the Lessening (#5961) 4 years ago
GameEngine.h Cry Legacy: the Lessening (#5961) 4 years ago
GameExporter.cpp Cry Legacy: the Lessening (#5961) 4 years ago
GameExporter.h Legacy code cleanup - part 3 (#3903) 4 years ago
GameResourcesExporter.cpp More fixes for Code/Editor 4 years ago
GameResourcesExporter.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GenericSelectItemDialog.cpp Merge branch 'development' into cmake/SPEC-7484 4 years ago
GenericSelectItemDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GenericSelectItemDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
GotoPositionDlg.cpp Code/Editor 4 years ago
GotoPositionDlg.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GotoPositionDlg.ui Resolved merge conflicts 5 years ago
GridUtils.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
IEditor.h Cry Legacy: the Lessening (#5961) 4 years ago
IEditorImpl.cpp Cry Legacy: the Lessening (#5961) 4 years ago
IEditorImpl.h Cry Legacy: the Lessening (#5961) 4 years ago
IEditorPanelUtils.h Remove ResourceSelectorHost and clean up/refactor related bits (#3050) 4 years ago
IObservable.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
IPostRenderer.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
IconListDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
IconManager.cpp Cry Legacy: the Lessening (#5961) 4 years ago
IconManager.h Cry Legacy: the Lessening (#5961) 4 years ago
InfoBar.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
KeyboardCustomizationSettings.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
KeyboardCustomizationSettings.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LayoutConfigDialog.cpp Editor code: tidy up BOOLs,NULLs and overrides pt5. (#2876) 4 years ago
LayoutConfigDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 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 Fix clang 13 compilation problems (#5791) 4 years ago
LayoutWnd.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
LevelFileDialog.cpp Code/Editor 4 years ago
LevelFileDialog.h Code/Editor 4 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 Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelIndependentFileMan.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelInfo.cpp Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
LevelInfo.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelTreeModel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LevelTreeModel.h Code/Editor 4 years ago
LogFile.cpp Fixes clang cases 4 years ago
LogFile.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LogFileImpl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LogFileImpl.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LogFile_mac.mm Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LyViewPaneNames.h Animation Editor: Remove preview label (#5449) 4 years ago
MainStatusBar.cpp [development] removed CryLibrary (#5474) 4 years ago
MainStatusBar.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MainStatusBarItems.h Added context menu on game folder status bar item to open project path in file explorer. 4 years ago
MainWindow.cpp Cry Legacy: the Lessening (#5961) 4 years ago
MainWindow.h changes to the move rotate and scale 4 years ago
MainWindow.qrc Create config files automatically and UX style updates (#3514) 4 years ago
MainWindow_mac.mm Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NewLevelDialog.cpp Small `Code/Editor` cleanup pass (#4909) 4 years ago
NewLevelDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
NewLevelDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
NewTerrainDialog.cpp Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
NewTerrainDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 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 Cry Legacy: the Lessening (#5961) 4 years ago
Plugin.h Legacy cleanup (#3383) 4 years ago
PluginManager.cpp Code/Editor 4 years ago
PluginManager.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PreferencesStdPages.cpp updates after file renames 4 years ago
PreferencesStdPages.h Code/Editor 4 years ago
ProcessInfo.cpp more replacements of A functions 4 years ago
ProcessInfo.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PythonEditorEventsBus.h Updated the GameApplication to mount the engine.pak (#4128) 4 years ago
PythonEditorFuncs.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
PythonEditorFuncs.h Updated the GameApplication to mount the engine.pak (#4128) 4 years ago
QtUtil.h Merge branch 'development' into cmake/SPEC-7182 4 years ago
QtUtilWin.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
QtViewPane.h Code/Editor 4 years ago
QtViewPaneManager.cpp Minor formatting. 4 years ago
QtViewPaneManager.h Address PR comments. 4 years ago
QuickAccessBar.cpp runtime fixes (Editor running) 4 years ago
QuickAccessBar.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
QuickAccessBar.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
RenderViewport_mac.mm Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Report.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ResizeResolutionDialog.cpp Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
ResizeResolutionDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ResizeResolutionDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
Resource.h LYN-4946 | Merge Game Mode buttons in the Play Controls toolbar (#5557) 4 years ago
SelectEAXPresetDlg.cpp Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
SelectEAXPresetDlg.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SelectEAXPresetDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
SelectLightAnimationDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SelectLightAnimationDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SelectSequenceDialog.cpp Code/Editor 4 years ago
SelectSequenceDialog.h Code/Editor 4 years ago
Settings.cpp Merge commit 'a8dcfbbb1390bca0a2ed3629b0c47c1af6358e77' into puvvadar/gitflow_211118_o3de 4 years ago
Settings.h Merge commit 'a8dcfbbb1390bca0a2ed3629b0c47c1af6358e77' into puvvadar/gitflow_211118_o3de 4 years ago
SettingsManager.cpp Legacy cleanup (#3383) 4 years ago
SettingsManager.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SettingsManagerDialog.cpp Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
SettingsManagerDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SettingsManagerDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ShortcutDispatcher.cpp fix for focus being removed from main viewport widget when interacting with viewport ui elements 5 years ago
ShortcutDispatcher.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
StartupLogoDialog.cpp Update Splashscreen and About Us dialogs for General Availability (#4901) 4 years ago
StartupLogoDialog.h Update Splashscreen and About Us dialogs for General Availability (#4901) 4 years ago
StartupLogoDialog.qrc Update Splashscreen and About Us dialogs for General Availability (#4901) 4 years ago
StartupLogoDialog.ui Updated splash screen and about dialog with development name 4 years ago
StartupTraceHandler.cpp Code/Editor 4 years ago
StartupTraceHandler.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
StringDlg.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
StringDlg.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
SurfaceTypeValidator.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SurfaceTypeValidator.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ToolBox.cpp Code/Editor 4 years ago
ToolBox.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
ToolbarCustomizationDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ToolbarCustomizationDialog.h Code/Editor 4 years ago
ToolbarCustomizationDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ToolbarManager.cpp LYN-4946 | Merge Game Mode buttons in the Play Controls toolbar (#5557) 4 years ago
ToolbarManager.h LYN-4946 | Merge Game Mode buttons in the Play Controls toolbar (#5557) 4 years ago
ToolsConfigPage.cpp Legacy cleanup, part 2 (#3659) 4 years ago
ToolsConfigPage.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ToolsConfigPage.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TopRendererWnd.cpp Merge branch 'development' into cmake/linux_fix_warn_unused 4 years ago
TopRendererWnd.h Code/Editor 4 years ago
TrackViewExportKeyTimeDlg.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TrackViewExportKeyTimeDlg.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TrackViewExportKeyTimeDlg.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackViewFBXImportPreviewDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TrackViewFBXImportPreviewDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TrackViewFBXImportPreviewDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
TrackViewNewSequenceDialog.cpp Updating PR to change lower API to return AZStd::string instead of const char* for safety. 4 years ago
TrackViewNewSequenceDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 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 Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
UIEnumsDatabase.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoConfigSpec.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoConfigSpec.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoDropDown.cpp Fix "index out of range" error in AssetProcessor (#4324) 4 years ago
UndoDropDown.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoViewPosition.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoViewPosition.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UndoViewRotation.cpp Address PR feedback 4 years ago
UndoViewRotation.h Camera Component, Editor Viewport Widget refactoring. 4 years ago
UsedResources.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UsedResources.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UserMessageDefines.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ViewManager.cpp Merge remote-tracking branch 'upstream/development' into camera_and_editor_viewport_widget_improvements 4 years ago
ViewManager.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
ViewPane.cpp enable warning 4296: 'operator': expression is always false 4 years ago
ViewPane.h Code/Editor 4 years ago
Viewport.cpp Cry Legacy: the Lessening (#5961) 4 years ago
Viewport.h Cry Legacy: the Lessening (#5961) 4 years ago
ViewportManipulatorController.cpp Improvement for click detection when clicking quickly between mouse moves (#5786) 4 years ago
ViewportManipulatorController.h Improvement for click detection when clicking quickly between mouse moves (#5786) 4 years ago
ViewportTitleDlg.cpp Remove the legacy ViewSystem and some other tangentially related legacy code. (#5558) 4 years ago
ViewportTitleDlg.h Remove the legacy ViewSystem and some other tangentially related legacy code. (#5558) 4 years ago
ViewportTitleDlg.ui Fix to capitalization in include via the UI 4 years ago
WaitProgress.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
WaitProgress.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
WinWidgetId.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
WindowObserver_mac.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
WindowObserver_mac.mm Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
WipFeatureManager.cpp More fixes for Code/Editor 4 years ago
WipFeatureManager.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 years ago
WipFeaturesDlg.cpp More fixes for Code/Editor 4 years ago
WipFeaturesDlg.h Editor code: tidy up BOOLs,NULLs and overrides pt6. 4 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 Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_core_test_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_darwin_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_headers_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_lib_files.cmake Cry Legacy: the Lessening (#5961) 4 years ago
editor_lib_terrain_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_lib_test_files.cmake Merged the Editor.Camera.Tests with the Editor.Tests (#5463) 4 years ago
editor_lib_test_terrain_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
editor_win_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 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_2021_11.jpg Update Splashscreen and About Us dialogs for General Availability (#4901) 4 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