Commit Graph

2061 Commits

Author SHA1 Message Date
shagu 2a98fa59da libcast: add spell rank detection 2020-01-31 22:45:20 +01:00
shagu 71b3297c51 prediction: use events to detect spell target 2020-01-31 17:18:23 +01:00
shagu b61fd8e0b9 prediction: remove duplicate event entry 2020-01-31 17:17:38 +01:00
shagu e8023903c3 skins: adjust mailframe buttons 2020-01-25 14:52:34 +01:00
shagu a73295a881 ui-widgets: unify nil textures 2020-01-22 18:00:17 +01:00
shagu 7892f42c92 skins: cluster lfg buttons and dropdowns 2020-01-22 17:59:00 +01:00
shagu 087535f66b bags: check for textures before using them 2020-01-17 22:18:44 +01:00
shagu 869f7d318a mirrortimers: rewrite to make it available for tbc 2020-01-17 21:04:01 +01:00
shagu c8bb6afdd6 skin: fix friend tab positions 2020-01-17 20:04:07 +01:00
shagu 149339839d api: use backported getiteminfo for all versions 2020-01-06 11:15:38 +01:00
shagu 4c59fab99c ui-widgets: add function to create textboxes 2020-01-03 01:03:12 +01:00
shagu 6de221188a api: also show silver when gold is visible 2020-01-02 23:04:08 +01:00
shagu 7741b5f5e7 librange: only show config options in vanilla 2020-01-01 09:44:56 +01:00
shagu ab2976b56e gui: option to hide incompatible config entries 2020-01-01 09:44:47 +01:00
shagu 25245d0c4e toc: bump version to 4.4.3 2019-12-31 11:31:50 +01:00
shagu 4f1a91bae0 thirdparty: adapt supermacro to new actionbars 2019-12-31 11:30:32 +01:00
shagu 308087ca5f actionbar: allow to hook into core functions 2019-12-31 11:30:17 +01:00
shagu 2545ef43d4 autoshift: add turtle mount 2019-12-29 11:48:42 +01:00
shagu a0143b2ccf actionbar: perform full update on state changes
* Add a unified full update function
* Use consistent names on update functions
* Bump version to 4.4.2
2019-12-29 09:01:26 +01:00
shagu ba7f75416b api: precalculate cooldown switches 2019-12-28 10:14:25 +01:00
shagu 49b9109a30 translations: update tables 2019-12-26 10:12:02 +01:00
attackpure100 050790b7e9 tttarget: add tttarget unitframe and config 2019-12-26 10:08:23 +01:00
shagu fb2c3bad79 actionbar: update usable on range change 2019-12-23 02:11:05 +01:00
shagu f47cf6255e actionbar: update all on generic events 2019-12-21 10:34:53 +01:00
shagu 59995900c3 panel: listen to tbc durability events 2019-12-21 09:13:32 +01:00
shagu 3517ebd836 translations: update tables 2019-12-20 16:47:53 +01:00
shagu fc792c4e8b addonbuttons: fix variable name 2019-12-19 22:25:45 +01:00
shagu 8d91394259 unitframes: option for custom powerbar background 2019-12-19 19:44:37 +01:00
shagu 0878329741 readme: add tbc install instructions 2019-12-18 19:06:51 +01:00
shagu 2cf998ac7e toc: bump version to 4.4.0 2019-12-18 19:06:04 +01:00
shagu 886c69dbf7 config: settings to disable the new border system 2019-12-18 18:54:26 +01:00
shagu 1a9adb444e skins: make all skins aware of the new borders 2019-12-18 18:54:17 +01:00
shagu 3334c7469f modules: make all modules aware of the new borders 2019-12-18 18:54:09 +01:00
shagu a75204540e api: add hidpi detection in pixel calculation 2019-12-18 18:54:00 +01:00
shagu bcadf4b2d9 api: use proper backdrop sizes on small borders 2019-12-18 18:53:50 +01:00
shagu 1cf0d24fcd api: add function to query configured bordersizes 2019-12-18 18:53:41 +01:00
shagu 40c6bf704a api: preparation to use perfect pixels on borders
Add some preparation to allow perfect sized borders on all backdrops.
There's no option set yet to avoid broken borders on other elements.
An option that is enabled by default will be added as soon as all modules
are prepared to use pfUI.border instead of reading the config on their own.
2019-12-18 18:53:31 +01:00
shagu d56922e7bd skins: add tbc compatible friendlist skin 2019-12-18 18:53:20 +01:00
shagu a9eb5d34d4 socialmod: adjust code to make it work on tbc 2019-12-18 18:53:10 +01:00
shagu d81cf38d5c skins: add spacing to the profession searchbox 2019-12-17 13:43:37 +01:00
shagu 57f56823eb skins: fix profession/craft search editbox anchor 2019-12-17 13:09:56 +01:00
Eric Mauser e1e603558a readme: update image sizes 2019-12-17 12:46:30 +01:00
shagu b4925fc9fb combatlogfix: auto reset combat logs for tbc
Fixes the combatlog break bugs that exist since patch 2.4 by simply
clearing the whole log on every update. This is required in order
to receive new log events. Otherwise, addons like Omen or Recount
won't work and simply don't receive any new data at a given time.
2019-12-17 11:52:13 +01:00
shagu 7fa7f3b3dd actionbar: smoothen all events to a single update
Smoothen all events and limit the buttons to one full update per frame.
Rework the queue lists to be indexed by slots, so that one button can't
be included more than once. This will buffer bulk events, like during
shapeshifting and alike. This provides a massive performance boost on
event floods. Some events have also been entirely removed and some where
sorted to where they belong to.
2019-12-17 10:52:26 +01:00
shagu 1988c30675 actionbar: move usable update into own function
Don't trigger full updates on usable changes. Also removing the
`UPDATE_INVENTORY_ALERTS` event, as it is no longer in use.
2019-12-16 12:02:25 +01:00
shagu 2492abf843 librange: abort on non-healing classes 2019-12-16 11:02:14 +01:00
shagu bf493645c1 actionbar: only refresh required slot changes 2019-12-16 10:43:04 +01:00
shagu 2e9bfdd2c5 translations: update tables 2019-12-15 15:21:21 +01:00
shagu 687d75f8a0 api: add function that calculates a real pixel 2019-12-13 20:59:57 +01:00
shagu 13942d4c53 librange: use native rangechecker for tbc 2019-12-12 21:31:20 +01:00