Andre Mitchell
db22b1125f
Update GraphModelIntegrationTests's GetNodesFromGraphNodeIds test to reflect new behavior of the function.
...
GetNodesFromGraphNodeIds no longer adds null pointers to the list it returns, so the test was updated to reflect that only one item - the valid item - should be returned from the function.
Signed-off-by: Andre Mitchell <andre.mitchell@bytesofpi.com >
2021-11-07 11:47:30 -05:00
Andre Mitchell
3505abe435
Prevent GetNodesFromGraphNodeIDs() from adding null pointers to the list that it returns.
...
Signed-off-by: Andre Mitchell <andre.mitchell@bytesofpi.com >
2021-11-02 11:17:55 -04:00
Esteban Papp
bf0a309a3c
copy commands need to be per permutation/per configuraiton ( #5183 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-01 15:18:30 -07:00
Vincent Liu
96159c1e3a
Add missing exclamation mark for documentation ( #5144 )
...
* Add missing exclamation mark for documentation
Signed-off-by: onecent1101 <liug@amazon.com >
* Add more
Signed-off-by: onecent1101 <liug@amazon.com >
2021-11-01 14:52:40 -07:00
chiyenteng
6862b52069
Convert several physics automated tests with Base test level file converted to prefab file ( #5138 )
...
* Convert some physics automated tests to use prefab system
Signed-off-by: chiyteng <chiyteng@amazon.com >
* revert changes
Signed-off-by: chiyteng <chiyteng@amazon.com >
* Fix file names
Signed-off-by: chiyteng <chiyteng@amazon.com >
2021-11-01 14:27:22 -07:00
Qing Tao
8da6bea073
ATOM-16747 RPISystemInterface::GetDefaultScene returns the scene crea… ( #5153 )
...
* ATOM-16747 RPISystemInterface::GetDefaultScene returns the scene created by PreviewRenderer but not the Main Scene
Deprecate GetDefaultScene() function.
Update all the places which use GetDefaultScene to use Scene::GetFeatureProcessorFromEntityId or GetMainScene.
Tested with Editor, UI Editor, Material Editor, game launcher.
Signed-off-by: Qing Tao <55564570+VickyAtAZ@users.noreply.github.com >
2021-11-01 14:26:55 -07:00
amzn-mike
916fb413c9
Fix Assert Absorber being leaked due to one of the tests setting m_errorAbsorber to nullptr without deleting the object ( #5176 )
...
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-01 14:19:27 -07:00
Tommy Walton
c87670bbfb
Fix innocuous release build error in RPIUtils LoadStreamingTexture ( #5021 )
...
Signed-off-by: Tommy Walton <waltont@amazon.com >
2021-11-01 11:38:45 -07:00
Esteban Papp
edf5e7a242
Cleanup of validation script exclusions ( #5134 )
...
* Validation lists cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* more cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-01 11:06:37 -07:00
Esteban Papp
2cc4f322b7
Skips signing when there is no upload URL ( #5120 )
...
* Skips signing when there is no upload URL so we can run the scripts locally
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Fixes prebuild command and improves post build command to not depend on psiexec
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-01 11:06:04 -07:00
Brian Herrera
fa83a1fff8
Merge pull request #5146 from aws-lumberyard-dev/devops/update-snapshots
...
Update snapshots list to stablization/2110
2021-11-01 09:59:51 -07:00
Esteban Papp
8e420dad3d
Removes some usage of DEDICATED_SERVER ( #5119 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-01 08:46:26 -07:00
Esteban Papp
43563060bc
Making trait variable consistent and fixing warning ( #5118 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-01 08:44:22 -07:00
Artur K
2dff26ddb5
Fix asset type retrieval in AssetCatalogModel::GetAssetType ( #4995 )
...
* Fix asset type retrieval in AssetCatalogModel::GetAssetType
Previous logic would visit the next entry in m_extensionToAssetType map, if the previous entry had multiple types
was only exiting the inner loop.
The main change is that now the first found matching asset type is returned.
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* Apply reviewer's suggestions + reduce allocations.
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
2021-11-01 14:51:15 +00:00
Santi Paprika
db01d8ddda
Fix bug timestamp view 'Once per Second' option ( #5080 )
...
Signed-off-by: Santi Paprika <santi.gonzalez.cs@gmail.com >
2021-11-01 14:47:45 +00:00
Esteban Papp
8c0dbe4b33
missed escaping these variables and breaks runtime dependencines in the install layout ( #5149 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-30 12:39:40 -07:00
Shirang Jia
1ec34f6123
Fix typo when calling upload_to_s3.py ( #5139 )
...
Signed-off-by: shiranj <shiranj@amazon.com >
2021-10-29 21:11:53 -07:00
Sean Sweeney
ea4bc31b38
Merge pull request #4675 from aws-lumberyard-dev/editor_test_tools_cleanup
...
Editor test tools cleanup
2021-10-29 15:47:26 -07:00
Mike Chang
22820b6a90
Update snapshots list to stablization/2110
...
Signed-off-by: Mike Chang <changml@amazon.com >
2021-10-29 15:13:20 -07:00
AMZN-AlexOteiza
e871dff70e
Added two complex prefab tests ( #5089 )
...
* Added two complex prefab tests
* Fix compile error
* Added extra methods, fixed test failure
* Addressed PR commments
* More PR comments
* Fix space
* Fix ar error
2021-10-29 22:32:33 +01:00
Esteban Papp
de4658b16c
Corrects mistake naming the override commands ( #5140 )
...
* corrects mistake naming the override commands
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* fixes PR comments
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-29 14:25:13 -07:00
galibzon
0807cb7f3e
Added "RemovePassTemplate" method. ( #5039 )
...
* Added "RemovePassTemplate" method.
Signed-off-by: garrieta <garrieta@amazon.com >
* RemovePassTemplate only allows to remove PassTemplates
created with the Runtime API. It now asserts if there are Passes
referencing the PassTemplate that should be removed.
Signed-off-by: garrieta <garrieta@amazon.com >
2021-10-29 15:41:17 -05:00
Alex Peterson
07353ed4ad
Merge pull request #5137 from aws-lumberyard-dev/Prism/integrate-crash-fix
...
Integrate gem catalog refresh crash fix (#5112 )
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com >
2021-10-29 12:03:34 -07:00
ffarahmand-DPS
971e24285f
Fixes debug console's "quit" issues ( #4975 )
...
* Fixes a crash caused when attempting to ‘quit’ the launcher from the debug console. The change simply ensures that the underlying font data the OnRenderTick() function relies on has not yet been released from memory.
Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com >
* Fixes a crash caused when attempting to ‘quit’ the launcher from the debug console. An object created on the heap was never deleted, causing a chain reaction.
Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com >
* Some quick clean-up for safety.
Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com >
* Changes !defined(DEDICATED_SERVER) to a runtime check since macro is no longer defined.
Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com >
2021-10-29 11:28:42 -07:00
Esteban Papp
72d6f2972e
Adding support for multi-config/multi-permutation installer
2021-10-29 10:46:28 -07:00
jromnoa
7b5a5b8f74
Merge pull request #5106 from aws-lumberyard-dev/Atom/scottm/cleanup_import
...
Test parallel PostFX Layer remove and unused import
2021-10-29 10:35:40 -07:00
Alex Peterson
ca9093c202
Add engine name, folder and fix refresh crash ( #5112 )
...
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com >
2021-10-29 10:19:33 -07:00
Adi Bar-Lev
66612cac28
Merge pull request #5116 from aws-lumberyard-dev/barlev/gitflow_211028_O3DE
...
Barlev/gitflow 211028 O3DE
2021-10-29 10:00:14 -04:00
Michael Pollind
f40191dd8c
bugfix: resolve broken focus for viewport ( #5059 )
...
Signed-off-by: Michael Pollind <mpollind@gmail.com >
2021-10-29 10:15:22 +01:00
Artur K
a322d9e2b8
Small Code/Editor cleanup pass ( #4909 )
...
* Clean-up in ConfigGroup
Removed unused templated AddVar and related code.
Replaced legacy types with `AZ::` ones.
Cleaned up cpp file.
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* Add a few missing Q_OBJECT macros, remove some unused variables.
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* Apply some of clazy suggestions + simplifications
* removed `emit` from non-signal function calls.
* replaced `QStringLiteral("")` with a constexpr friendly
`QLatin1String()`
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* Fix a CNewLevelDialog focus bug
Fixed an incorrect QTimer::singleShot invocation.
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* match lambda to `messageChanged` signature
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* vs compilation fix + applied review
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* apply reviewer recommendation
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
2021-10-29 09:59:18 +01:00
Benjamin Jillich
37381489ee
EMotion FX: Actor component: Skeleton rendering is not working ( #5084 )
...
Enabling the "Draw skeleton" checkbox in the actor component does not show the skeleton.
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
2021-10-29 09:12:27 +02:00
evanchia
4e2de0170c
reverting typehints
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-28 19:33:59 -07:00
Esteban Papp
475338cfad
Merge branch 'development' into o3de_sdk/installer_configs
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-28 18:29:52 -07:00
Esteban Papp
60e14d3a4c
Fixes PR comments
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-28 18:17:26 -07:00
Esteban Papp
4dcd60ba08
testing changes to fix Jenkins
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-28 17:49:31 -07:00
Esteban Papp
ecf70daca8
does this space affects?
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-10-28 17:44:16 -07:00
Adi Bar-Lev
2a32d67830
Merge commit '6cce184340dbce9796234a67a0452d1088474945' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:53 -04:00
Adi Bar-Lev
954ec82859
Merge commit '86270339d8967de8c983cd4ab96982f347652d0f' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:47 -04:00
Adi Bar-Lev
1488522236
Merge commit '00a49fa251121eeb13d28a5ff3cc466392ed3ad9' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:42 -04:00
Adi Bar-Lev
f25b80e172
Merge commit 'f350ba3042b216369748935800628118b835ca81' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:36 -04:00
Adi Bar-Lev
cd3891fe23
Merge commit '689f5b2a4ac376634439708637346e5a3157f085' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:31 -04:00
Adi Bar-Lev
8dca689444
Merge commit 'caf247fcab0fc65773c6a95f1bbcfe10b184c5e0' into barlev/gitflow_211028_O3DE
2021-10-28 20:06:25 -04:00
Adi Bar-Lev
d64b9d4945
Merge commit '8d7eb4767afff80992bebe4619afc10aef04a93b' into barlev/gitflow_211028_O3DE
...
Signed-off-by: Adi Bar-Lev <82479970+Adi-Amazon@users.noreply.github.com >
2021-10-28 19:52:42 -04:00
Adi Bar-Lev
8119fe4d86
Merge commit '8d7eb4767afff80992bebe4619afc10aef04a93b' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:33 -04:00
Adi Bar-Lev
0ee7ab9df5
Merge commit '837831a91990861220d982ca21a302197178092a' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:28 -04:00
Adi Bar-Lev
759b75a477
Merge commit 'caab78d9300762b283cf60856753fd090367e193' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:21 -04:00
Adi Bar-Lev
c26ce47805
Merge commit '59c898fc4853f898fc01ff6145a71bebad3caac6' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:15 -04:00
Adi Bar-Lev
ca9c7da168
Merge commit 'd23df465dd34d961bdbc5a73b7989abdb301ea47' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:10 -04:00
Adi Bar-Lev
fcd5e1e5fa
Merge commit '35467b63d9964f8c308c7a4c07b9373181c48b6c' into barlev/gitflow_211028_O3DE
2021-10-28 19:17:04 -04:00
Adi Bar-Lev
8184c526f7
Merge commit '9e0756f3c11ae5218246fec732e1ceb4da14caeb' into barlev/gitflow_211028_O3DE
2021-10-28 19:16:57 -04:00