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
4e20fe871fd20156438f42b4f4b663c67ea6c718
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaServer
/
Source
T
History
Joonas Rikkonen
4e20fe871f
(7f12d8742) More reliable firesource syncing: instead of just creating a network event when a firesource is created/removed and trusting that the fire behaves deterministically enough to stay in sync between the client and server, create events at 0.5 s intervals when there's fire in a hull.
Closes
#721
2019-04-25 17:43:13 +03:00
..
Characters
(60001519f) Fixed clients not being able to see other characters in spectator if they've died far away from the sub. + Increased position update interval for spectators.
Closes
#1421
2019-04-16 17:16:14 +03:00
Events
/Missions
2f107db...5202af9
2019-03-18 21:42:26 +02:00
GameSession
(a6f17618b) Allow canceling repairs in the campaign menu, fixed credits not being displayed in the repair tab
2019-04-17 12:43:11 +03:00
Items
(4c452f172) Force reactor IsActive=true when an AI character or a remote player operates it. Previously this was only done in UpdateHUD, so inactive reactors would not become enabled.
2019-04-18 12:04:56 +03:00
Map
(7f12d8742) More reliable firesource syncing: instead of just creating a network event when a firesource is created/removed and trusting that the fire behaves deterministically enough to stay in sync between the client and server, create events at 0.5 s intervals when there's fire in a hull.
Closes
#721
2019-04-25 17:43:13 +03:00
Networking
(175e9b4e6) Show a message box notifying respawning traitors that they're no longer a traitor.
Closes
#1409
2019-04-23 11:19:27 +03:00
Physics
(370a5daac) Merge branch 'dev' of
https://github.com/Regalis11/Barotrauma-development
into dev
2019-04-08 13:35:02 +03:00
Screens
(b8f75ee96) Fixed level inequality errors caused by 866621c. Accessing the level start/end location properties during level generation caused the seed of RandSync.Server to be changed. Now generating a new random location uses a new MTRandom instance and doesn't touch RandSync.Server.
2019-03-31 19:12:27 +03:00
Utils
2f107db...5202af9
2019-03-18 21:42:26 +02:00
Camera.cs
Removed unnecessary using directives
2017-07-05 18:35:09 +03:00
DebugConsole.cs
(052ab6307) Use MonoKickstart on Linux so installing Mono is not required, fixed division by zero if the width of the server console window is 0
2019-04-16 17:11:49 +03:00
GameMain.cs
(0d11c0779) Select the vanilla content package if no core content packages are enabled on startup, or when disabling a core content package from the workshop menu.
Closes
#1424
2019-04-18 12:05:59 +03:00
PlayerInput.cs
2f107db...5202af9
2019-03-18 21:42:26 +02:00
Program.cs
2f107db...5202af9
2019-03-18 21:42:26 +02:00