Delta-v/Content.Client/UserInterface/Systems
Sk1tch f269ccc099
Added chat window transparency slider to options (#24990)
* Adds a new slider to the misc tab in options that lets the player set chat window transparency

* Tweaked variable names

* Fixed order to match UI

* Renamed set chat window transparency function

* Changed and refactored to opacity instead of transparency

* Remove unnecessary int to float conversions

Slider used to be 0-100 while the CCVar was 0.0-1.0f. This is confusing and was only used for rounding to 2 decimal points.

* Round the value to two decimal points

* Remove rounding for now

* Rename

* Unhardcode chat color by moving to stylesheet

* Fix indent

* Make opacity slider only change opacity

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
(cherry picked from commit bc31c193c25b297179e0de2bf54c2623fbeeebe0)
2024-04-07 14:28:59 +02:00
..
Actions Fix crash on load when no slot key assigned (#26354) 2024-03-24 00:14:01 +01:00
Admin Fix objects tab not showing nents (#23837) 2024-01-26 22:22:36 +01:00
Alerts dynamic alert sprites (#25452) 2024-04-07 14:09:54 +02:00
Atmos/GasTank Cleaner BoundUserInterfaces (#17736) 2023-07-09 02:02:17 +10:00
Bwoink Add option for admins to disable bwoink (#25008) 2024-03-05 09:43:40 +01:00
Character Wrap objective briefing text (#24244) 2024-01-26 23:05:38 +01:00
Chat Added chat window transparency slider to options (#24990) 2024-04-07 14:28:59 +02:00
CloseWindow Add EscapeContext keybind (#15301) 2023-04-13 18:10:44 -07:00
Crafting Fix construction button not working (#12033) 2022-10-22 10:51:03 +11:00
DamageOverlays Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
DecalPlacer Use ECS prototype-reload events (#22613) 2023-12-22 23:25:35 +01:00
EscapeMenu Add UI click sounds (#22410) 2024-01-22 20:59:16 +01:00
Gameplay Removes IOnStateChanged calls from GameplayStateLoadController (#14617) 2023-03-12 21:02:14 -04:00
Ghost Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
Guidebook Add UI click sounds (#22410) 2024-01-22 20:59:16 +01:00
Hands Virtual items cleanup (#23912) 2024-01-26 22:49:14 +01:00
Hotbar Corner Clothing UI (#22883) 2024-01-22 18:24:28 +01:00
Info Hud refactor (#7202) 2022-10-12 10:16:23 +02:00
Inventory Fix some text overflow bugs in HUD (#26615) 2024-04-07 14:23:26 +02:00
MenuBar Corner Clothing UI (#22883) 2024-01-22 18:24:28 +01:00
Objectives/Controls Wrap objective briefing text (#24244) 2024-01-26 23:05:38 +01:00
Sandbox prevent opening debug menus without perms (#25091) 2024-02-18 22:38:55 +01:00
Storage biggest gridinv update OF ALL TIME (#25834) 2024-04-07 14:08:49 +02:00
Viewport Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
Vote Fix lobby votes (#15041) 2023-04-02 01:00:48 +11:00
ProgressColorSystem.cs Add a toggle for colorblind friendly progress bar colors (#25318) 2024-03-17 14:46:26 +01:00