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
88abbe28e32ce2c6915887f4b10609ffaa5d334f
LuaCsForBarotraumaEP
/
Barotrauma
T
History
Joonas Rikkonen
88abbe28e3
Fixed entity IDs getting messed up and causing desync because of purchased items in multiplayer campaign. The server created cargo items first and then mission-related entities, while the clients only spawned mission entities and relied on the server to spawn the cargo, which caused mission entities to have wrong IDs.
Closes
#484
2018-07-17 12:50:04 +03:00
..
BarotraumaClient
Fixed clients assigning a wrong name to submarines with dots in their name (e.g. Sub Mk.Iv), because the part after the dots was considered a file extension and stripped out in the submarine constructor.
Closes
#472
2018-07-16 21:09:01 +03:00
BarotraumaServer
Dedicated server can give clients the permission to use commands that only exist in the client project (los, lights, control, etc).
Closes
#476
2018-07-16 11:43:50 +03:00
BarotraumaShared
Fixed entity IDs getting messed up and causing desync because of purchased items in multiplayer campaign. The server created cargo items first and then mission-related entities, while the clients only spawned mission entities and relied on the server to spawn the cargo, which caused mission entities to have wrong IDs.
Closes
#484
2018-07-17 12:50:04 +03:00
Launcher
Launcher waits for the window to be rendered before checking for updates, fixed error messagebox positioning in launcher
2018-02-24 22:18:25 +02:00