Commit Graph

240 Commits

Author SHA1 Message Date
shagu 9b3708c990 unitframes: add blessing of light buff indicator 2018-05-18 23:21:43 +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
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 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
shagu 354e9e0d91 api: add frame movement functions 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 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
stokbaek 1e95a78815 unitframes: option to show totem indicators
* Removed class check from GUI
2018-04-21 17:51:10 +02:00
shagu 66452741e9 buff: fix bad unitstr on player 2018-04-18 08:50:55 +02:00
shagu be00feaf85 buff: use class colors on unbuffed units 2018-04-17 19:40:43 +02:00
shagu cacb4a304f unitframes: draw lootmaster icon on all frames 2018-04-11 21:31:53 +02:00
shagu 865ae6384a unitframes: use party dropdowns raid frames 2018-04-11 20:27:41 +02:00
shagu bc5a659470 cooldown: add option to draw on foreign addons 2018-04-09 22:51:43 +02:00
shagu 8cf70d5d6a buff: hold shift to see unbuffed people 2018-04-09 20:27:48 +02:00
shagu 41e2400bcb cooldown: only draw cd on known frames 2018-04-08 19:04:43 +02:00
shagu 3d7ed01757 unitframes: use unitname for validation 2018-04-08 02:10:25 +02:00
shagu 6cac392a2e thirdparty: add option to show meters by default 2018-04-07 19:46:26 +02:00
shagu 99ddd679eb unitframes: ignore non existing partypet events 2018-04-07 19:25:08 +02:00
shagu 1c4299ad01 api: fix bad spell caching 2018-04-05 22:21:14 +02:00
shagu 422dd58fb7 config: add empty config if not existing yet 2018-03-29 16:42:50 +02:00
shagu 2455d8def3 api: move infobox into ui-widgets 2018-03-28 20:52:29 +02:00
shagu 8fb5f3a10d buff: add buff frames 2018-03-26 18:26:33 +02:00
shagu 10981d24ec roll: add option to use rarity color for timer 2018-03-18 00:37:54 +01:00
shagu 0f7fd4a7b0 api: rework of color api functions 2018-03-18 00:20:17 +01:00
shagu 54aae22e78 api: fix wrong gradient order in scrollframe 2018-03-05 21:34:12 +01:00
shagu bbb25853f7 api: use default colors for scroll indicators 2018-03-05 21:24:15 +01:00
shagu 45805147cb api: add GetDefaultColors function 2018-03-05 21:23:35 +01:00
shagu 55e2d06834 bubbles: switch to already existing cvar 2018-03-04 23:22:44 +01:00
shagu beec68caa1 config: enable thirdparty components by default 2018-03-03 12:38:48 +01:00
shagu 7e393ab06c api: get rid of custom texture borders 2018-03-03 12:27:01 +01:00
aka LYQ / Virose 39fc5a0d37 unitframes: update vertical and horizontal orientation 2018-02-18 09:39:35 +01:00
shagu 377d15f22c unitframes: place portraits below incHeal 2018-02-10 22:27:19 +01:00
shagu a72992c012 unitframes: extend aggro scanner and fix refresh 2018-01-22 00:11:45 +01:00
shagu d4f1d585b6 unitframes: reset aggro state 2018-01-20 20:10:39 +01:00
shagu 128df2f09d unitframes: update aggro scan mechanics 2018-01-20 20:03:44 +01:00
shagu 868d418c23 unitframes: remove old comments 2018-01-20 17:22:33 +01:00
shagu 4bacfaf615 unitframes: include aggro and combat glow 2018-01-20 17:21:19 +01:00
shagu cff164b75e unitframes: add simple aggro detection api 2018-01-20 14:42:27 +01:00
shagu ac250e2265 actionbar: add option to switch page on keypress 2018-01-19 17:54:03 +01:00
shagu 6664bf47fd config: disable rangecheck by default 2018-01-09 20:03:30 +01:00
Road-block 7bc0c76b2a actionbars: adjust layout size for dynamically spawned buttons 2018-01-08 18:24:44 +01:00
shagu cb34dd715f config: add gui's reloadmarker 2018-01-08 07:16:14 +01:00
shagu 315cf54869 unitframes: fix wrong focus display 2018-01-07 19:13:54 +01:00
shagu 18c0311cd1 unitframes: fix portrait setting alignment 2018-01-07 18:41:38 +01:00
shagu 8f176db18d unitframes: clean old settings on refresh 2018-01-07 17:23:23 +01:00