r160
Details
-
FilenameZOMGBuffs-cata-r160.zip
-
Uploaded by
-
UploadedOct 14, 2010
-
Size722.84 KB
-
Downloads309
-
MD55e659cbf62c472a5b500fc7637046007
Supported WoW Retail Versions
- 3.3.5
Changelog
------------------------------------------------------------------------
r160 | thelibrarian | 2010-10-14 15:37:50 +0000 (Thu, 14 Oct 2010) | 10 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
Tweak the handling of icons in the bar list to be a little bit better (IMO).
- Dymamically resize the duration bar based on the number of active icons
(the list width was already being calculated based on that, but that just
caused the bar to needlessly shrink if certain buffs were unavailable).
- Start out with a blank list of buffs and don't update it until the group
composition is known. This only takes a few seconds after the UI is loaded.
Prevents sizing weirdness since the frame is created before the full buff
list is populated.
------------------------------------------------------------------------
r159 | thelibrarian | 2010-10-14 14:59:15 +0000 (Thu, 14 Oct 2010) | 12 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
Work around the 4.0 changes in SecureGroupHeader.
Biggest change: initialConfigFunction now has to be a snippet. Currently
it calls members:InitialConfigFunction to do the setup, but that means
that InitialConfigFunction is now subject to combat lockdown and is unable
to set up click-casting while in combat for newly added raid members.
TODO: Cache the click-casting setup information in a secure attribute on
the members frame, updating whenever it changes (when OOC). The make the
initialConfigFunction snippet use those attributes to set up the *type
attributes if created while in combat.
------------------------------------------------------------------------
r158 | thelibrarian | 2010-10-14 14:43:52 +0000 (Thu, 14 Oct 2010) | 11 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Pass 1 of importing 4.0.1 fixes.
The following changes are in this pass:
- Update spell IDs for 4.0.1
- Take out removed spells
- Remove Paladin special-casing (blessing management)
- Add paladin buffs to ZOMGBuffs_BuffTehRaid
- Add "dup" checking (mutually exclusive buffs) to ZOMGBuffs_BuffTehRaid
- Add group buff learning to ZOMGBuffs_BuffTehRaid to make switching blessings more convenient
- Remove code for dealing with weapon enchant ranks
------------------------------------------------------------------------
r157 | thelibrarian | 2010-10-14 13:47:35 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/.pkgmeta
D /trunk/ZOMGBuffs_Blessings
D /trunk/ZOMGBuffs_BlessingsManager
D /trunk/ZOMGBuffs_BlessingsPP
Remove Blessings modules as they are regular raid buffs now
------------------------------------------------------------------------
r156 | onyxmaster | 2010-04-16 09:49:22 +0000 (Fri, 16 Apr 2010) | 1 line
Changed paths:
M /trunk/ZOMGBuffs_BlessingsManager/ZOMGBuffs_BlessingsManager.lua
proper "Auto Roles" and "Auto Assign" closing
------------------------------------------------------------------------