Addons

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage

libRaidVoice

16 Nov 2009 Beta
This library provides simple API for integrating some of RaidVoice features. RaidVoice addon is my main project that enables people to see each other when speaking on external voice chat like TeamSpeak or Ventrillo. Purpose of this library is to hook global function UnitIsTalking and to provide custom voice events that can be embedded in other addons, mainly targeting unitframes. The unitframes can then capture and broadcast voice events and use the global function to show who is speaking...

DataStore_Talents

16 Nov 2009 Release
DataStore_Talents is part of the DataStore series. Its purpose is to scan and store data related to Talent trees & Glyphs for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Stats

16 Nov 2009 Release
DataStore_Stats is part of the DataStore series. Its purpose is to scan and store data related to statistics (base/melee/etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Spells

16 Nov 2009 Release
DataStore_Spells is part of the DataStore series. Its purpose is to scan and store data related to spells for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Skills

16 Nov 2009 Release
DataStore_Skills is part of the DataStore series. Its purpose is to scan and store data related to skills (weapons/etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Reputations

16 Nov 2009 Release
DataStore_Reputations is part of the DataStore series. Its purpose is to scan and store data related to Reputations for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Quests

16 Nov 2009 Release
DataStore_Quests is part of the DataStore series. Its purpose is to scan and store data related to quests for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Pets

16 Nov 2009 Release
DataStore_Pets is part of the DataStore series. Its purpose is to scan and store data related to Companions & Mounts for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Mails

16 Nov 2009 Release
DataStore_Mails is part of the DataStore series. Its purpose is to scan and store data related to Mails for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Inventory

16 Nov 2009 Release
DataStore_Inventory is part of the DataStore series. Its purpose is to scan and store data related to Equipment for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Currencies

16 Nov 2009 Release
DataStore_Currencies is part of the DataStore series. Its purpose is to scan and store data related to Currencies for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Crafts

16 Nov 2009 Release
DataStore_Crafts is part of the DataStore series. Its purpose is to scan and store data related to Tradeskills & Recipes for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Containers

16 Nov 2009 Release
DataStore_Containers is part of the DataStore series. Its purpose is to scan and store data related to Bags, Bank and Guild Banks for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Characters

16 Nov 2009 Release
DataStore_Characters is part of the DataStore series. Its purpose is to scan and store data related to basic information (level, race, etc..) for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Auctions

16 Nov 2009 Release
DataStore_Auctions is part of the DataStore series. Its purpose is to scan and store data related to Auctions & Bids for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore_Achievements

16 Nov 2009 Release
DataStore_Achievements is part of the DataStore series. Its purpose is to scan and store data related to Achievements for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. More information can be found on the main page : DataStore Specific details (usage/scope) will be posted later as separate pages on this project.

DataStore

16 Nov 2009 Release
DataStore is the main component of a series of addons that serve as data repositories in game. Their respective purpose is to offer scanning and storing services to other addons. The advantages of this approach are: data is scanned only once for all client addons (performance gain). data is stored only once for all client addons (memory gain). addon authors can spend more time coding higher level features. each module is an independant addon, and therefore has its own SavedVariables file,...

LibQueue

14 Nov 2009 Release
LibQueue by DrDoom (Shalune on Kargath) This is an open-source delayed-processing and buffer queue library developed for World of Warcraft There are three functional concepts this library works with: Queue: Allow you to place information on it for later retrieval Standard queues use a FIFO buffer with rotational positioning, meaning no constant clientside cleanup, therefore faster access. The queue is designed to handle any type of data, even nil, so prior datachecking is recommended. Timer:...

CustomAchievements

12 Nov 2009 Release
Description only valid for v3.1 r2 and below (v3.2 description coming soon) This AddOn library is still very new. I will be updating it soon for new functionality and a more efficient/simple API. Please only use the current versions as a test-basis if you plan to use this in your own AddOns. If you would like help/explanation on how to use this in your own AddOn, send a private message to me (Aelobin). CustomAchievements is a WoW addon library that allows addon authors to easily create custom...

LibKarma

09 Nov 2009 Alpha
Simple framework, utilites and libraries for addon development. Used by RaidTracker and TellTrack.