log modules/ReAction_PetAction/ReAction_PetAction.lua @ 94:39265b16d208

age author description
Fri, 17 Oct 2008 23:46:30 +0000 Flick Fixed handling of pet buttons past 10
Fri, 17 Oct 2008 23:13:44 +0000 Flick - pet hotkey support
Fri, 17 Oct 2008 03:59:55 +0000 Flick Bug fixes
Wed, 15 Oct 2008 16:29:41 +0000 Flick Updates for wow 3.0
Sun, 31 Aug 2008 06:02:18 +0000 Flick Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings.
Fri, 27 Jun 2008 18:40:06 +0000 Flick Changed format of button frame names
Tue, 24 Jun 2008 23:47:27 +0000 Flick - Added Revision keyword on all .lua files (except ReAction_Action, which is under dev)
Mon, 23 Jun 2008 22:27:50 +0000 Flick - added revision updater to each code file
Mon, 16 Jun 2008 18:46:08 +0000 Flick - Cleaned up Bar interface
Thu, 22 May 2008 22:02:08 +0000 Flick Converted several ReAction APIs to event-driven model instead of 'call-method-on-all-modules' model. Cleaned up a number of other architectural issues.
Sat, 10 May 2008 00:08:01 +0000 Flick Fixed options handling to create a separate table for each bar instead of a shared table with proxy handler.
Mon, 28 Apr 2008 23:34:17 +0000 Flick Added modular per-bar options
Fri, 25 Apr 2008 23:40:03 +0000 Flick cleanup string concat occurrences
Fri, 25 Apr 2008 20:35:55 +0000 Flick Pet Action support
Mon, 17 Mar 2008 18:24:53 +0000 Flick - converted to Ace3