Bluewhale1337
6d977f6963
docs: add function-level documentation comments across various source files to improve the readability of codebase
2026-08-24 12:42:23 +02:00
Bluewhale1337
b3c2b4a096
fix: resolve UI rendering crashes, address unit frame aliasing bugs, and implement automatic debuff tracking with lazy-load identity fetches.
2026-08-22 17:18:48 +02:00
Bluewhale1337
d5dec0f1f0
fix: handle empty or missing delimiters in HealBot_SplitString to prevent errors
2026-08-07 14:43:18 +02:00
Bluewhale1337
07a9c3a93d
Merge branch 'dev' into main
...
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-07-18 12:40:04 +02:00
Bluewhale1337
1334fc09bf
perf: replace table.foreach with pairs loops to avoid GC spikes during combat
2026-07-18 12:27:51 +02:00
Bluewhale1337
f1c5d6a8d1
Features: Expand action handling to support inline scripts, macros, and items while adding dynamic tooltip mana colorization and table memory management.
2026-07-15 14:56:03 +02:00
Bluewhale1337
b77c4d73c6
Merge branch 'dev'
2026-06-30 18:24:35 +02:00
Bluewhale1337
92cd588795
Update HealBot_Action.lua
...
Reverting accidental commit part two. Whoopsie
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-06-27 19:08:52 +02:00
Bluewhale1337
c22d0a6a4f
Update HealBot_Action.lua
...
Revert accidental change
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-06-27 19:03:41 +02:00
Bluewhale1337
6a5b020e75
Update HealBot_Action.lua
...
Opacity fix of health bar in Modern preset
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-06-27 18:49:18 +02:00
Bluewhale1337
76868573bc
Update HealBot_Action.lua
...
Recursive function causing stack overflow quick fix
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-06-26 07:22:36 +02:00
Bluewhale1337
f2c374db8a
Refactoring monolithic code into separate implement MVC pattern for unit data management and event handling via observer pattern
2026-06-24 19:26:19 +02:00
Bluewhale1337
913ab315b0
Commit 2
...
Added a native Action Bar Hovercasting (Mouseover) engine. You can now cast spells on hovered targets using action bar keybinds without losing your current target. Togglable in Options -> General.
Added Fear Ward to the global HoT tracker, which will display the icon directly on the unit frame.
Fixed Shaman weapon buff tracking (e.g., Rockbiter) failing due to spell ranks in tooltips.
Fixed missing health bar skin textures by ensuring `.tga` paths are explicitly resolved.
ixed division-by-zero math errors during UI scaling that caused the addon to crash.
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com >
2026-06-23 22:48:40 +02:00
Bluewhale
77fb81ea86
Add files via upload
...
First commit. Version 1.0, stable release
2026-06-22 19:28:59 +02:00