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
d3d842eecd6366c05f3e6843fa2a15cfaef3cb44
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Characters
History
Joonas Rikkonen
7977e47359
Fixes
2018-07-23 19:24:44 +03:00
..
AI
Added check for removed AITarget to EnemyAIController.UpdateEscape
2018-07-20 16:37:41 +03:00
Animation
Fixes
2018-07-23 19:24:44 +03:00
Jobs
Some more hard-coded text removal
2018-01-31 19:01:48 +02:00
AICharacter.cs
Added a Character.AddDamage override method that does damage to a specific limb instead of the limb closest to the source of the damage. Projectiles and melee weapons now always do damage to the limb they hit, even if the center point of some other limb happens to be closer.
2017-12-05 18:03:00 +02:00
Attack.cs
Projectile damage range is set to the radius of the item's collider if the range is not given in the xml. Structure.AddDamage uses the edges of the sections to calculate the distance to a damage source, i.e. the damage area only has to "touch" the section to do damage.
Closes
#479
2018-07-16 15:44:26 +03:00
Character.cs
Added wrapper methods that check if user statistics are enabled to GameAnalyticsManager
2018-07-20 12:05:13 +03:00
CharacterInfo.cs
Character.DisplayName looks at the Card slot directly instead of finding the first ID card in the inventory and seeing if it's in the Card slot. + reduced nesting
2017-12-17 22:38:21 +02:00
CharacterNetworking.cs
GrabLimb type is written in character network messages as byte instead of UInt16
2018-03-01 23:43:10 +02:00
DamageModifier.cs
Removed DamageSoundType and replaced it with a string "tag" instead to allow mod creators to create custom damage sounds
2017-12-30 13:46:59 +03:00
HuskInfection.cs
Equipped items can be swapped by double-clicking, fixed inventories getting messed up when swapping multi-slot items fails (e.g. drag a jumpsuit on an equipped diving suit).
2018-03-02 15:24:54 +02:00
Limb.cs
Moved some client-specific limb code to the client project, dripping water particles when characters get out from water
2018-05-21 19:17:34 +03:00