fish-station/Content.Shared
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
..
Access Acc 2020-01-19 18:33:30 +01:00
AI AI Reachable system (#1342) 2020-07-11 15:09:37 +02:00
Atmos Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Audio Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Chat Admin chat (#1287) 2020-07-08 12:18:16 +02:00
Chemistry Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Construction Construction prototype camelCase 2020-07-18 20:51:39 -06:00
GameObjects Station events (#1518) 2020-08-13 22:52:17 +02:00
Health Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Input Add pulling (#1409) 2020-07-27 00:54:32 +02:00
Interfaces Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Kitchen Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Maps Improves the RCD (#1609) 2020-08-13 19:39:23 +02:00
Materials virtualize all net ids to reduce net traffic 2020-06-08 06:37:59 -04:00
Maths Replaced static Rounders with an impleneted interface 2020-03-14 14:04:08 +01:00
Physics Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Preferences Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Prototypes Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Research Technology prototype camelCase 2020-07-18 20:47:10 -06:00
Roles Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Sandbox Add a "give full access" button to the sandbox menu for convienence. (#1387) 2020-07-17 10:38:58 +02:00
Text Added option to generate random character name (#519) 2020-01-18 23:09:14 +01:00
Utility Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
VendingMachines Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
app.config Updates submodule (#56) 2018-04-12 23:56:43 +02:00
Content.Shared.csproj use lidgren's new spans (#1164) 2020-06-24 17:57:59 +02:00
Content.Shared.csproj.DotSettings Moved interaction interfaces from Server to Shared. 2020-07-18 22:51:56 -07:00
EntryPoint.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
SharedGameTicker.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
SharedModuleTestingCallbacks.cs Improve integration testing 2019-06-29 01:58:16 +02:00
SharedNotifyManager.cs Fix popupmessage appearing behind the player when moving (#1401) 2020-07-24 14:26:39 +02:00