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
6876bdc48191b06029a9c8028a303b8d1ec07514
LuaCsForBarotraumaEP
/
Subsurface
/
Source
/
Items
History
Regalis
6876bdc481
Crates, some new chemicals, statuseffects that are triggered on impact, explosions can trigger "OnFire" statuseffects, applying impulses to items (and not just characters) when the submarine hits something
2016-04-16 15:33:28 +03:00
..
Components
- handheld sonar
2016-04-09 14:31:59 +03:00
CharacterInventory.cs
- fixed ReliableChannel going crazy if a client disconnects and reconnects immediately after: the client created a new ReliableChannel but the server was still using the old one, causing the client to rerequest a ton of messages (now the server resets the channel when a client rejoins and reliablechannel resets itself if the message IDs are too far apart)
2016-03-27 20:20:34 +03:00
FixRequirement.cs
Endworm attacks working, itemlabel text saving bugfix, deconstructors & fabricators need power, engine sprite, disable wire node dragging in character mode, only hit with one meleeweapon at a time, fixrequirement text overflow fix, mapentities can hace multiple categories, Gap.FindHull fix, Waypoint ladder & gap saving, stuff
2016-01-18 20:09:38 +02:00
Inventory.cs
Performing CPR on unconscious players, a "use on self" button for some items
2016-03-25 15:34:40 +02:00
Item.cs
Crates, some new chemicals, statuseffects that are triggered on impact, explosions can trigger "OnFire" statuseffects, applying impulses to items (and not just characters) when the submarine hits something
2016-04-16 15:33:28 +03:00
ItemInventory.cs
- converting NetworkEvent sending time to local time before doing any comparisons
2016-03-03 21:11:54 +02:00
ItemPrefab.cs
Crates, some new chemicals, statuseffects that are triggered on impact, explosions can trigger "OnFire" statuseffects, applying impulses to items (and not just characters) when the submarine hits something
2016-04-16 15:33:28 +03:00
ItemSpawner.cs
Some cleanup using ReSharper (mostly removing redundancies)
2016-03-12 15:32:34 +02:00
RelatedItem.cs
- health scanner item
2016-03-26 18:15:44 +02:00