Delta-v/Content.Shared/Physics/Pull
20kdc 380d76f4cd
Migrate pulling logic into SharedPullableComponent from PullController (#2627)
* Pulling: Migrate critical pull state from PullController to SharedPullableComponent, fixing two bugs in the process

Bug 1: PullController can be just summoned for no reason when the verb is queried
Bug 2: PullController keeps it's own independent pull state which can (and will) go out of sync (See https://github.com/space-wizards/space-station-14/issues/2619 )

* Pulling: Fix issues with previous commit (or possibly in general?) causing transferring a pull to cause alerts to go wrong

The primary problem is that there is one "pulling slot" for a puller, so SharedPullableComponent needs to stop the existing pull.

* Pulling: Remove debug logs (whoops)
2020-11-27 00:48:10 +11:00
..
PullAttemptMessage.cs Add pulling taking up a hand (#2405) 2020-10-28 10:16:40 +01:00
PullController.cs Migrate pulling logic into SharedPullableComponent from PullController (#2627) 2020-11-27 00:48:10 +11:00
PullMessage.cs Add client pulling prediction (#2041) 2020-10-16 20:35:09 +02:00
PullStartedMessage.cs Migrate pulling logic into SharedPullableComponent from PullController (#2627) 2020-11-27 00:48:10 +11:00
PullStoppedMessage.cs Add client pulling prediction (#2041) 2020-10-16 20:35:09 +02:00