Add overall timeout for the AR pipeline
brianherrera
2022-01-28 13:38:38 -0800
90e34e8649Fixed a couple places where we had variables called 'propertyNameContext' instead of 'propertyIdContext' which was inconsistent
santorac
2022-01-28 13:51:42 -0800
d9c646062bInstrumented 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 -0800
1c6fbdab2aRemoved legacy/unused IEventLoopHook
Chris Galvan
2022-01-28 15:44:25 -0600
Remove legacy 'CrySetFileAttributes' (#7226)
Steve Pham
2022-01-28 09:48:46 -0800
e173840babMoved the StandardPbr property groups around to be in their original order.
santorac
2022-01-28 09:40:33 -0800
c3363fc22eUpdating 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 -0800
fc02783200Fixed crash and asserts when heightfield is used without Terrain World
Sergey Pereslavtsev
2022-01-28 17:14:21 +0000
Merge pull request #7171 from aws-lumberyard-dev/TerrainMaterialsFix
SergeyAMZN
2022-01-28 12:47:23 +0000
fa037d5d7dUpdated 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 -0800
Merge pull request #7120 from aws-lumberyard-dev/cgalvan/gitflow_220124_o3de_main
2111.2
main
Chris Galvan
2022-01-27 12:07:39 -0600
4471b7008dMerge branch 'development' into Prefabs/PlayInEditorMissingAssets
AMZN-koppersr
2022-01-27 09:51:06 -0800
94919fe270Moved Serialize Context retrieval out of a loop and expanded an error message in InMemorySpawnableAssetContainer::LoadReferencedAssets.
AMZN-koppersr
2022-01-27 09:47:12 -0800
bb93dd3315PR feedback + refactored some code duplication in tests
Sergey Pereslavtsev
2022-01-27 16:08:22 +0000
EMotion FX: Recent files menu in Animation Editor also shows files from external gems (#7160)
Benjamin Jillich
2022-01-27 13:23:39 +0100
a4346de658Code 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 -0800
Atom viewport render option bugfix (#7158)
Roman
2022-01-26 19:41:38 -0800
e0cee13747Code 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 -0800
413ce5a6abAtom Tools: move performance metrics status bar widgets to base window
Guthrie Adams
2022-01-26 16:13:31 -0600
Merge branch 'development' into scspaldi_basic_networking_automation_test
SSpalding
2022-01-26 15:22:47 -0800
f3fa731fefMerge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 16:46:58 -0600
Updated all array_view uses with the C++20 span. (#7157)
lumberyard-employee-dm
2022-01-26 16:15:47 -0600
6caeabd961Merge branch 'Atom/santorac/TokenizeToStringView' into Atom/santorac/RemixableMaterialTypes3
santorac
2022-01-26 14:13:17 -0800
0550167f9fUpdated API to return false if there is any issue retrieving the data
Chris Galvan
2022-01-26 16:09:03 -0600
048b068c89Updated 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 -0700
dbbb9fe6e8Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 15:41:19 -0600
c2ae853d95Fixed python bindings unit test
Chris Galvan
2022-01-26 15:37:30 -0600
670777f0f2Moved the pixel value retrieval APIs from StreamingImageAsset to RPIUtils
Chris Galvan
2022-01-26 15:25:47 -0600
4312c636afGot 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 -0800
4c01c5b67fLYN-7637 Allow Terrain Physics Collider to assign a default physics material
Sergey Pereslavtsev
2022-01-26 19:15:34 +0000
8151856e83Removed legacy Editor config spec
Chris Galvan
2022-01-26 13:01:30 -0600
Merge pull request #6909 from aws-lumberyard-dev/6116_script_events
Chris Galvan
2022-01-26 11:29:21 -0600
921c1e2201Modified GetSubImagePixelValues API to be exclusive with bottom right coordinate, and documented as such
Chris Galvan
2022-01-26 11:15:37 -0600
aa025a5e7dUpdated unit tests per PR feedback
Chris Galvan
2022-01-26 10:48:08 -0600
Implemented Support to allow project's to reference gems via the gem name (#7109)
lumberyard-employee-dm
2022-01-26 10:44:35 -0600
93261022f1Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 10:20:35 -0600
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 -0800
94036b78a0Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/DraftStreamingImageAssetPixelAPI
Chris Galvan
2022-01-26 09:53:03 -0600
c789814d75adds another maybe_unused to a new variable using assert
Esteban Papp
2022-01-26 07:36:33 -0800
22616cc7c4Merge branch 'development' into optimization/unused_files
Esteban Papp
2022-01-26 07:35:17 -0800
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 -0800