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
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
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
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
Sergey Pereslavtsev
3fb97b1334
Added more info to comment
...
Signed-off-by: Sergey Pereslavtsev <pereslav@amazon.com >
2021-11-12 18:13:20 +00: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
Terry Michaels
8bbb99d741
Merge pull request #5587 from aws-lumberyard-dev/miterenc/FixTrackViewFixture
...
TrackView Fixture now disables save on finalize
2021-11-12 09:21:46 -06:00
Terry Michaels
9e84c409bd
Trackview Fixture now disables save on finalize
...
Signed-off-by: Terry Michaels <miterenc@amazon.com >
2021-11-12 08:03:43 -06:00
Terry Michaels
876576e568
Trackview Fixture now disables save on finalize
...
Signed-off-by: Terry Michaels <miterenc@amazon.com >
2021-11-12 08:02:12 -06:00
Sergey Pereslavtsev
435f839666
Fixed IMGUI Entity Outliner to show net entities
...
Signed-off-by: Sergey Pereslavtsev <pereslav@amazon.com >
2021-11-12 13:36:14 +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
Luis Sempé
b0e9313df0
Script Canvas added text generation for BehaviorContext properties ( #5568 )
...
Added generation and navigation options for BehaviorProperty items
2021-11-11 15:26:41 -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
Ken Pruiksma
23bcc70844
Exposing ibl exposure to the lighting preset. This value was already being serialized and used, just never exposed to the edit context. This will help artists tweak the look of lighting presets and is particularly helpful when dealing with lighting in HDR environments. ( #5570 )
...
Signed-off-by: Ken Pruiksma <pruiksma@amazon.com >
2021-11-11 17:06:20 -06: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
f861ab622e
Fixed AP timeout on linux due to zombie AP process ( #5550 )
...
* Fixed AP timeout on linux due to zombie AP process
* Fixed reversed check
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-11 22:36:26 +00: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
Roman
2c58da46dc
Follow character option ( #5538 )
...
* Follow character option
Signed-off-by: rhhong <rhhong@amazon.com >
* CR feedback
Signed-off-by: rhhong <rhhong@amazon.com >
2021-11-11 13:57:52 -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
Pip Potter
4a34686e4e
AWS Core CDK: Add option to cleanup resources that are retained by default ( #5470 )
...
* Add option to cleanup resources that are retained by default
Signed-off-by: Pip Potter <61438964+lmbr-pip@users.noreply.github.com >
2021-11-11 13:20:47 -08:00
amzn-mike
c3838464cc
Blast gem cleanup m_materialLibrary asset on Deactivate to avoid holding onto asset reference after AssetManager has shutdown ( #5505 )
...
Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com >
2021-11-11 14:58:21 -06:00
bosnichd
19acf94606
Remove the legacy ViewSystem and some other tangentially related legacy code. ( #5558 )
...
Signed-off-by: bosnichd <bosnichd@amazon.com >
2021-11-11 13:29:51 -07: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
Luis Sempé
9e2a3226fd
Script Canvas, replace the text replacement system to a JSON file based one ( #5228 )
...
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
2021-11-11 11:53:51 -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
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
sphrose
fac3d0b1bf
Merge pull request #5543 from aws-lumberyard-dev/terrain/sphrose/lost_unit_tests
...
Redoing tests that got lost when TerrainPhysicsManager was merged.
2021-11-11 17:46:38 +00:00
greerdv
27076cab73
Merge pull request #5135 from aws-lumberyard-dev/tick-tests
...
Tick tests
2021-11-11 16:36:55 +00:00
Tom Hulton-Harrop
2812ec2024
Fix brute force mesh intersection function ( #5447 )
...
* fix brute force mesh intersection function
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
* add test for brute force ray intersection fix
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
* refactor tests to remove as much duplication and provide API for future tests if required
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
* small updates after review feedback
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
* update following review feedback
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
* fix for pointer offset
Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com >
2021-11-11 16:33:08 +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
SergeyAMZN
aee52d1677
Merge pull request #5533 from aws-lumberyard-dev/LYN-8169_ServerShouldNotLoadClientCfg
...
Removing Old Cry Code that Causes ServerLauncher to Load Client.cfg
2021-11-11 16:06:06 +00:00
AMZN-stankowi
6e70097ad7
Fixed all errors with default seeds ( #5489 )
...
* 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 >
2021-11-11 07:50:25 -08:00
AMZN-stankowi
2df8d5b620
Fixed crash if you save a bundle outside the default bundle folder ( #4974 ) ( #5255 )
...
Signed-off-by: stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
2021-11-11 07:50:16 -08:00
greerdv
9d05168cfc
address feedback from PR
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-11-11 15:10:46 +00:00
AMZN-AlexOteiza
edefb57cfd
Fixed crash when typing asset name and clicking browse ( #5495 )
2021-11-11 13:58:00 +00:00
jonawals
de4e2d6308
Merge pull request #5544 from aws-lumberyard-dev/viewport/LYN-7989
...
Remove SurfaceManipulator.
2021-11-11 13:36:55 +00:00
sphrose
398decd06e
review changes
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-11-11 12:57:48 +00:00
AMZN-Igarri
4e0e3c7904
Entering the Game Mode when the SlideAlongAxisBasedOnAngle in the Camera Rig is set results in an assert ( #5410 )
...
* Fixed assert and added None behavior.
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* cleaned up file
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Switched over to checkboxes
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Fixed naming.
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Fixed naming
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Fixed serialize version and zero vector normalization
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Cleaned up format.
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
* Fixed Warnings
Signed-off-by: AMZN-Igarri <82394219+AMZN-Igarri@users.noreply.github.com >
2021-11-11 12:16:11 +00:00
John
039d2fc0c4
Remove SurfaceManipulator.
...
Signed-off-by: John <jonawals@amazon.com >
2021-11-11 12:13:55 +00:00