Test2-nolib
Details
-
FilenameZOMGBuffs-cata-Test2-nolib.zip
-
Uploaded by
-
UploadedOct 14, 2010
-
Size538.55 KB
-
Downloads89
-
MD5645d0b0a562a21e1f47d3d6e7b04f114
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r174 | thelibrarian | 2010-10-14 22:48:01 +0000 (Thu, 14 Oct 2010) | 3 lines
Changed paths:
A /tags/Test2 (from /trunk:173)
Tagging as Test2
Public beta, for reals this time.
------------------------------------------------------------------------
r173 | thelibrarian | 2010-10-14 22:46:56 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Remove rogue special case checking for Hunger for Blood
------------------------------------------------------------------------
r170 | thelibrarian | 2010-10-14 22:25:22 +0000 (Thu, 14 Oct 2010) | 3 lines
Changed paths:
M /trunk/modules.xml
Remove Blessings modules from list to avoid FrameXML warnings in the log
when running in dev mode.
------------------------------------------------------------------------
r169 | thelibrarian | 2010-10-14 22:24:21 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
Minor cosmetic fixes and add Default template for ZOMGBuffs_SelfBuffs
------------------------------------------------------------------------
r168 | thelibrarian | 2010-10-14 21:46:39 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua
Remove concept of single target versions of group buffs as they no longer exist.
------------------------------------------------------------------------
r167 | thelibrarian | 2010-10-14 20:27:36 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.toc
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.toc
M /trunk/ZOMGBuffs_Log/ZOMGBuffs_Log.toc
M /trunk/ZOMGBuffs_Portalz/ZOMGBuffs_Portalz.toc
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.toc
Remove donation links in accordance with Blizzard Add-on Policy
------------------------------------------------------------------------
r166 | thelibrarian | 2010-10-14 20:14:45 +0000 (Thu, 14 Oct 2010) | 3 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
Remove "Not with Spirit Tap" option. Spirit Tap is a glyph now,
and the 5 second rule is gone.
------------------------------------------------------------------------
r164 | thelibrarian | 2010-10-14 20:06:07 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.lua
Force init the members list (by show/hide cycle) if solo, too.
------------------------------------------------------------------------
r163 | thelibrarian | 2010-10-14 19:54:23 +0000 (Thu, 14 Oct 2010) | 3 lines
Changed paths:
M /trunk/ZOMGBuffs_BuffTehRaid/ZOMGBuffs_BuffTehRaid.lua
Remove group assignments from ZOMGBuffs_BuffTehRaid. There have not been
any per-group buffs for quite some time.
------------------------------------------------------------------------
r162 | thelibrarian | 2010-10-14 19:41:46 +0000 (Thu, 14 Oct 2010) | 4 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/ZOMGBuffs.lua
M /trunk/ZOMGBuffs.toc
M /trunk/ZOMGBuffs_Log/ZOMGBuffs_Log.lua
M /trunk/ZOMGBuffs_SelfBuffs/ZOMGBuffs_SelfBuffs.lua
The only functions using addon comms were the Blessings Manager (already
removed), and the auto group assignment (obsolete). On top of that,
AceComm-2.0 is broken anyway, so.... AXE!
------------------------------------------------------------------------
r161 | thelibrarian | 2010-10-14 15:52:52 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
M /trunk/ZOMGBuffs.toc
Bump TOC since the whole point of this WIP is to get it working on 4.0.1...
------------------------------------------------------------------------
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
------------------------------------------------------------------------