|
|
24 Jan 2012 |
|
ckknight |
Release |
| Floating Combat Text of awesomeness. Displays Events from the combatlog (damage, healing, ...) as moving text and numbers across the Screen. It also supports various other Events (Loot, Cooldowns, ...). Further Parrot offers a Trigger-system to display Text and play sounds on certain predefined events (e.g. Nightfall for Warlocks). Localization If you want to translate Parrot into your language (or update an existing translation) please do so here. FAQ Q: "I created a custom Trigger doing... |
|
|
|
30 Dec 2011 |
|
ckknight |
Release |
| A library to help with localization of bosses. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library. |
|
|
|
30 Dec 2011 |
|
ckknight |
Release |
| A library to help with localization of Zones. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library. |
|
|
|
30 Dec 2011 |
|
ckknight |
Release |
| A library to help with localization of item types and subtypes. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library. |
|
|
15 Dec 2011 |
|
ckknight |
Mature |
| LibTourist is a library that provides information about zones, instances, transports and more. For zones, instances, complexes (like Scarlet Monastery), arenas and battlegrounds, LibTourist can provide level range, faction, location and connections with other zones, as well as instance group sizes, instance entrance portal coordinates and required fishing skills, if applicable. Color-coding for level ranges and zone names is available. Relationships between zones can be provided, i.e. which... |
|
|
09 Dec 2011 |
|
ckknight |
Release |
| Chinchilla Minimap alters the Blizzard Minimap in a way to provide much nicer features and other niceties. Appearance Allows changing of blip size (useful since 3.1), border style, shape of the map (doesn't have to be circular, or even square, lots of options are available), size, etc. Auto Zoom Zoom out the map automatically after 20 seconds (or so). Compass A more flexible north-east-south-west indicator. Coordinates Show your location coordinates. Expander Make the minimap very big... |
|
|
|
01 Dec 2011 |
|
ckknight |
Release |
| A library to provide unit-oriented tags to LibDogTag-3.0 |
|
|
|
01 Dec 2011 |
|
ckknight |
Release |
| A library to provide a markup syntax |
|
|
30 Nov 2011 |
|
phyber |
Release |
| Keeps track of space left in your bags. |
|
|
30 Nov 2011 |
|
ckknight |
Beta |
| PitBull4 is a continuation of PitBull. Differences from PitBull 3: It's mostly done, but not entirely done thus why there are still only betas (despite this it is still very stable). Documentation is written before functions Much easier for third-party extensions. Options will be much, much simpler. In 3.0, there's about 200 panels that you can mess with, it's overwhelming. I want to bring this down to somewhere around 10. Layouts are defined deterministically and unit groups use the layout... |
|
|
|
14 Jan 2011 |
|
ckknight |
Release |
| LibTrueRandom-1.0 is a library that provides a way to asynchronously retrieve random values by making /roll requests. Example code: LibStub("LibTrueRandom-1.0").GetRandom(1, 1000, function(value) -- value will be a number >= 1 and <= 1000 here end) API Documentation Here's the use case for this library: You're in a guild or a raid and you want to randomly choose someone to get loot or for some other reason You can't use math.random, since other users in the group might think you are returning... |
|
|
|
14 Jan 2011 |
|
ckknight |
Release |
| LibLinq-1.0 is a collection management library similar to .NET's System.Linq. It provides a very functional approach to dealing with collections and sequences. Rather than handling collection data imperatively, it is handled declaratively. It also is thoroughly unit-tested. The library is built around the concept of an Enumerable, which nearly all collections could be theoretically classified as. Many generators are provided, such as Enumerable.Range(0, 10), which generates an increasing... |
|
|
07 Dec 2010 |
|
Bruners |
Release |
| Adds a glossy border to Chinchilla Best viewed with Chinchilla's default colors Usage: 1. Verify that you have Chinchilla and this addon installed 2. Type /chinchilla in chat 3. Locate appearance under chinchilla 4. Select border style: Gloss 5. If you still don't see anything, log out/in of the game and jump to step 1. Check this image for more guidance. |
|
|
|
13 Oct 2010 |
|
ckknight |
Mature |
| Communicates with guild members for their positions on the world map |
|
|
|
12 Oct 2010 |
|
ckknight |
Mature |
| A library to handle rearrangement of blizzard's frames when bars are added to the sides of the screen. |
|
|
|
05 Sep 2010 |
|
ckknight |
Mature |
| A library to provide a clean dropdown menu interface. Handy features: Infinite levels. Infinite buttons per level. Efficient design and API. Documented API. Sliders as a level in its own right. Scrollable menus. Users: TO INSTALL: Put the DewdroptLib folder into \World of Warcraft\Interface\AddOns\ Developers: Place the DewdroptLib.lua file into your AddOn's folder, then add DewdroptLib.lua to the .toc file. Then, to access the library, in your code, write `local dew =... |
|
|
|
23 Jun 2010 |
|
Kaelten |
Release |
| AddOn development framework Note: Ace2 is deprecated and will not be developed any further! It is officialy at End-Of-Life. For new projects, use Ace3 instead. For old projects, we suggest porting them to Ace3, or looking for alternatives. |
|
|
|
04 Jan 2010 |
|
ckknight |
Release |
| Keeps track of durability and pops up a dialog to repair when you go to a vendor who can. German translation: Chinkuwaila TO INSTALL: Put the FuBar_DurabilityFu folder into \World of Warcraft\Interface\AddOns\ Features Shows durability of all items and overall inventory. Pops up a dialog to repair when you go to the vendor. Can hide the little armored man. Can autorepair your equipment and/or inventory. |
|
|
|
06 Mar 2009 |
|
ckknight |
Mature |
| A library to provide tools for formatting money and time. |