File Details
1.0.0-MIDNIGHT
- R
- Jul 3, 2026
- 121.33 KB
- 6
- 12.0.7
- Retail
File Name
AroundTheWorld_MIDNIGHT-1.0.0-Release.zip
Supported Versions
- 12.0.7
AroundTheWorld — Changelog
[1.0.0a] — 2026-06-30
Added
- Achievement detail line: instance header shows achievement name and completed/incomplete status; shift-click to link in chat.
- Settings (
/atw settingsor gear icon): toggle minimap button and remember window position (account-wide). - Built-in waypoints (
/atwgo): Blizzard map pin + super-track when TomTom (or another/wayhandler) is not installed; instance map-pin uses the same path.
Fixed
- Achievement category indexing on PTR (
GetCategoryListtable return). - Tab/filter controls reverting to black after interaction (flat grey skin).
[1.0.0] — 2026-06-30
First public release. A complete dungeon & raid loot browser built on the Encounter Journal, with rich loot rows, smart filters, weekly lockout tracking, a wishlist, and TomTom waypoints — wrapped in an NDui-style flat skin.
Added
- Instance browser: dungeons and raids for every expansion, selected via an expansion dropdown and Dungeons/Raids tabs, with a live name search. The last expansion and tab are remembered per character.
- Loot rows: each item shows a rarity-bordered icon, quality-coloured name, equip slot + armor type (e.g. "Waist, Plate"), drop rate when known, a check for already-collected transmog appearances, and a wishlist star. Loot is grouped under collapsible boss headers with portraits.
- Filters: by equip slot (
C_EncounterJournal.SetSlotFilter), by difficulty (EJ_SetDifficulty), My Spec (EJ_SetLootFilter— only loot your spec can use), Uncollected (appearances you still need), and Wishlist only. - Weekly lockout tracking: per-boss ✔ / ✘ markers for bosses defeated this
reset on the selected difficulty, plus a "Defeated X/Y this week" summary —
using the same
C_RaidLocksdata as Blizzard's Encounter Journal. Updates live onBOSS_KILL/UPDATE_INSTANCE_INFO. - Wishlist: Alt-click any loot to add/remove it (account-wide). Right-click
the Wishlist toggle (or
/atw wishlist) for an import/export dialog to share lists with friends. - Waypoints: a map-pin button beside the instance name drops a TomTom
waypoint at the entrance. Ships with coordinates for ~166 instances;
/atw herecaptures more. - Item interaction: click to preview in the dressing room, Shift-click to link in chat, hover for the full item tooltip.
- Minimap button: draggable around the minimap edge, click to toggle the browser; position saved per account.
- Skinning: an NDui-style flat skin (pixel borders, glow shadow, gradient washes) with a warm slate/cream/gold/rust theme, applied to panels, buttons, dropdowns, scrollbars, the close button, and checkboxes.
Data tooling
Tools/extract-coords.mjs— generatesData/Coordinates.luafrom HandyNotes: DungeonLocations.Tools/scrape-droprates.mjs— scrapes per-expansion drop rates from Wowhead intoData/DropRates.lua(resumable, rate-limit aware). Run/atw exportin-game first.
Performance
- Instances, bosses, loot, and weekly defeat status are cached; loot is keyed by difficulty + slot + spec filter.
- List-row scripts are created once (no per-keystroke closure churn), and the detail panel skips redundant rebuilds while typing in search.