fish-station/Content.Client/UserInterface
chairbender 5f788c3318
Alerts System and UI (#2529)
* #272 add bordered panel for effects bar

* #272 avoid mouse overlapping tooltip when near edges,
change tooltip colors to match mockups

* #272 WIP defining status effect states as YML and
sending them as encoded integers

* #272 refactor to use new alert system

* #272 refactor to use new alert system

* #272 fix various bugs with new alert system and update
alerts to have color

* #272 WIP

* #272 rename status effects to alerts

* #272 WIP reworking alert internals to avoid code dup
and eliminate enum

* #272 refactor alerts to use
categories and fix various bugs

* #272 more alert bugfixes

* #272 alert ordering

* #272 callback-based approach for alert clicks

* #272 add debug commands for alerts

* #272 utilize new GridContainer capabilities for sizing of alerts tab

* #272 scale alerts height based on
window size

* #272 fix tooltip flicker

* #272 transparent alert panel

* #272 adjust styles to match injazz mockups more, add cooldown info in tooltip

* #272 adjust styles to match injazz mockups more, add cooldown info in tooltip

* #272 alert prototype tests

* #272 alert manager tests

* #272 alert order tests

* #272 simple unit test for alerts component

* #272 integration test for alerts

* #272 rework alerts to use enums instead
of id / category

* #272 various cleanups for PR

* #272 use byte for more compact alert messages

* #272 rename StatusEffects folder to Alerts,
add missing NetSerializable
2020-11-10 15:22:19 +11:00
..
AdminMenu Add admin teleport button (#2435) 2020-10-30 01:05:49 +01:00
Atmos/GasTank Gas tanks and masks (#2409) 2020-10-27 20:53:44 +01:00
Cargo Removed LocalizationManager dependencies (#2059) 2020-09-16 23:55:50 +02:00
Controls Re-organize style sheets and add StyleSpace. 2020-04-04 15:10:51 +02:00
ParticleAccelerator Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
Stylesheets Alerts System and UI (#2529) 2020-11-10 15:22:19 +11:00
Suspicion Add SSS traitor label and fix ally sync (#2200) 2020-10-09 18:57:09 +02:00
AlertsUI.cs Alerts System and UI (#2529) 2020-11-10 15:22:19 +11:00
CharacterSetupGui.cs Adds a live preview to the character customizer (#2523) 2020-11-08 23:44:04 +11:00
CooldownGraphic.cs Revert to old cooldown and unify with DoAfter (#2469) 2020-11-02 11:32:03 +01:00
CreditsWindow.cs Replace CanBeNull annotations with nullable reference types (#1270) 2020-07-08 01:41:20 +02:00
EscapeMenu.cs Removed LocalizationManager dependencies (#2059) 2020-09-16 23:55:50 +02:00
GameHud.cs Removed LocalizationManager dependencies (#2059) 2020-09-16 23:55:50 +02:00
GhostGui.cs Ghost Teleporting (#2071) 2020-10-16 20:36:20 +02:00
HandButton.cs Add pulling taking up a hand (#2405) 2020-10-28 10:16:40 +01:00
HandsGui.cs Add pulling taking up a hand (#2405) 2020-10-28 10:16:40 +01:00
HumanoidProfileEditor.cs Fix Exception when updating preview (#2533) 2020-11-09 18:36:45 +01:00
HumanoidProfileEditor.Random.cs Random default characters (#2216) 2020-10-11 13:15:09 +02:00
IItemSlotManager.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
ItemSlotButton.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
ItemSlotManager.cs Remove default grids (content) (#2241) 2020-10-21 17:13:41 +02:00
ItemStatusPanel.cs Add changing the amount of hands on the GUI depending on your body parts (#1406) 2020-07-25 15:11:16 +02:00
LateJoinGui.cs Disable job buttons when they aren't available or late join is disallowed (#2251) 2020-10-16 11:22:58 +02:00
LobbyCharacterPreviewPanel.cs Add IResettingEntitySystem for entity systems that do resetting cleanup (#2257) 2020-10-14 22:45:53 +02:00
LobbyGui.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
NanoHeading.cs Re-organize style sheets and add StyleSpace. 2020-04-04 15:10:51 +02:00
OptionsMenu.Audio.cs Rework options menu. 2020-09-07 12:23:28 +02:00
OptionsMenu.cs Rework options menu. 2020-09-07 12:23:28 +02:00
OptionsMenu.Graphics.cs Change cvar usages to use CVarDef and define them in CCVars (#2250) 2020-11-07 11:15:56 +11:00
OptionsMenu.KeyRebind.cs Keybind to stop pulling. (#2094) 2020-09-16 23:58:50 +02:00
Placeholder.cs Adds a UI element to act as placeholder. 2019-05-14 01:19:25 +02:00
RoundEndSummaryWindow.cs Add IResettingEntitySystem for entity systems that do resetting cleanup (#2257) 2020-10-14 22:45:53 +02:00
ServerInfo.cs Credits 2020-06-14 15:15:15 +02:00
StripeBack.cs Allow disabling margins on StripeBack. 2020-09-07 12:23:28 +02:00
StrippingMenu.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
TargetingDoll.cs Re-organizing the Resources folder. Part 1. (#1234) 2020-07-07 19:19:00 +02:00
TutorialWindow.cs Fonts moved from textures to proper folder (#2159) 2020-10-04 18:07:15 +02:00