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
0c8f6edbcd17b24be8616ff592ff7a5eadda05ab
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Items
/
Components
/
Holdable
History
Joonas Rikkonen
91d6c7b91f
Fixed explosives being directly usable by characters, causing them to explode when left clicking while holding them due to
9dd9425c
. See
#385
2018-04-24 18:00:36 +03:00
..
Holdable.cs
Fixed items attached mid-round by other clients or the host being impossible to interact with and occasionally being attached to an incorrect position.
Closes
#296
2018-02-28 14:01:38 +02: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
Fixed clients being unable to crowbar doors due to OnPicked only being called on local players.
Closes
#297
2018-02-28 15:24:42 +02:00
Propulsion.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
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
Fixed explosives being directly usable by characters, causing them to explode when left clicking while holding them due to
9dd9425c
. See
#385
2018-04-24 18:00:36 +03:00