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
91a8a7e11d3b82e0fb83ce50a51ee14d55929607
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Characters
/
Animation
T
History
Joonas Rikkonen
329928fc8f
Fixed characters occasionally getting teleported outside the sub for a few frames when moving between docked subs.
Closes
#546
2018-11-11 17:19:00 +02:00
..
AnimController.cs
Added UpdateUseItem method from d253863
2018-07-18 12:14:09 +03:00
FishAnimController.cs
WIP fixes to ragdoll simple physics mode (see
#895
). When simple physics is enabled, only the collider of the character moves and all the limbs and joints are disabled. This caused "attempted to move pulljoint anchor extremely far" errors, because the game still attempted to move the limbs to the collider via pull joints. TODO: do more testing to make sure simple physics doesn't cause other physics errors, fix dragging in simple physics mode.
2018-11-09 14:29:25 +02:00
HumanoidAnimController.cs
WIP fixes to ragdoll simple physics mode (see
#895
). When simple physics is enabled, only the collider of the character moves and all the limbs and joints are disabled. This caused "attempted to move pulljoint anchor extremely far" errors, because the game still attempted to move the limbs to the collider via pull joints. TODO: do more testing to make sure simple physics doesn't cause other physics errors, fix dragging in simple physics mode.
2018-11-09 14:29:25 +02:00
Ragdoll.cs
Fixed characters occasionally getting teleported outside the sub for a few frames when moving between docked subs.
Closes
#546
2018-11-11 17:19:00 +02:00