v1.0.0-beta-2

Details

  • Filename
    OakInterruptsDisplay-v1.0.0-beta-2.zip
  • Uploaded by
  • Uploaded
    May 13, 2016
  • Size
    25.93 KB
  • Downloads
    190
  • MD5
    deb86f9ef4e326839b599ee13b141015

Supported WoW Retail Versions

  • 6.2.4

Changelog

tag v1.0.0-beta-2
1dd93f3e84fbdeb333f5dabf0415f8ebb542c48b
Oakshlaran <>
2016-05-13 20:03:03 +1000

Tagging as v1.0.0-beta-2

--------------------

Oakshlaran:
    - Rename 'autoinclude' slash commands to 'autofill'
    - Rename key bind slash command and menu item
    Slash command renamed to 'bind'/'nobind' and menu item renamed to 'Use
    reset bind'.
    - Fix binding header not using addon title
    - Fix bugs and move binding to 'Addons' section
    A few bugs occurred when a rotation was reset when it was empty/had
    next_index not set due to the announce call, this was fixed by ensuring
    the user is in combat and there ar some interrupters in the display.
    - Add hotkey reset functionality
    - Fix new addon name not being used
    When the addon's name was changed (in the TOC) the code was not updated
    to use this value and was instead using the 'name' as defined by the
    folder name. This has been rectified so that the correct value (the
    title given by GetAddOnInfo()) is used.
    - Improve terminology used in menu and commands
    The 'Close' menu item is renamed to 'Cancel': this change makes the
    terminology more correct/consistent with the Blizzard UI. In addition,
    the 'close' slash command is renamed to 'delete' to make it consistent
    with the menu terminology.
    - Add display indication of disabled (dead/offline)
    Previously, the only way to tell that an interrupter was dead (using the
    addon) was if there were in a rotation, as then the rotation would skip
    them, but there was no explicit indication that their interrupt was not
    available for use.
    
    To rectify this, the frames now fade out and the test changes to
    OFFLINE/DEAD in gray. To facilitate this the colouring system was
    refactored slightly, with a new 'disabled' colour added to settings.
    
    Known issues:
    
      -    The call to update the colouring of frames in a rotation is made
           far more often than necessary, as RotationHighlight is called for
           each frame, but this function in turns colours all the frames in
           the rotation.
    - Rename addon to 'Oak Interrupts Display'