promotional bannermobile promotional banner

Auto Dungeon Waypoint

Automatically route, step-by-step, to any Mythic+ dungeon immediately upon joining a group.

File Details

v5.7.6

  • R
  • Mar 25, 2026
  • 17.33 KB
  • 172
  • 12.0.1
  • Retail

File Name

AutoDungeonWaypoint-v5.7.6.zip

Supported Versions

  • 12.0.1

Auto Dungeon Waypoint

v5.7.6 (2026-03-25)

Full Changelog Previous Releases

  • Bump version to v5.7.6 and update changelog
  • Merge pull request #8 from MikeO7/palette/hud-options-tooltips-13171311726328694071
    🎨 Palette: Add helpful tooltips for HUD and Options panel
  • Merge pull request #9 from MikeO7/bolt-lfg-string-cache-5602065412034626707
    âš¡ Bolt: Cache LFG string processing to reduce garbage collection stutters
  • perf: Cache LFG string parsing to reduce GC stutter
    • Adds ADW.RouteNamesClean to cache lowercased and gsub'd target strings.
    • Caches the explicit boolean false for activity IDs that do not match a route.
    • Returns early when routeKey == false to skip expensive parsing loops in LFG_LIST_ACTIVE_ENTRY_UPDATE.
      Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • 🎨 Palette: Add helpful tooltips for HUD and Options panel
    • Added OnEnter tooltips to Options Panel checkboxes (autoCheck, hudCheck, compactCheck) to explain their functions.
    • Updated Navigation HUD's OnEnter tooltip to display the current step's description if Compact Mode is enabled, providing a fallback for visually hidden text.
    • Removed unused scratchpad file test_tooltip.lua.
      Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • Merge pull request #7 from MikeO7/palette-ux-add-quick-cancel-799834209045389966
    🎨 Palette: Add quick mouse actions to cancel active route
  • Merge pull request #6 from MikeO7/bolt-optimize-polling-16933551758071147511
    âš¡ Bolt: Optimize WoW API polling loop in CheckDistance
  • 🎨 Palette: Add quick mouse actions to cancel active route
    Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • âš¡ Bolt: Optimize WoW API polling loop
    • Cache GetTime() per-tick in CheckDistance (prevents 5 redundant calls per loop)
    • Avoid redundant C_Map.HasUserWaypoint() checking in ReApplyWaypointIfMissing
      Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • Merge pull request #5 from MikeO7/bolt-is-map-or-child-cache-5123553565118630549
    âš¡ Bolt: Optimize IsMapOrChild cache to use 2D tables
  • Merge pull request #4 from MikeO7/palette-ldb-tooltip-ux-15762404800808874796
    🎨 Palette: Add explicit interaction tooltips to minimap icon
  • âš¡ Bolt: Optimize IsMapOrChild cache to use 2D tables
    Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • Add explicit interaction tooltips to minimap icon
    Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • Merge pull request #3 from MikeO7/ux-control-bar-tooltips-11183008102067641630
    🎨 Palette: Add tooltips to control bar buttons for better discoverability
  • Merge pull request #2 from MikeO7/bolt-optimize-getbeststepindex-8954207758001900357
    âš¡ Bolt: Optimize redundant C_Map API calls in CheckDistance loop
  • Add tooltips to control bar buttons
    Added OnEnter/OnLeave scripts to the autoBtn and menuBtn elements in the
    control bar. This explicitly explains their functionality to users and
    reveals the hidden "Hold Shift and drag to move" interaction.
    Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com
  • âš¡ Bolt: Optimize API calls in CheckDistance
    Refactored ADW.GetBestStepIndex to accept currentMapID and pos arguments
    so they can be reused from the CheckDistance loop instead of making
    redundant C_Map Blizzard API calls on every tick.
    Co-authored-by: MikeO7 7740954+MikeO7@users.noreply.github.com