srikappa-amzn
fd20b028a6
Deprecate IsPrefabSystemForLevelsEnabled and use IsPrefabSystemEnabled everywhere ( #7327 )
...
Signed-off-by: srikappa-amzn <82230713+srikappa-amzn@users.noreply.github.com >
2022-02-01 13:37:47 -08:00
Chris Galvan
ec147cc4fe
Merge pull request #7301 from aws-lumberyard-dev/cgalvan/RemoveLegacyPropertyResourceCtrl
...
Removed legacy PropertyResourceCtrl
2022-02-01 08:51:26 -06:00
Ignacio Martinez
27b84761de
Adding Collapse All tooltip in the Asset Browser ( #7236 )
...
* Added Collapse All Tooltip
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Changed tooltip duration
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Changed tooltip from .ui file
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Removed custom tooltip duration
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
2022-02-01 09:55:03 +00:00
Ken Pruiksma
b455b915a8
Making terrain query resolution a single float instead of a Vector2 ( #7186 )
...
* Making terrain query resolution a single float instead of a Vector2
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Keeping the concept of different x/y step sizes in region queries since that may be useful and is separate from query resolution. Also keeping the concept of different x/y step sizes in physics since that's independent of the terrain gem.
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Formatting cleanups
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* A few more minor cleanups
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Added support to convert serialized Vector2 query resolution to a single float.
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Switch ray intersection check back to using separate values for x and y resolution
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Fixing new unit tests added to use float query resolution.
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
* Updating automated test
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
2022-01-31 16:10:03 -06:00
Chris Galvan
564596fcf0
Removed legacy PropertyResourceCtrl
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-31 15:34:42 -06:00
Chris Galvan
69640fcef5
Merge pull request #7290 from aws-lumberyard-dev/cgalvan/FixViewportNotLoadingAfterNewLevel
...
Fixed issue with viewport not rendering when creating a new level
2022-01-31 13:19:02 -06:00
Chris Galvan
05ece2adba
Merge pull request #7213 from siretty/cleanup_unused_var_empty_line_bool_init
...
Remove an Unused Variable Breaking the Build With Clang 13 on Linux and Minor Cleanup
2022-01-31 11:22:26 -06:00
Chris Galvan
8263a50f97
Fixed issue with viewport not rendering when creating a new level
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-31 11:11:42 -06:00
Daniel Edwards
aa093945a6
Remove an unused variable and explicitly initialize some bools to false
...
Signed-off-by: Daniel Edwards <dev@danieledwards.de >
2022-01-30 10:01:32 +01:00
Chris Galvan
1c6fbdab2a
Removed legacy/unused IEventLoopHook
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-28 15:44:25 -06:00
John Jones-Steele
b34a955c3d
Fixed platform settings not using unique values for Android and iOS ( #7198 )
...
* Fixed platform settings not using unique values for Android and iOS
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Removed unnecessary comment
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Changes from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
2022-01-28 16:38:33 +00:00
Chris Galvan
cc6f687359
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/RemovedUnusedViewPaneClass
2022-01-27 09:56:47 -06:00
Chris Galvan
c2ae853d95
Fixed python bindings unit test
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-26 15:37:30 -06:00
Chris Galvan
8151856e83
Removed legacy Editor config spec
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-26 13:01:30 -06:00
Esteban Papp
c789814d75
adds another maybe_unused to a new variable using assert
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-26 07:36:33 -08:00
Esteban Papp
22616cc7c4
Merge branch 'development' into optimization/unused_files
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Gems/LmbrCentral/Code/Tests/lmbrcentral_editor_tests_files.cmake
2022-01-26 07:35:17 -08:00
Chris Galvan
ec47c4fdfc
Merge pull request #7152 from aws-lumberyard-dev/cgalvan/DisableRenderPipelineUntilLevelIsLoaded
...
Disable render pipeline for EditorViewportWidget until a level has been loaded
2022-01-26 08:29:21 -06:00
Danilo Aimini
e6113eb9c5
Add checks to handle failure in creating entity as a child of a read-only entity in TrackView and LandscapeCanvas ( #7156 )
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2022-01-25 21:09:00 -08:00
Esteban Papp
ae3503b74c
Fixes build after merge
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-25 18:31:51 -08:00
Esteban Papp
6fad254b59
Merge branch 'development' into optimization/unused_files
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
# Conflicts:
# Code/Editor/IEditorImpl.cpp
# Code/Editor/IEditorImpl.h
# Gems/LmbrCentral/Code/Tests/lmbrcentral_editor_tests_files.cmake
2022-01-25 15:40:30 -08:00
Chris Galvan
6e05ac678d
Hide the RenderViewportWidget when there is no level loaded so the gradient background is visible
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-25 16:46:49 -06:00
Chris Galvan
8b5f532e30
Disable render pipeline for EditorViewportWidget until a level has been loaded
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-25 14:25:32 -06:00
Roman
55146d037a
Add manipulator for atom render plugin in animation editor. ( #7068 )
...
* small bugfix
Signed-off-by: rhhong <rhhong@amazon.com >
* ActorInstanceId default to -1 when no %lastresult matches
Signed-off-by: rhhong <rhhong@amazon.com >
* CR feedback - wrap function to get the first available editor actor instance.
Signed-off-by: rhhong <rhhong@amazon.com >
* Remove mcore inline
Signed-off-by: rhhong <rhhong@amazon.com >
* Fixed the bug that delete an instance from actor manager crashes the editor.
Signed-off-by: rhhong <rhhong@amazon.com >
* Move the manipulator controller.
Signed-off-by: rhhong <rhhong@amazon.com >
* Add manipulator icon
Signed-off-by: rhhong <rhhong@amazon.com >
* Add manipulators
Signed-off-by: rhhong <rhhong@amazon.com >
* move more option to renderOption, and loading all going through the plugin
Signed-off-by: rhhong <rhhong@amazon.com >
* code cleanup
Signed-off-by: rhhong <rhhong@amazon.com >
* code cleanup
Signed-off-by: rhhong <rhhong@amazon.com >
* more code cleanup
Signed-off-by: rhhong <rhhong@amazon.com >
* CR FEEDBACK
Signed-off-by: rhhong <rhhong@amazon.com >
* Fix profile_nounity build
Signed-off-by: rhhong <rhhong@amazon.com >
* CR feedback - move more code to azToolsframework and share them between animation editor and editorlib
Signed-off-by: rhhong <rhhong@amazon.com >
* Using the MouseViewportRequests in viewportMessage and remove the custom bus
Signed-off-by: rhhong <rhhong@amazon.com >
2022-01-25 11:25:18 -08:00
John Jones-Steele
601858978f
The default android platform settings refer to lumberyard #3881 ( #7073 )
...
* WIP
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Commit before merging
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Added new pngs
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Changes from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fixed CRC errors
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
2022-01-25 11:49:05 +00:00
John Jones-Steele
d346d45848
File menu open level and save level as dialogs not properly recognized as modals #6605 ( #7072 )
...
* WIP
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fixes to ModalWindowDismisser
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Redisables Import test as fails on Jenkins
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Redisables Import test and Edit Platform as fails on Jenkins
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Replace skip in TestSuite_Main.py
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
2022-01-25 10:43:20 +00:00
Danilo Aimini
d1143770e0
Prefab Focus Mode | Fixes to viewport top toolbar ( #7094 )
...
* Fixes to the viewport top toolbar.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Additional checks to prevent issues if widgets aren't set up correctly.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Add asserts to catch UI changes that would break this class.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2022-01-24 13:17:16 -08:00
Chris Galvan
f3daeba165
Removed unused IViewPane Editor class
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2022-01-24 13:08:41 -06:00
Chris Galvan
8d0dce2613
Merge pull request #7101 from siretty/fix_build_linux_clang_13
...
Fix Build on Linux with Clang 13 with Debug, Profile and Release Configuration
2022-01-24 12:24:33 -06:00
Chris Galvan
71640c1c82
Merge pull request #6376 from nemerle/compiletime_filerequest_code2
...
Compile time reduction - FileRequest & related changes
2022-01-24 11:43:27 -06:00
Chris Galvan
3fd7e79891
Merge pull request #5155 from pollend/feat/add-cursor-wrap-mode-viewport
...
feat: add cursor wrapped mode
2022-01-24 11:43:18 -06:00
Gene Walters
7b3631444d
Merge pull request #7058 from aws-lumberyard-dev/editor_log_fix
...
Temporary fix for editor log stomping during python tests
2022-01-24 08:08:28 -08:00
Daniel Edwards
0a5f472f43
Clang 13: Fix build errors ...
...
... due to local variables only being written to (but never read).
Signed-off-by: Daniel Edwards <dev@danieledwards.de >
2022-01-23 22:29:03 +01:00
Esteban Papp
4d62351628
Fixes for Linux no unity builds
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-21 16:42:30 -08:00
lumberyard-employee-dm
878ba24a3f
Removed unused AWSNativeSDK dependency from Editor ( #7091 )
...
* Removed unused AWSNativeSDK dependency from Editor
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com >
* Remove build dependencies on the aws-cpp-sdk library from the Editor
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com >
2022-01-21 18:28:26 -06:00
Esteban Papp
fd4014b278
PR comments
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-21 15:31:17 -08:00
Mikhail Naumov
238962be73
fixing crash when opening different level during simulation mode ( #6762 )
...
Signed-off-by: Mikhail Naumov <mnaumov@amazon.com >
2022-01-21 10:02:40 -08:00
Michael Pollind
ed5354fcae
Merge branch 'development' of https://github.com/o3de/o3de into feat/add-cursor-wrap-mode-viewport
2022-01-21 07:16:44 -08:00
Esteban Papp
44c6ca294d
Fixes for rebasing
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 16:09:45 -08:00
Esteban Papp
2a7fe4efcf
Removes multiple Rendering files from LmbrCentral that are no longer used
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 16:07:17 -08:00
evanchia
e2d157006c
Temporary fix for editor log stomping during python tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-20 15:57:09 -08:00
Esteban Papp
4d2e4f437a
Removes ILogMock from CryCommon/Mocks
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:31:00 -08:00
Esteban Papp
b3ba73db3b
Removing unneded include form multiple files
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:50 -08:00
Esteban Papp
c13ceea767
Some fixes for Windows non-unity builds
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:30:46 -08:00
Esteban Papp
e7683fa0f8
removes BaseLibrary/Item/Manager unused code from Code/Editor
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:11:47 -08:00
Esteban Papp
c00d3105c6
Removes some CryAssert methods that are not being used because we redirected it all to AZ_Assert
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:08:40 -08:00
Esteban Papp
03543a9e8e
Removes ColorUtils from Code/Editor
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:07:47 -08:00
Esteban Papp
fba00b0b2b
Removes ComponentPalette/CategoriesList and ComponentPalette/ComponentDataModel from Code/Editor/Plugins/ComponentEntityEditorPlugin
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:07:42 -08:00
Esteban Papp
cc79647654
Removes WinWidgetId from Code/Editor
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:07:38 -08:00
Esteban Papp
3d1b30deda
Removes Triangulate from Code/Editor
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:07:33 -08:00
Esteban Papp
46cc160d8c
Removes smartptr and TRefCountBase from Code/Editor
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 15:07:29 -08:00