jonawals
46be3efd5d
Add missing test impact pipe
2021-06-08 18:47:36 +01:00
jonawals
ff2cdb3f94
Merge branch 'TIF/Jenkins' into TIF/Jenkins_Test
2021-06-08 17:00:16 +01:00
jonawals
f78ad7f377
Add missing tiaf scripts
2021-06-08 16:58:25 +01:00
jonawals
e2d601ad59
Merge branch 'TIF/Runtime' into TIF/Jenkins
2021-06-08 16:52:26 +01:00
jonawals
2f1276bf71
Merge pull request #94 from aws-lumberyard-dev/TIF/Runtime_TestChanges
...
Fix anon enum clash with uber files
2021-06-08 16:51:03 +01:00
jonawals
dd93c42342
Fix missing keys
2021-06-08 16:49:49 +01:00
jonawals
a9e6eaa57a
Fix anon enum clash with uber files
2021-06-08 16:43:02 +01:00
jonawals
f6f38a12d8
Merge branch 'TIF/Jenkins' into TIF/Jenkins_Test
2021-06-08 15:46:53 +01:00
jonawals
98670a21bc
Fix missing copyright header
2021-06-08 15:42:49 +01:00
jonawals
7a38a93b9c
Remove test_impact_analysis
2021-06-08 14:47:57 +01:00
jonawals
4b819953d6
Fix build script
2021-06-08 14:41:18 +01:00
jonawals
6db9a00315
Merge branch 'TIF/Runtime' into TIF/Jenkins
2021-06-08 14:27:18 +01:00
jonawals
a2a9c23c7c
Merge branch 'main' into TIF/Runtime
2021-06-08 14:23:05 +01:00
jonawals
656aa528d8
Implement new handling of tiaf seed data
2021-06-08 13:39:37 +01:00
jonawals
3b3b43413d
Merge branch 'TIF/Runtime' into TIF/Jenkins
2021-06-08 13:17:47 +01:00
jonawals
f54679bd7f
Merge pull request #93 from aws-lumberyard-dev/TIF/Runtime_TestChanges
...
Make TestEngine clean up artifact dir before runs
2021-06-08 12:54:15 +01:00
jonawals
7a884c85b3
Address PR comments
2021-06-08 12:19:07 +01:00
jonawals
9e187d67a4
Fix typo with delete files filter
2021-06-08 12:08:42 +01:00
jonawals
c9351f4d45
Make TestEngine clean up artifact dir before runs
2021-06-08 12:05:38 +01:00
jonawals
4022a012c4
Merge pull request #88 from aws-lumberyard-dev/TIF/Runtime_TestChanges
...
Fix coverage clear bug and other minor refactors
2021-06-08 11:59:45 +01:00
jonawals
e0f953cf6b
Address PR comments
2021-06-08 11:59:06 +01:00
evanchia-ly-sdets
9a148477e2
Merge pull request #1178 from aws-lumberyard-dev/xml_dir_race_condition
...
Fixing xml directory race condition on incremental runs
2021-06-08 00:43:21 -07:00
Benjamin Jillich
863aac2cb9
[LYN-3727] Actor Draw Bounds Draw Bounds & [LYN-3725] Actor Draw Skeleton Doesn't Draw Skeleton ( #1168 )
...
* [LYN-3727] Actor Draw Bounds Draw Bounds & [LYN-3725] Actor Draw Skeleton Doesn't Draw Skeleton
* Added skeleton, aabb and emfx debug drawing to the actor component.
* Aux geom rendering is flickering as also reported in the Discord channels. Trick with using the scene notification bus did not work as the actor instance is not bound to a given scene as far as I am aware.
2021-06-08 08:41:58 +02:00
Benjamin Jillich
4e79e6004c
[LYN-3845] On the Actor component, click on the Animation Editor button, EMFX isn't opening ( #1169 )
...
We're opening the Animation Editor now also in case no actor has been chosen yet. In this case the Animation Editor will also just be started without loading any assets.
2021-06-08 07:39:35 +02:00
Alex Peterson
7ca7ad9b72
Fix missing user_tags exception and configure gems button
2021-06-07 19:50:40 -07:00
evanchia
b2a6616a31
fixed cwd error
2021-06-07 18:50:21 -07:00
Guthrie Adams
29eb61aaf5
Merge pull request #1174 from aws-lumberyard-dev/Atom/guthadam/ATOM-15701_changed_material_inspector_highlight_color
...
ATOM-15701 changed material inspector highlight color
2021-06-07 20:42:45 -05:00
evanchia
9afe5225e6
removing wildcard from rmdir, not windows compatible
2021-06-07 18:39:03 -07:00
evanchia
9373c5fd0d
Fixing xml directory race condition on incremental runs
2021-06-07 18:31:57 -07:00
guthadam
d67628d88c
ATOM-15701 changed material inspector highlight color
2021-06-07 18:23:40 -05:00
Terry Michaels
593b679fa3
Main toolbar consolidation and cleanup ( #1167 )
...
* Moving menu options around
* Consolidation and moving of toolbar functioanlity
* Fixed non-unity build missing header
* Updated camera icon to the correct one
* Addressed review feedback
* Addressed review feedback
* Moved icons to new folder structure/naming
2021-06-07 18:11:56 -05:00
Esteban Papp
36cb0f6d40
SPEC-7178 Removal of precompiled cpp files ( #1171 )
...
* SPEC-7178 Removal of precompiled cpp files
* Missing files...
2021-06-07 15:59:58 -07:00
Jonny Galloway
fe152ea8da
Merge pull request #1156 from aws-lumberyard-dev/Atom/gallowj/Atom15729
...
Atom15729 Fixed broken materials
2021-06-07 17:39:39 -05:00
gallowj
2ad5a1916d
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into Atom/gallowj/Atom15729
2021-06-07 16:36:34 -05:00
amzn-mgwynn
38865c95e2
Merge pull request #1162 from aws-lumberyard-dev/Prism/gem-db
...
Adding python bindings for modifying project properties
2021-06-07 16:59:10 -04:00
mgwynn
1900a42203
remove const ref from iterator for python object conversion since pybind only returns copies and produces a clang error
2021-06-07 15:43:47 -04:00
AMZN-tpeng
3997f4a875
Merge pull request #1165 from aws-lumberyard-dev/Atom/tonypeng/ATOM-15723
...
ATOM-15723 [RHI][Vulkan] Set unbounded array support based on physica…
2021-06-07 12:19:19 -07:00
mgwynn
b0826c5f9c
added tag managerment arguments for CLI to mutually exclusive group
2021-06-07 15:08:18 -04:00
mgwynn
01b200ad42
removing unused define
2021-06-07 14:19:48 -04:00
mgwynn
6d6f8413c8
Incorporating review comments. Some parameter modifications. Some cli edge case handling. Remove remove_tag member from project info
2021-06-07 14:14:32 -04:00
jonawals
a56591fa12
Address PR comments
2021-06-07 18:38:54 +01:00
jonawals
f603b08d05
Address PR comments
2021-06-07 18:37:20 +01:00
jonawals
cc9e8a72e4
Fix coverage clear bug and other minor refactors
2021-06-07 17:45:48 +01:00
jonawals
f1f66aa523
Merge pull request #86 from aws-lumberyard-dev/TIF/Runtime_TestChanges
...
Add console output to runtime
2021-06-07 17:35:57 +01:00
Nicholas Van Sickle
9e3d472700
Switch EditorContextMenu back to using popup instead of exec ( #1158 )
...
Switch EditorContextMenu back to using popup instead of exec
The switch to exec was a deliberate change, but upon further testing with the latest version of our camera input controllers (both the Legacy and Modern variants) it is no longer necessary to call exec, and doing so can cause a bug in which the cursor is still hidden when the context menu appears.
2021-06-07 09:21:10 -07:00
jonawals
796b5be286
Address PR comments
2021-06-07 15:32:17 +01:00
jackalbe
1a6b6d5bc0
{LYN-4230} Fixed loading *.pak files in Release builds ( #1127 )
...
* {LYN-4230} Fixed loading *.pak files in Release builds
* Helios - Release mode should load all *.pak files
* Tests: made a separate installation folder with a reduced "engine.pak" and a full "game.pak" which loads in release
* added unit test to regress the bug fix
2021-06-07 09:04:37 -05:00
Tom Hulton-Harrop
cf8a6761bf
Formatting-only change - Update Manipulator and Viewport AzToolsFramework files ( #1143 )
...
* formatting changes to AzToolsFramework viewport related types + API comment style updates
* minor format change - include ordering
* improve formatting by moving comment
* fix compile error and switch to use AZ_Printf
* small polish changes after review feedback
2021-06-07 14:50:49 +01:00
Chris Burel
c751cda73d
Fix for variable that is only used in the debug config ( #1166 )
2021-06-07 15:07:17 +02:00
Hasareej
5b940e8ed6
Viewport Ui Cluster Locked State Overlay ( #1139 )
...
* Viewport Ui Cluster Locked State Overlay
* PR feedback changes.
2021-06-07 13:32:13 +01:00