Skip to content

Releases: superstyro/AzerothAdmin

Release list

v24

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:22
eeda6f7

What's Changed

  • ADD Misc tab "Enable Minimenu/Toolbar Free Move" toggle under Enable Minimenu/Toolbar — when enabled, Ctrl+drag places the minimenu anywhere on screen instead of snapping to the left/right edge (issue #88)

Installation

  1. Download AzerothAdmin-24.zip
  2. Extract to your World of Warcraft/Interface/AddOns/ folder
  3. Two addon folders will be created:
    • AzerothAdmin - Main addon (1.9 MB)
    • AzerothAdmin_Models - GameObject model database (5.6 MB, loads on-demand)

Note: Both addons are required. AzerothAdmin_Models loads automatically when you use the GameObject model viewer.

See CHANGELOG.md for full changelog.

v23

v23

Choose a tag to compare

@github-actions github-actions released this 14 May 01:53
79fd7af

What's Changed

  • FIX Clicking a quest, spell, or quest add/remove link in chat no longer sends an "unsigned int" error to the server — link payloads with extra fields (e.g. quest:24555:80) are now parsed for just the numeric ID (issue #86, reported by lightstylez)
  • FIX Spell search popup no longer errors with "Invalid spell slot" — spell icons now fetched via GetSpellInfo(id) instead of GetSpellTexture(slot)
  • FIX Removed stale .toc reference to a non-existent Log section frames file that produced a load-time warning (issue #85, reported by Raz0r1337)
  • IMPROVE Search editbox widened to better fill the available space in the popup header
  • ADD Live search with 0.5s debounce — results appear automatically as you type without clicking the Search button
  • ADD Search history (up to 10 terms per type) stored per character — click any history entry to restore the search term
  • ADD Search state preserved on popup close — reopening the same search type restores previous results and scroll position
  • ADD Recent tab (Tab 3) in the search popup — tracks last 100 interacted entries per search type without server requests
  • ADD Client-side filter bar in the search popup — filters displayed results by name or ID without a new server request
  • ADD Sort toggle button in the search popup — cycles through Default, A→Z, Z→A, and ID ascending sort orders
  • ADD Right-click context menu on search result rows — options to Add to Favorites, Copy ID, or Copy Name
  • ADD Alternating row shading in search result rows for improved readability
  • IMPROVE Item search results now display quality color on the item name
  • IMPROVE Spell search results now show the spell icon alongside the result row
  • FIX Search now requires at least 3 characters to prevent server overload from broad queries
  • FIX Filter and Sort controls moved to bottom of search popup to avoid overlapping top bar controls
  • FIX Filter and Sort controls now hidden in mail popup mode
  • FIX Recent tab no longer triggers a new server search when activated
  • ADD Recent tab: search box now filters the recent list by name or ID without a server call
  • ADD Recent tab: Reset button repurposed as "Clear Recent" to wipe the list for the current type
  • FIX Switching to Favorites or Recent tab no longer clears the search editbox or buffers
  • ADD Right-clicking an item on the Favorites tab now shows a "Remove from Favorites" option in the context menu; it appears at the top of the menu replacing "Add to Favorites" with no blank space
  • CHANGE Item left-click now shows a confirmation prompt before adding to inventory, naming the recipient (self or targeted player)
  • CHANGE Search popup context menu widened by 10px
  • ADD Server Restart button to Server tab using the same seconds field as shutdown
  • CHANGE Cancel Shutdown button renamed to "Cancel Shutdown/Restart" and now appears below both Restart and Shutdown buttons only when a restart or shutdown has been initiated
  • CHANGE Restart and Shutdown buttons are disabled (instead of hidden) when a restart/shutdown is active, and re-enabled when cancelled
  • ADD Button state (restart/shutdown pending) persists across addon window close/reopen via AceDB
  • CHANGE Countdown seconds editbox styled with custom 2px dark gray border replacing default InputBoxTemplate
  • FIX Countdown seconds editbox now clears focus on Escape key press
  • CHANGE Countdown seconds editbox is disabled while a restart or shutdown is active, preventing edits mid-countdown
  • FIX Countdown seconds editbox cursor no longer lingers after being disabled
  • CHANGE Restart, Shutdown, editbox, and Cancel button positions adjusted on Server tab
  • CHANGE All three Server tab editboxes (announce, delay, countdown) now use consistent custom dark style with 2px gray border
  • FIX Update diff graph delay no longer updates live on text change — now only applies when the Update button is pressed
  • CHANGE Main tab parameter and grid navigation editboxes now use consistent custom dark style with 2px gray border, replacing InputBoxTemplate
  • CHANGE Char tab modify value and parameter editboxes now use consistent custom dark style with 2px gray border, replacing InputBoxTemplate
  • CHANGE NPC tab all five editboxes (display ID, NPC ID, GUID, distance, parameter) now use consistent custom dark style with 2px gray border, replacing InputBoxTemplate
  • CHANGE GO tab all eight editboxes now use consistent custom dark style with 2px gray border, replacing InputBoxTemplate
  • CHANGE All checkboxes (Main, Misc, GO tabs) now use consistent custom style — hidden box border/glow, dark gray 18x18 background for contrast
  • CHANGE All sliders (Main, Misc tabs) now use consistent custom style — backdrop removed, replaced with a 4px dark gray track line
  • FIX Addon no longer errors on load if PLAYER_TARGET_CHANGED fires before Char tab frames are built

Installation

  1. Download AzerothAdmin-23.zip
  2. Extract to your World of Warcraft/Interface/AddOns/ folder
  3. Two addon folders will be created:
    • AzerothAdmin - Main addon (1.9 MB)
    • AzerothAdmin_Models - GameObject model database (5.6 MB, loads on-demand)

Note: Both addons are required. AzerothAdmin_Models loads automatically when you use the GameObject model viewer.

See CHANGELOG.md for full changelog.

v22

v22

Choose a tag to compare

@github-actions github-actions released this 22 Mar 02:29

What's Changed

  • CHANGE Ace3 does not allow for easy locale manual selection. Locale dropdown menu hidden so it is not confusing
    • Commented out other locales from .toc file so only enUS is loaded as the local.
    • Uncomment line of locale taht matches your WoW client. This has to match the client due to Ace3 Locale
  • CHANGE Button tooltips updated for consistency
  • FIX Get GUID button on NPC tab now correctly captures DB GUID instead of the Low value from the GUID field
  • FIX NPC ID box on NPC tab is now editable so a creature ID can be typed in manually
  • FIX NPC Add ID button now uses the NPC ID box value instead of the params box
  • FIX NPC Add ID button is disabled until a value is entered in the NPC ID box or params box

Installation

  1. Download AzerothAdmin-22.zip
  2. Extract to your World of Warcraft/Interface/AddOns/ folder
  3. Two addon folders will be created:
    • AzerothAdmin - Main addon (1.9 MB)
    • AzerothAdmin_Models - GameObject model database (5.6 MB, loads on-demand)

Note: Both addons are required. AzerothAdmin_Models loads automatically when you use the GameObject model viewer.

See CHANGELOG.md for full changelog.