Delta-v/Content.IntegrationTests/Tests
metalgearsloth 5962280d36
Station events (#1518)
* Station event system

Adds 2 basic events: (Power) GridCheck and RadiationStorm (based on the goonstation version).
The system itself to choose events is based on tgstation's implementation.
This also adds the event command that can be run to force specific events.

There's still some other TODO items for these to be complete, to my knowledge:
1. There's no worldspace DrawCircle method (though the radstorm could look a lot nicer with a shader).
2. The PlayGlobal power_off / power_on audio seems to cut out halfway-through
3. (I think this is a known issue) lights still emit light until you get closer in a gridcheck so PVS range might need bumping.

* Invariants for event names

* Fix random event shutdown

* Mix stereo announcements to mono

* Address feedback

* Remove redundant client system and use the overlay component instead
* Drop the server prefix

* Fix radiation overlay enum

* use entityquery instead

* zum's feedback

* Use EntityQuery

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
2020-08-13 22:52:17 +02:00
..
AI Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Atmos Add total number of gases atmospherics test (#1639) 2020-08-10 20:17:18 +02:00
Disposal Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
DoAfter Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Networking Integration test to test restartround. 2020-07-17 11:25:11 +02:00
Pathfinding Remove pathfinding graph node directions (#1223) 2020-06-28 17:43:06 +02:00
StationEvents Station events (#1518) 2020-08-13 22:52:17 +02:00
BuckleTest.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
ContainerOcclusionTest.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
EntityTest.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
GravityGridTest.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
HumanInventoryUniformSlotsTest.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
RestartRoundTest.cs Integration test to test restartround. 2020-07-17 11:25:11 +02:00
SaveLoadMapTest.cs Fix NUnit analyzer warnings in content. 2020-07-30 23:38:35 +02:00
SaveLoadSaveTest.cs fix benchmark 2020-06-22 04:49:54 -04:00
StartTest.cs Integration tests improvements: 2020-01-20 22:14:44 +01:00
VendingMachineTest.cs Fix vending machines throwing (#1225) 2020-07-02 16:03:57 +02:00