v4.0.0-beta30-13-g0f8f123

Details

  • Filename
    PitBull4-v4.0.0-beta30-13-g0f8f123.zip
  • Uploaded by
  • Uploaded
    Jul 29, 2012
  • Size
    838.20 KB
  • Downloads
    119
  • MD5
    77bedace6ab709d8efcc6d312e202892

Supported WoW Retail Versions

  • 4.3.4

Changelog

Shefki:
    - Sorting with a partial raid in config mode is now consistent with how you'd expect it to behave.
    Unfilled slots are always considered to be towards the end of the sort
    (higher index, higher group number, a class that is last on the sort
    order, and a name that's alphabetically last).
    - Fix duplicates frames for real players in config mode when in a partially filled raid with sorting by group descending.
    - Fix an error with group sorted raid frames.
    - Rename GroupHeader:AssignFakeUnitIDs to GroupHeader:ApplyConfigModeState.
    No functional change just make the code make more sense now that
    function does a lot more than just set unit ids.
    - Fix Bug #864 - Group Config Mode Doesn't Work.
    Major refactoring of the way config mode works.  It should be faster,
    though it will still take some time if you go straight into raid40 mode
    without any of the frames existing.  However, subsequent changes in
    config mode states after that should be pretty quick.  One side
    effect of this is that the farmes won't immediately have the fake
    units assigned but will pick them up very shortly after.
    
    (Note to self: This commit differs from the anchor branch commit by the
    removal of changes to the new/remove config options for units and by the
    removal of logic in SwapGroupTemplate to check that the group is a pet
    group)
    Conflicts:
        GroupHeader.lua
        Options/Units.lua
    - Fix previous patch to put variables inside the function and make _ be local.
    - Remove an unused parameter on get_group_roster_info().
    - Check frame.unit is set before using it in PvPIcon module.
    - Switch to using the proper constants for a couple hardcoded values.
    (Note to self: Difference here between anchors branch and master in
    RefixSizeAndPosition)
    Conflicts:
        GroupHeader.lua
    - Change the GetNumTalentTabs fix to the style I prefer. This style doesn't litter the special code all over the file.
    - Put line endings back to Unix line endings on Filter.lua
    - Fix bug #982 preventing Other filter from catching uncategorized auras.
Benjamin Staneck:
    - GetNumTalentTabs → GetNumSpecializations for MoP

Additional Files