Commit Graph

886 Commits

Author SHA1 Message Date
shagu ff6aed5395 buff: clear points and ignore config on creation 2018-05-26 00:26:42 +02:00
shagu 270b226e6b buff: update weapon buffs on config change 2018-05-26 00:05:50 +02:00
shagu 7793c5ba16 api: crash fixes with bad movable table 2018-05-26 00:05:37 +02:00
Peter 59706f143c buff: add option to show weapon buffs in separate frame 2018-05-26 00:02:11 +02:00
shagu e544863291 buff: fix stack indicator on weapon buffs 2018-05-21 17:36:48 +02:00
shagu 63ff1b4792 farmmode: add initial farm mode module
* type /farm to toggle
* requires the latest version of pfQuest
2018-05-20 14:59:46 +02:00
Sergio Álvarez 7586a24265 raid: dropdown option to set a player as tank 2018-05-20 14:55:28 +02:00
shagu da6ffe16d6 raid: only display active frames 2018-05-19 05:00:56 +02:00
shagu 673b18f4ad raid: only display active frames 2018-05-19 01:50:55 +02:00
Artur Morozov ca0ed4facf loot: fix last comma in loot frame 2018-05-17 16:20:18 +02:00
shagu 5a96fbc241 buff: increase padding to minimap 2018-05-16 20:47:06 +02:00
shagu 4a3caa02ad unlock: reset frame position on middle click 2018-05-16 20:38:40 +02:00
shagu bd7d2b61fa actionbar: add option for pet indicators 2018-05-16 19:57:49 +02:00
shagu a003e05960 bags: add fake events to restore window sizes 2018-05-15 19:26:45 +02:00
shagu a211c9028f unlock: disable movable frames on exit 2018-05-15 18:27:53 +02:00
shagu 8329039723 chat: fix urlcopy strata and translation 2018-05-15 18:03:20 +02:00
Sergio Álvarez b0527b31c4 unitframes: add option to use short names 2018-05-15 17:54:33 +02:00
Road-block e178971b39 panel: add item breakdown on repair tooltip
* api: GetColorGradient method to return a color c between color a and b given a ratio
* panel: show damaged items on the repair tooltip with damage breakdown
* api: add math.modf shim from later wow lua
* api: improve GetColorGradient so it accepts an arbitrary number of color points to plot gradient
* panel: use improved GetColorGradient to color percentage damage green to yellow to red
2018-05-15 17:53:42 +02:00
Road-block 42cfdd78b3 loot: make detailed random roll announce an option
* api: SendChatMessageWide will use raid warning if player is raid leader or assist
* loot: rearrange advanced masterloot menus so random rolling and special recipients precede class menu
* loot: fix a special recipients unitpopup menu check so they won't show in the context menu when the player is solo
* loot: change the auto confirm bind when solo implementation, so player doesn't have to double-click the loot
* loot: make sure it works if the loot bind confirmation staticpopup is not at index 1
2018-05-15 17:52:33 +02:00
shagu 002106b632 thirdparty: only show meters if docked ones exist 2018-05-05 19:10:27 +02:00
shagu 00bfaa4618 panel: remove whitespaces 2018-05-03 19:30:36 +02:00
shagu 0d0f4d6039 mouseover: allow to use functions 2018-05-01 12:18:19 +02:00
shagu 2150ee56fd bags: update colors in bankslots 2018-04-29 12:49:37 +02:00
shagu 74777dec05 skin: move durability into skins 2018-04-27 20:46:36 +02:00
aka LYQ / Virose 3c1126be0e durability: add movable durability frame 2018-04-27 20:15:56 +02:00
shagu 4250b3cc74 nameplates: fix debuff icon alignment 2018-04-27 20:12:48 +02:00
shagu 50eff475d9 unitframes: add combat hit indicators
thanks @Jayrgo for his work on that.
2018-04-27 18:23:14 +02:00
shagu 087491b8b2 bags: rewrite of the core frame creation logic 2018-04-26 23:12:15 +02:00
Unknown cd7642da09 bags: initial draft of movable bags 2018-04-26 23:11:58 +02:00
shagu 5e5596821a chat: introducing the CLINK Shield
convert prat CLINKs into regular itemlinks.
http://www.wowhead.com/item=15466
2018-04-22 15:24:18 +02:00
shagu f1f411302b chat: add option to show items on mouseover 2018-04-22 15:07:22 +02:00
shagu cd5f33439f chat: add option to customize default brackets 2018-04-22 14:35:36 +02:00
shagu 6ec1ea1fe7 chat: avoid vararg and unpack in hooks
switch to static vars due to previous memleaks because of a weird behaviour of the old lua engine
2018-04-22 14:14:16 +02:00
shagu 8b9d46f4b1 chat: minor restructuring and comments 2018-04-22 14:12:04 +02:00
shagu babba77b06 chat: move wcol one hierarchy up 2018-04-22 14:07:21 +02:00
shagu e91db2264f chat: only calculate color if wmod is set 2018-04-22 14:04:28 +02:00
shagu 1b5707e9d0 chat: add short indicator for yell 2018-04-22 14:04:03 +02:00
stokbaek 1e95a78815 unitframes: option to show totem indicators
* Removed class check from GUI
2018-04-21 17:51:10 +02:00
shagu 4c3e8564a9 gui: remove wizard data on configuration reset 2018-04-17 20:49:33 +02:00
shagu 891c1ba137 actionbar: update all grids on event 2018-04-17 20:35:49 +02:00
shagu be00feaf85 buff: use class colors on unbuffed units 2018-04-17 19:40:43 +02:00
shagu fe1bfa7e23 actionbar: add cooldown to shapeshift buttons 2018-04-10 17:54:44 +02:00
shagu bc5a659470 cooldown: add option to draw on foreign addons 2018-04-09 22:51:43 +02:00
shagu 2d3814aaed prediction: fix prediction for weird names 2018-04-09 20:54:50 +02:00
shagu 8cf70d5d6a buff: hold shift to see unbuffed people 2018-04-09 20:27:48 +02:00
shagu 66b270c3b3 feigndeath: fix nil table index 2018-04-08 19:46:21 +02:00
shagu 69407f8a81 buff: cancel buff on right-click 2018-04-08 19:19:41 +02:00
shagu 95dafe25eb cooldown: enhance detection logic 2018-04-08 19:09:51 +02:00
shagu 41e2400bcb cooldown: only draw cd on known frames 2018-04-08 19:04:43 +02:00
shagu 6cac392a2e thirdparty: add option to show meters by default 2018-04-07 19:46:26 +02:00