v4.0.0-beta30-10-gea27c7a
Details
-
FilenamePitBull4-v4.0.0-beta30-10-gea27c7a.zip
-
Uploaded by
-
UploadedJul 28, 2012
-
Size838.03 KB
-
Downloads89
-
MD59e2e49659cf92893493833f090861ce7
Supported WoW Retail Versions
- 4.3.4
Changelog
Shefki:
- 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