jromnoa
e89ec94c38
update CMakeLists.txt in preparation for removing the TestSuite_Main_GPU_Optimized file, add compare_screenshot_to_golden_image function, add hydra_AtomGPU_LightComponentScreenshotsMatch.py hydra script
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-18 16:59:35 -08:00
nwidmaie
31025f2232
Merge branch 'development' of https://github.com/aws-lumberyard/o3de into Neil_o3de_automation_HDRi_Skybox
2021-11-16 11:12:17 -08:00
chiyenteng
a1c67a5203
Fix prefab enabled automated tests ( #5626 )
...
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2021-11-16 17:56:24 +00:00
Nicholas Van Sickle
6067575624
Merge pull request #5603 from aws-lumberyard-dev/jckand/SliceDeprecationAutomationUtils
...
Adding in-memory prefab creation helpers for DynVeg tests
2021-11-16 09:45:02 -08:00
jckand-amzn
d2d83079eb
Cleaning up test docstring
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 18:30:06 -06:00
jckand-amzn
e5ebdaebcf
Removing unused helper for now and utilizing helper function for opening base level
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 18:27:52 -06:00
jckand-amzn
05caf1b29d
Removed redundant append to components list from add_component()
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 17:50:42 -06:00
jckand-amzn
60f7ea54aa
Reverting unintentional change to create_vegetation_area() helper
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 17:45:52 -06:00
jckand-amzn
327d4192f8
Enabling new optimized periodic test runner for DynamicVegetation tests
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 15:48:44 -06:00
jckand-amzn
0a801ffd78
Finalizing temporary prefab helpers and test
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 15:33:46 -06:00
sweeneys
95254bccf8
Merge branch 'development' into linux_ar
2021-11-15 08:48:14 -08:00
jckand-amzn
bd73a57901
Merge remote-tracking branch 'upstream/development' into jckand/SliceDeprecationAutomationUtils
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-15 10:14:51 -06: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
jckand-amzn
0d3ab12d42
Removing unused imports and debug waits
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-12 16:34:57 -06:00
jckand-amzn
11c219701e
Initial check-in of in-memory prefab creation helpers for Dynamic Vegetation tests
...
Signed-off-by: jckand-amzn <jckand@amazon.com >
2021-11-12 15:47:18 -06:00
Neil Widmaier
98f589745b
Adding step to assign a cubemap
...
Signed-off-by: Neil Widmaier <nwidmaie@amazon.com >
2021-11-12 10:55:52 -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
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