Delta-v/Content.Server/GameObjects/Components/Movement
DrSmugleaf b1fe4bad01
Add client pulling prediction (#2041)
* WIP changes

* Merge conflict fixes

* Bring pull controlelr to current year

* Sync and predict PullController on the client

* Clean imports

* Slow down pullers and make pulling tighter

* Stop pulls on pullable or puller component removals

* Make pulling not occur when moving towards the pulled entity
2020-10-16 20:35:09 +02:00
..
AiControllerComponent.cs Rename usages of collidable to physics (#2230) 2020-10-11 16:36:58 +02:00
ClimbableComponent.cs Refactor drag and drop to use a shared interface (#2012) 2020-10-14 15:24:07 +02:00
ClimbingComponent.cs Refactor drag and drop to use a shared interface (#2012) 2020-10-14 15:24:07 +02:00
NoSlipComponent.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
PlayerInputMoverComponent.cs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
ShuttleControllerComponent.cs Rename usages of collidable to physics (#2230) 2020-10-11 16:36:58 +02:00
SlipperyComponent.cs Adds new different reaction types. (#2114) 2020-09-21 17:51:07 +02:00