scottr
40f4e8de93
Merge branch 'main' into cpack_installer
2021-06-02 14:59:14 -07:00
scottr
c6e4e3ed1f
[cpack_installer] few more small fixes to installer Jenkins scripts
2021-06-02 14:57:18 -07:00
Danilo Aimini
8a7f156e2c
LYN-4133 | Prefab Container Transform stores non-default values to template on Create Prefab ( #1038 )
...
* Show container transforms, reset container transform to zero before saving a prefab after create.
* Fix order of operations to prevent patching issues
* Reset the entity to the Identity Transform instead of the default constructor to correctly set the scale to 1.0
2021-06-02 14:45:43 -07:00
Scott Romero
d697fbe366
[main] project manager now auto registers itself as an engine if not already
...
Merge pull request #1005 from aws-lumberyard-dev/ftue_auto_register
2021-06-02 14:30:26 -07:00
scottr
4b40f23d0b
[cpack_installer] couple small fixes to installer Jenkins scripts
2021-06-02 14:06:27 -07:00
Qing Tao
7631cdc11e
ATOM-15659 Add changing StencilState support to DynamicDrawContext ( #1009 )
2021-06-02 14:06:04 -07:00
scottr
12cdaed03e
[cpack_installer] updated installer icon/logo
2021-06-02 13:58:37 -07:00
scottr
c41283c3ec
Merge branch 'main' into ftue_auto_register
2021-06-02 13:22:14 -07:00
scottr
cfd06f2e4a
[cpack_installer] added check for desired cmake version to be at least greater than minimum required plus minor cleanup
2021-06-02 13:10:11 -07:00
Benjamin Jillich
177571af0b
Merge pull request #1091 from aws-lumberyard-dev/prism/LYN-2514
...
[LYN-2514] Gems Page - Saving & applying changes to project
2021-06-02 20:50:06 +02:00
Junbo Liang
3549db295e
[LYN-4184] AWSClientAuth, AWSCore and AWSMetrics don't have the expected target or alias defined ( #1089 )
...
[LYN-4184] AWSClientAuth, AWSCore and AWSMetrics don't have the expected target or alias defined
2021-06-02 11:36:20 -07:00
scottr
a1b8d1233c
[cpack_installer] initial work for installer Jenkins jobs
2021-06-02 11:28:22 -07:00
Benjamin Jillich
5dff212398
Fixing non-unity build
2021-06-02 19:49:07 +02:00
Guthrie Adams
196ce830e1
Merge pull request #1074 from aws-lumberyard-dev/Atom/guthadam/LYN-3871_LYN-3872_material_assignment_json_serializer_for_prefabs
...
LYN-3871/3872 Added JSON serializer for MaterialAssignment property overrides
2021-06-02 12:46:43 -05:00
Benjamin Jillich
1b96fc4361
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into prism/LYN-2514
...
# Conflicts:
# Code/Tools/ProjectManager/Source/UpdateProjectCtrl.cpp
2021-06-02 19:35:50 +02:00
AMZN-nggieber
8a28107299
Project Manager Setup Update Project Settings Screen and Flow
...
* Filled out and connected up UpdateProjectCtrl and UpdateProjectsSettingsScreen
2021-06-02 10:23:58 -07:00
Benjamin Jillich
e7e85f91d6
Addressing PR feedback
2021-06-02 19:08:10 +02:00
AMZN-stankowi
fc0de9e0e3
Added [[maybe unused]] to fix release build compile issue ( #1090 )
2021-06-02 09:36:34 -07:00
guthadam
25a114d324
updating includes
2021-06-02 11:35:40 -05:00
guthadam
d7fffe1d80
Merge branch 'main' into Atom/guthadam/LYN-3871_LYN-3872_material_assignment_json_serializer_for_prefabs
2021-06-02 11:21:57 -05:00
Esteban Papp
1f65c3ba3a
LYN-4134 Automatically add --project-path=<project> to debugging parameters in Editor/AP for engine-centric ( #1081 )
2021-06-02 09:13:04 -07:00
Benjamin Jillich
e6a8bf4689
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into jillich/prism/LYN-2514
2021-06-02 17:54:31 +02:00
Benjamin Jillich
39bb0bf2fc
[LYN-2514] Create a new project control now reinits the gem catalog and enables gems based on the user selection
2021-06-02 17:53:49 +02:00
Benjamin Jillich
b0ef89edf9
[LYN-2514] Update project control now reinits for the selected project and enabled/disables gems based on the user selection in the gem catalog
2021-06-02 17:53:02 +02:00
Benjamin Jillich
f106273667
[LYN-2514] Adding functionality to reinit the gem catalog for a given project and enable/disable the changed gems
...
* Removed test data from gem catalog screen as we can now extract the real data.
* Reiniting the catalog to a project updates the filters, and clears and fills the gem model.
* Added functionality to enable/disable gems based on the user adjustments on the gem catalog.
2021-06-02 17:52:17 +02:00
Benjamin Jillich
53615230c1
[LYN-2514] Adding get engine gem infos to the python bindings
2021-06-02 17:49:40 +02:00
scottr
5554bdf329
[ftue_auto_register] use early return in registered engines loop instead of break
2021-06-02 08:46:57 -07:00
scottr
39d1f27021
[ftue_auto_register] post merge and linux build fixes
2021-06-02 08:39:57 -07:00
scottr
85fcac60a1
Merge branch 'main' into ftue_auto_register
2021-06-02 07:59:05 -07:00
Hasareej
274e1972f3
Adding a shortcut to hide clusters. ( #1071 )
...
Adding the shortcut "U" to hide the TransformModeSelection & SpaceSelection clusters from the viewport.
2021-06-02 15:54:30 +01:00
Benjamin Jillich
235cd1f937
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into jillich/prism/LYN-2514
2021-06-02 16:48:27 +02:00
Benjamin Jillich
d467367103
Merge pull request #1058 [LYN-2514] Extending gem model & Item delegate changes enabled/disabled state in the gem model
2021-06-02 16:46:49 +02:00
Nicholas Lawson
01f69acc5f
Cleans up remaining 3p package todos ( #1080 )
...
Removes Clang
Adds a required LICENSE.TXT to the folder of glad in atom.
2021-06-02 07:38:39 -07:00
jjjoness
b0d06b9084
Changed logo and repositioned. ( #1061 )
2021-06-02 14:46:08 +01:00
Benjamin Jillich
bcdb541b7c
[LYN-2514] Sorting gems in the gem catalog after retrieving all gem infos
...
Added <operator() for sorting the gems after retrieving the list of all gems.
2021-06-02 13:29:10 +02:00
Benjamin Jillich
ede8daaece
[LYN-2514] Extending pythin bindings to adapt CLI changes for the gem catalog
...
* Added ExecuteWithLockErrorHandling() which returns an outcome with the actual error we get from python so that we can expose that to the UI.
* Added cmake pybind.
* Get gems now calling get_all_gems and alphabetically sorting the result.
* Added get enabled gems function which first gets the cmake enabled gems file path from the project path and then the list of gem names that are enabled.
* Some changes to the enable and disable gem functions.
2021-06-02 13:27:55 +02:00
jjjoness
d02ba51d03
Changed svg and layout of the new logo. ( #1059 )
2021-06-02 10:34:08 +01:00
Tom Hulton-Harrop
4a5b7edbfe
Updates to kd-tree ray intersection - ATOM-15673 ( #1026 )
...
* updates to kd-tree ray intersection
* update tests for kd-tree
* add one more test for kd-tree intersection
* updates to ModelKdTree following review feedback
* improve api doc comment for RayIntersection in ModelKdTree
* updates following review feedback
* update .clang-format to stack parameters if they do not all fit on one line
2021-06-02 09:20:45 +01:00
Benjamin Jillich
0f699cfd47
[LYN-4157] EMotionFX: Adding/removing colliders to/from ragdoll and saving the actor crashes the Editor ( #1055 )
...
The actor dirty flag was set to true even after saving the asset info which resulted in the save dirty files dialog to appear providing the user to save the actor another time, just after saving it which is confusing. This might have led to rendering an already deleted actor and the crash. Though, I was not able to stably reproduce the issue and can't reproduce it anymore after this fix.
2021-06-02 08:35:59 +02:00
Benjamin Jillich
7b6226a8aa
[LYN-2514] GemCatalog: Item delegate changes enabled/disabled state in the gem model
...
When clicking the button on the right side of the gem item delegate, it changes the enabled/disabled state of the gem in the model.
2021-06-02 08:07:16 +02:00
Benjamin Jillich
553318ed17
[LYN-2514] Extending gem model
...
* Added was previously added state for gems.
* Added helpers to add/remove gems from the model.
* Helpers for extracting the gem model indices to be added/removed.
2021-06-02 08:07:15 +02:00
Mike Chang
262c1c1132
Change node label for Mac/iOS for new AMI update ( #1086 )
...
Changes the default node label for Mac/iOS to the newest AMI
- This AMI contains updates for XCode and CMake
- CMake is now on 3.20.2
2021-06-01 19:14:13 -07:00
Terry Michaels
eab3db3d6d
Fixed a few 'too big' dialog issues with various dialogs ( #1083 )
2021-06-01 20:19:12 -05:00
guthadam
b37145589d
Merge branch 'main' into Atom/guthadam/LYN-3871_LYN-3872_material_assignment_json_serializer_for_prefabs
2021-06-01 19:38:57 -05:00
Steve Pham
bf0df4b369
Add Android 'gradle' job as a default job ( #1082 )
...
* Add Android 'gradle' job as a default job
* Replace warning about version checking type with string preprocessing of the captured version before comparisons
2021-06-01 16:37:30 -07:00
lumberyard-employee-dm
810d6a8deb
Moved the add_gem_dependency and remove_gem_dependency methods to the cmake.py file
...
Fixed the add_gem_dependency method to append the newly added gem right after the 'set(ENABLED_GEMS...' line
2021-06-01 18:00:32 -05:00
lumberyard-employee-dm
b3b5864f76
Added key checks for the o3de_manifest.json query functions to avoid python exceptions being raised
2021-06-01 18:00:32 -05:00
Vincent Liu
dfd63737c3
[SPEC-6720] Update session common interfaces ( #956 )
2021-06-01 15:59:43 -07:00
michabr
5884fc1096
Fix LyShine instance not being initialized ( #1078 )
2021-06-01 15:48:57 -07:00
Alex Peterson
a3e73948c5
Improved project creation validation
...
No longer requires project name to be part of the project path.
2021-06-01 15:32:57 -07:00