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
0c8f6edbcd17b24be8616ff592ff7a5eadda05ab
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Events
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
..
Missions
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
ArtifactEvent.cs
Increased the minimum distance between monster spawns and subs (20 000 units in monster events, 30% of the width of the level in monster missions).
Closes
#63
and
closes
#151
2017-12-14 20:01:45 +02:00
EventManager.cs
MP campaign fixes
2017-09-13 20:34:10 +03:00
MonsterEvent.cs
Fixed monsters being able to spawn under the ocean floor.
Closes
#319
2018-03-06 12:13:08 +02:00
ScriptedEvent.cs
Converted the GetAttribute methods in the ToolBox class to extension methods
2017-10-04 18:38:40 +03:00