This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
0
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
33ed7eb390ddf4b060177be56f07268f12e407d2
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Characters
/
Animation
T
History
Joonas Rikkonen
571ed150fe
Ragdolls can't be dragged through walls or other colliders.
Closes
#772
2018-09-10 16:14:44 +03:00
..
AnimController.cs
Added UpdateUseItem method from d253863
2018-07-18 12:14:09 +03:00
FishAnimController.cs
If the distance is excessively large when forcing the collider of a dead character to follow the body, the collider is teleported instead of moving it by setting the velocity. + More physics error logging
2018-08-09 14:13:08 +03:00
HumanoidAnimController.cs
Ragdolls can't be dragged through walls or other colliders.
Closes
#772
2018-09-10 16:14:44 +03:00
Ragdoll.cs
Fix (or a workaround) to characters teleporting inside/through colliders when leaving a sub (see
#552
). Gaps do a raycast out from the sub to see if there are obstacles outside, and if so, ragdolls place a collider at the corresponding position inside the sub. The collider is simply a straight axis-aligned line atm, so it doesn't work accurately with sloped ice/submarine walls, but does prevent the ragdoll from ending up inside the obstacles. TODO: use a few edges to approximate the shape of the obstacles more closely?
2018-08-02 16:48:51 +03:00