UnitActionBars-r46865.2

Details

  • Filename
    UnitActionBars-r46865.2.zip
  • Uploaded by
  • Uploaded
    Aug 22, 2007
  • Size
    320.98 KB
  • Downloads
    21
  • MD5
    7122785b8ad11ea634a4a0af00be1619

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r46865 | zuno | 2007-08-18 17:04:52 -0400 (Sat, 18 Aug 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/ItemAction.lua
   M /trunk/UnitActionBars/MacroAction.lua
   M /trunk/UnitActionBars/SpellAction.lua

UnitActionBars:
- Fixed nil problem with IsActive references
------------------------------------------------------------------------
r46816 | zuno | 2007-08-17 22:21:12 -0400 (Fri, 17 Aug 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/Action.lua
   M /trunk/UnitActionBars/ActionButton.lua
   M /trunk/UnitActionBars/ButtonTemplates.xml

UnitActionBars:
- Support for action buttons staying "checked" while spell is casting, or item is being used.
------------------------------------------------------------------------
r45058 | zuno | 2007-07-28 02:02:45 -0400 (Sat, 28 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/FrameGroupPitBull/uab_PitBullFrames.lua

UnitActionBars:
- Removed some commented code.
------------------------------------------------------------------------
r45057 | zuno | 2007-07-28 02:00:00 -0400 (Sat, 28 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/FrameGroupPitBull/uab_PitBullFrames.lua

UnitActionBars:
- Another modification to make sure that the UAB control buttons are properly anchored to the unit frames.  As PitBull constantly re-parents the child frames to new parents, UAB has to re-associate the controls to the new parents properly.  PitBull has not been informing the PitBull modules of all the association changes that occur, and hence UAB has not been keeping up.  This change forces all broken associations to be fixed at the first chance (which is each time PitBull tells UAB about any change in this area).
------------------------------------------------------------------------
r44940 | zuno | 2007-07-26 20:52:39 -0400 (Thu, 26 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/ActionButton.lua

UnitActionBars:
- Commented out "Show" call on the cooldown frame to address a client crash on Mac.  Thanks to moniker for tracking this one down.
------------------------------------------------------------------------
r44851 | zuno | 2007-07-25 19:46:00 -0400 (Wed, 25 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/ActionButton.lua
   M /trunk/UnitActionBars/ButtonTemplates.xml

UnitActionBars:
- Changed border texture from being defined in XML to being created in code to attempt to track down a crash on the Mac.
------------------------------------------------------------------------
r44277 | zuno | 2007-07-19 20:55:54 -0400 (Thu, 19 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/ActionButton.lua

UnitActionBars:
- Added catching ACTIONBAR_UPDATE_USABLE to fix usable items not showing up usable at the right times.
------------------------------------------------------------------------
r44165 | zuno | 2007-07-19 01:00:44 -0400 (Thu, 19 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/FrameGroupPitBull/uab_PitBullFrames.lua
   M /trunk/UnitActionBars/Main.lua
   M /trunk/UnitActionBars/UnitGroupControl.lua

UnitActionBars:
- Removed SecureGroupHeader_Update hook entirely.  Updated UAB for PitBull to handle the frame swapping that PitBull does, and only manipulate the controls that are affected by the swap.
------------------------------------------------------------------------
r44086 | zuno | 2007-07-18 08:41:42 -0400 (Wed, 18 Jul 2007) | 2 lines
Changed paths:
   M /trunk/UnitActionBars/HostileActions.lua
   M /trunk/UnitActionBars/UnitGroupControl.lua

UnitActionBars:
- Reduced what is done when SecureGroupHeader_Update is called.
------------------------------------------------------------------------

Additional Legacy Files