Delta-v/Content.Client/UserInterface/Systems
Pieter-Jan Briers 176e9b0a81
THE RETURN OF ITEM STATUS (#22986)
* THE RETURN OF ITEM STATUS

Item status is now inline with the hands again. You can now see item status for both hands at once.

If you have more than 2 hands, the last active hand of that side is displayed in the respective item status.

The item status for the active hand is also highlighted.

Item status has been given a new look so it looks unique and matches every UI theme.

* Shrink item status to 125px

This is going to require fixing the existing controls. Do that later.

* New bullet item status rendering

sex

* Make gun item status look just a little bit nicer.

Avoid only one or two bullets ending up on a single row of an item status.

* Delete Eris theme files

* More improvements

Fixed the fact that left/right were flipped around when assigning status panel locations. Involved renaming all the UI textures.

Redid how content margins are set from the theme. Less complex and cleaner now.

Made the item name always left-aligned, just looks better since other UI elements don't adapt anyways.

* Compact down item status text

Now it fits 3 lines of text on one line. Yay.

This is achieved by compacting RichTextLabels by reducing their line height and giving them a negative bottom margin.

* Add item status sprites for Ashen theme.

* Add status control to show beaker/bucket/jug solution/transfer volumes

Also PollingItemStatusControl I'll be using that more.

* Fix welder item status, clean up welder code

The item status control implementation was ancient and bad. That's why it was buggy.

Removed all the complex dated networking stuff for welders, we just sync the solution contents now anyways so none of that is needed anymore. This moves a buncha stuff to shared and just removes code.

Cleanup. The code was doing some really dumb stuff.

* Spray bottles show contents in item status.

* cowtools

* Fix plasmafire and clockwork themes.

Actual git gaslighting wtf.

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>

(cherry picked from commit 58f025ba8043bcf5c32204b08eec8ae9e5d2bd41)
2024-04-21 23:41:08 +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 THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +02:00
Hotbar THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +02:00
Info Hud refactor (#7202) 2022-10-12 10:16:23 +02:00
Inventory THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +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 Adds the option to fit the viewport to vertical screenspace (#27061) 2024-04-21 23:32:41 +02: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