shagu
f1d61ba31a
gui: move number abbreviation to core settings
2020-05-17 16:31:17 +02:00
shagu
1bda22ce5b
gui: remove useless variable assignment
2020-05-17 16:30:38 +02:00
shagu
bb6248fe29
nameplates: remove table gaps and observe timers
2020-05-15 19:45:06 +02:00
shagu
d01efafcb6
nameplates: only iterate debuff entries on cleanup
2020-05-15 16:36:05 +02:00
shagu
86fbc00940
nameplates: add option to estimate other debuffs
2020-05-15 16:10:35 +02:00
shagu
19a7c57f51
nameplates: cache current debuffs per nameplate
2020-05-15 16:04:33 +02:00
shagu
bbf527513a
nameplates: only refresh once on frame updates
2020-05-15 15:43:48 +02:00
shagu
c2649eef46
nameplates: add unitstring detection to plates
2020-05-15 15:42:44 +02:00
shagu
b1e9a4d183
nameplates: remove custom plate for mouselook
...
Mouselook right click handler can also work on regular plates
in vanilla. There's no need to enforce custom plate overlays.
2020-05-12 14:04:02 +02:00
shagu
46db715043
nameplates: fix mouse buttons for vanilla
2020-05-12 13:46:41 +02:00
shagu
a3066817b6
nameplates: remove obsolete reference to legacy
2020-05-12 13:32:07 +02:00
shagu
680a9c19b9
addons: use same functions for all entries
2020-05-09 02:28:59 +02:00
shagu
f052eef1c8
addons: show selected addon info as tooltip
2020-05-09 02:20:15 +02:00
shagu
f3561dbe12
tooltip: detect server sent values below 100
2020-05-03 14:09:56 +02:00
shagu
6042e721c7
nameplates: detect server sent values below 100
2020-05-03 14:08:56 +02:00
shagu
e2152a0326
nameplates: add option to show health in percent
2020-05-03 13:38:46 +02:00
shagu
0f18715fab
tooltip: add option to show health in percent
2020-05-03 13:37:53 +02:00
shagu
d88c1b330a
tooltip: switch to libhealth by name function
2020-05-03 13:31:36 +02:00
shagu
267c38ab11
nameplates: switch to libhealth by name function
2020-05-03 13:30:53 +02:00
shagu
dfa396bb38
libhealth: options to configure estimation threshold
2020-05-03 13:07:27 +02:00
shagu
2242bbab6d
unitframes: use frame specific buff indicators
2020-05-01 22:34:46 +02:00
shagu
fcf97cd772
gui: dispel type instant update on config change
2020-05-01 21:18:36 +02:00
shagu
7195809afd
gui: rename to dispel indicators
2020-05-01 21:17:37 +02:00
shagu
fc66eed2c3
unitframes: use frame specific dispell indicators
2020-05-01 21:07:24 +02:00
shagu
3e7c0b0640
unitframes: add option to show indicator stacks
2020-05-01 20:42:49 +02:00
shagu
b85f04da4e
unitframes: add option for timeleft on indicators
2020-05-01 20:23:20 +02:00
shagu
0f07e2c41f
addons: use more compact layout
2020-05-01 15:26:31 +02:00
shagu
aa446efe18
addons: use internal dropdown system api
2020-05-01 15:15:14 +02:00
shagu
11e7cb4bec
panel: only show addons if component is enabled
2020-04-29 11:19:02 +02:00
shagu
65374aea5a
nameplates: add option for custom debuff icon size
2020-04-28 12:37:01 +02:00
shagu
8af72f17b4
actionbar: add option to use druid stealth page
...
- rewrite pagemaster and integrate it into the actionbar code
- add securestate conditions for prowl on bar 8
- add function to detect druid stealth for vanilla
- manually swap bar to page 8 during druid stealth on vanilla
- add options to enable druid stealthbar (disabled by default)
2020-04-28 11:56:37 +02:00
shagu
04b94ebe63
totems: enable support for vanilla clients
2020-04-26 14:58:53 +02:00
shagu
b29eb3087b
totems: manually sized cooldown frame background
2020-04-26 14:11:59 +02:00
shagu
e5fd656425
thirdparty: calculate wim color string
2020-04-26 13:25:54 +02:00
shagu
b8b54a003d
totems: remove invalid event
2020-04-26 13:25:17 +02:00
shagu
040a5052bd
totem: add buff display for current totems
...
This makes use of the TotemAPI that was introduced in Patch 2.4.
So there's no vanilla version yet.
2020-04-26 11:52:23 +02:00
shagu
637195059a
actionbar: ignore keybind actions during chat
...
This fixes non-latin input methods, that get not properly
filtered out by the game while the chat input box is visible.
2020-04-18 16:05:49 +02:00
shagu
27de7a9b49
xpbar: update movables when position was set
2020-04-18 12:57:12 +02:00
shagu
164e308704
unlock: add config shortcut for focus castbar
2020-04-18 12:52:50 +02:00
shagu
3213b311aa
xpbar: set default spacing to 3x border size
2020-04-18 12:50:15 +02:00
shagu
d5cc370e9d
api: move AlignToPosition into global api
2020-04-18 12:46:14 +02:00
shagu
8689a1ec06
nameplates: only read level if it is shown
2020-04-17 20:57:29 +02:00
shagu
4ff21b578e
nameplates: only show boss level for npcs
2020-04-17 20:42:19 +02:00
shagu
826e179c18
actionbars: don't rely on API calls due to shitty addons
...
NotGrid and other Grid forks add :SetAttribute to all frames that are created,
no matter if its their own or not. Since the :SetAttribute provided by those is
unfunctional, we need to ignore them and use client identifier checks instead.
2020-04-17 19:35:35 +02:00
shagu
5d084ef662
actionbar: call string format in a compatible way
2020-04-17 11:01:16 +02:00
shagu
6b57e851e5
gui: replace dropdown menus with custom ones
2020-04-14 16:33:46 +02:00
shagu
ffa383da10
thirdparty: abort on empty wim frames
2020-04-12 02:04:14 +02:00
shagu
763977a5d7
thirdparty: check for wim variable before using it
2020-04-12 02:03:50 +02:00
shagu
78afbd179b
tooltip: use libhealth values if existing
2020-04-11 16:32:41 +02:00
shagu
7c012be822
nameplates: use libhealth values if existing
2020-04-11 16:32:07 +02:00