Commit graph

  • 062cfd1e4a feat: add SavedVariables persistence for Lua addons Kelsi 2026-03-20 12:22:50 -07:00
  • 5ea5588c14 feat: add 6 more WoW API functions for Lua addons Kelsi 2026-03-20 12:15:36 -07:00
  • b235345b2c feat: add C_Timer.After and C_Timer.NewTicker for Lua addons Kelsi 2026-03-20 12:11:24 -07:00
  • 1f8660f329 feat: add OnUpdate frame script for per-frame addon callbacks Kelsi 2026-03-20 12:07:22 -07:00
  • c7e25beaf1 feat: fire PLAYER_MONEY, PLAYER_DEAD, PLAYER_ALIVE addon events Kelsi 2026-03-20 11:56:59 -07:00
  • 269d9e2d40 feat: fire PLAYER_TARGET_CHANGED and PLAYER_LEVEL_UP addon events Kelsi 2026-03-20 11:51:46 -07:00
  • c284a971c2 feat: add CreateFrame with RegisterEvent/SetScript for WoW addon pattern Kelsi 2026-03-20 11:46:04 -07:00
  • c1820fd07d feat: add WoW utility functions and SlashCmdList for addon slash commands Kelsi 2026-03-20 11:40:58 -07:00
  • 52a97e7730 feat: add action WoW API functions for Lua addons Kelsi 2026-03-20 11:34:04 -07:00
  • 0a0ddbfd9f feat: fire CHAT_MSG_* events to Lua addons for all chat types Kelsi 2026-03-20 11:29:53 -07:00
  • 510f03fa32 feat: add WoW event system for Lua addons Kelsi 2026-03-20 11:23:38 -07:00
  • 7da1f6f5ca feat: add core WoW Lua API functions for addon development Kelsi 2026-03-20 11:17:15 -07:00
  • 290e9bfbd8 feat: add Lua 5.1 addon system with .toc loader and /run command Kelsi 2026-03-20 11:12:07 -07:00
  • 52064eb438 feat: show item tooltip for /use macros when spell tooltip unavailable Kelsi 2026-03-20 10:12:42 -07:00
  • 71a3abe5d7 feat: show item icon for /use macros on action bar Kelsi 2026-03-20 10:06:14 -07:00
  • 503115292b fix: save character config when quest tracking changes Kelsi 2026-03-20 09:48:27 -07:00
  • d9ab1c8297 feat: persist tracked quest IDs across sessions Kelsi 2026-03-20 09:44:41 -07:00
  • 6b61d24438 feat: document mouseover and @ target syntax in /macrohelp Kelsi 2026-03-20 09:32:14 -07:00
  • 52d8da0ef0 feat: update /help output with missing commands Kelsi 2026-03-20 09:27:22 -07:00
  • 0e14174764 feat: expand chat auto-complete with 30+ missing slash commands Kelsi 2026-03-20 09:23:21 -07:00
  • b89aa36483 fix: clear spell visual negative cache on world entry Kelsi 2026-03-20 09:14:53 -07:00
  • 6bd950e817 feat: support /use macros for action bar icon and indicators Kelsi 2026-03-20 09:08:49 -07:00
  • b960a1cdd5 fix: invalidate macro spell cache when spells are learned/removed Kelsi 2026-03-20 08:52:57 -07:00
  • 87e1ac7cdd feat: support /castsequence macros for action bar icon and indicators Kelsi 2026-03-20 08:43:19 -07:00
  • a5609659c7 feat: show cast-failed red flash on macro action bar buttons Kelsi 2026-03-20 08:38:24 -07:00
  • a2df2ff596 feat: show insufficient-power tint on macro action bar buttons Kelsi 2026-03-20 08:32:07 -07:00
  • 1d53c35ed7 feat: show out-of-range red tint on macro action bar buttons Kelsi 2026-03-20 08:27:10 -07:00
  • 3b20485c79 feat: show spell tooltip on macro action bar hover Kelsi 2026-03-20 08:18:28 -07:00
  • a103fb5168 fix: key macro cooldown cache by macro ID instead of slot index Kelsi 2026-03-20 08:14:08 -07:00
  • bfbf590ee2 refactor: cache macro primary spell ID to avoid per-frame name search Kelsi 2026-03-20 08:11:13 -07:00
  • 670055b873 feat: show spell cooldown on macro action bar buttons Kelsi 2026-03-20 08:07:20 -07:00
  • 2e879fe354 fix: sync item cooldowns to action bar slots on login Kelsi 2026-03-20 08:01:54 -07:00
  • 625754f0f7 fix: let FSR3 settings persist across restarts without env var Kelsi 2026-03-20 07:53:07 -07:00
  • 1ed6380152 fix: raise initial cooldown count cap from 256 to 1024 Kelsi 2026-03-20 07:32:15 -07:00
  • eeb116ff7e fix: raise initial spell count cap from 256 to 1024 Kelsi 2026-03-20 07:28:24 -07:00
  • f101ed7c83 fix: clear spell visual instances on map change/world entry Kelsi 2026-03-20 07:23:38 -07:00
  • e24c39f4be fix: add UNIT_FIELD_AURAFLAGS to update field name table Kelsi 2026-03-20 07:16:34 -07:00
  • ebc7d66dfe fix: add honor/arena currency to update field name table Kelsi 2026-03-20 07:12:40 -07:00
  • 5172c07e15 fix: include category cooldowns in initial spell cooldown tracking Kelsi 2026-03-20 07:02:57 -07:00
  • 533831e18d fix: sync pending spell cooldowns to action bar after login Kelsi 2026-03-20 06:59:23 -07:00
  • 72993121ab feat: add pulsing yellow flash to chat tabs with unread messages Kelsi 2026-03-20 06:47:39 -07:00
  • 22742fedb8 feat: add [raid], [noraid], and [spec:N] macro conditionals Kelsi 2026-03-20 06:42:43 -07:00
  • a6fe5662c8 fix: implement [target=pet] and [@pet] macro target specifiers Kelsi 2026-03-20 06:38:13 -07:00
  • fa82d32a9f feat: add [indoors]/[outdoors] macro conditionals via WMO detection Kelsi 2026-03-20 06:29:33 -07:00
  • 114478271e feat: add [pet], [nopet], [group], [nogroup] macro conditionals Kelsi 2026-03-20 06:25:02 -07:00
  • a9e0a99f2b feat: add /macrohelp command to list available macro conditionals Kelsi 2026-03-20 06:17:23 -07:00
  • d7059c66dc feat: add mounted/swimming/flying/stealthed/channeling macro conditionals Kelsi 2026-03-20 06:13:27 -07:00
  • 6b7975107e fix: add proficiency warning to vendor/loot item tooltips Kelsi 2026-03-20 06:07:38 -07:00
  • 120c2967eb feat: show proficiency warning in item tooltips Kelsi 2026-03-20 06:04:29 -07:00
  • bc2085b0fc fix: increase compressed UPDATE_OBJECT decompressed size limit to 5MB Kelsi 2026-03-20 05:59:11 -07:00
  • bda5bb0a2b fix: add negative cache for failed spell visual model loads Kelsi 2026-03-20 05:56:33 -07:00
  • 90edb3bc07 feat: use M2 animation duration for spell visual lifetime Kelsi 2026-03-20 05:52:47 -07:00
  • 29c938dec2 feat: add Isle of Conquest to battleground score frame Kelsi 2026-03-20 05:40:53 -07:00
  • 9d1fb39363 feat: add "Usable" filter to auction house and query token item names Kelsi 2026-03-20 05:34:17 -07:00
  • 5230815353 feat: display detailed honor/arena/token costs for vendor items Kelsi 2026-03-20 05:28:45 -07:00
  • 595ea466c2 fix: update local equipment set GUID on save confirmation and auto-request played time on login Kelsi 2026-03-20 05:17:27 -07:00
  • e68a1fa2ec fix: guard equipment set packets against unsupported expansions Kelsi 2026-03-20 05:12:24 -07:00
  • 9600dd40e3 fix: correct CMSG_EQUIPMENT_SET_USE packet format Kelsi 2026-03-20 05:01:21 -07:00
  • 1ae4cfaf3f fix: auto-acknowledge cinematic and movie triggers to prevent server hangs Kelsi 2026-03-20 04:53:54 -07:00
  • f4d705738b fix: send CMSG_SET_WATCHED_FACTION when tracking a reputation Kelsi 2026-03-20 04:50:49 -07:00
  • ae56f2eb80 feat: implement equipment set save, update, and delete Kelsi 2026-03-20 04:43:46 -07:00
  • f88d90ee88 feat: track and display honor/arena points from update fields Kelsi 2026-03-20 04:36:30 -07:00
  • 0830215b31 fix: force Node.js 24 for GitHub Actions to resolve CI failure v0.8.6-preview Kelsi 2026-03-19 20:08:14 -07:00
  • 0b8e1834f6 feat: group dungeon finder list by expansion with separator headers v0.8.5-preview Kelsi 2026-03-18 12:43:04 -07:00
  • 86cc6e16a4 fix: correct PET_CAST_FAILED expansion format and parse LFG role choices Kelsi 2026-03-18 12:40:20 -07:00
  • d149255c58 feat: implement petition signing flow for guild charter creation Kelsi 2026-03-18 12:31:48 -07:00
  • 41e15349c5 feat: improve arena team UI with names, types, and roster requests Kelsi 2026-03-18 12:26:23 -07:00
  • aed8c94544 feat: add instance difficulty indicator on minimap Kelsi 2026-03-18 12:21:41 -07:00
  • 801f29f043 fix: sync player appearance after barber shop or polymorph Kelsi 2026-03-18 12:17:00 -07:00
  • 2e134b686d fix: correct BattlemasterList.dbc IDs for arenas and Isle of Conquest Kelsi 2026-03-18 12:04:38 -07:00
  • 5d5083683f fix: correct Eye of the Storm bgTypeId and simplify BG invite popup Kelsi 2026-03-18 12:03:36 -07:00
  • 64fd7eddf8 feat: implement barber shop UI with hair/facial customization Kelsi 2026-03-18 11:58:01 -07:00
  • 8dfd916fe4 feat: add right-click context menu to target and focus frames Kelsi 2026-03-18 11:48:22 -07:00
  • bf8710d6a4 feat: add Shift+V toggle for friendly player nameplates Kelsi 2026-03-18 11:43:39 -07:00
  • d6c752fba5 feat: Escape key closes topmost open window before showing menu Kelsi 2026-03-18 11:35:05 -07:00
  • f283f9eb86 fix: show equipment durability summary in repair button tooltip Kelsi 2026-03-18 11:30:34 -07:00
  • 4a30fdf9f6 feat: add spell icon to nameplate cast bars Kelsi 2026-03-18 11:29:08 -07:00
  • 0caf945a44 feat: add NumLock auto-run toggle and HUD indicator Kelsi 2026-03-18 11:25:35 -07:00
  • 9368c8a715 feat: add confirmation dialog before spending talent points Kelsi 2026-03-18 11:23:35 -07:00
  • ef4cf461a5 feat: add duration countdown and stack count to nameplate debuff dots Kelsi 2026-03-18 11:21:14 -07:00
  • d4c7157208 feat: add vendor purchase confirmation for expensive items Kelsi 2026-03-18 11:16:43 -07:00
  • 9b32a328c3 feat: add item stack splitting via Shift+right-click Kelsi 2026-03-18 11:07:27 -07:00
  • 17d652947c feat: extend cursor hover to NPCs and players Kelsi 2026-03-18 10:56:44 -07:00
  • 1cff1a03a5 feat: add clock display on minimap Kelsi 2026-03-18 10:54:03 -07:00
  • 7f2ee8aa7e fix: add error sound on cast failure and AFK/DND whisper auto-reply Kelsi 2026-03-18 10:50:42 -07:00
  • 2dc5b21341 feat: add screenshot capture (PrintScreen key and /screenshot command) Kelsi 2026-03-18 10:47:34 -07:00
  • a417a00d3a feat: add FPS counter to latency meter Kelsi 2026-03-18 10:27:25 -07:00
  • 6a0b0a99d1 fix: add /loc to /help command listing Kelsi 2026-03-18 10:23:42 -07:00
  • 09860e5fc6 feat: add /loc command to show player coordinates Kelsi 2026-03-18 10:22:39 -07:00
  • dfddc71ebb docs: update status with nameplate and combat text features Kelsi 2026-03-18 10:19:25 -07:00
  • 355b75c3c7 feat: add creature type and guild name to focus frame Kelsi 2026-03-18 10:14:09 -07:00
  • c8f80339f1 feat: display creature type on target frame Kelsi 2026-03-18 10:12:03 -07:00
  • 1ea9334eca feat: enable login screen background music Kelsi 2026-03-18 10:08:44 -07:00
  • 402bbc2f14 feat: elite/boss/rare border decorations on nameplates Kelsi 2026-03-18 10:07:40 -07:00
  • fd7886f4ce feat: show NPC subtitle on nameplates Kelsi 2026-03-18 10:05:49 -07:00
  • 209f60031e feat: respect loot roll voteMask for button visibility Kelsi 2026-03-18 10:01:53 -07:00
  • 02a1b5cbf3 fix: show reflected spell name in combat text Kelsi 2026-03-18 09:59:54 -07:00
  • 63b4394e3e feat: world-space floating combat text above entities Kelsi 2026-03-18 09:54:52 -07:00
  • 6aea48aea9 feat: show guild name on target frame for players Kelsi 2026-03-18 09:48:03 -07:00
  • e572cdfb4a feat: show guild names on player nameplates Kelsi 2026-03-18 09:44:43 -07:00