|
|
|
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:... |
|
|
11 Nov 2009 |
|
|
Planning |
| Description myDebug is a World of Warcraft AddOn. It provides debug tools to the AddOns developpers. You can browse a variable like a tree. You can type scripts and execute them. Features Variable tree display Insert/Edit/Delete variables in the tree Edit/Execute scripts Scripts saved Localization (english, french, german) Low memory usage (0.2MB) myAddOns support Usage You can toggle the debug tools with the "Toggle Debug Tools" key binding. The tree can display all kind of variables... |
|
|
05 Nov 2009 |
|
|
Release |
| AudioX provides players with the ability to explore 18,800+ World of Warcraft sound samples. It also allows you to exchange samples with other AudioX users via chat hyperlinks.InstallationExtract the AudioX and AudioX_Search folder into World of Warcrafts Interface\Addons folder Enable both AudioX and AudioX_Search in Mod Settings. Note: Even though AudioX_Search is enabled, it will not normally load until you type /ax or /audiox. Current FeaturesAudioX: Displays samples as chat links.... |
|
|
29 Oct 2009 |
|
|
Release |
| WLP's aim is to provide easy to use PHP classes for working with Lua files generated by World of Warcraft. The project will mostly be based around a main parser class, with addon modules that builds of that main class. The projects goal is to be well documented and regularly maintained. It is driven by the help of contributed code and content. While the project is targeted at World of Warcraft, there is probably no reason why the parser can't work with Lua files from other applications. It is... |
|
|
|
28 Oct 2009 |
|
|
Planning |
| This is a boss mod plugin for Deadly Boss Mods. It makes 8 outdoor creatures into "bosses" for purposes of testing DBM callbacks with other addons. Once you register your addon with DBM you can engage one of these creatures in combat to exercise all the same code paths, but without the inconvenience of, you know, potential death. The eight outdoor creatures are around level 6 or 7. There is one creature per capital city, chosen to be near the entrance to that capital. The goal was to be able... |
|
|
|
25 Oct 2009 |
|
|
Planning |
| Did you know that addons only save their data if you quit WoW normally? If WoW crashes, you have a power outage, or anything of that sort, any data from your latest play session is lost! CrashProofer helps protect your addon data by backing it up to your other guild members who also use CrashProofer. That way when you log back in, they can send you back the data you would otherwise have lost! As an added bonus, CrashProofer can be used to synchronize addon data between guild members, so you... |
|
|
|
16 Oct 2009 |
|
|
Planning |
| It provide a Integrated Development Environment for authors in the game. It need a lib named IGAS. |
|
|
14 Oct 2009 |
|
|
Release |
| This is a rediculously down and dirty program that I pieced together in order to find and view BLPs from my current wow's MPQ libraries. The issue I always ran into when developing addon's is that the blizzard blps were all spread out over multiple MPQs. This on top of identical image paths existing in multiple MPQs made it hard to find/remember where images were. What this does is finds all of the MPQs that belong to your current wow build and gathers all of the BLP paths in them. All of... |
|
|
|
26 Sep 2009 |
|
|
Release |
| Ruby base classes for data gathering. Currently contains base classes for wowdb. They are inteded asa base class setup for writing your own formatting of extracted data and to provide basic mining capabilites. |
|
|
|
19 Sep 2009 |
|
|
Beta |
| This add-on is simply to warn you when you have been set AFK. I have been forced recently due to my account being hacked to contact the GMs to get my stuff back. And waiting for 2-8 hours for a GM to reply is bad enough as it is but when you are watching TV and don't notice your self going AFK then get logged out that really got on my wick as THAT was always the time the GM decides to contact me! To get around this I created this very simple add-on that just plays a sound (currently it a... |
|
|
19 Sep 2009 |
|
|
Beta |
| This addon is a development addon that lets you display contents of variables and continually updates the result. Features Continuous colored output of values, tables, selected functions/methods, and ui objects Left-Click any key of a table to open a new watcher watching for this key Try /rewatch after reloading your ui, you'll love it Use your scrollwheel... Right-Click the title bars for a dropdown menu The white square in the lower right corner of a watcher window is actually a... |
|
|
10 Sep 2009 |
|
|
Release |
| SlashList Prints out all the usable slash commands, sorted alphabetically, in a window. Slash commands are /slashlist, /cmdlist, /cmds. Usage As of usage, you can use any search patterns. An additional parameter string could be added after the slash command. Example: /cmds testslash. If there's any variable that starts with "SLASH_" and has "testslash" in its name or the slash command contains "testslash", it'll print it out in lowercase in a window. Credits Ackis and Endeavour for the Frame... |
|
|
|
04 Sep 2009 |
|
|
Release |
| This is a global localization system that allows you to store and retrieve localized strings specific to your addon. The "Strings.lua" file can be inserted directly into your addon and the "Localization.toc" file can be discarded. Strings.lua is Multi-Load safe and will only load once allowing multiple addons to contain this file without fear of over-loading each other. Using Localization is simple: To add a localized string you will need to give a unique addon name, a string key, the locale... |
|
|
30 Aug 2009 |
|
|
Release |
| Features TB Core is a library providing functions which are essential to the TB Add-Ons Suite. If you use an add-on prefixed with TB_, it most likely requires this library in order to function properly. Finally, TB Core also does the following: Increases the quality of your screenshots. Increases the camera's maximum follow distance. Shows enemy cast bars on the default unit frames and nameplates. Provides the /GX slash command to restart your graphical engine, hopefully fixing display... |
|
|
29 Aug 2009 |
|
|
Release |
| LibConsole LibConsole is a LibStub designed to provide your addon a place to spew output relevant to find out what is happening during its execution. You can register it and use it to output whatever you feel the need to, and keep it off your chatlog. |
|
|
12 Aug 2009 |
|
|
Release |
| Improves the default Blizzard error frame, increases the total size, adds a first/last button as well as a slash command to access the error frame if you close it. It will queue up any error it sees until PLAYER_LOGIN fires then it will shunt them all to the Blizzard error frame. Slash commands: /error (/errorframes) /error # will open the error frame on the passed error number, if no error number is passed it will open the last error. |
|
|
05 Aug 2009 |
|
|
Release |
| Description Simple development tool which displays, on any hiperlink tooltip, the correspondent link string and icon texture source path. How to Help Report bugs you find Share your ideas for new features Share your addons with your friends And, if you which, consider donating. Anything is appreciated! |
|
|
04 Aug 2009 |
|
|
Release |
| _Dev combines many small addon development tools into one addon, similar to Iriel's DevTools addon. It includes a text-based stats display for framerate, memory, and latency; allows frames to be highlighted and tracked even when hidden or off-screen; can print data structures neatly to chat frames; includes a mouse-over frame identifier that can also outline and print details for found frames; and features a few other useful tools.DetailsAdds the slash command “/togglemod <Name>” to toggle on... |
|
|
04 Aug 2009 |
|
|
Release |
| Event Tracker allows you to view detailed information such as argument information of tracked events/functions as well as what frames are monitoring specific event. For functions tracked it will also provide information on the time spent on execution functions (on a call per call base as well as the total execution time). See the EventTracker blogpage @ http://fmeus.wordpress.com/eventtracker/ for more information on the usage of Event Tracker and the API to track your own functions. To tell... |
|
|
04 Aug 2009 |
|
|
Release |
| A simple tools contained three parts:Script, Debug, BugCollect. How to open: Type /cube to open the dev tool form, it can open the other two. Or bind keys for the three part, just see the images. When lua error occurs, a icon would appear on the minimap, click it open the buglist form. Notice: 1. In debug part, you can right-click a node to show the dropdownlist,you can delete the node(so it will be really deleted),or show it in new page. in the bottomleft corner, there is a textbox filled... |