BeeStation-Hornet icon indicating copy to clipboard operation
BeeStation-Hornet copied to clipboard

Return of Stat icons

Open PowerfulBacon opened this issue 7 months ago • 3 comments

About The Pull Request

Uses the brand spanking new ability to render clientside appearances inside of img tags within the browser to bring back the stat icons. The only server-side cost is generating refs for the atmos, there is no need to maptick appearances, and no need to generate flat icons.

Also adds support for the tgui window to be able to determine the client's BYOND version, this allows for the stat panel to change its rendering behaviour depending on the version of byond that is running on the client.

Also adds a new flag to prevent aggregation of an atom. This can be applied for the type, or for individual items.

Why It's Good For The Game

These make it so much easier to do wire and pipe manipulation.

Testing Photographs and Procedure

Client Version 514

image

Client Version 515

image

image

image

(Updated so that wires don't stack)

image

image

image

Changelog

:cl: add: Clients running 515 will now be able to see icons in the alt-click stat panel menu. /:cl:

PowerfulBacon avatar Jun 28 '24 10:06 PowerfulBacon