Development Tools

Name Updated Author
Transcriptor 05 Jan 2009 Rabbit
Logging utility for boss encounters.
LibOOP 02 Jan 2009 taleden
LibOOP LibOOP is a small library to provide basic object-oriented programming features in Lua (classes, objects, and simple inheritance). It is meant to offer a framework-independent, lighter-weight (but less featureful) alternative to AceOO-2. ...
lib-ScrollingTable 31 Dec 2008 ddumont
lib-st provides a convenient way to create and display a scrolling table of data. Supply column info and your table data, and you're off! Here's some nitty-gritty:Set names and widths of columns, lib-st will set the table width on it's own!Set the number ...
!BugGrabber 31 Dec 2008 Rabbit
!BugGrabber is a small addon that simply grabs all Lua errors generated by WoW and makes them available to your through the /buggrabber slash command. Other addons, like BugSack, can interact with !BugGrabber to provide higher-level interfaces to the ...
FuBar_WhoLibFu 28 Dec 2008 akazik
For Developers (of Addons which uses WhoLib): show queues and queries in the WhoLib
Zoom!!! 15 Dec 2008 Antiarc
Zoom!!! makes your UI load faster by preventing garbage collection during the UI load cycle. In particular, it fixes bad behavior incurred by Rock addons, but it'll benefit you even if you don't run Rock mods, as well. In my own UI, this reduced UI ...
Querier 12 Dec 2008 Ackis
What it does Querier is a small addon which will allow you to get Item and Spell links based off of ItemID or SpellID. There is basic error checking to ensure that you do not get disconnected. Where to get it WoW Ace - Often Beta quality Curse - Most ...
Addon Control Panel 09 Dec 2008 sylvanaar
ACP adds the "Addons" button to the game's main menu (The one you get when you hit ESC). It allows you to manage your addons in game, with an interface which looks similar to the blizzard addon manager. ACP will help you deal with the "Clutter" that ...
PT3Browser 08 Dec 2008 Nymbia
Check out all that PT data.
Spew 24 Nov 2008 Tekkub
Spew is a dev tool based off Iriel's DevTools and Ace2's /dump commands. It does the same basic thing (running lua code snippets and printing out the results), but in a slightly different way. Why did I create Spew? I liked DevTools, but didn't like it's ...
LibMindReader 20 Nov 2008 Wintrow2
LibMindReader is a mixin library (can also run 'not mixed in') that generates an AceConfigDialog-table from a variable. Running this table then allows the user to peek, poke and prod the variable in the following ways: - The table structure is shown as a ...
LibDebugLog-1.0 17 Nov 2008 Adirelle
LibDebugLog-1.0 aims at providing a simple debug API. By default, all messages are printed to the default chat frame. But as soon as one MessageLogged callback is registered, the library becomes quiet and sends all messages through this way. Logger API ...
Expo 07 Nov 2008 wowaceSVN
Developer tools for Event tracking and more.
BugSack 01 Nov 2008 Rabbit
BugSack eases the process of capturing bugs. It captures information about Lua errors that occurred during your play session, including the full debug stack. It aims to be invaluable to developers, and a useful tool for players that use beta-quality ...
DebugLogBackend 01 Nov 2008 Adirelle
Simple DebugLog display backend.
AutoBarTest 27 Oct 2008 Azethoth
Stripped down version of AutoBar for dev testing only. Useful non-action ActionButton examples with popups and stuff.
SlashConflict 15 Oct 2008 Nayala
Simple addon that looks for conflicting slash commands. The command: /SlashConflicts will list any such conflicts as well as warn if any commands are likely completely hidden from conflicts.
MessageEvent 15 Oct 2008 Rabbit
Tells you what event a message came from.
BigWigs_Debugger 15 Oct 2008 Rabbit
Debugging options and assistance for Big Wigs.
FuBar_UIReloadFu 29 Sep 2008 DonTristan
Adds ReloadUI to FuBar (again)