Commit Graph

1920 Commits

Author SHA1 Message Date
jmgibson1981 fc60b42b01 turtle-wow: add totemic recall spell logic to libtotem 2025-01-06 10:31:28 +01:00
shikulja c5544af914 thirdparty: improve UnitXP skin 2025-01-04 16:26:17 +01:00
shagu 37d4c0d629 thirdparty: make theorycraft aware of all buttons
Thanks @bhhandley
2025-01-04 11:37:10 +01:00
bhhandley 50e0e33ff7 minimap: add options for zone and coordinate visibility 2024-12-30 12:36:41 +01:00
shagu 0e84077bd1 nameplates: keep mouse events disabled on parent 2024-12-26 00:09:29 +01:00
shagu 0b5407c5a8 nameplates: always set mouse state for both variants 2024-12-25 23:06:35 +01:00
shagu 77b8fb7513 turtle-wow: add support for custom continent clock 2024-12-22 10:43:50 +01:00
shagu 6fa037a7b8 mapreveal: use world map tooltips 2024-12-08 13:33:50 +01:00
shagu c1b4b9ed8e mapreveal: improve exploration point tooltips 2024-12-08 13:17:55 +01:00
shagu 635456b8ec map: skip coords while map is in unknown state
This is required to be compatible to the latest version of aero[1]. While using the addon,
the `WorldMapButton` does not return a proper `:GetCenter()` for a short period of time. This
leads to `mx` and `my` being nil and breaking the calculation. Now the coordinates will just
be skipped as long as `mx` and `my` could not be determined via `:GetCenter()`.

[1] https://github.com/gashole/Aero
2024-12-07 13:00:07 +01:00
shagu 986823b23d turtle-wow: update map overlays to 1.17.2 2024-11-30 00:26:42 +01:00
shagu 06ddbcd34c nameplates: add option to adjust debuff icon offset 2024-11-27 16:13:42 +01:00
shagu 1d3b2d0d33 nameplates: align offset of both debuff positions 2024-11-27 16:08:17 +01:00
shagu 492bdc0b5e chat: set max lines before history is added 2024-11-23 23:59:03 +01:00
shagu 242574c03a chat: add option to set maximum number of chat lines 2024-11-23 23:52:43 +01:00
shagu e441795f55 bags: add gold display to bag window 2024-11-23 20:43:34 +01:00
shagu 3975ffb334 pixelperfect: add fallback and always set cvars 2024-11-23 00:22:21 +01:00
shagu f5e45cdd4f pixelperfect: use independent static scale values 2024-11-22 21:11:56 +01:00
shagu 2ed9a02bea pixelperfect: use pre-calculated min values 2024-11-22 21:00:10 +01:00
shagu a9cdbbda53 minimap: remove obsolete frame strata from coords 2024-11-17 10:22:35 +01:00
shikulja cef2295042 thirdparty-vanilla: improve UnitXP SP3 skin 2024-11-09 11:55:29 +01:00
shagu ca87f7148f nameplates: show unit tapping state with superwow 2024-11-08 08:55:00 +01:00
shagu 2963f7e1e0 superwow: disable spell and enchant link workarounds 2024-11-07 21:15:37 +01:00
Timo | That Guy Turtles 9678277b5c thirdparty-vanilla: add UnitXP SP3 skin 2024-11-07 21:12:49 +01:00
shagu 48342c9cc2 minimap: remove obsolete frame strata from zone text 2024-11-07 18:56:48 +01:00
shagu c524a205aa panel: set panel width for undocked frames 2024-11-07 18:55:28 +01:00
shagu 102db85b2a minimap: add option to configure frame size 2024-11-07 13:36:40 +01:00
shagu aeddcad06a panel: align minimap panel size to minimap 2024-11-07 13:35:58 +01:00
shagu 15fc4f8e2a farmmode: restore last minimap size 2024-11-07 13:25:10 +01:00
shagu de3f366ebf superwow: convert enchanting links back and forth 2024-11-07 12:17:26 +01:00
shagu c3336a19e6 superwow: remove unfinished spell link conversion 2024-11-07 10:09:37 +01:00
shagu b72247c8da superwow: convert enchant links to spell links 2024-11-06 23:07:01 +01:00
shagu 727bf44acb turtle-wow: add new druid dot durations 2024-11-06 15:47:06 +01:00
shagu b629c3e7d3 turtle-wow: only apply changes to available skins 2024-11-06 13:21:10 +01:00
shagu 5cd6475e16 thirdparty-vanilla: only skin existing dropdowns 2024-11-06 10:43:19 +01:00
Artur Morozov 7d61e278c1 turtle-wow: fix nil error when NPC instantly die from Conflagrate 2024-11-06 08:16:14 +01:00
shagu 7c4c17fc1f nameplates: always use parent as nameplate anchor 2024-11-04 19:42:58 +01:00
Artur Morozov b56836d2eb turtle-wow: update Immolate duration after cast Conflagrate 2024-11-04 14:30:24 +01:00
shagu f420c5f7f7 castbar: increase framelevel of castbar 2024-11-04 14:18:04 +01:00
shagu ba4403850c addoncompat: add prat to the softconflict list 2024-11-03 13:23:56 +01:00
shagu c7008abf05 nameplates: use single event listener for all plates 2024-11-03 11:54:06 +01:00
shagu 8832e42fef turtle-wow: remove obsolete trueshot castbar entries 2024-11-03 11:12:42 +01:00
shagu 667dfc226d nameplates: use superwow unit guid as unitstr 2024-11-03 11:09:00 +01:00
shagu 979f9e28e0 nameplates: only change parent sizing when required 2024-11-03 10:49:45 +01:00
shagu fc964b2177 nameplates: add option for vertical offset
Due to the secure frame requirements in TBC, this option only exists in vanilla.

The feature is also experimental, as it removes the OnEnter/OnLeave events. There
is a ':Click' that can be called on the parent, but there is no ':Enter' or ':Leave'
that could be called to run the scripts. The parent also have no GetScript("OnEnter")
so there's no way to access the script that changes the color and shows the tooltip.
2024-11-03 10:45:47 +01:00
shagu a3f811a055 minimap: don't overwrite minimap strata 2024-11-02 15:09:42 +01:00
shagu 073bf5ec42 panel: refresh ammo slots on bag update 2024-11-02 14:40:51 +01:00
shagu b54d172175 turtle-wow: skin proffession buttons and edit box 2024-11-02 12:49:47 +01:00
shagu 69f28b0515 turtle-wow: only change position if skin is enabled 2024-10-31 08:25:32 +01:00
Zeb Walker 3958fb42a5 turtle-wow: rearrange profession elements 2024-10-31 08:24:31 +01:00