AMZN-Olex
d7bfd34a67
IFilterEntityManager work
...
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
5 years ago
Gene Walters
bafcdfe037
Merge pull request #1655 from aws-lumberyard-dev/genewalt/gitflow_210628
...
Merging Stabilization/2106 into Development
5 years ago
Tom Hulton-Harrop
8d35f31fa6
API documentation pass for CameraInput types ( #1681 )
...
* add api comments for new camera system
Signed-off-by: hultonha <hultonha@amazon.co.uk>
5 years ago
Gene Walters
dd206caf37
Updating pytest to work with new project_property::edit_project_props parameters
...
Signed-off-by: Gene Walters <genewalt@amazon.com>
5 years ago
alexmontAmazon
69f2e06134
rewrite of the filter code to fix [LYN-4156][LYN-4545] ( #1640 )
...
* rewrite of the filter code to fix [LYN-4156][LYN-4545]
Signed-off-by: Alex Montgomery <alexmont@amazon.com>
* improved onRowCountChanged() per comments
Signed-off-by: Alex Montgomery <alexmont@amazon.com>
5 years ago
Gene Walters
9814e9dc6c
Adding missing o3de copyright headers
...
Signed-off-by: Gene Walters <genewalt@amazon.com>
5 years ago
Gene Walters
6fb2558e44
Merge branch 'upstream/development' into genewalt/gitflow_210628
...
Signed-off-by: Gene Walters <genewalt@amazon.com>
5 years ago
Gene Walters
f905b71844
Adding missing o3de copyright headers
...
Signed-off-by: Gene Walters <genewalt@amazon.com>
5 years ago
jonawals
9e85caa352
Merge pull request #1648 from aws-lumberyard-dev/TIF/Runtime
...
Tif/runtime
5 years ago
John
c145a9a74a
Add missing files from addressing PR comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
4d265a24ab
Merge branch 'TIF/Runtime' of https://github.com/aws-lumberyard-dev/o3de into TIF/Runtime
5 years ago
John
ea2115089b
Correct tiaf output path to use foward slash dirs
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
6067ab38c8
Parameterize build dir and make job explicit profile
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Royal OBrien
4f45211c85
Migrated templates
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
amzn-sean
6db3650d45
fix possible double connect of the Collider m_debugDisplayDataChangedEvent ( #1518 )
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
aa94effd26
Fix snapshot choice that was incorrectly added
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
IgnacioMartinezGarrido
b87e3eb1d6
LYN-4863: Item data not copied on drag-n-drop if column is hidden in Asset Browser Tree View. ( #1616 )
...
* Fixed: Item returning null in drag and drop when column is hidden
* Added explanation about why this approach is needed
Signed-off-by: John <jonawals@amazon.com>
5 years ago
jiaweig
1e8465f1cc
address comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
jiaweig
c246aa074d
Break long line
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
jiaweig
0193062de4
Fix validation errors
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Alex Peterson
e310581e59
Updating LFS config to new endpoint ( #1623 )
...
Signed-off-by: AMZN-alexpete
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
ee537ae8fa
Address PR comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
773fb4ea74
Add python test case to hydra test utils editor launcher
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
fd1bb483c0
Address PR comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
1cf1301a07
Add extra comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
478ffeeac6
Remove PythonCoverage runtime component
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
0e0f266fdd
Provisional implementation of PythonCoverage gem
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
cfe4a49136
Address PR comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
3c31424e92
Address PR comments
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
992e8500ea
Add snapshot selection to PR and non-PR builds.
...
PR builds will detect the destination branch and check if that branch
is one of the snapshot branches, otherwise it defaults to the 'development'
snapshot.
Non-PR builds use the user-selected snapshot from the list of available
snapshots.
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Yuriy Toporovskyy
41a5a5b4f4
Avoid a somewhat costly call to ThumbnailerRequestsBus::IsLoading when the information is already manifest
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Yuriy Toporovskyy
592a8cad6d
Don't block main thread to load data from file
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
yuriy0
fd4f363fe2
Don't give a broken copy constructor to BehaviorContextObject. ( #1002 )
...
* Don't give a broken copy constructor to BehaviorContextObject.
This used to be required by the serialization system, now it handles non-copyable and non-moveable types.
* Explicitly delete the copy constructor instead of defaulting, which implicitly deletes it.
Some compilers complain about such an implicit deletion, and we should be explicit about our intent anyways
Signed-off-by: John <jonawals@amazon.com>
5 years ago
yuriy0
9f034b90a2
Generate texture thumbnails in a job thread ( #1571 )
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
puvvadar
0fb23a9708
Fix order of ops issue in MP Session Termination
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Junbo Liang
0a2b51c32d
Address the comments on the CDK application ( #1560 )
...
[LYN-3649] Address the comments on the CDK application
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Vincent Liu
4c65fecb57
Merge 'gameliftfeature' branch into 'development' branch ( #1534 )
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John Jones-Steele
497a93014b
Entity Outliner - Sort Order options don't show current selection
...
Also fixes the menus that have checkmark and icon
Signed-off-by: John <jonawals@amazon.com>
5 years ago
jromnoa
3e659b5107
fixes the nightly GPU test
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Royal OBrien
0ea1e5b07d
Migrated templates
5 years ago
jonawals
a8a7265d52
Merge pull request #1614 from aws-lumberyard-dev/jonawals_FixMissingSnapshotParameter
...
Fix snapshot choice that was incorrectly added
5 years ago
IgnacioMartinezGarrido
db5d03b588
LYN-4863: Item data not copied on drag-n-drop if column is hidden in Asset Browser Tree View. ( #1616 )
...
* Fixed: Item returning null in drag and drop when column is hidden
* Added explanation about why this approach is needed
5 years ago
amzn-sean
c1a79b183d
fix possible double connect of the Collider m_debugDisplayDataChangedEvent ( #1518 )
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
John
c83d117b32
Fix snapshot choice that was incorrectly added
...
Signed-off-by: John <jonawals@amazon.com>
5 years ago
Gene Walters
4e14c0069b
Merge branch 'upstream/stabilization/2106' into genewalt/gitflow_210628
5 years ago
jiaweig
9a77eb2a53
Merge pull request #1542 from aws-lumberyard-dev/Atom/jiaweig/ValidationErrors1
...
ATOM-15744 ATOM-15745 [Atom][RHI][Vulkan][Android] Validation Error: Buffer usage flagFix validation errors
5 years ago
Alex Peterson
7b618d9db2
Updating LFS config to new endpoint ( #1623 )
...
Signed-off-by: AMZN-alexpete
5 years ago
Alex Peterson
c7d000e14b
Updating LFS config to new endpoint ( #1619 )
...
Signed-off-by: alexpete <alexpete@amazon.com>
5 years ago
sharmajs-amzn
deadf448c9
Fix for module file path ( #1598 )
5 years ago
Terry Michaels
7a2a2dc0d7
Updated branding for application names ( #1617 )
5 years ago