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
105461beb368c71fc00a93d558f979666b2e78f9
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Items
/
Components
/
Machines
T
History
Joonas Rikkonen
45939a9144
Fixed oxygen tank & welding fuel tank crafting causing everyone to desync. The item condition NetEntityEvent was created before the spawn event of the item, preventing clients from reading the condition event because the item doesn't exist yet.
Closes
#617
2018-08-09 12:08:47 +03:00
..
Controller.cs
Controllers can't focus the camera on broken items (none of the current focusable items can break but may be useful for modders).
Closes
#590
2018-08-06 22:43:54 +03:00
Deconstructor.cs
Overhaul fabricators and deconstructors to have minCondition, maxCondition (deconstructor) and outCondition
2017-12-22 21:33:14 +03:00
Engine.cs
Fixed engines trying to apply infinite force to the submarine if MinVoltage is set to zero.
2018-08-07 14:36:08 +03:00
Fabricator.cs
Fixed oxygen tank & welding fuel tank crafting causing everyone to desync. The item condition NetEntityEvent was created before the spawn event of the item, preventing clients from reading the condition event because the item doesn't exist yet.
Closes
#617
2018-08-09 12:08:47 +03:00
MiniMap.cs
Fixed minimap not powering up
2018-02-13 12:29:57 +02:00
OxygenGenerator.cs
Fixed Powered ItemComponents (not components deriving from Powered) never resetting their voltage after receiving power, causing them to stay powered indefinitely.
Closes
#247
2018-02-05 22:31:55 +02:00
Pump.cs
Pump components with a physics body updates it hull when active (-> possible to make portable pump items).
Closes
#463
2018-07-11 10:59:40 +03:00
Radar.cs
Fixed Powered ItemComponents (not components deriving from Powered) never resetting their voltage after receiving power, causing them to stay powered indefinitely.
Closes
#247
2018-02-05 22:31:55 +02:00
Reactor.cs
Reactor temperature has to stay above the meltdown temperature for 30 seconds before it explodes. The reactors now also have an output connection that sends out a signal when the temperature is critical. + Added reactor meltdown warning sirens & lights to vanilla subs.
Closes
#157
2018-01-10 00:33:21 +02:00
Steering.cs
Added a bunch of checks to make sure a normalized zero vector (= NaN, NaN) is not used in any position/velocity/movement calculations. There were at least three places where it was causing problems according to error reports: when a character that can't enter a sub spawns at the center of a hull and when using an underwater scooter or throwing something while the cursor is at the position of the character, but there were tons of other places as well where it may have potentially caused physics errors.
2018-07-31 12:28:04 +03:00
Vent.cs
Updated to MonoGame 3.6 + Directory refactor
2017-06-27 09:52:57 -03:00