Commit Graph

62 Commits

Author SHA1 Message Date
OldManAlpha
e3ba7e831c Add Anchor and Hide Title frame options
Frame positions are now also saved in the addon data rather than layout cache. This means disabling and re-enabling the addon will preserve your frame positions.
2025-09-08 16:10:22 -07:00
OldManAlpha
93a0594410 Add PVP Flag Icon 2025-09-05 16:21:39 -07:00
OldManAlpha
5049852079 Fix losing custom units in GUID roster 2025-09-02 16:44:07 -07:00
OldManAlpha
58fb2aeadc Prevent errors on unmodded Turtle clients 2025-08-29 22:12:07 -07:00
OldManAlpha
2247ba244f Reduce spell tooltip scanning 2025-08-29 15:41:46 -07:00
OldManAlpha
aaadb265a1 Fix potential errors 2025-08-29 11:24:17 -07:00
OldManAlpha
c00be9fd64 Checkbox now makes sound 2025-08-28 20:03:49 -07:00
OldManAlpha
83736ac0c4 Some optimizations 2025-08-28 10:48:49 -07:00
OldManAlpha
14516d62db Massively improve aura update performance 2025-08-27 17:33:45 -07:00
OldManAlpha
d025a1a906 Don't update sight and distance on self
Fixes lag in certain zones with UnitXP SP3
2025-08-27 10:28:56 -07:00
OldManAlpha
fb2ad22973 Fix HoT cache being stored as a string 2025-08-21 20:55:59 -07:00
OldManAlpha
c053d7cdae Update for TWoW 1.18/Small Changes 2025-08-15 08:43:59 -07:00
OldManAlpha
264544ebc4 Keys now animate health like mouse buttons 2025-08-09 23:20:17 -07:00
OldManAlpha
8345f99e6a Bandaid fixes 2025-08-09 15:52:59 -07:00
OldManAlpha
75624d9ef8 Increase Focus cap & minor changes 2025-08-09 11:39:20 -07:00
OldManAlpha
b626b007e9 Track Greater Blessing of Light & Fix Typo 2025-08-07 19:55:03 -07:00
OldManAlpha
3aa102d914 Add HealersMate settings importer 2025-08-07 18:29:24 -07:00
OldManAlpha
30e73c7430 Better behaving context menu 2025-08-07 11:03:07 -07:00
OldManAlpha
8a347157f7 Throttle group updates
Hopefully this doesn't break everything
2025-08-07 10:56:37 -07:00
OldManAlpha
58bd6bd615 Prompt users to save when changing loadout 2025-08-05 10:59:51 -07:00
OldManAlpha
9e62da94cb Add setting button click sounds 2025-08-04 09:43:18 -07:00
OldManAlpha
7b9d11c9ae Better tracked aura definitions 2025-08-02 16:01:43 -07:00
OldManAlpha
08436a8df5 Add Bindings UI; Divide out parts of the addon
There's still a lot of polish that needs to be done
2025-08-02 10:53:28 -07:00
OldManAlpha
5ac89f855a UI and multi-binding fixes 2025-07-25 10:31:45 -07:00
OldManAlpha
11ec78e8b0 Overhaul bindings logic
Adds custom scripts and multi-binding menus. It's still buggy and unfinished.
2025-07-22 11:00:39 -07:00
OldManAlpha
b86ffe9aad Add shadowless dropdowns 2025-07-18 14:10:43 -07:00
OldManAlpha
c1408aac11 Start on new settings interface 2025-07-14 16:24:12 -07:00
OldManAlpha
07ba619e43 GUI updates and fixes 2025-07-14 10:17:59 -07:00
OldManAlpha
ed65e789e5 Scroll frame fixes 2025-07-12 10:12:33 -07:00
OldManAlpha
8597a9761b Create GUI library
It still needs a bit of work
2025-07-11 12:55:46 -07:00
OldManAlpha
312372df78 Port over cmatch optimization 2025-07-07 06:33:25 -07:00
OldManAlpha
bde54864e4 Clean up environments 2025-06-29 10:59:46 -07:00
OldManAlpha
4bb1b49924 Rename HMUnit 2025-06-28 14:20:45 -07:00
OldManAlpha
a2d4e0af8d Rename HealersMate variables 2025-06-28 14:19:58 -07:00
OldManAlpha
6353ee869c Rename files 2025-06-28 13:37:36 -07:00
OldManAlpha
e261b53f65 Darkly color charmed allies 2025-06-13 23:31:45 -07:00
OldManAlpha
3740110519 Small changes 2025-02-07 12:55:12 -08:00
OldManAlpha
7d4f1b3af7 Optimize aura ID checking 2025-01-21 09:59:17 -08:00
OldManAlpha
b29f5538df Bump version to 2.0.0-alpha5 2025-01-15 21:42:57 -08:00
OldManAlpha
48c80b96b3 Add Last Stand 2025-01-13 14:46:46 -08:00
OldManAlpha
9960c49aa6 Fix healing modifiers not stopping cache update 2025-01-12 19:43:32 -08:00
OldManAlpha
a249a68eb8 Optimize UnitXP 2025-01-12 13:23:08 -08:00
OldManAlpha
96dfc6683d Reduce combat log overhead
Split up the events into different scripts to reduce the amount of string scanning
2025-01-10 20:31:08 -08:00
OldManAlpha
dd287e04a4 Show incoming resurrections 2025-01-10 20:27:14 -08:00
OldManAlpha
1de47b173f Add HealComm support
Bundled MarcelineVQ's modified HealComm that supports SuperWoW
2025-01-08 21:21:06 -08:00
OldManAlpha
faeebc78f3 Further reduce garbage generation 2025-01-08 14:36:13 -08:00
OldManAlpha
5c7e9e443e Greatly reduce garbage generation 2025-01-07 22:55:08 -08:00
OldManAlpha
d0d51b1571 Massive refactor of focus units + more
- Now any custom units can be registered
- Update for UnitXP SP3's new distance checks
- Vanilla gets a rough distance check
- Add internal option to always show the target frame
- This commit likely breaks unmodded, will fix later
- There's also probably many bugs that need to be addressed, along with more refactoring to make this less of a spaghetti mess
2025-01-06 17:38:56 -08:00
OldManAlpha
c08131178e Add some offensive spells to track time of 2024-12-30 17:06:10 -08:00
OldManAlpha
cd19bffc61 Be nicer with compatibility with other addons 2024-12-30 16:43:38 -08:00