jjsheets

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
Bartender 4: Apathy Skin

ButtonFacade

16 Oct 2009 StormFX Release
ButtonFacade, with its associated library, is a small add-on that allows for the dynamic skinning of button-based add-ons. It is composed of two individual components: LibButtonFacade A small library which provides addon authors with the tools needed to skin their add-ons. ButtonFacade A GUI for the LibButtonFacade library that allows users to adjust their settings on a per-add-on, per-group and per-button basis. Options Access the options panel via the /bf chat command or the Interface...

LibCompress

05 Aug 2009 galmok Release
LibCompress is a compression and decompression library implemented entirely in WoW-friendly Lua. It supports the LZW and Huffman algorithms, and can automatically choose the most efficient algorithm for your data. One popular usage for this library is to send a compressed table to another player or add-on. Doing this requires additional encoding to remove the \000 characters from the data stream. Take a look at the forum post for more info and a development discussion:...