Pazza

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
2 Column Chatframe

Prat 3.0

31 Oct 2009 sylvanaar Release
Prat-3.0 is a chat enhancement addon for world of warcraft 3.0. It is made up of 30+ smaller "modules" which each provide additional functionality, and can be enabled or disabled individually. In game, type /prat for a menu. Bug reports: http://www.wowace.com/projects/prat-3-0/tickets/ Forum thread: http://forums.wowace.com/showthread.php?t=14004 Prat has just about every feature you can think of, and then some. Really. When I get some more time, I'll try and put together a full list (Even I...

WIM (WoW Instant Messenger) v3

27 Oct 2009 Pazza Release
WIM (WoW Instant Messenger) is a World of Warcraft addon which brings an instant messenger feel to communication in game. I created WIM over 2 years ago with the curiosity of creating an addon. Since then, WIM has evolved into what it is today, however so many requests from the community were added into the addon which resulted in bulky and inefficient coding practices that took a toll on both CPU and Memory usage. To resolve this, I decided to rewrite WIM from scratch. Each feature is being...

WhoLib

19 Oct 2009 sylvanaar Release
Welcome to LibWho-2.0! This documentation is for developers, it you're a user: just don't care. An Interface for a information's about an user Better event for who's Queuing of /who and SendWho() A much better who interface, with guarantee to be executed ' user.Class string - class user.Race string - race user.Level string - level user.Zone string - zone time number - the minutes how old the data was Remarks If you're only interested in this feature, then you don't have to read about :Who()...

LibChatHandler-1.0

18 Mar 2009 Pazza Beta
A MVC for chat event handling. Bring compatibility between chat related addons. Documentation for this library can be found at WIMAddon.com/LibChatHandler-1.0

LibEventController-1.0

12 Nov 2008 Pazza Alpha
An experimental Event Model Control Viewer which can be used to control events globally throughout the game. Still lacking secure frame checks. Example Usage: lec = LibStub:GetLibrary("LibEventController-1.0"); function chat_msg_whisper(controller, event, ...) -- controller:Suspend() -- don't deliver event just yet, -- suspend is ideal to check credetials (who look up) before delivery. -- controller:Release() -- release a suspended event -- controller:Block() -- block event from ever being...