Commit Graph

1777 Commits

Author SHA1 Message Date
phistere debbfc38d8 Merge branch 'main' into ly-as-sdk/LYN-2948 2021-05-13 11:25:03 -05:00
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
2021-05-13 16:19:53 +01:00
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
2021-05-13 08:55:36 -06:00
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
2021-05-13 07:46:21 -07:00
amzn-sean 7f79cc8796 RemoveSimulatedBody automatically updates the requested handle to be invalid once removed. (#740) 2021-05-13 15:04:00 +01:00
Hasareej a13c9e8d53 Hasareej lyn 2301 cluster space (#717)
ViewportUi widget anchoring & alignment update.
2021-05-13 14:23:31 +01:00
greerdv 2ef0e70fff Merge pull request #730 from aws-lumberyard-dev/non-uniform-scale-compatibility
update compatibility for non-uniform scale service
2021-05-13 13:42:01 +01:00
amzn-sean d690c3fee4 static rigid body and rigid body component use Handles instead of pointers (#662) 2021-05-13 11:59:22 +01:00
karlberg c0d9a3c423 Fix for clang not being lazy about template expansion 2021-05-12 20:55:03 -07:00
karlberg cb8016bde5 Fix for validator failing on empty files 2021-05-12 20:52:02 -07:00
karlberg 601dd30452 Various build and test fixes 2021-05-12 20:41:53 -07:00
karlberg eea0660d21 A couple more fixes 2021-05-12 20:26:08 -07:00
karlberg e772265871 Build fixes for gem reorganization 2021-05-12 20:09:27 -07:00
mrieggeramzn 112f0d3448 Merge pull request #731 from aws-lumberyard-dev/Atom/mriegger/ATOM-14271
Fix for Decal Feature Processor not using async loading correctly
2021-05-12 18:04:06 -07:00
Amzn-Catdo 8101b60f5d Merge pull request #689 from aws-lumberyard-dev/Prefab/Automation/Tests
Prefab/automation/tests
2021-05-12 17:05:10 -07:00
catdo 7633ec9a83 removed spacings in CMakeList and removed the tags.txt file in the prefab level 2021-05-12 16:27:51 -07:00
SSpalding 67c3801d73 Log monitor encoding fix (#729)
Fixed log monitor encoding bug.
2021-05-12 16:15:18 -07:00
karlberg 8bb425709b unit test fix 2021-05-12 16:04:44 -07:00
karlberg 254ad165c1 A bunch of work to get external multiplayer components to actually work 2021-05-12 16:01:59 -07:00
mriegger 9b1f4c04e6 Removing the old hack code 2021-05-12 14:54:33 -07:00
catdo a19599d96b Merge branch 'main' into Prefab/Automation/Tests 2021-05-12 14:39:03 -07:00
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
2021-05-12 14:31:39 -07:00
SJ 3a63941d56 Fix Jenkins failure during engine registration for iOS
iOS is built on Mac where environment variables are accessed using the '$' symbol.
2021-05-12 14:24:40 -07:00
zsolleci 50ba6bba56 Merge pull request #702 from aws-lumberyard-dev/LY-123750
T92563569 completed and suite updated
2021-05-12 16:24:33 -05:00
greerdv ce3842ac84 Merge branch 'main' into non-uniform-scale-compatibility 2021-05-12 22:19:33 +01:00
greerdv 655d71e0dd update compatibility of atom components with NonUniformScaleService 2021-05-12 22:16:14 +01:00
Mike Balfour 2679826421 Change SerializeContextTools into a ToolsApplication so that it can correctly read in slice data 2021-05-12 16:03:52 -05:00
karlberg 293e0057f4 Actually invoke the override OnConnect handler 2021-05-12 13:58:53 -07:00
srikappa-amzn 1895c2d18d Merge pull request #675 from aws-lumberyard-dev/Prefab/CreatePrefab
Get instantiation to work after creation of a prefab is undone
2021-05-12 13:54:26 -07:00
karlberg d0b006c209 Some cleanup to better support backward reconciliation as well as dynamic player spawning on connect 2021-05-12 13:41:18 -07:00
greerdv 059f69e5e6 tidy up NonUniformScaleService compatibility 2021-05-12 21:20:23 +01:00
catdo 2787e5053d addressed some nits and added comments 2021-05-12 13:18:32 -07:00
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
2021-05-12 16:01:38 -04:00
srikappa 98a579abef Added a comment 2021-05-12 12:17:36 -07:00
zsolleci b5d7ae829a addressed internal review feedback 2021-05-12 14:10:54 -05:00
Aristo7 3569ac9b87 Bringing back RHI modules to tools deps 2021-05-12 13:13:28 -05:00
amzn-sj 3383cfc95a Fix Jenkins failure during engine registration for iOS 2021-05-12 10:20:03 -07:00
Shirang Jia 33f7da764e Remove unneeded scripts that have internal service references (#683) 2021-05-12 10:05:42 -07:00
phistere 749df7d977 Merge branch 'ly-as-sdk/LYN-2948' of https://github.com/aws-lumberyard-dev/o3de into ly-as-sdk/LYN-2948 2021-05-12 11:16:44 -05:00
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.
2021-05-12 08:30:15 -06:00
mbalfour ae9b36c135 PR feedback - now allows for multiple specializations on the command-line, and changed the switch name to "specializations" to reflect that. 2021-05-12 08:56:49 -05:00
Tom Hulton-Harrop f9fb61cc5d Fix issue with viewport interaction ordering and viewport matrix changed handler (#695)
* fix for ctrl+mouse-wheel to cycle transform modes in the viewport

* ensure correct callback function is invoked

* remove redundant check in CameraInput
2021-05-12 09:40:37 +01:00
pappeste 671f26bed4 fixing debug configuration and how we declare IMPORTED targets (instead of UNKNOW we use the actual type) 2021-05-11 19:06:07 -07:00
Steve Pham bf62687b37 Update android installation script to install gradle 7.0 2021-05-11 18:58:26 -07:00
kberg-amzn deae9db5c2 Merge pull request #704 from aws-lumberyard-dev/MultiplayerComponents
Removing unused GridMate touchpoints from AzFramework, and non-inclusive code removal
2021-05-11 17:51:03 -07:00
karlberg 35500981eb More removal fixes 2021-05-11 16:36:44 -07:00
catdo a2a315a6cd Fixed all nits and took out the general module and its usage 2021-05-11 16:29:26 -07:00
Olex Lozitskiy 6b2a750f3d Merge pull request #589 from aws-lumberyard-dev/Atom/olexl/ATOM-15376
Gem::AtomBridge now contains all the runtime/tool deps for projects that wish to use Atom renderer
2021-05-11 19:28:56 -04:00
karlberg b2a92b1950 Removing test that required netbinding on the AzFramework TransformComponent 2021-05-11 16:00:15 -07:00
Aristo7 93ef3acb50 Removing non-tool modules from tools runtime deps 2021-05-11 18:43:09 -04:00