Delta-v/Content.IntegrationTests
ShadowCommander 13fb095cae
Fix ghosts getting spawned in nullspace (#27617)
* Add tests for ghost spawn position

* Make ghosts spawn immediately

* Format mind system

* Move ghost spawning to GhostSystem

* Spawn ghost on grid or map

This fixes the ghosts being attached the parent entity instead of the grid.

* Move logging out of the ghost system

* Make round start observer spawn using GhostSystem

* Move GameTicker ghost spawning to GhostSystem

Moved the more robust character name selection code over.
Moved the TimeOfDeath code over.
Added canReturn logic.

* Add overrides and default for ghost spawn coordinates

* Add warning log to ghost spawn fail

* Clean up test

* Dont spawn ghost on map delete

* Minor changes to the role test

* Fix role test failing to spawn ghost

It was failing the map check due to using Nullspace

* Fix ghost tests when running in parallel

Not sure what happened, but it seems to be because they were running simultaneously and overwriting values.

* Clean up ghost tests

* Test that map deletion does not spawn ghosts

* Spawn ghost on the next available map

* Disallow spawning on deleted maps

* Fix map deletion ghost test

* Cleanup
2024-05-18 13:53:01 +02:00
..
Pair Add NukeOps Test (#27207) 2024-05-03 00:01:36 +02:00
Tests Fix ghosts getting spawned in nullspace (#27617) 2024-05-18 13:53:01 +02:00
Content.IntegrationTests.csproj Switch project files to C# 12. (#25487) 2024-03-05 09:49:02 +01:00
DummyParallaxManager.cs Update content vectors to numerics (#17759) 2023-07-08 14:08:32 +10:00
GlobalUsings.cs Fix content.integration tests warnings (#17817) 2023-07-06 14:54:25 +10:00
PoolManager.Cvars.cs New event: Approaching unknown shuttle (#24490) 2024-05-18 13:51:30 +02:00
PoolManager.Prototypes.cs Remove PoolSettings.ExtraPrototypes option (#18678) 2023-08-05 14:16:48 +10:00
PoolManager.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-04-07 14:11:06 +02:00
PoolManagerTestEventHandler.cs Remove PoolSettings.ExtraPrototypes option (#18678) 2023-08-05 14:16:48 +10:00
PoolSettings.cs Split PoolManager into separate classes. (#19370) 2023-08-22 22:14:01 +10:00
PoolTestLogHandler.cs Add some tests and fix some miscellaneous bugs (#22836) 2024-01-22 18:44:30 +01:00
TestPrototypesAttribute.cs Fix test prototypes fields being marked as unused (#20853) 2023-10-14 22:01:27 +02:00