Commit Graph

2549 Commits (5bb55ac1c7723512d24ce610ebb0ead2554ee99c)
 

Author SHA1 Message Date
Benjamin Jillich 5bb55ac1c7
[LYN-2514] Optimizing for new window dimensions (#990) 5 years ago
Guthrie Adams fffbd242c1
Merge pull request #999 from aws-lumberyard-dev/Atom/guthadam/ATOM-15649
ATOM-15649 sorting material types in create material dialog
5 years ago
Steve Pham 051384e9a7
Remove AZ_TRAIT_DISABLE_ASSET_JOB_PARALLEL_TESTS from Linux traits (#1018) 5 years ago
galibzon 25dc42e298
[ATOM-15600] Fix cpu over usage when loading shader variant assets. (#1014)
This is a temporary fix, in the future ShaderVariantAsyncLoader will use
OnCatalogAssetRemoved()/ OnCatalogAssetAdded().

Signed-off-by: garrieta <garrieta@amazon.com>
5 years ago
Jonny Galloway 6485ac8ea1
Merge pull request #1013 from aws-lumberyard-dev/gallowj/main/SponzaLicense
Added a required CC license for Sponza content
5 years ago
Terry Michaels 9435305f01
Make entity creation via asset drag and drop properly create an entity so it works with prefabs correctly (#1010) 5 years ago
guthadam a11c4e9106 Merge branch 'main' into Atom/guthadam/ATOM-15649 5 years ago
Chris Santora b8578a4dc5
Merge pull request #979 from aws-lumberyard-dev/Atom/santorac/MaterialTypeCleanup
Various Cleanup of Core Material Types

Did a bunch of general cleanup on Atom's core material types. This gives us much better alignment of configuration between StandardPBR, EnhancedPBR, and Skin material types where they have common functionality. Also made some quality of life improvements for the user like making parallax mapping and UV transforms easier to set up.

ATOM-14838 Make Parallax Look Decent By Default
ATOM-13828 UV Transform Center Default Middle
ATOM-15133 Clean Up EnhancedPBR
ATOM-13216 Delete Deprecated Functors
ATOM-14037 StandardPBR TintedTransparent Opacity
ATOM-15295 Remove Unnecessary Enable Material Properties
5 years ago
Nicholas Van Sickle 5e87250f67
Fix viewport icon rendering on high DPI devices (#1006)
* Clarify ViewportWorldToScreen being in widget space and add DeviceScalingFactor

* -Fix viewport icons being draw wrong on high DPI displays
-Fix loading viewport icons from absolute paths, which

* Address review feedback, fix build
5 years ago
guthadam a4e128b5b6 Merge branch 'main' into Atom/guthadam/ATOM-15649 5 years ago
Chris Santora ed56635c3e Merge remote-tracking branch 'upstream/main' into Atom/santorac/MaterialTypeCleanup 5 years ago
gallowj be54df8c1e Added a required CC license for Sponza content 5 years ago
AMZN-tpeng 16286fb43b
Merge pull request #869 from aws-lumberyard-dev/ATOM/tonypeng/ATOM-15576
Atom/tonypeng/atom-15576
5 years ago
Scott Romero 3198e50c72
[main] post install hook to configure cmake and python
Merge pull request #971 from aws-lumberyard-dev/cpack_installer
5 years ago
Steve Pham 0d7c23641a
Fix missing space betweek arguments causing dxc commands with additional args to fail (#1003) 5 years ago
Qing Tao 85222130d4
LYN-4007 Editor crashes when entering the Game Mode with two Box Shape entities with Game View enabled (#974)
The crash was caused by using gpu query across command lists.
5 years ago
jckand-amzn 2d562b97c5
Merge pull request #970 from aws-lumberyard-dev/jckand/FoundationAutoDecoupling
SPEC-6685: Updating test summaries for TestRail decoupling effort
5 years ago
Sean Sweeney 371a2f71ca
Merge pull request #972 from aws-lumberyard-dev/LyttFindExternal
Tests search for external project definition relative to build directory
5 years ago
jckand-amzn 036eb4a269 Merge branch 'main' into jckand/FoundationAutoDecoupling 5 years ago
guthadam c2822a4063 ATOM-15649 sorting material types in create material dialog 5 years ago
jackalbe 5b5d02baa4
{LYN-4060} Helios - Fix to load PAK Archive files (#964)
* {LYN-4060} Helios - Fix to load PAK Archive files

{LYN-4060} Helios - Fix to load PAK Archive files

* Helios - Archive does not load from PAK files due to IsFileExists() error
* the decompression tag does not need to be ZCRY, so removed it
* the PAK files are on disk, so a "on disk file exists" method is used
* the mapped files m_mapFiles need to track the file path, not just the filename

Tests: Release Launcher with a new level

* re-adding the read only flag check so that ZIP files can be created
5 years ago
Terry Michaels b600dd9b71
Fixed issues with mac build caused by a double define of "MAC" (#996)
* fixed missed reference to name change

* Fixed MAC double define issue, changed to MAC_ID
5 years ago
greerdv e1e1217c6a
Merge pull request #984 from aws-lumberyard-dev/attachments-transform-scale
update usages of transform vector scale
5 years ago
greerdv 03d54014f7
Merge pull request #985 from aws-lumberyard-dev/physics-transform-scale
update physics code to avoid vector scale Transform functions
5 years ago
Tom Hulton-Harrop b4ab2032e8
Fix for viewport ui crash and small refactor (#992) 5 years ago
Chris Santora b206e7ffe5 ATOM-15295 Remove Unnecessary Enable Material Properties
The only remaining unnecessary enable flag I found was for the parallax property group. It is removed, and now we just use the texture map and useTexture flag to gate whether the feature is enabled.
5 years ago
greerdv 066de9d365
Merge pull request #987 from aws-lumberyard-dev/manipulator-transform-scale
update manipulators to avoid using vector scale Transform functions
5 years ago
Steve Pham 600f97a46c
Updating DirectXShaderCompiler 3P Packages to use built-from-source version (#976) 5 years ago
jjjoness 5942cf066d
Merge pull request #983 from aws-lumberyard-dev/LYN-1914
Changed editor icon
5 years ago
Alex Peterson 7cd325bad9
Adding ProjectManager as an Editor runtime dependency
The project manager is needed by the editor if it does not know what project to use
5 years ago
Terry Michaels fd8fe8b939
Fixed newly created level having the right source field set (#986)
* Fixed an issue with the source field a newly created level not being set correctly
5 years ago
Jonny Galloway 528934a437
Merge pull request #957 from aws-lumberyard-dev/gallowj/main/DCCsi
Gallowj/main/dccsi
5 years ago
AMZN-puvvadar 51eb68f462
Merge pull request #886 from aws-lumberyard-dev/mp_serialize_vector
Add Multiplayer Rewindable fixed vector and array types and integrate with MP jinja templates
5 years ago
AMZN-stankowi 56942d0f68
Fixed periodic failing test. Updated for new combined meshes, plus added some additional debug printing on failures. (#954) 5 years ago
AMZN-stankowi 9d94977b2c
FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933)
* Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)"

This reverts commit 58adcf168f.

* Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter"

This reverts commit 798d96f1a2, reversing
changes made to eb31d90ad9.

* Revert "Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter""

This reverts commit c1124f26d957388e88cc4990021314b5af247e1d.

* Revert "Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)""

This reverts commit 978477097892a22e83519646527ff52ba6532f35.

* Fixed how FbxImportRequestHandler is loaded

* Bumped version to force FBX to rebuild + removed unused variable

* Revert "Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)""

This reverts commit 978477097892a22e83519646527ff52ba6532f35.

* Revert "Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter""

This reverts commit c1124f26d957388e88cc4990021314b5af247e1d.

* Fixed a bad revert

* Better error reporting at AP launch

* AZ_CRC -> AZ_CRC_CE and removed delayed reload of settings registry file now that it's available at startup

* fixed typo in comment
5 years ago
greerdv f4c017e813
Merge pull request #968 from aws-lumberyard-dev/animation-transform-scale
update usages of vector scale on Transform to use uniform scale
5 years ago
amzn-sean 529e29071c
update Ragdoll component to only uses Handles (#981) 5 years ago
jckand-amzn 0c686dfb49 Merge branch 'main' into jckand/FoundationAutoDecoupling 5 years ago
John Jones-Steele bdbeaa8e54 Merge branch 'main' into LYN-1914 5 years ago
greerdv f286057046 update manipulators to avoid using vector scale Transform functions 5 years ago
gallowj d53367858b Altered a variable to make usage more clear. 5 years ago
gallowj b072d286d2 Merge remote-tracking branch 'upstream/main' into gallowj/main/DCCsi 5 years ago
gallowj 379f0717fa transitioned from use of bootstrap.cfg to .o3de\Reigistry\bootstrap.setreg 5 years ago
greerdv ece62c51d8 update physics debug draw to avoid vector scale Transform functions 5 years ago
Mike Balfour 7ced53cf58
[SPEC-7039] Fix for mac build (#969)
Fix for the following error:
/workspace/o3de/Code/Tools/SerializeContextTools/SliceConverter.h:55:41: error: extra qualification on member 'ConvertSliceInstance'
5 years ago
greerdv 6b7caa93b1 update collider component to avoid vector scale Transform functions 5 years ago
greerdv dd94795106 update force region to avoid vector scale Transform functions 5 years ago
greerdv a0adff8815 Merge branch 'main' into animation-transform-scale 5 years ago
greerdv e0ed535771 remove unused render cube function 5 years ago
John Jones-Steele 072f6e194e Changed editor icon 5 years ago