shagu
8128ec1401
unitframes: run events on unit happiness
2019-05-12 20:40:39 +02:00
shagu
c486c180f0
unitframes: reduce focus-frame click logic
2019-05-09 20:49:50 +02:00
Road-block
cf4c9ac361
api: add and use rgbhex function
...
* A memoizing method to cache and return hex colorstrings from rgb input.
* Refactor all occurences of adhoc rgb to hex string concatenation to use the new method
* Refactor chat module to use it
2019-05-01 15:23:05 +02:00
shagu
81e7216ada
unitframes: option that replaces name by missing health
2019-04-25 21:28:55 +02:00
shagu
9af73275e7
unitframes: add option to resize raid marks
2019-04-22 13:55:47 +02:00
shagu
d32d46b44e
unitframes: fix max indicator calculation
2019-04-19 18:01:05 +02:00
shagu
77460e0134
unitframes: add option for custom power colors
2019-04-19 17:38:51 +02:00
shagu
edbee4bae8
unitframes: option to use custom colors per frame
2019-04-19 17:09:27 +02:00
shagu
96256a59e5
unitframes: options to hide raid, loot and leader icon
2019-04-19 16:13:08 +02:00
shagu
8642efab86
unitframes: option to use variable health bg color
2019-04-19 00:23:08 +02:00
shagu
ac2d56c42e
unitframes: handle negative element spacing
2019-04-17 20:15:42 +02:00
shagu
9c2b842561
unitframes: add proper visibility condition for tbc
2019-04-16 20:19:51 +02:00
shagu
fff15097c9
unitframes: add securefunc visibility change
2019-04-14 15:10:10 +02:00
shagu
3069c2626e
unitframes: add securefuncs handling for TBC
2019-04-14 14:48:25 +02:00
shagu
a4e5fccbe3
unitframes: hide self in group without a group
2019-04-10 22:36:37 +02:00
shagu
d7c64d7d0a
core: replace remaining getglobals in favor of _G
2019-04-06 14:30:31 +02:00
shagu
d90f11e2cc
unitframes: add option to always show self in raid
2019-04-06 13:19:38 +02:00
shagu
0b24e42c31
core: fix code indentation
2019-04-05 09:29:37 +02:00
shagu
d80004c113
unitframes: fix error on invalid reaction colors
2019-03-31 14:59:21 +02:00
shagu
6af3095d1b
unitframes: avoid creating tables on each refresh
2019-03-31 14:59:21 +02:00
shagu
78ca236fb8
unitframes: optimize memory usage of aggro scanner
2019-03-31 14:59:21 +02:00
shagu
4d373a9164
unitframes: cache backdrop to reduce memory usage
2019-03-31 14:59:21 +02:00
shagu
6a7357c295
unitframes: remove invalid event
2019-03-31 14:59:20 +02:00
shagu
0acf6b8900
unitframes: move sanity check within refresh
2019-03-31 14:59:20 +02:00
shagu
3541758f14
unitframes: reduce memory consumption of refreshs
2019-03-31 14:59:20 +02:00
shagu
8e9e70f79e
unitframes: move scope of several functions
2019-03-31 14:59:20 +02:00
Artur Morozov
f13ac95ebb
unitframes: add more buff/debuff positions
2019-03-31 14:59:20 +02:00
shagu
f01cd2648a
unitframes: add resting icon
...
Thanks @AMGarkin (https://gitlab.com/shagu/pfUI/merge_requests/990 )
2018-12-26 11:41:15 +01:00
shagu
2b19b117bf
unitframes: only match for exact unitnames
2018-11-02 16:34:45 +01:00
shagu
5dfe5a4899
compat: initial layout of client abstraction api
2018-11-01 14:55:29 +01:00
mr_rosh
21831b58a8
unitframes: place portraits below the font
2018-10-23 20:38:27 +02:00
shagu
85012157e4
unitframes: remove buff cooldown model properly
2018-10-10 20:26:19 +02:00
shagu
6fb47c7b70
unitframes: manually update player debuffs
2018-10-09 20:38:31 +02:00
shagu
2c66e5c0c2
libdebuff: emulate UnitDebuff API call
2018-09-30 13:42:46 +02:00
shagu
2daddc2f43
api: trim down color gradient function
...
* avoid division through zero in unitframes
* make use of gradient func in unitframes
2018-09-28 22:36:06 +02:00
shagu
3e3230e875
unitframes: rewrite of debuff indicators
...
customizable size, position and appearance:
- off: no indicators at all
- legacy: tint the whole plate
- glow: draws a glowing border
- square: draw colored squares
- icon: use generic icons
2018-09-10 19:43:20 +02:00
shagu
6dad5edf93
unitframes: revert target if no focus was found
2018-09-06 20:31:36 +02:00
shagu
24d20783be
unitframes: hide disabled frames on refresh
2018-08-18 17:43:22 +02:00
Road-block
a095b1c005
unusable: add module to tint unusable bagslots
2018-07-31 21:23:38 +02:00
Road-block
44ffb10024
libtipscan: add new tooltip scanning library
2018-07-31 21:23:01 +02:00
shagu
d9da45bb3b
unitframes: fix indentation
2018-07-21 21:42:32 +02:00
t3hWheez
91b6a31ca3
unitframes: add shaman tier3 proc to buffs
2018-07-21 21:41:11 +02:00
shagu
acd991cf8b
unitframes: add pvp flag icon to all frames
2018-07-07 22:24:59 +02:00
BenDol
c0b66051fd
unitframes: cache unitstr as local variable
2018-07-07 04:20:45 +02:00
shagu
bb1cc05d26
unitframes: allow to disable specific unitframes
2018-07-01 22:01:30 +02:00
shagu
924b2a351e
libdebuff: transform module to library
2018-06-01 20:58:49 +02:00
shagu
50db71bd63
unitframes: remove pettarget from pfscan blacklist
2018-05-29 20:41:53 +02:00
Road-block
543dc86458
pettarget: add pet target unitframe
2018-05-29 20:39:35 +02:00
Lichery
40d19fc606
nameplates: add support for mobhealth and mobinfo
2018-05-26 01:11:45 +02:00
shagu
9b3708c990
unitframes: add blessing of light buff indicator
2018-05-18 23:21:43 +02:00