Commit Graph

1745 Commits (67a1e4dc4f47f952688e15418f989c9fb8eb0403)
 

Author SHA1 Message Date
michabr 67a1e4dc4f
Merge pull request #711 from aws-lumberyard-dev/michabr/lyshine_viewport_fixes
UI Editor Viewport fixes
5 years ago
michabr 9cde3d60e9
Merge pull request #712 from aws-lumberyard-dev/michabr/lyshine_merge
LyShine/UI Editor fixes for Atom
5 years ago
bosnichd 3d84902b24
Remove CryCommonTools (moving the three remaining files into Editor/Util which is the only place they're used). (#741)
Remove CryCommonTools (moving the three remaining files into Editor/Util which is the only place they're used).
5 years ago
zsolleci 55ec82be8f
Merge pull request #613 from aws-lumberyard-dev/SPEC-6690
Spec 6690
5 years ago
jjjoness 5940f2ebbe
Merge pull request #739 from aws-lumberyard-dev/LYN-1099
LYN-1099 DEV TASK - Play Controls
5 years ago
Tom Hulton-Harrop 795aa114e6
Improve selection in the viewport (#720)
* improve selection in the viewport

* remove debug code

* updates following review feedback

- update API comments from /// to //! from
- add [[nodiscard]] attribute to member function
- move constructor implementations to .cpp files

* use lambda instead of ternary operator

* fix unit test failure caused by typo
5 years ago
bosnichd 4aff32e719
More red code (#732)
Remove:
- Code/CryEngine/CryCommon/Platform
- Some unused Code/CryEngine/CryCommon/Mock files
- Code/Tools/CryXML and almost all of Code/Tools/CryCommonTools
- Code/Tools/TestBed/ResourceCompilerImage
- Tools/DeepBandwidthToExcel
- Various .p4ignore files
5 years ago
kberg-amzn 5225fd2c9f
Merge pull request #727 from aws-lumberyard-dev/MultiplayerComponents
Some cleanup to better support backward reconciliation as well as dynamic player spawning on connect
5 years ago
amzn-sean 7f79cc8796
RemoveSimulatedBody automatically updates the requested handle to be invalid once removed. (#740) 5 years ago
Hasareej a13c9e8d53
Hasareej lyn 2301 cluster space (#717)
ViewportUi widget anchoring & alignment update.
5 years ago
greerdv 2ef0e70fff
Merge pull request #730 from aws-lumberyard-dev/non-uniform-scale-compatibility
update compatibility for non-uniform scale service
5 years ago
amzn-sean d690c3fee4
static rigid body and rigid body component use Handles instead of pointers (#662) 5 years ago
jjjoness 26b8181cc1 Merge branch 'main' into LYN-1099 5 years ago
karlberg c0d9a3c423 Fix for clang not being lazy about template expansion 5 years ago
karlberg cb8016bde5 Fix for validator failing on empty files 5 years ago
karlberg 601dd30452 Various build and test fixes 5 years ago
karlberg eea0660d21 A couple more fixes 5 years ago
karlberg e772265871 Build fixes for gem reorganization 5 years ago
mrieggeramzn 112f0d3448
Merge pull request #731 from aws-lumberyard-dev/Atom/mriegger/ATOM-14271
Fix for Decal Feature Processor not using async loading correctly
5 years ago
Amzn-Catdo 8101b60f5d
Merge pull request #689 from aws-lumberyard-dev/Prefab/Automation/Tests
Prefab/automation/tests
5 years ago
catdo 7633ec9a83 removed spacings in CMakeList and removed the tags.txt file in the prefab level 5 years ago
SSpalding 67c3801d73
Log monitor encoding fix (#729)
Fixed log monitor encoding bug.
5 years ago
karlberg 8bb425709b unit test fix 5 years ago
karlberg 254ad165c1 A bunch of work to get external multiplayer components to actually work 5 years ago
mriegger 9b1f4c04e6 Removing the old hack code 5 years ago
zsolleci ef775da89c merging latest pull 5 years ago
catdo a19599d96b Merge branch 'main' into Prefab/Automation/Tests 5 years ago
Steve Pham 50abafbab1
Add orchestrating script to install ubuntu packages for O3DE on Linux (#721)
SPEC-3510: Linux environment setup scripts

* Add orchestrating script to install ubuntu packages for O3DE on Linux
* Fix issue parsing package content file for build-tools
5 years ago
SJ 3a63941d56
Fix Jenkins failure during engine registration for iOS
iOS is built on Mac where environment variables are accessed using the '$' symbol.
5 years ago
zsolleci 50ba6bba56
Merge pull request #702 from aws-lumberyard-dev/LY-123750
T92563569 completed and suite updated
5 years ago
greerdv ce3842ac84 Merge branch 'main' into non-uniform-scale-compatibility 5 years ago
greerdv 655d71e0dd update compatibility of atom components with NonUniformScaleService 5 years ago
Mike Balfour 2679826421
Change SerializeContextTools into a ToolsApplication so that it can correctly read in slice data 5 years ago
karlberg 293e0057f4 Actually invoke the override OnConnect handler 5 years ago
srikappa-amzn 1895c2d18d
Merge pull request #675 from aws-lumberyard-dev/Prefab/CreatePrefab
Get instantiation to work after creation of a prefab is undone
5 years ago
karlberg d0b006c209 Some cleanup to better support backward reconciliation as well as dynamic player spawning on connect 5 years ago
greerdv 059f69e5e6 tidy up NonUniformScaleService compatibility 5 years ago
catdo 2787e5053d addressed some nits and added comments 5 years ago
Olex Lozitskiy 5f3a6c0934
Merge pull request #724 from aws-lumberyard-dev/Atom/olexl/LYN-3734_atom_ap_issue
LYN-3734 Bringing back RHI modules to tool deps
5 years ago
zsolleci 79674a093f Merge branch 'main' of https://github.com/aws-lumberyard-dev/o3de into SPEC-6690 5 years ago
srikappa 98a579abef Added a comment 5 years ago
zsolleci b5d7ae829a addressed internal review feedback 5 years ago
Aristo7 3569ac9b87 Bringing back RHI modules to tools deps 5 years ago
zsolleci 39b4846ba8 Merge branch 'SPEC-6690' of https://github.com/aws-lumberyard-dev/o3de into SPEC-6690 5 years ago
zsolleci 13864c5a6b resolving merge conflicts 5 years ago
amzn-sj 3383cfc95a Fix Jenkins failure during engine registration for iOS 5 years ago
Shirang Jia 33f7da764e
Remove unneeded scripts that have internal service references (#683) 5 years ago
bosnichd 7cec2d8b07
Remove more unused things from CryCommon and CrySystem. (#709)
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
5 years ago
mbalfour ae9b36c135 PR feedback - now allows for multiple specializations on the command-line, and changed the switch name to "specializations" to reflect that. 5 years ago
jjjoness 552ebea135 Added Simulate button 5 years ago