v2026.33-5-g9f7346e
Details
-
FilenameSilverDragon-v2026.33-5-g9f7346e.zip
-
Uploaded by
-
UploadedSep 5, 2026
-
Size803.72 KB
-
Downloads20
-
MD534f9039ad75f67844863c1295e0b88b7
Supported WoW Retail Versions
- 12.1.0
- 12.0.7
Supported WoW Mists of Pandaria Classic Versions
- 5.5.4
Supported WoW Wrath of the Lich King Classic Versions
- 3.4.5
Supported WoW Classic Versions
- 1.15.9
Supported WoW Burning Crusade Classic Versions
- 2.5.6
Changelog
SilverDragon
v2026.33-5-g9f7346e (2026-09-06)
Full Changelog Previous Releases
- Popups: the waypoint went away when the popup faded
Nothing has ever passed the automatic-close flag, so fading out and being
pushed off the stack both looked like you closing the popup by hand. That
cleared the waypoint about thirty seconds in, whatever the waypoint
duration was set to, and took hand-made waypoints with it. - Waypoints: an expiring waypoint could clear a newer one
The hide timer only knew which thing it was for, so an earlier point's
timer would clear a waypoint set later for the same rare -- including one
set by hand, which is meant to have no timeout at all. Count the points
per thing and let only the newest timer fire. - Waypoints: a built-in waypoint could get stuck on the map
We remembered the waypoint we were replacing without checking whose it
was, so a second rare would remember the first one's waypoint and put it
back when its timer expired. Nothing could clear it after that. Hide also
ignored which thing it had been asked to hide, so one rare expiring cleared
another's waypoint. - Waypoints: clicking to point at a rare could leave the arrow alone
TomTom's AddWaypoint hands back any waypoint which already exists at the
same spot without applying the options it was passed, so asking it to take
the crazy arrow did nothing for anything we'd already waypointed
automatically. Set the arrow ourselves instead. Also drop the waypoint for
a thing's old position when it turns up somewhere else, rather than
leaving one behind which Hide could never reach. - Waypoints: MapPinEnhanced's stand-in TomTom broke waypointing
When TomTom isn't installed, MapPinEnhanced puts a TomTom global in place
which only has AddWaypoint in it. We took that for the real thing and
called IsCrazyArrowEmpty on it, which errored out of PointTo before the
MapPinEnhanced and built-in waypoints could be set.