v4.0.0-7.0.0.001

Details

  • Filename
    PitBull4_Arrow-v4.0.0-7.0.0.001.zip
  • Uploaded by
  • Uploaded
    Jul 19, 2016
  • Size
    4.77 KB
  • Downloads
    3,024
  • MD5
    03be22b21ef385e83c01d79eff0fa9bb

Supported WoW Retail Versions

  • 6.2.4

Changelog

6.2.0.001

  • Bump TOC to 6.2.

6.0.2.005

  • Add an option to pick an arrow icon. There are 5 to choose from now.
  • UnitPosition() returns nothing when it fails (it seems...still not 100% sure), so check for nil instead of 0.

6.0.2.004

  • Fix the bearing calculation since UnitPosition() uses a different origin than GetPlayerMapPosition().
  • Only change the color when the unit range goes in or out instead of on every update.
  • Calculate distance using the new UnitDistanceSquared() function.

6.0.2.003

  • Bump version to force a repackage.

6.0.2.002

  • Replace GetPlayerMapPosition() with UnitPosition(), which allowed for the removal of the LibMapData dependency.
  • Bump TOC to 6.0.

6.0.2.001

  • Move to git.

5.4.0.003

  • Anchor the arrow to UIParent so it doesn't inherit the frame opacity. This keeps the arrow readily visible when a unit goes out of range and range fading is enabled.
  • Add color coded distance text based on unit range.
  • Add text size option.

5.4.0.002

  • Bump to get new Libmapdata.

5.4.0.001

  • Bump TOC to 5.4.

5.3.0.009

  • Fix problem where arrows were pointing to the wrong people as the group roster changed.

5.3.0.008

  • Remove print statement from release.

5.3.0.007

  • Fix tagging script again.

5.3.0.006

  • Fix tagging issue in tagging script.

5.3.0.005

  • Fixed a lot of the arrow container logic. Thanks Shefki and nebula169!
  • Fixed fine tuned location of the arrow for mirrored frames.
  • Fixed a reference to the profile db.
  • Update the description to denote that mobs can't be tracked.
  • Tagging as beta!

5.3.0.004

  • Oops! Had a non-local function!

5.3.0.003

  • Fixed issue where changing group roster would cause arrow to appear for player.
  • Add checks to ensure child elements exist before attempting to delete them.

5.3.0.002

  • Add Changelog.
  • Intitial alpha tag release.
  • Add the ability to move the arrow and text relative to the unti frame.

5.3.0.001

  • Initial import