This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
1
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a2ba80f9c2ec02a85ddf02aa63e90ca03cc08f0
LuaCsForBarotraumaEP
/
Subsurface
/
Source
/
Items
History
Regalis
2a2ba80f9c
ItemLabel optimization: textBlock is drawn using an offset relative to the position of the item instead of modifying textBlock.Rect each frame (causing the text position/wrapping to be recalculated each frame)
2016-04-02 15:54:00 +03:00
..
Components
ItemLabel optimization: textBlock is drawn using an offset relative to the position of the item instead of modifying textBlock.Rect each frame (causing the text position/wrapping to be recalculated each frame)
2016-04-02 15:54:00 +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
- fixed "signal loops" causing StackOverFlowExceptions (now the signals can only take 10 "steps" between components per frame)
2016-04-02 02:25:44 +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
Performing CPR on unconscious players, a "use on self" button for some items
2016-03-25 15:34:40 +02: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