promotional bannermobile promotional banner

GridLayoutByRole

Grid layout grouped by raid role.

File Details

8.0.1

  • R
  • Sep 25, 2018
  • 11.37 KB
  • 328
  • 8.0.1
  • Retail

File Name

GridLayoutByRole-8.0.1.zip

Supported Versions

  • 8.0.1

GridLayoutByRole

8.0.1 (2018-09-23)

  • Update .gitignore with more patterns to use the packager script.
  • Update GridLayoutByRole for Grid 8.0.1.1.
    • Point to the correct locations of WowAce-hosted repositories for
      any embedded dependencies.
    • Point to the correct locations of addon websites.
    • Remove dependency on LibGroupInSpecT since it is out-of-date. We
      now use NotifyInspect()/INSPECT_READY to request talents for each
      unit in the group.
    • Update to changes to GridRoster due to changes in the names of the
      different party states -- all of the size-specific "raid" names
      have been removed.
    • Remove the special checks for Warrior Gladiator Stance, which was
      removed from the game.
    • Rename layout to "By Raid Role" to avoid a name-clash with the
      "By Role" layout that comes with Grid.
    • Create only a single layout instead of two separate layouts for
      group and group plus pets. The GridLayout module now manages a
      checkbox for whether a pets group should be shown.
    • Rename event handlers for entering and leaving combat to be more
      descriptive.
    • Fire a message when a role change is detected.
    • Get rid of the awkward managing of the name lists by name as
      sometimes the name is unknown at the time it is checked. Instead,
      we manage groups by GUID and dynamically convert to a name list
      when asked to update the layout.
    • Use an event bucket to capture UNIT_AURA events to throttle the
      frequency that we check roles when out of combat.