Commit Graph

564 Commits (8238b76dba5ee42012c3bcebaae1a0232200bc7f)
 

Author SHA1 Message Date
evanchia-ly-sdets 8238b76dba
Merge pull request #200 from aws-lumberyard-dev/test_metrics_endpoint_fix
Test metrics uses both Jenkins endpoints fix
5 years ago
Benjamin Jillich ba324b8806
[LYN-3013] Github TQO Animation: MorphTarget has data integrity issue (#237)
* Added error reporting for data integrity issues for non-uniform motion data.
* The actual issue was a mismatch between the end times of the morph and the skeletal animations. They need to match in EMotionFX.
* The morph target animation exported a keyframe too much.
5 years ago
AMZN-AlexOteiza dbcb2f9916
Added sys_assert level 3 which will make asserts to crash the application(#208)
Co-authored-by: aljanru <aljanru@amazon.com>
5 years ago
moudgils 4b2e4b8b02
Merge pull request #238 from aws-lumberyard-dev/Atom/moudgils/BumpShaderBuilder
Bump shader  builder
5 years ago
carlitosan 77c79e4078
Merge pull request #232 from aws-lumberyard-dev/carlitosan-sc-type-any
Fixes for allowable Node/Variable palette types. LYN-3090
5 years ago
Chris Burel 61fd73b467
Enable the mesh optimizer (#231) 5 years ago
moudgils a177067e9b Bump shader builder 5 years ago
Steve Pham 69d997e9c7
Merge pull request #233 from aws-lumberyard-dev/SPEC-6316-main
Update AWSNativeSDK on Linux to rev4 to fix dependency issue with aws-cpp-sdk-event-stream
5 years ago
Guthrie Adams 62d2971103
Merge pull request #227 from aws-lumberyard-dev/Atom/guthadam/ATOM-15221_cherrypick
Cherry picking material editor error message box trace reporting from 1.0 to main
5 years ago
michabr c66e2f4bcf
Initial phase of UI Canvas Editor rendering with Atom (#164)
* Move Draw2d.h to Include folder

* Initial phase of UI Canvas Editor rendering with Atom

* Simplify Draw2d by removing BeginDraw2d/EndDraw2d which is no longer needed

* Fix compile errors for non-unity builds
5 years ago
spham 2fc1901d8f Update AWSNativeSDK on Linux to rev4 to fix dependency issue with aws-cpp-sdk-event-stream 5 years ago
chcurran f9799293c1 Merge branch 'main' into carlitosan-sc-type-any 5 years ago
chcurran 134f07eb5a Fixes for node palette exclusion, restrict asset variable type to fix LYN-3090 5 years ago
AMZN-mnaumov 88d0853cfd
Merge pull request #186 from aws-lumberyard-dev/Atom/mnaumov/ATOM-15296
[ATOM-15296] Fixing deadlock related to thumbnails
5 years ago
AMZN-mnaumov 9acf50481a
Merge pull request #120 from aws-lumberyard-dev/Atom/mnaumov/ATOM-14073
[ATOM-14073] Double click launches Material Editor
5 years ago
mnaumov 5f0e7f2cbc merge from main 5 years ago
guthadam 39f6cc4421 Merge branch 'main' into Atom/guthadam/ATOM-15221_cherrypick 5 years ago
guthadam 215931a1ae Updating trace recorder to allow limiting the number of messages stored 5 years ago
guthadam 0e6fea21fc ATOM-15221 Material Editor: Capturing trace warnings and errors to display in error message boxes
https://jira.agscollab.com/browse/ATOM-15221
5 years ago
Luis Sempé 8996976efb
Merge pull request #222 from aws-lumberyard-dev/scripting/bug_fixes
Fixed Lua IDE startup
5 years ago
rhongAMZ cbc7b60eb8
Merge pull request #203 from aws-lumberyard-dev/animation/rhhong/dev
Animation Editor: Removing all layouts causes the Animation Editor to be unusable
https://jira.agscollab.com/browse/LYN-3139
5 years ago
luissemp 49322b040b Fixed Lua IDE startup 5 years ago
mnaumov af00191e82 merge from main 5 years ago
cgalvan 7a6b0c16b7
Merge pull request #206 from aws-lumberyard-dev/cgalvan/RemoveLegacyEditTools
[LYN-3105] Removed legacy CEditTool class and all sub-classes.
5 years ago
cgalvan 143c2516c6
Merge pull request #211 from aws-lumberyard-dev/cgalvan/FixEMFXDocking
[LYN-3137] Fixed EMFX floating dock widgets not responding to docking events.
5 years ago
Chris Galvan ee90a73744 [LYN-3105] Fixed missing include. 5 years ago
Olex Lozitskiy 2063b0ba9a
Merge pull request #145 from aws-lumberyard-dev/Atom/olexl/ATOM-15275
ATOM-15275 RedCode legacy version of DirectXShaderCompiler
5 years ago
evanchia efacc3c8bb Adding missing spaces in test metrics command string 5 years ago
Steve Pham 97fd0df098
Merge pull request #205 from aws-lumberyard-dev/SPEC-5833-main
Update Lua package revs and hashes to use new re-built Lua packages that pass scrubbing validation
5 years ago
Vicky 3b8d81f6a3
Merge pull request #204 from aws-lumberyard-dev/Atom/qingtao/LYN-2772
LYN-2772 Atom: Adding White Box Component to an Entity silently crashes the Editor
5 years ago
Chris Galvan 5061f39406 Merge branch 'main' into cgalvan/RemoveLegacyEditTools 5 years ago
rhhong d2eafe7995 Merge branch 'main' into animation/rhhong/dev 5 years ago
Chris Galvan 5f8ffdfdc1 [LYN-3137] Fixed EMFX floating dock widgets not responding to docking events. 5 years ago
evanchia 7bfde0ddba Using jenkins env var instead of extracting function 5 years ago
Aristo7 9e874ae2ed Merged main in 5 years ago
Vincent Liu 626f7c00fe
[SPEC-1856] Convert AWSGameLiftServerSDK to new 3rdparty system (#198)
Remove old 3rdparty reference in code, and replace with new target.
Lib has been promoted to prod bucket (https://jira.agscollab.com/browse/SPEC-6469)
5 years ago
Chris Galvan 0efa1e7817 [LYN-3105] Removed legacy CEditTool class and all sub-classes. 5 years ago
Steve Pham add0b44812
Merge pull request #196 from aws-lumberyard-dev/SPEC-3516
Fixing install script for selecting specific version of Cmake and adding +x permissions to the file
5 years ago
carlitosan b5b7903e56
Merge pull request #183 from aws-lumberyard-dev/carlitosan_scripting_first
Replace execution out look up string compares and hashes with simple array index. And bug fixes and tests. LY-124552, LYN-2855, LYN-2920, LYN-2815
5 years ago
qingtao 99e91e3e80 LYN-2772 Atom: Adding White Box Component to an Entity silently crashes the Editor
Fixed a buffer creation issue with white box mesh.
5 years ago
spham 5906731cd1 Update Lua package revs and hashes to use new re-built Lua packages that pass scrubbing validation 5 years ago
rhhong e05b7d5bb5 Animation Editor: Removing all layouts causes the Animation Editor to be unusable
Making the anim graph layout the default layout, cannot be removed from the menu.
5 years ago
Esteban Papp 92c77dca11
LYN-3069 Revert some 3rdparty changes and address issue (#185)
* renaming and organizing files

* removed unused files

* Removing unnecessary file

* moved file

* reverting movement of 3rdparty associations from gems to global

* removing unnecessary calls to ly_add_external_target_path

* fixing install prefix of ci_build

* Fixes to get 3rdparties declared in gems to be installed

* Allowing to install just one configuration

* Adding empty line at the end

* removing commented code

* setting IMPORETD_LOCATION_<CONFIG> and defaulting IMPORTED_LOCATION to the profile config in case other configs are not installed
5 years ago
evanchia a3e1d84566 Test metrics uses both Jenkins endpoints fix 5 years ago
Olex Lozitskiy e3b48c16bd
Merge pull request #170 from aws-lumberyard-dev/Atom/olexl/openimageio_3p_update
Updated OpenImageIO 3p package to rev2
5 years ago
chcurran bb976438fc Merge branch 'main' into carlitosan_scripting_first 5 years ago
chcurran 4faa64e31d Fix string format build error 5 years ago
amzn-sean 743d6a511a
Merge pull request #192 from aws-lumberyard-dev/physx_character_create
Character controller now uses Add/Remove Simulated Body API
5 years ago
spham a14cd0102e Fixed cmake version targeting 5 years ago
spham cb142107e7 Fixed targeting of cmake version 5 years ago