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
004250409aff39c14cd514b0c084e6b7ce95cb57
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Items
/
Components
/
Holdable
History
Joonas Rikkonen
9ab5d76ed1
Fixed attachable items dropping on the ground when deattaching them (but still staying in the inventory of the character detaching them).
Closes
#559
2018-08-02 12:18:03 +03:00
..
Holdable.cs
Fixed attachable items dropping on the ground when deattaching them (but still staying in the inventory of the character detaching them).
Closes
#559
2018-08-02 12:18:03 +03:00
MeleeWeapon.cs
Items removed due to the "DeleteOnUse" property are removed using EntitySpawner, removing an item removes it from the selected items of all characters.
Closes
#306
2018-03-05 12:13:52 +02:00
Pickable.cs
Added UpdateUseItem method from d253863
2018-07-18 12:14:09 +03:00
Propulsion.cs
Added a bunch of checks to make sure a normalized zero vector (= NaN, NaN) is not used in any position/velocity/movement calculations. There were at least three places where it was causing problems according to error reports: when a character that can't enter a sub spawns at the center of a hull and when using an underwater scooter or throwing something while the cursor is at the position of the character, but there were tons of other places as well where it may have potentially caused physics errors.
2018-07-31 12:28:04 +03:00
RangedWeapon.cs
Added checks for character removal to a bunch of places. Some of these may not necessary, but at least MeleeWeapon, Projectile and Controller still accessed the user after the user had been removed.
2018-02-28 17:37:20 +02:00
RepairTool.cs
Fixed player-controlled creatures being able to do damage to themselves and RepairTools causing damage to the user regardless of the user's skills.
2018-04-18 15:04:18 +03:00
Throwable.cs
Added a bunch of checks to make sure a normalized zero vector (= NaN, NaN) is not used in any position/velocity/movement calculations. There were at least three places where it was causing problems according to error reports: when a character that can't enter a sub spawns at the center of a hull and when using an underwater scooter or throwing something while the cursor is at the position of the character, but there were tons of other places as well where it may have potentially caused physics errors.
2018-07-31 12:28:04 +03:00