991f97a666
Add overall timeout for the AR pipeline
brianherrera
2022-01-28 13:38:38 -08:00
90e34e8649
Fixed a couple places where we had variables called 'propertyNameContext' instead of 'propertyIdContext' which was inconsistent
santorac
2022-01-28 13:51:42 -08:00
d9c646062b
Instrumented support for the JSON importer for material type files. I also noticed that JsonFileLoadContext was no longer used (see https://github.com/o3de/o3de/pull/7010) so I was able to remove all that code.
santorac
2022-01-28 13:45:58 -08:00
1c6fbdab2a
Removed legacy/unused IEventLoopHook
Chris Galvan
2022-01-28 15:44:25 -06:00
117cb11505
{ghi7197} ignore prefab groups with empty JSON DOMS (#7242)
Allen Jackson
2022-01-28 15:43:51 -06:00
929baa4bdd
Merge branch 'development' into scripting/screenshot_toolbutton
lsemp3d
2022-01-28 13:19:09 -08:00
342b1ee47c
minor update
Neil Widmaier
2022-01-28 12:44:04 -08:00
f1ad9ef0b8
Updated Light, Grid, and Physical Sky P0 tests
Neil Widmaier
2022-01-28 12:19:27 -08:00
f6f7ee06a6
Catch URLError so a message can be printed.
AMZN-Phil
2022-01-28 10:10:17 -08:00
24086ab394
Resizable Headers for Gem Catalog and Gem Repo Screen (#6885)
AMZN-nggieber
2022-01-28 10:05:03 -08:00
0ba1cff08e
Remove legacy 'CrySetFileAttributes' (#7226)
Steve Pham
2022-01-28 09:48:46 -08:00
e173840bab
Moved the StandardPbr property groups around to be in their original order.
santorac
2022-01-28 09:40:33 -08:00
c3363fc22e
Updating StandardPbr.materialtype to follow the new file format. In this commit all I did was combine the "groups" metadata together with the property lists. The groups will now show up in the wrong order in the Material Editor, because that was based on the "groups" list that no longer exists. I wanted to keep the giant list of properties in the same order for an easier diff review. In the next commit, I'll move the property groups around to be in the same order as before.
santorac
2022-01-28 09:36:09 -08:00
fc02783200
Fixed crash and asserts when heightfield is used without Terrain World
Sergey Pereslavtsev
2022-01-28 17:14:21 +00:00
112e310419
[Serialization] Add support for updating the values of existing keys in associative containers (#6832)
amzn-sj
2022-01-28 09:13:24 -08:00
fba7d73c57
Extended sub image pixel API to support component indexing.
Chris Galvan
2022-01-28 11:10:33 -06:00
b34a955c3d
Fixed platform settings not using unique values for Android and iOS (#7198)
John Jones-Steele
2022-01-28 16:38:33 +00:00
3a0edd2dd1
Move reflection probe fp file and fix missings in cmake file list (#7189)
Thomas Poulet
2022-01-28 16:30:30 +00:00
fa037d5d7d
Updated MaterialSourceData::CreateMaterialAssetFromSourceData to use MaterialUtils::LoadMaterialTypeSourceData which calls ConvertToNewDataFormat(). This was needed by Material Editor to succesfully load old-format material types.
santorac
2022-01-27 16:49:17 -08:00
3a08a3b325
Removed some unused local variables.
AMZN-koppersr
2022-01-27 12:38:57 -08:00
f7f17c98b4
[development] fixed ambiguous 'byte' type MSVC build error (#7184)
Scott Romero
2022-01-27 11:12:15 -08:00
c1d7294c5b
Merge pull request #7120 from aws-lumberyard-dev/cgalvan/gitflow_220124_o3de_main
2111.2
main
Chris Galvan
2022-01-27 12:07:39 -06:00
4471b7008d
Merge branch 'development' into Prefabs/PlayInEditorMissingAssets
AMZN-koppersr
2022-01-27 09:51:06 -08:00
94919fe270
Moved Serialize Context retrieval out of a loop and expanded an error message in InMemorySpawnableAssetContainer::LoadReferencedAssets.
AMZN-koppersr
2022-01-27 09:47:12 -08:00
bb93dd3315
PR feedback + refactored some code duplication in tests
Sergey Pereslavtsev
2022-01-27 16:08:22 +00:00
753d15b0f8
Merge pull request #6758 from aws-lumberyard-dev/cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-27 09:32:30 -06:00
61b494a3c7
fix for changes in non-uniform scale component mode not persisting
greerdv
2022-01-27 13:56:24 +00:00
bbd91755ea
EMotion FX: Recent files menu in Animation Editor also shows files from external gems (#7160)
Benjamin Jillich
2022-01-27 13:23:39 +01:00
a4346de658
Code cleanup. New comments. Added some non-const find functions to MaterialTypeSourceData. Fixed places where I forgot to change m_name to GetName().
santorac
2022-01-26 23:54:25 -08:00
e2c4c0e5e3
Atom viewport render option bugfix (#7158)
Roman
2022-01-26 19:41:38 -08:00
e0cee13747
Code cleanup. Made PropertyDefinition::m_name private. Moved code around for a cleaner diff in MaterialTypeSourceData.h. Added API comments.
santorac
2022-01-26 18:10:02 -08:00
413ce5a6ab
Atom Tools: move performance metrics status bar widgets to base window
Guthrie Adams
2022-01-26 16:13:31 -06:00
75d39d9ce5
makes bucket variables atomic (#7179)
Esteban Papp
2022-01-26 17:51:20 -08:00
5ebe3d12df
Add file exists conditional for ebs_snapshot stash command (#7178)
Mike Chang
2022-01-26 17:11:58 -08:00
f368997deb
Modified the passing of span in test
Chris Galvan
2022-01-26 19:06:57 -06:00
2f4ff1072c
Merge pull request #7170 from aws-lumberyard-dev/cgalvan/RemovedLegacyEditorConfigSpec
Chris Galvan
2022-01-26 19:03:11 -06:00
68e4970a2d
Reverted the new Tokenize function I added, and used TokenizeVisitor instead.
santorac
2022-01-26 16:47:10 -08:00
498e5b738f
Removed SetAutoLoadBehavior from InMemorySpawnableAssetContainer.
AMZN-koppersr
2022-01-26 16:40:53 -08:00
50982b8283
Exposing / Unifying the rasterstate depth bias values for all the shadowmap shaders (#7150)
mrieggeramzn
2022-01-26 16:04:12 -08:00
5810a150f0
Merge branch 'development' into scspaldi_basic_networking_automation_test
SSpalding
2022-01-26 15:22:47 -08:00
f3fa731fef
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 16:46:58 -06:00
b9824ed172
Updated all array_view uses with the C++20 span. (#7157)
lumberyard-employee-dm
2022-01-26 16:15:47 -06:00
6caeabd961
Merge branch 'Atom/santorac/TokenizeToStringView' into Atom/santorac/RemixableMaterialTypes3
santorac
2022-01-26 14:13:17 -08:00
0550167f9f
Updated API to return false if there is any issue retrieving the data
Chris Galvan
2022-01-26 16:09:03 -06:00
048b068c89
Updated StringFunc::Tokenize to support returning a list of string_view instead of string, which should be more efficient. string is still supported as well, but users should prefer the string_view version.
santorac
2021-09-30 01:08:54 -07:00
a4741f98d2
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/RemovedLegacyEditorConfigSpec
Chris Galvan
2022-01-26 15:48:03 -06:00
dbbb9fe6e8
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 15:41:19 -06:00
c2ae853d95
Fixed python bindings unit test
Chris Galvan
2022-01-26 15:37:30 -06:00
670777f0f2
Moved the pixel value retrieval APIs from StreamingImageAsset to RPIUtils
Chris Galvan
2022-01-26 15:25:47 -06:00
48cea89910
Bump pywin32 in /scripts/build/build_node/Platform/Common (#7169)
dependabot[bot]
2022-01-26 13:22:21 -08:00
b9910ac188
Bump rsa from 4.5 to 4.7 in /scripts/build/build_node/Platform/Common (#7168)
dependabot[bot]
2022-01-26 13:22:07 -08:00
43219c7ab6
Bump jinja2 in /scripts/build/build_node/Platform/Common (#7167)
dependabot[bot]
2022-01-26 13:21:51 -08:00
aeb43c4012
Fixed up a few small things to get Material Editor working again.
santorac
2022-01-26 13:04:28 -08:00
6eec5e1a21
EBS snapshot script (#6978)
Mike Chang
2022-01-26 13:00:46 -08:00
453808eb90
Clipmap bounds class (#7134)
Ken Pruiksma
2022-01-26 14:30:13 -06:00
9b8bebbd70
Bumped the MaterialBuilder version number.
santorac
2022-01-26 12:21:43 -08:00
4312c636af
Got the RPI unit tests building and working again after merge. There were some incorrectly resolved conflicts that I had to re-resolve, especially in MaterialTypeSourceData::CreateMaterialTypeAsset.
santorac
2022-01-26 12:19:49 -08:00
4c01c5b67f
LYN-7637 Allow Terrain Physics Collider to assign a default physics material
Sergey Pereslavtsev
2022-01-26 19:15:34 +00:00
7a45aa5bbf
Merge pull request #6909 from aws-lumberyard-dev/6116_script_events
Chris Galvan
2022-01-26 11:29:21 -06:00
921c1e2201
Modified GetSubImagePixelValues API to be exclusive with bottom right coordinate, and documented as such
Chris Galvan
2022-01-26 11:15:37 -06:00
aa025a5e7d
Updated unit tests per PR feedback
Chris Galvan
2022-01-26 10:48:08 -06:00
62775add6d
Implemented Support to allow project's to reference gems via the gem name (#7109)
lumberyard-employee-dm
2022-01-26 10:44:35 -06:00
93261022f1
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 10:20:35 -06:00
d605b5636d
Merge pull request #5532 from aws-lumberyard-dev/optimization/unused_files
Esteban Papp
2022-01-26 08:19:08 -08:00
7ef9a01d24
Fixed compile issue on Linux
Chris Galvan
2022-01-26 10:16:31 -06:00
75f511d851
Merge pull request #6390 from aws-lumberyard-dev/memory/overrideshim_removal
Esteban Papp
2022-01-26 08:15:20 -08:00
1a7a350880
Introduce a new Focus Mode API function to retrieve full list of EntityIds that are in focus. (#7159)
Danilo Aimini
2022-01-26 08:12:34 -08:00
94036b78a0
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 09:53:03 -06:00
c789814d75
adds another maybe_unused to a new variable using assert
Esteban Papp
2022-01-26 07:36:33 -08:00
22616cc7c4
Merge branch 'development' into optimization/unused_files
Esteban Papp
2022-01-26 07:35:17 -08:00
ec47c4fdfc
Merge pull request #7152 from aws-lumberyard-dev/cgalvan/DisableRenderPipelineUntilLevelIsLoaded
Chris Galvan
2022-01-26 08:29:21 -06:00
56f778483b
Fix for editor intersection with helpers disabled for EditorSplineComponent (#7143)
Tom Hulton-Harrop
2022-01-26 11:16:18 +00:00
b0a725340c
Moved gems .setreg files to Registry folder, otherwise they will be missing in a Pre-built SDK Engine (#7140)
moraaar
2022-01-26 09:37:21 +00:00
e6113eb9c5
Add checks to handle failure in creating entity as a child of a read-only entity in TrackView and LandscapeCanvas (#7156)
Danilo Aimini
2022-01-25 21:09:00 -08:00