watchout

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage

LibRingCache

26 Oct 2009 watchout Release
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...
Many watchers

watch

19 Sep 2009 watchout 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...
End of short term memory

Short term memory

22 Aug 2009 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.

DruidStats I

12 Aug 2009 watchout Release
DruidStats calculates the actual stats you will gain when you equip an item, taking your talents and current shapeshift form into account. There was an original DruidStats that was created by Thordon on Emerald Dream EU, later (DruidStats continued) maintained by Boynuz (Native on Steamwheedle Cartel EU). However all original code is gone now as far as I know. So DruidStats I is now officially GPL'd :) (as of version 1.0.0, this is why all older files are gone) If you're interested, these are...

LibLayout

15 Jul 2009 watchout Alpha
This is a library. It is not meant to be an addon. If you do not develop addons you most likely will not be interested in this library. LibLayout aims to be similar to Java layout managers where you just set a layout manager to a parent object and then add child objects to it and the layout manager does all the positioning according to given constraints. Usage / Documentation Documentation Layout development status In action (A bit enhanced with a surrounding addon though)

GridUnitMenu

12 Jul 2009 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. 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 anyways. Well it turned out this was just an assumption - a wrong one. Clique does not add menus it just adds...