|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| Timer bars with that extra sweetness. LibCandyBar-3.0 provides very simple timed bars, in the spirit of CandyBar-2.0. Documention: API |
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| Provides several dropdown item types that can be used with AceGUI-3.0's AceGUIWidget-DropDown in order to style font, statusbar and sound-dropdowns properly, making it easier for the user to select the preferred item. LibDDI can also be used with AceConfig option tables with the 'select' type, using the itemControl property. The following item types are available: DDI-Font, DDI-Statusbar, DDI-Sound and DDI-RaidIcon. Pull LibDDI-1.0 in via your TOC/embeds.xml and make sure it's loaded after... |
|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| A library for transmitting and receiving latency information of players. API LL:Register(addon, function) addon - The name of your addon (string) or your addon object (table) function - The name of function tied to the addon object (string) or a function reference LL:Unregister(addon) addon - The name of your addon (string) or your addon object (table) LL:RequestLatency(channel) channel - The name of the channel to request latency on (string) or nil/false/no value for automatic. Valid... |
|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| LibDBIcon-1.0 is a small library you can throw in your LDB addon that will create a small minimap icon for you and nothing more. Simply get a reference to the library in your addon like so; local icon = LibStub("LibDBIcon-1.0") Then after you've registered your LDB object called "MyLDB", you can do: icon:Register("MyLDB", myLDB, savedVarTable) Where myLDB is a object reference to your LDB display and savedVarTable is a table where the library can store data like minimap position, radius and... |
|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| Please translate this library here: http://www.wowace.com/addons/libsink-2-0/localization/ LibSink-2.0 is a small library that you can throw in to easily get configuration options for your addon on where it should output any kind of messages. By default, LibSink-2.0 supports several addons as output "sinks"; Blizzard floating combat text, MSBT, SCT, Parrot, BCF. And if that's not enough it can also route your output to any ingame channel, like raid warning, party chat, say. Or just to a local... |
|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| A library for transmitting and receiving durability information of players in your group. API LD:Register(addon, function) addon - The name of your addon (string) or your addon object (table) function - The name of function tied to the addon object (string) or a function reference LD:Unregister(addon) addon - The name of your addon (string) or your addon object (table) LD:RequestDurability(channel) channel - The name of the channel to request durability on (string) or nil/false/no value for... |
|
|
|
Oct 26, 2016 |
|
funkydude |
Release |
| A library to force common FCF (Floating Chat Frame) functions to create and use animations instead of using UIFrameFlash. You need this library if: Your addon hooks the `.AddMessage` functionality of a Chat Frame to modify the output. Your addon makes use of chat event filters. (ChatFrame_AddMessageEventFilter) What will this do for my addon? If your addon does make use of one of the above 2 features, it will prevent your addon being blamed for blocking talent changes. An in-depth explanation... |
|
|
Oct 25, 2016 |
|
funkydude |
Release |
| A collection of BigWigs modules for bosses found in 5-man dungeons and scenarios. LittleWigs is open source and development is done on GitHub. You can contribute code, localization, and report issues there: https://github.com/BigWigsMods/LittleWigs |
|
|
Aug 30, 2016 |
|
funkydude |
Release |
| Features Show timer bars for each invasion zone with completion coloring. Boss mod to display warnings for final bosses. Bar tooltip, mousing over the bars will show your achievement status and Nethershard count. Nethershard warnings will start printing in chat if over 1900, to alert you that you're near the 2000 cap. Configure /lit /legioninvasiontimer Right-click the bar anchor LegionInvasionTimer is open source and development is done on GitHub. You can contribute code, localization, and... |