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/AzToolsFramework/Tests
Tom Hulton-Harrop e34ea3bcaa
Fixes for viewport selection issues (#5494)
* improvements to editor selection in the viewport

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix issue with being able to select icons that are not showing for entities inside entity containers

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update comment after review feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to viewport picking code to simplify the api

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add test to replicate near clip intersection issue

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* small tidy-up changes

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to how we perform world to screen and screen to world calculations, added test coverage and some tidy-up

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add some more tests for ViewportInteractionImpl

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* minor tweaks before PR feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix typo in fix

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix for manipulator test framework tests

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to RPI::View and RenderPipeline after review feedback from VickyAtAZ

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add constexpr to ScreenPoint, ScreenVector and ScreenSize initializing constructors

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add PrintTo functions for Screen* types

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* downgrade error to warning temporarily

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* check incoming view is null

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* remove pragma optimize off

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>
4 years ago
..
Entity Squashed commit of Procedural Prefab work (#4481) 4 years ago
EntityOwnershipService Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
FocusMode LYN-7279 + LYN-7192 | Focus Mode - Container unit tests + Clear container entity open state on new level load (#4558) 4 years ago
Prefab {lyn7065} adding ProcPrefab Prefab::Tempate flag method (#4765) 4 years ago
Script Modernization + AZStd::function compare fix. (#3680) 4 years ago
SliceStabilityTests Update the FileIO Aliases (#4186) 4 years ago
ToolsComponents Code/Framework/AzToolsFramework 4 years ago
UI [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
Viewport Fixes for viewport selection issues (#5494) 4 years ago
Visibility Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ArchiveTests.cpp Update the FileIO Aliases (#4186) 4 years ago
AssetFileInfoListComparison.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSeedManager.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSystemMocks.h Update the FileIO Aliases (#4186) 4 years ago
AssetUtils.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BoundsTestComponent.cpp Fixes for viewport selection issues (#5494) 4 years ago
BoundsTestComponent.h Fixes for viewport selection issues (#5494) 4 years ago
ComponentAdapterTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentAddRemove.cpp [LYN-8041] Enable relocation of the Project Game Release Layout (#5380) 4 years ago
ComponentModeTestDoubles.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTestDoubles.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTestFixture.cpp Preparatory work to allow for more viewport integration tests (#3961) 4 years ago
ComponentModeTestFixture.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorTransformComponentSelectionTests.cpp Fixes for viewport selection issues (#5494) 4 years ago
EditorVertexSelectionTests.cpp Fixes for viewport selection issues (#5494) 4 years ago
EntityIdQLabelTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
EntityInspectorTests.cpp Added API for finding components based on required/incompatible services. 4 years ago
EntityTestbed.h Update the FileIO Aliases (#4186) 4 years ago
FileFunc.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
FingerprintingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GenericComponentWrapperTest.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
InstanceDataHierarchy.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
IntegerPrimtitiveTestConfig.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LogLines.cpp ATOM-16320 Remove PVRTC and ETC compressor (#4557) 4 years ago
Main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ManipulatorBoundsTests.cpp Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 4 years ago
ManipulatorCoreTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ManipulatorViewTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PerforceComponentTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PlatformAddressedAssetCatalogTests.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
PropertyIntCtrlCommonTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntCtrlCommonTests.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntSliderCtrlTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntSpinCtrlTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyTreeEditorTests.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
PythonBindingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QtWidgetLimitsTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SQLiteConnectionTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Slice.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
SliceUpgradeTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SliceUpgradeTestsData.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Slices.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
SpinBoxTests.cpp Fix for events that should have been consumed by manipulators (#3108) 4 years ago
ThumbnailerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TransformComponent.cpp Code/Framework/AzToolsFramework 4 years ago
UndoStack.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
aztoolsframeworktests_files.cmake Asset Browser Tests (#4948) 4 years ago