Olex Lozitskiy
837831a919
Bug fix: hierarchical components serve as multiplayer input drivers
...
- Network Hierarchy Root and Child components can now act as MultiplayerInputDriver for components with NetworkInputs
4 years ago
Chris Galvan
caab78d930
Merge pull request #5065 from aws-lumberyard-dev/cgalvan/RenameToolGemTemplates
...
Renamed the C++ and Python tool gem templates
4 years ago
Chris Galvan
8bbd8f9807
Renamed the C++ and Python tool gem templates after review.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
Alex Peterson
59c898fc48
Fix notification queue and add gem action ( #4985 ) ( #5024 )
...
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
4 years ago
Chris Galvan
d23df465dd
Merge pull request #5043 from aws-lumberyard-dev/cgalvan/CherryPickPythonGemTemplate
...
Cherry picked PythonGem template to stabilization.
4 years ago
John Jones-Steele
35467b63d9
Unit tests for Heightfield collider ( #5042 )
...
Signed-off-by: John Jones-Steele <jjjoness@amazon.com>
4 years ago
Qing Tao
9e0756f3c1
ATOM-16656 PassTree tool: ParentPass image attachment preview doesn't work ( #5032 )
...
Move imageAttachmentCopy instance from RenderPass to Pass so it can support preview image for all passes but not only for RenderPass.
Fixed an issue with image attachment preview when switching render pipeline with attachment preview on.
Signed-off-by: Qing Tao <qingtao@amazon.com>
4 years ago
Vincent Liu
30c366366e
Improve gamelift unit test by checking handler invocation ( #5030 )
...
Signed-off-by: onecent1101 <liug@amazon.com>
4 years ago
AMZN-Phil
3165cf2838
Merge pull request #5011 from aws-lumberyard-dev/Prism/FixGemSelectedFilter
...
Gem Catalog Selected Gems Now Filters For Gems to be Enabled in Current Session
4 years ago
AMZN-Phil
7fc0f14a1b
Merge pull request #5006 from aws-lumberyard-dev/Prism/FixRemovedProjectStillShown
...
Fix Issue When Removed Project is Still Shown if it Was The Last Project
4 years ago
AMZN-Olex
1190fb5c91
Merge branch 'stabilization/2110' of https://github.com/o3de/o3de into Network/olexl/hierarchy_as_multiplayer_input_driver
4 years ago
Chris Galvan
ee57885d64
Cherry picked PythonGem template to stabilization.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
galibzon
cf90d7a594
ShaderVariantAssetBuilder: Provide registry property to disable ( #5029 )
...
The registry property name is:
"/O3DE/Atom/Shaders/BuildVariants"
Default value is <true>.
Signed-off-by: garrieta <garrieta@amazon.com>
4 years ago
Chris Galvan
d332f7c4c7
Merge pull request #5023 from aws-lumberyard-dev/cgalvan/AddComponentTypeIconAPI
...
Added GetComponentTypeEditorIcon API and replaced old macro style ebus calls.
4 years ago
moraaar
a29623e5f0
Fixed editor crash using cylinder shape component ( #5037 )
...
Fixed cylinder shape by considering shape config list to be empty.
The crash came from clearing shape config list when cylinder height is zero, but when the height is restored to zero it was expecting an element in the list.
The code to set the shape configuration was the same for many shape types, so it has been refactored to a helper function.
Fixes #4999
4 years ago
santorac
049112d8fa
Merge pull request #5027 from aws-lumberyard-dev/Atom/santorac/MoveDoubleSided
...
Removed reference to opacity.doubleSided property that no longer exists.
4 years ago
Chris Burel
e4c69a29fa
[Linux] Update Qt package to include xcb GL integration plugin ( #4976 )
...
Fixes #3132 .
Signed-off-by: Chris Burel <burelc@amazon.com>
4 years ago
AMZN-Olex
250a91dd96
Network Hierarchy Root and Child components can now act as MultiplayerInputDriver for components with NetworkInputs
...
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
4 years ago
galibzon
42a14079f2
Fix naming for DisableOptimizations vs DxcDisableOptimizations ( #5016 )
...
Signed-off-by: garrieta <garrieta@amazon.com>
4 years ago
santorac
8fd3461863
Removed reference to opacity.doubleSided property that no longer exists.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
Chris Galvan
78b0683313
Added GetComponentTypeEditorIcon API and replaced old macro style ebus calls.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
Adi Bar-Lev
707730ebbc
Hair - bug fix resulted from change in pass fetch using the new pipeline filter ( #5013 )
...
Signed-off-by: Adi-Amazon <Adi Bar-Lev barlev@amazon.com>
Co-authored-by: Adi-Amazon <Adi Bar-Lev barlev@amazon.com>
4 years ago
AMZN-Phil
856318005c
Merge pull request #5000 from aws-lumberyard-dev/Prism/RemoteGemWarning
...
Adds Warning to Add Repo Dialog
4 years ago
hershey5045
e22235ec5b
Add OpenImageIO as runtime dependency in AtomLyIntegration. ( #4987 )
...
* Add OpenImageIO as runtime dependency in AtomLyIntegration.
Signed-off-by: rbarrand <rbarrand@amazon.com>
* Place 3rdparty import inside if block.
Signed-off-by: rbarrand <rbarrand@amazon.com>
* Add platform cmake files for other platforms to prevent compile errors.
Signed-off-by: rbarrand <rbarrand@amazon.com>
Co-authored-by: rbarrand <rbarrand@amazon.com>
4 years ago
sphrose
e9b5a51d9f
Fix console warning when adding TerrainWorldRendererComponent ( #4964 )
...
* Fix console warning when adding TerrainWorldRendererComponent
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
* Change default value
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
4 years ago
santorac
3913d91251
Merge pull request #4983 from aws-lumberyard-dev/Atom/santorac/MoveDoubleSided
...
Moved DoubleSided Flag Out Of Opacity Group
The double-sided flag was hidden inside the opacity property group, and only exposed when you set the opacity to non-opaque. Here we move doubleSided from opacity to general making it easier to find and set.
Also...
- Fixed a bug with the material version auto-update, where it could rename properties but could not move them to another group.
- Added another "default" texture map to the Common/Feature gem that is directional, so better for understanding UV/tangent space. These were copied from the AtomLyIntegration gem.
4 years ago
galibzon
a945fd9f1b
Removed ShaderAsset related unncessary warning ( #5008 )
...
Removed ShaderAsset related unncessary warning that pollutes the logs.
Signed-off-by: garrieta <garrieta@amazon.com>
4 years ago
galibzon
b541d69efc
DXC Validation Error Difficult to See in AP Window ( #4982 )
...
* DXC Validation Error Difficult to See in AP Window
Renamed ReportErrorMessages() as ReportMessages()
All the message will be printed as a single AZ_Error()
or AZ_Warning() instead of mingled AZ_Error/AZ_Warning/AZ_TRacePrintf
which was making the output hard to read.
Signed-off-by: garrieta <garrieta@amazon.com>
4 years ago
nggieber
866fd8a420
Fix selected gem filtering
...
Signed-off-by: nggieber <nggieber@amazon.com>
4 years ago
jonawals
a2eca9de3d
Merge pull request #4998 from aws-lumberyard-dev/LYN-5265_state_tracker_impl
...
Add Focus Mode integration tests.
4 years ago
santorac
b80e55229f
Merge remote-tracking branch 'upstream/stabilization/2110' into Atom/santorac/MoveDoubleSided
4 years ago
nggieber
b3c9573b10
Merge branch 'stabilization/2110' of https://github.com/aws-lumberyard-dev/o3de into stabilization/2110
4 years ago
Steve Pham
22a287d046
Fix to set the Taskbar name and Game Launcher window title to the name of the Project ( #4986 )
...
Signed-off-by: Steve Pham <spham@amazon.com>
4 years ago
nggieber
3ff469c55e
Fix issue with project still displaying when last project is removed
...
Signed-off-by: nggieber <nggieber@amazon.com>
4 years ago
AMZN-Phil
767466c57b
Merge pull request #4979 from aws-lumberyard-dev/Prism/jsonpythonexceptionfix
...
Fix old references to gem_list
4 years ago
AMZN-Phil
6b3fc0ff8b
Merge pull request #4981 from aws-lumberyard-dev/Prism/gemdownloadcallfix
...
Re-add call used to initiate gem download
4 years ago
Chris Burel
f3499011ac
[Mac] Fix QtEditorApplication_mac include ( #4978 )
...
Commit 8e03d6f306 missed updating the
platform-specific mac QApplication implementation file to include the
class declaration from the new header.
Signed-off-by: Chris Burel <burelc@amazon.com>
4 years ago
nggieber
77d05b0bc9
Merge branch 'stabilization/2110' into Prism/RemoteGemWarning
4 years ago
nggieber
cd295cc38b
Merge branch 'stabilization/2110' of https://github.com/aws-lumberyard-dev/o3de into stabilization/2110
4 years ago
John
c2105b0631
Address PR comments.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
nggieber
75ebf77b59
Added warning message when adding repositories
...
Signed-off-by: nggieber <nggieber@amazon.com>
4 years ago
moraaar
057c8e0d4e
Fixed error: unused variable 'physxMaximumMaterialIndex' ( #4989 )
...
Signed-off-by: moraaar <moraaar@amazon.com>
4 years ago
santorac
5cbbbb4f20
Merge pull request #4980 from aws-lumberyard-dev/Atom/santorac/UnusedVariable
...
Fixed potential unused variable 'originalVersion'
4 years ago
Danilo Aimini
1bc2968330
Resolve minor hover state bugs on the Entity Outlier (branches detect hover state separately from the rest of the columns) ( #4977 )
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
4 years ago
santorac
eb542bfe69
Merge branch 'stabilization/2110' into Atom/santorac/MoveDoubleSided
4 years ago
AMZN-Phil
423693d16b
Re-add call used to initiate gem download
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
4 years ago
santorac
144af200bf
Fixed potential unused variable 'originalVersion' with 'maybe_unused' attribute.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
chiyenteng
4e6f1981b9
Hold arrow keys to move selected element in UI editor ( #4968 )
...
* Hold arrow keys to move selected element in UI editor
Signed-off-by: chiyteng <chiyteng@amazon.com>
* Fix nits
Signed-off-by: chiyteng <chiyteng@amazon.com>
* Hold arrow keys to move selected element in UI editor
Signed-off-by: chiyteng <chiyteng@amazon.com>
* undo enum changes
Signed-off-by: chiyteng <chiyteng@amazon.com>
* remove extra spaces
Signed-off-by: chiyteng <chiyteng@amazon.com>
* fix comments
Signed-off-by: chiyteng <chiyteng@amazon.com>
* refactor key event code
Signed-off-by: chiyteng <chiyteng@amazon.com>
4 years ago
AMZN-Phil
bec24a85bf
Fix old references to gem_list
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
4 years ago
Danilo Aimini
3b4b8c3549
Move the initialization of m_editorEntityUiInterface higher so that it's initialized when the interface is set up. ( #4972 )
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
4 years ago