Delta-v/Content.Shared/Physics
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
..
Pull Migrate pulling logic into SharedPullableComponent from PullController (#2627) 2020-11-27 00:48:10 +11:00
BulletController.cs Rename usages of collidable to physics (#2230) 2020-10-11 16:36:58 +02:00
ClimbController.cs Fix for climb jank (#1803) 2020-08-19 17:21:15 -07:00
CollisionGroup.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
ContainmentFieldCollisionController.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
ContainmentFieldRepellController.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
ConveyedController.cs makes conveyors to use machine linking & refactors machine linking a bit (#2464) 2020-11-19 00:53:46 +11:00
FrictionController.cs Add readonly where it is missing and fix those field names according to their modifiers (#2589) 2020-11-22 00:02:00 +11:00
MoverController.cs Add IEntity.IsWeightless extension method (#2255) 2020-10-14 22:37:25 +02:00
ShuttleController.cs Rename usages of collidable to physics (#2230) 2020-10-11 16:36:58 +02:00
SingularityController.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
SingularityPullController.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
SlipController.cs Fix throwing knockback when weightless (#2369) 2020-10-30 01:06:51 +01:00
ThrowKnockbackController.cs Fix compiler warnings. 2020-11-11 01:48:54 +01:00
ThrownController.cs Rename usages of collidable to physics (#2230) 2020-10-11 16:36:58 +02:00
VaporController.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00