Tommy Walton
2f30c50dc0
Merge commit 'e1fb2ad368ca933fe6e299df5aeeb328e301c8be' into amzn-tommy/gitflow_211116_o3de2
2021-11-16 12:54:58 -08:00
Tommy Walton
8887b55fc8
Merge commit 'c44d03a40df0899851c6cbd929a673fac48ce82b' into amzn-tommy/gitflow_211116_o3de2
...
Signed-off-by: Tommy Walton <waltont@amazon.com >
2021-11-16 12:53:42 -08:00
allisaurus
e1fb2ad368
Update resource mapping schema to make default account ID optional ( #5475 )
...
Signed-off-by: Stanko <stankoa@amazon.com >
2021-11-15 14:48:32 -08:00
AMZN-stankowi
c44d03a40d
Asset bundler test fixes ( #5548 )
...
* Cleaning up errors with default assets, used in bundled release builds
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
* Updated simple asset references to be to the product, not source assets
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
* Fixed test_WindowsAndMac_FilesMarkedSkip_FilesAreSkipped to pass again.
Updated the test to verify the assets are actually skipped and not just missing, by having it first run without the skip command and verify they are in the first run. Also updated logging to print out sorted lists, to make it easier to debug failures on Jenkins in the future.
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
* Removed a test marked skip for legacy levels that featured a lot of assets that are no longer valid.
I don't think we need this specific test anymore in the future because prefabs replace the level system, and prefabs should have their own tests for product dependencies.
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
* Updated project path to use absolute path (#5459 )
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Updated project path to work with latest project path changes
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
* Changed to workspace.paths.project() for getting full path to projects
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
Co-authored-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-15 09:10:04 -08:00
sweeneys
95254bccf8
Merge branch 'development' into linux_ar
2021-11-15 08:48:14 -08:00
amzn-sean
38a03817bb
Removal and Replacement of the CryTimer (gEnv->pTimer) ( #5409 )
...
Replaced and removed the CryTimer (gEnv->pTimer). The new TimeSystem is a merger of the current time functionality found in the engine.
* Rename TimeSystemComponent.h/.cpp to TimeSystem.h/.cpp
* Adding New TimeSystem
* remove old timer cvars
* small improvements to the time system.
- updated parts to use the time conversion functions.
- in AdvanceTickDeltaTimes applying t_simulationTickScale is now uses doubles instead of floats.
* Replace gEnv->pTimer / ITimer usages with TimeSystem
* Updating usages of AZ::TimeMs{ 0 } and AZ::TimeUs{ 0 } to AZ::Time::ZeroTimeMs and AZ::Time::ZeroTimeUs
* red code the CryTimer
* using TimeUs instead of TimeMs is some cases + updating usages of old cvars to new
Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com >
2021-11-15 12:11:58 +00:00
sweeneys
3ae8f8b199
merge from development
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-12 14:47:08 -08:00
AMZN-AlexOteiza
cb93bafc4f
Fixed physics tests on linux ( #5579 )
...
* Fixed physics tests on linux
* Fixed unit tests because of new implementation
* Fixed bug in lock, fixed unit tests
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-12 16:09:09 +00:00
jromnoa
5d9f5ae15a
Merge pull request #5564 from aws-lumberyard-dev/Atom/jromnoa/fix-asset-path-calls-to-use-new-asset-test-class
...
Update asset files, & update golden image files to match new smaller asset file.
2021-11-11 15:32:23 -08:00
jromnoa
0af8754d08
Merge pull request #5563 from aws-lumberyard-dev/Atom/semaster/add_look_modification_p0
...
Look Modification P0 Automation
2021-11-11 15:15:04 -08:00
Nicholas Van Sickle
2c2c1d8137
Merge pull request #5562 from aws-lumberyard-dev/nvsickle/StabToDevNov21
...
Merge `stabilization/2110` as of `fac3d0b1bf` into `development`
2021-11-11 15:04:18 -08:00
AMZN-AlexOteiza
eafb2fdce5
Fixed editor log path and improved editor log not found error string ( #5357 )
...
* Fixed editor log path and improved editor log not found error string
* Renamed any lowercase editor.log to Editor.log
* Fix unit test failures
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-11 22:15:44 +00:00
jromnoa
96b4212439
improve docstring descriptions for FOV degrees and Asset.id not asset paths for diff asset properties
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 14:13:08 -08:00
Allen Jackson
6ffee4b0a8
{lyn7352} adding more logging around mock_asset_builder.py ( #5103 ) ( #5566 )
...
o3de\AutomatedTesting\Gem\PythonTests\PythonAssetBuilder\mock_asset_builder.py
- adding more logging
- updated keys for platforms (pc, server)
Signed-off-by: Allen Jackson <23512001+jackalbe@users.noreply.github.com >
2021-11-11 16:07:02 -06:00
jromnoa
9edaa2172d
move component descriptions above the property param in the docstrings
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 14:06:59 -08:00
jromnoa
d7c31184dc
add AtomComponentProperties.grid('Secondary Grid Spacing') direct call, remove fmt:on comment
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 13:57:11 -08:00
jromnoa
ad81c311d8
add some docstring descriptions for Cubemap Texture, Material Asset, Secondary Grid Spacing, & Field of View component properties
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 13:23:38 -08:00
jromnoa
01081fea32
update asset called in global skylight test as well
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 11:55:04 -08:00
Sean Masterson
35cb018d5c
Add P0 Look Modification Test
...
Signed-off-by: Sean Masterson <semaster@amazon.com >
2021-11-11 11:52:53 -08:00
jromnoa
51cf98c23d
update golden images for spot light and area light tests, update asset used
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-11 11:36:42 -08:00
jromnoa
9d93282e42
Merge pull request #5530 from aws-lumberyard-dev/Atom/scottmur/ssao_p0
...
SSAO component P0 automation
2021-11-11 10:36:22 -08:00
sweeneys
10619d53bf
fix spelling
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-11 10:20:01 -08:00
sweeneys
34e5758d6c
Merge branch 'development' into linux_ar
2021-11-11 10:19:06 -08:00
Nicholas Van Sickle
8d5dd4e35f
Merge remote-tracking branch 'upstream/stabilization/2110' into nvsickle/StabToDevNov21
...
Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com >
2021-11-11 10:15:52 -08:00
greerdv
27076cab73
Merge pull request #5135 from aws-lumberyard-dev/tick-tests
...
Tick tests
2021-11-11 16:36:55 +00:00
SWMasterson
984ea571f4
Add P0 test for Entity Reference component. ( #5456 )
...
Signed-off-by: Sean Masterson <semaster@amazon.com >
2021-11-11 10:32:33 -06:00
greerdv
9d05168cfc
address feedback from PR
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 15:10:46 +00:00
greerdv
53c6a22ac2
add python test for smoothness of character gameplay component motion
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 10:47:43 +00:00
greerdv
06ef037278
fix typo
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 10:47:40 +00:00
greerdv
128b3d7ec0
fix copy paste error in test description
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 10:47:38 +00:00
greerdv
2ced6011e9
add python test for smoothness of interpolated rigid body motion
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 10:47:36 +00:00
sweeneys
c083513916
add missing import
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 22:57:05 -08:00
sweeneys
b482a1a6a1
Disable failing smoke tests on Linux
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 21:56:56 -08:00
sweeneys
e0c2fd90b1
Disable failing modules, add explicit skip-reason
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 18:56:02 -08:00
sweeneys
bf00d82b02
Fix linux-specific test failures
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 17:26:32 -08:00
jromnoa
99f1783138
Merge branch 'development' into Atom/jromnoa/fix-asset-path-calls-to-use-new-asset-test-class
2021-11-10 15:44:01 -08:00
Scott Murray
b202bbfbc9
SSAO component P0 automation
...
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-11-10 15:26:32 -08:00
amzn-mike
efe78d035f
Updated project path to use absolute path ( #5459 )
...
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-10 13:48:58 -08:00
jromnoa
6d206f6921
saving progress on test fixes to swap branches
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-09 14:59:43 -08:00
jromnoa
14bce55796
Merge pull request #5420 from aws-lumberyard-dev/Atom/semaster/add_diffuse_probe_grid_p0
...
Test Parallel Add P0 test for Diffuse Probe Grid component
2021-11-09 10:17:05 -08:00
Nicholas Van Sickle
ec74d363f3
Merge pull request #5297 from aws-lumberyard-dev/nvsickle/FixEntityOrdering
...
Fix Entity Outliner sort order with Prefabs enabled
2021-11-09 09:29:12 -08:00
John Jones-Steele
c35f74e9ce
Physics/test axis aligned box shape configuration works #7378a ( #5366 )
...
* Safety commit before merging
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Moved from Physics to Terrain
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Changes from PR + AR fix
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fixed another AR bug
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fixed another AR compilation bug
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* More PR changes
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Added virtual destructor
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Added TestSuite_main_Optimized.py
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 >
* Further fixes for PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fix to editor_test.py
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Testing prefab level
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Testing slice level
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Testing prefab level
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Disabled orefab loading for the time being.
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
2021-11-09 14:11:33 +00:00
Tom Hulton-Harrop
5047ba7f7b
merge stabilization/2110 to development - 2021/11/09
...
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
2021-11-09 09:19:54 +00:00
jromnoa
5c56650516
add new golden image that uses smaller asset file
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-08 17:52:25 -08:00
nvsickle
487ac2b516
Force prefabs off for Editor smoke test
...
Signed-off-by: nvsickle <nvsickle@amazon.com >
2021-11-08 17:37:32 -08:00
Sean Masterson
901aa217b8
removed unused import and fixed line length
...
Signed-off-by: Sean Masterson <semaster@amazon.com >
2021-11-08 13:10:55 -08:00
Sean Masterson
cd508415ef
Removed unused tuple.
...
Signed-off-by: Sean Masterson <semaster@amazon.com >
2021-11-08 11:57:21 -08:00
Sean Masterson
6242d1ee8e
Added P0 test for Diffuse Probe Grid component
...
Signed-off-by: Sean Masterson <semaster@amazon.com >
2021-11-08 11:19:30 -08:00
nvsickle
47c02f555a
Merge remote-tracking branch 'upstream/stabilization/2110' into nvsickle/FixEntityOrdering
2021-11-08 09:12:51 -08:00
moraaar
425e172079
Cloth automated tests only check for cloth gem errors and warnings ( #5374 )
...
Signed-off-by: moraaar <moraaar@amazon.com >
2021-11-08 09:14:26 +00:00