v4.0.0-beta8-27-g9cc18c3-nolib

Details

  • Filename
    PitBull4-v4.0.0-beta8-27-g9cc18c3-nolib.zip
  • Uploaded by
  • Uploaded
    Jan 21, 2010
  • Size
    438.83 KB
  • Downloads
    48
  • MD5
    ba44ad25bf6025040850c6adb6573060

Supported WoW Retail Versions

  • 3.3.0

Changelog

Shefki:
    - Allow pet groups to optionally not leave gaps for missing pets.
    - Remove some code duplicated by putting a deep_copy in Utils.
    - Make GetState() return the current state accounting for forced_state.
    - Code to support the state to be set manually.  No UI provided yet.
    Though it can be don with something like:
    PitBull4.StateHeader:SetAttribute("forced_state","raid25")
    or
    PitBull4.StateHeader:SetAttribute("forced_state",nil)
    
    First one would force PB4 to believe it's always in raid25 mode and the
    later would put it back into the existing automatic behavior.
    - Stop the Portrait from flashing on state changes since the background
    wasn't being hidden.
    - CombatText needs an OnHide method so the text won't flash during state
    changes after being in config mode.
    - Annother assertion to help me track down issue 475.
    - Fix an assertion error caused by the power colors used in the Airship and Saurfang
    encounters.  Blizzard's own numbers were out of bounds.
    - Ticket 684: Aura filter based on combat.
    Based on patch by enyim.
    Note: Using this filter forces polling of auras.  It may not be
    desireable for large numbers of frames.
    - Ticket 682: Warlock self buffs filter update.
    Based on patch from Niightblade.
vangual:
    - Ticket #611: Add VisualHeal option to clamp overheals.
Shefki:
    - Add support for some non-standard power types having their own color
    configuration as used in Ulduar and Icecrown Citadel.
    - Ticket #360: Tooltip Toggle.
    - Ticket 671: Remove aura id doesn't work.
    - Fix a typo in the description on the New id control in the Spell id
    filter.
    - Ticket 672: Aura filter controls missing order parameter, end up sorted
    by the localized name.
    - Ticket 666: Visual heal fails to anchor properly with defecit bars.
    - Ticket 673: Profiles broken because ckknight fails to test his code.
    In particular you can't LoadAddOn in the main chunk because that forces
    OnInitialize to end up being called before the SVs are ready.  So use an
    OptDeps, LoadAddOn in OnInitialize and put the LibStub in ADDON_LOADED
    where it belongs.
    - Ticket #667: Deleted groups show up again in subsequent config mode
    entries until the next reload.  They should be disabled before being
    hidden.
    - Add Should consolidate and spell id filter types to the Aura filter
    system.
    - Use AnyUp for the Clicks we capture since it's what we really want
    rather than listing all of the possible values.
Cameron Knight:
    - try to Load the addon LibBossIDs-1.0 if it isn't loaded already. Note: not going to add LibBossIDs-1.0 as a proper dependency or put it in PB4 embedded, as it's mostly just nice fluff and we don't want to bloat up PB4.
    - Add support for LibBossIDs-1.0 for classification checks, so that non-worldbosses will show up as bosses based on their MobID.
Shefki:
    - Make the Aggro module function when run in an unpackaged format.
    - Ticket 645: OH temporary weapon enchants bug out due to a typo.
    - Ticket 644: Full Body Portraits not always proper zoom.
    - Fix typo in the TOC that messes up the addon list title for role icon.