|
|
28 Jan 2012 |
|
watchout |
Release |
| Displays a bar that shows the current attack power gain from vengeance. Our Main-Tank requested this, so he could use his damage cooldowns with full vengeance. And because the other vengeance addons did not seem to work for him, I created this one for him. If you feel you need more or different bar textures, just get the addon SharedMedia, and you will have plenty of choice |
|
|
08 Dec 2011 |
|
watchout |
Release |
| Analogue representation of any data is a lot easier to grasp for the human brain than a digital one, thus, the good old analogue clock will help you to quickly judge the exact time. ;) This addon replaces the calendar button with an analogue clock. It will still pulse as the calendar-button does when new invites are pending and basically functions as a combination of time frame and calendar frame. Usage hints Left-click the clock to open the calendar interface. Or Right-click the clock for... |
|
|
04 Dec 2011 |
|
watchout |
Release |
| Memorizes the last few lines from chat - and posts them into chat on login (or UI reload, etc.) This addon is configuration-free. not anymore, sorry ;) Don't worry, it works great with Prat... Bugs / Problems This will not work if WoW crashes, but it will work if you are disconnected or do UI reloads, etc. |
|
|
|
31 Jul 2011 |
|
watchout |
Release |
| This addon is a utility extension/plugin for Grid. The only thing it does is adding a right-click unit menu to your grid raid frames. To make better use of this addon, I suggest using it with an addon like Clique to customize the mouse bindings. Read this great post by trogdorhunter in the comments about how GridUnitMenu and Clique work together: Post Why this addon...? I asked the ace community if they could build in a right click unit menu. They said "no" because mods like Clique do this... |
|
|
25 Jul 2011 |
|
watchout |
Release |
| 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... |
|
|
|
28 Oct 2010 |
|
watchout |
Mature |
| LibRingCache is an implementation of a cache that selectively lets the garbage collector collect old items but keeps the newest. See documentation for usage information. Why would you want to use this? Currently you might just have a simple cache table with a _mode = "kv" metatable, but that isn't the best way because when the garbage collector runs, it will collect all entries no matter how old (or recent) they are. This cache implementation will ensure that you will keep your N most recent... |