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
c4e894cb2e2b5ea844fbbac3edd267933d00d8f4
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Characters
T
History
juanjp600
c4e894cb2e
Fixed camera going insane when dropping through hatches
...
TODO: make the game less rubberbandy
2017-12-12 21:08:37 -03:00
..
AI
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
Animation
Fixed camera going insane when dropping through hatches
2017-12-12 21:08:37 -03:00
Jobs
Blowing up the reactor sets karma to 0, all jobs except assistant require a certain karma level
2017-12-04 17:05:22 -03: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
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
Character.cs
Fixed modified clients being able to disconnect locked wires
2017-12-07 20:20:05 +02:00
CharacterInfo.cs
Fixed removed (e.g. eaten) characters not appearing in the round summary, but still spawning during the next round
2017-10-05 21:18:01 +03:00
CharacterNetworking.cs
Sync character collider rotation, try to make collider face the main limb by instantly flipping it if the angle's too wide, client-side ragdoll correction is more aggressive
2017-12-12 17:58:49 -03:00
DamageModifier.cs
Modifications to the damage/armor system:
2017-12-02 15:42:13 +02:00
DelayedEffect.cs
- Renamed a bunch of ObjectProperty-related stuff (ObjectProperty -> SerializableProperty, IPropertyObject -> ISerializableEntity, the "SerializableProperty" attribute -> Serialize).
2017-11-08 21:15:03 +02:00
HuskInfection.cs
Converted the GetAttribute methods in the ToolBox class to extension methods
2017-10-04 18:38:40 +03:00
Limb.cs
Fixed worn items being assigned multiple times to the same limb when equipping an item that takes up multiple slots, causing damagemodifiers to be applied multiple times. + DamageModifiers with the damage type "None" don't affect damage.
2017-12-05 01:01:55 +02:00
StatusEffect.cs
Added a fully functional syringe gun! Accepts syringes as ammo. Has custom sprite and sound.
2017-12-10 22:17:14 +03:00