Skip to content

Commit 8716bfa

Browse files
committed
Merging dev latest
Signed-off-by: AMZN-Gene <[email protected]>
2 parents d3c2340 + d6f0da6 commit 8716bfa

File tree

1,032 files changed

+14227
-14922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,032 files changed

+14227
-14922
lines changed

AutomatedTesting/Gem/Resources/LegacyLogoLauncher.bmp

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:bbd314f41b90bc9cba384d86eed865568343cbd332568f74c8ca39a08bc43836
3+
size 1200056

AutomatedTesting/Levels/Graphics/SilhouetteTest/SilhouetteTest.prefab

Lines changed: 1544 additions & 0 deletions
Large diffs are not rendered by default.

Code/Editor/CryEdit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ AZ_POP_DISABLE_WARNING
135135

136136
#include "EditorToolsApplication.h"
137137

138-
#include "Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h"
139-
140138
#include <AzToolsFramework/Undo/UndoSystem.h>
141139

142140

Code/Editor/EditorViewportWidget.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#include "Include/IObjectManager.h"
7575
#include "LayoutWnd.h"
7676
#include "MainWindow.h"
77+
#include "Objects/EntityObject.h"
7778
#include "Objects/DisplayContext.h"
7879
#include "Objects/ObjectManager.h"
7980
#include "ProcessInfo.h"
@@ -82,9 +83,6 @@
8283
#include "ViewPane.h"
8384
#include "ViewportManipulatorController.h"
8485

85-
// ComponentEntityEditorPlugin
86-
#include <Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h>
87-
8886
// Atom
8987
#include <Atom/RPI.Public/RenderPipeline.h>
9088
#include <Atom/RPI.Public/View.h>

Code/Editor/Objects/ObjectManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
#include "Util/Image.h"
2525
#include "ObjectManagerLegacyUndo.h"
2626
#include "Include/HitContext.h"
27-
#include "Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h"
2827

2928
#include <AzCore/Console/Console.h>
29+
#include <AzCore/RTTI/BehaviorContext.h>
3030
#include <AzToolsFramework/Viewport/ViewportMessages.h>
3131
#include <AzToolsFramework/ComponentMode/EditorComponentModeBus.h>
3232

Code/Editor/Platform/Linux/Editor/Core/QtEditorApplication_linux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*
77
*/
88

9+
#pragma once
10+
911
#if !defined(Q_MOC_RUN)
1012
#include <Editor/Core/QtEditorApplication.h>
1113
#include <AzToolsFramework/Entity/EditorEntityContextBus.h>

Code/Editor/Platform/Mac/Editor/Core/QtEditorApplication_mac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*
77
*/
88

9+
#pragma once
10+
911
#include <Editor/Core/QtEditorApplication.h>
1012

1113
namespace Editor

Code/Editor/Platform/Windows/Editor/Core/QtEditorApplication_windows.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*
77
*/
88

9+
#pragma once
10+
911
#include <Editor/Core/QtEditorApplication.h>
1012

1113
namespace Editor

Code/Editor/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -42,38 +42,4 @@ ly_add_target(
4242
)
4343

4444
ly_add_dependencies(Editor ComponentEntityEditorPlugin)
45-
set_property(GLOBAL APPEND PROPERTY LY_EDITOR_PLUGINS $<TARGET_FILE_NAME:Legacy::ComponentEntityEditorPlugin>)
46-
47-
################################################################################
48-
# Tests
49-
################################################################################
50-
if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
51-
52-
ly_add_target(
53-
NAME ComponentEntityEditorPlugin.Tests ${PAL_TRAIT_TEST_TARGET_TYPE}
54-
NAMESPACE Legacy
55-
AUTOMOC
56-
FILES_CMAKE
57-
componententityeditorplugin_test_files.cmake
58-
INCLUDE_DIRECTORIES
59-
PRIVATE
60-
.
61-
BUILD_DEPENDENCIES
62-
PRIVATE
63-
3rdParty::Qt::Core
64-
3rdParty::Qt::Gui
65-
3rdParty::Qt::Widgets
66-
AZ::AzTest
67-
AZ::AzToolsFramework
68-
AZ::AzToolsFrameworkTestCommon
69-
Legacy::CryCommon
70-
Legacy::EditorLib
71-
Gem::LmbrCentral.Editor
72-
RUNTIME_DEPENDENCIES
73-
Gem::LmbrCentral.Editor
74-
)
75-
ly_add_googletest(
76-
NAME Legacy::ComponentEntityEditorPlugin.Tests
77-
LABELS REQUIRES_tiaf
78-
)
79-
endif()
45+
set_property(GLOBAL APPEND PROPERTY LY_EDITOR_PLUGINS $<TARGET_FILE_NAME:Legacy::ComponentEntityEditorPlugin>)

0 commit comments

Comments
 (0)