Delta-v/Content.Shared/Movement/Systems
Victor Shen 4671382419
Remove Contact Slowdown when Weightless or in the Air (#33299)
* removed contact slowdowns from entities that are weightless or in the air

* fixed kudzu not applying contact slowdown to airbone entities

* revert kudzu fix

* reimplemented kudzu fix with bool datafield

* update variable serialization format

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>

* empty commit

* cleaned up and added documentation

* cached airborne check

* rerun tests

* minor review

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
Co-authored-by: Milon <milonpl.git@proton.me>
2025-04-28 20:24:12 -04:00
..
AutoOrientSystem.cs Add delay to AutoOrient (#33479) 2024-11-23 17:52:58 +01:00
FrictionContactsSystem.cs SlowContactsSystem to SpeedModifierContactsSystem mini rework (#26110) 2024-03-17 13:27:22 +11:00
MovementIgnoreGravitySystem.cs Carp wave spawner and dragons as an actual event (#10254) 2022-08-08 10:18:14 +10:00
MovementSoundSystem.cs Add MovementSound (#31313) 2024-12-20 14:51:17 +03:00
MovementSpeedModifierSystem.cs Cursed Mask (#29659) 2024-08-10 11:14:58 -04:00
SharedContentEyeSystem.cs Add conditional camera offset based on cursor - Hristov Rework, Part 1 (#31626) 2025-01-28 00:20:45 +01:00
SharedFloorOcclusionSystem.cs Fix water postshader (#28130) 2024-05-25 16:23:34 -04:00
SharedJetpackSystem.cs Add comment into jetpack system, to prevent future grid jetpack PRs (#30682) 2024-08-06 20:51:59 +10:00
SharedMobCollisionSystem.cs Use RMC mob collision values (#36851) 2025-04-28 00:47:18 +10:00
SharedMoverController.Input.cs replace obsolete IsGrid calls with HasComp<MapGridComponent> (#36729) 2025-04-20 14:14:58 +10:00
SharedMoverController.Relay.cs Mob collisions (#34580) 2025-04-05 00:33:52 +11:00
SharedMoverController.cs replace obsolete IsGrid calls with HasComp<MapGridComponent> (#36729) 2025-04-20 14:14:58 +10:00
SharedSpriteMovementSystem.cs Sprite Movement working with AI movement (#33494) 2024-12-18 17:15:34 +01:00
SpeedModifierContactsSystem.cs Remove Contact Slowdown when Weightless or in the Air (#33299) 2025-04-28 20:24:12 -04:00