Delta-v/Content.Server
moneyl 930fb331db Fix crash / debug assertion failure from explosions (#535)
When explosions are spawned they grab all entities in range and interact with them. They don't check if entities are deleted before doing so which can cause a crash. 

To reproduce, place several grenades on the ground, pick one up and detonate it on top of the others so they detonate as well. The debug assertion in ContainerHelpers.IsInContainer will fail due to one of the accessed entities having been deleted.

This fixes that by ignoring deleted entities when making explosions.
2020-01-21 18:13:57 +01:00
..
AI CollidableComponent and ICollideableComponent namespace was changed in the engine. 2020-01-11 14:12:20 -08:00
Administration Rejunevate now satiates hunger and thirst plus code quality (#456) 2019-11-23 21:57:02 +01:00
Cargo Implement Cargo Console (#413) 2019-11-22 01:37:14 +01:00
Chat Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
Chemistry De-hardcode chemical metabolism of StomachComponent (#437) 2019-11-21 23:24:19 +01:00
Explosions Fix crash / debug assertion failure from explosions (#535) 2020-01-21 18:13:57 +01:00
GameObjects Actually use InventoryComponent.CanEquip from Equip. 2020-01-20 22:13:47 +01:00
GameTicking Don't accidentally commit your testing cvar change. 2020-01-20 18:48:54 +01:00
GlobalVerbs Rejunevate now satiates hunger and thirst plus code quality (#456) 2019-11-23 21:57:02 +01:00
Interfaces Prevents the MoverSystem from overwriting the MoverComponent on an entity. 2020-01-08 15:17:00 -08:00
Mobs Basis for the job system (#434) 2019-11-17 17:18:39 +01:00
Placement Entities now require a location when being spawned. 2019-12-16 21:44:24 -08:00
Players Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
Preferences Adds preference unavailable setting to profiles. 2020-01-19 18:33:22 +01:00
Sandbox Sandbox panel 2019-10-02 21:47:32 +02:00
Utility Fix exception in ReagentPrototype caused by IMetabolizable (#451) 2019-11-23 21:55:31 +01:00
AssemblyInfo.cs Fix exception in ReagentPrototype caused by IMetabolizable (#451) 2019-11-23 21:55:31 +01:00
Content.Server.csproj Update NuGet dependencies. 2020-01-20 20:44:36 +01:00
EntryPoint.cs Add more client/server only components to registerIgnore lists (#534) 2020-01-21 18:12:50 +01:00
MoMMILink.cs Fix compiler warnings. 2019-04-19 23:44:28 +02:00
ServerContentIoC.cs Added preferences backend (#465) 2019-12-22 13:47:34 +01:00
ServerModuleTestingCallbacks.cs Improve integration testing 2019-06-29 01:58:16 +02:00
ServerNotifyManager.cs Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
StatusShell.cs Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
app.config Updates submodule (#56) 2018-04-12 23:56:43 +02:00