BeeStation-Hornet
BeeStation-Hornet copied to clipboard
Return of Stat icons
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
Client Version 515
(Updated so that wires don't stack)
Changelog
:cl: add: Clients running 515 will now be able to see icons in the alt-click stat panel menu. /:cl: