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
ceaba2f5caca0bf64ee42b48c99b9a794fb17cf6
LuaCsForBarotraumaEP
/
Barotrauma
History
Joonas Rikkonen
ceaba2f5ca
Fixed some entities occasionally not being removed at the end of a round. CargoMission removed the cargo items at the end of a round without checking if the items have already been removed, which could cause another entity to be removed from the entity dictionary if it's taken the ID of the cargo item. This prevented the new entity from being removed in Entity.RemoveAll, causing errors during the next round.
Closes
#278
2018-04-23 13:55:08 +03:00
..
BarotraumaClient
Option to log debug console output to a file.
Closes
#318
2018-04-20 20:11:01 +03:00
BarotraumaServer
v0.8.0.5
2018-03-07 20:40:09 +02:00
BarotraumaShared
Fixed some entities occasionally not being removed at the end of a round. CargoMission removed the cargo items at the end of a round without checking if the items have already been removed, which could cause another entity to be removed from the entity dictionary if it's taken the ID of the cargo item. This prevented the new entity from being removed in Entity.RemoveAll, causing errors during the next round.
Closes
#278
2018-04-23 13:55:08 +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