Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Editmode unable to save issue #53

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 5, 2024

  1. Fix: Editmode unable to save issue

    Don't hook :hideFrame when going into EditMode.
    dingoh authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    06b1150 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update ShadowedUnitFrames.lua

    hideBlizzardFrames()
    dingoh authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4af210f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dingoh/feature

    Update ShadowedUnitFrames.lua
    dingoh authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3f434f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Update highlight.lua

    Replace deprecated function UnitDebuff to C_UnitAuras.GetDebuffDataByIndex
    dingoh authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    860c464 View commit details
    Browse the repository at this point in the history
  2. Update health.lua

    Replace deprecated function UnitDebuff to C_UnitAuras.GetDebuffDataByIndex
    dingoh authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    081b217 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from dingoh/feature

    Feature
    dingoh authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d4b842c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update health.lua

    Use unpack function for packed return data (because of replacing depreated function; UnitDebuff )
    dingoh authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ba91fac View commit details
    Browse the repository at this point in the history
  2. Update highlight.lua

    dingoh authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    53cecec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from dingoh/feature

    Use unpack function for packed return data
    dingoh authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7271b04 View commit details
    Browse the repository at this point in the history
  4. Update ShadowedUnitFrames.lua

    Set previous parents of frames before enter Editmode.
    dingoh authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    afbe345 View commit details
    Browse the repository at this point in the history