jromnoa
2b345cc059
Merge pull request #5379 from aws-lumberyard-dev/Neil_o3de_automation_HDRi_Skybox
...
Adding P0 HDRi Skybox test
2021-11-16 15:08:15 -08:00
Vincent Liu
8ca5a79076
Move gamelift client usage into each activity scope ( #5554 )
...
Signed-off-by: onecent1101 <liug@amazon.com >
2021-11-16 13:06:59 -08:00
Vincent Liu
59b12a6ec7
Add cvar for aws log level ( #5507 )
...
* Add cvar for aws log level
Signed-off-by: onecent1101 <liug@amazon.com >
* Remove old crysystem registered cmd and add safeguard to get cvar from console
Signed-off-by: onecent1101 <liug@amazon.com >
* Suppress error for client auth unit test as logging was routed to warning before
Signed-off-by: onecent1101 <liug@amazon.com >
2021-11-16 12:14:05 -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
Chris Galvan
655f082908
Merge pull request #5653 from aws-lumberyard-dev/cgalvan/UpdateDevSplashScreenName
...
Updated splash screen and about dialog with development name
2021-11-16 12:49:06 -06: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
Luis Sempé
9cf49845a4
Merge pull request #5621 from aws-lumberyard-dev/scripting/expand_context_menu
...
Added user option to define the size of the Script Canvas node palette context menu
2021-11-16 09:19:41 -08:00
Chris Galvan
3428bcb5da
Updated splash screen and about dialog with development name
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-11-16 10:07:45 -06:00
Chris Galvan
83df483813
Updated splash screen and about dialog with Stable 21.11 name
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-11-16 10:05:48 -06:00
Benjamin Jillich
84ba4afc54
EMotion FX: Deleting a corresponding anim graph when a Reference node is open crashes the Editor ( #5612 )
...
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
2021-11-16 12:45:02 +01:00
Roman
9a72dd7446
Bugfix - Render normal is incomplete when multiple mesh present. ( #5605 )
...
Signed-off-by: rhhong <rhhong@amazon.com >
2021-11-16 00:17:40 -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
Sean Sweeney
3791149c6b
Merge pull request #5531 from aws-lumberyard-dev/linux_ar
...
Enable python-based tests in Linux AR
2021-11-15 15:50:58 -08: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
Luis Sempé
d19ff1e779
Merge pull request #5596 from aws-lumberyard-dev/scripting/text_updates
...
Script Canvas node naming & generation improvements
2021-11-15 14:56:41 -08:00
lsemp3d
35b4f6a538
Replaced float with AZ::u32
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 14:46:38 -08: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
sweeneys
4e1045c005
Merge branch 'development' into linux_ar
2021-11-15 13:40:42 -08: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
amzn-mike
63713ca284
Fix AssetBus connection policy to re-lock the mutex afterward since some destructors in the calling methods are still altering the context ( #5575 )
...
Also made the unlock conditional.
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-15 12:23:56 -08:00
lsemp3d
cffd93642e
Reverted unnecessary change
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 11:48:35 -08:00
lsemp3d
ca66c609aa
Added user setting to change the Script Canvas node palette context menu
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 11:43:16 -08:00
amzn-mike
0cea59d669
[LYN-7463] Fix insert streaming request failure ( #5604 )
...
* Fix race condition where asset would finish loading and another request would start before the streamer request could be cleared
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Re-enable disabled test which was failing for the same reason.
Fix test timeout which was way too long.
Reduce test iterations to keep test time safely under 5 seconds.
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
* Instead of using a mutex, re-order the statements to remove the streamer request first
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-15 11:28:06 -08:00
lsemp3d
ed05318059
Fixed fallback name for EBus methods, improved more names
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 10:29:45 -08:00
lsemp3d
9adb968e7a
Fixed EBus generation to pull the BC metadata, and a few text updates
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 10:05:59 -08:00
moudgils
c0192e7543
Remove CPU Spin lock to help conserve power/perf ( #5597 )
...
Signed-off-by: moudgils <moudgils@amazon.com >
2021-11-15 09:56:28 -08:00
sweeneys
95254bccf8
Merge branch 'development' into linux_ar
2021-11-15 08:48:14 -08:00
lsemp3d
4af92fffb8
Updated names
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 08:40:08 -08:00
lsemp3d
6eddf084aa
Audio related text updates
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 08:33:56 -08:00
Pip Potter
a7778c89ff
HttpRequestorGem: Add basic autogen documentation to headers ( #4929 )
...
* Add basic autogen documentation to headers
Signed-off-by: rppotter <61438964+lmbr-pip@users.noreply.github.com >
2021-11-15 08:30:25 -08:00
lsemp3d
3fc95230af
Updated names for more SC elements
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-15 08:24:39 -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
SergeyAMZN
f9824fc4ee
Merge pull request #5586 from aws-lumberyard-dev/IMGUI_EntityOutlinerFix
...
Fixed IMGUI Entity Outliner to show net entities
2021-11-15 14:23:10 +00: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
Michael Pollind
0ada8b335b
feat: add whitebox module support for linux( #4654 ) ( #5075 )
...
* feat: fix whitebox module to work on linux(#4654 )
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* update with AZStl
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* feat: update format
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* chore: minor changes
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* chore: update clang warnings
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* chore: fix clang errors
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* chore: remove unused refrence for g_indices and address range based for loop warnings
Signed-off-by: Michael Pollind <mpollind@gmail.com >
* chore: fix clang warnings for test cases
Signed-off-by: Michael Pollind <mpollind@gmail.com >
2021-11-15 09:21:50 +00:00
sweeneys
80a6658c9d
disable TerrainTests
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-12 16:46:46 -08:00
lsemp3d
56834361bc
Fixed some missing node palette entries since display name was not populated yet
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-12 16:01:02 -08:00
lsemp3d
5072c2667f
Fixed the application of translation overrides to free standing BehaviorProperty constants
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-12 15:45:55 -08: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
lsemp3d
4fac65b600
Added missing forward declaration
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-12 14:02:43 -08: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
lsemp3d
a0667f7ae8
Improved BehaviorProperty method text generation and updated some translations in the process
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-12 13:07:11 -08:00
rgba16f
57adfd795e
Add a name to JobManager ( #5576 )
...
* Add a name to JobManager, all worker threads use that name to label their threads
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
* update with PR feedback, changed to use AZStd::fixed_string::format
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
* Fix copy paste errors using local variable names
Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com >
2021-11-12 13:15:41 -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
Sergey Pereslavtsev
3fb97b1334
Added more info to comment
...
Signed-off-by: Sergey Pereslavtsev <pereslav@amazon.com >
2021-11-12 18:13:20 +00:00
lsemp3d
bc73eaac69
Updated Asset Data text
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-12 09:25:06 -08:00