shagu
459eac8ec8
actionbar: enable keydown triggers for tbc
2020-02-19 18:36:25 +01:00
shagu
fdbf6715dc
focus: enable native focus units for tbc
2020-02-17 18:37:26 +01:00
shagu
f0019bd6a0
prediction: always keep the highest heal value
...
Perform a soft-reset of heal values whenever the equipment
changes or when the player learns or unlearns any skills.
2020-02-16 12:04:52 +01:00
shagu
726c34dde5
prediction: add support for prayer of healing
2020-02-15 10:53:35 +01:00
shagu
0ed0b66ac7
castbar: add option to display ranks
2020-01-31 22:55:52 +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
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
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
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
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
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
886c69dbf7
config: settings to disable the new border system
2019-12-18 18:54:26 +01:00
shagu
3334c7469f
modules: make all modules aware of the new borders
2019-12-18 18:54:09 +01:00
shagu
a9eb5d34d4
socialmod: adjust code to make it work on tbc
2019-12-18 18:53:10 +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
bf493645c1
actionbar: only refresh required slot changes
2019-12-16 10:43:04 +01:00
shagu
46133f54a9
actionbar: reduce time spent in update functions
...
* Introduce a list of buttons that need updates instead of iterating over all
* Introduce a list of all ever created buttons
* Move all (update/event/button)lists from bars into local space
* Replace integer button iterators with pairs iteration
* Rename ButtonUpdate to ButtonRangeUpdate as it no longer holds any other calls
2019-12-11 20:50:06 +01:00
shagu
f3b704a082
actionbar: fix self and this variable scoping
2019-12-11 18:54:10 +01:00
shagu
61422e082d
actionbar: buffer and separate frequent events
2019-12-11 08:04:01 +01:00
shagu
549f2b9456
actionbar: add option to disable reagent counter
2019-12-10 21:32:16 +01:00
shagu
2659f24bdb
actionbar: assign scripts only once per bar
2019-12-10 21:32:15 +01:00
shagu
26d2eeb2c6
actionbar: unified button events and updates
...
Use a unified OnEvent and OnUpdate handler, in order to avoid
registering events for each of the 120 action-buttons.
2019-12-10 21:32:06 +01:00
shagu
d6d5abdebc
tooltip: add option to display itemIDs
2019-12-05 21:54:03 +01:00
shagu
a5df9db348
libtooltip: add tooltop library for extended infos
...
Add tooltip library, based on the sellvalue item hooks,
in order to obtain extended gametooltip data, that can be used
to query the current GameTooltip for ItemLink and ItemID.
2019-12-05 21:49:12 +01:00
shagu
c90c0ea8ba
cooldown: add fontsize option for frametypes
2019-12-04 17:29:07 +01:00
shagu
b86ce8adef
bags: fix icon textures on bank bag slots
2019-11-09 20:14:46 +01:00
shagu
cf3bff92b2
bags: use already existing constant for max bags
2019-11-08 15:58:21 +01:00
shagu
1335624c65
bags: fix amount of bankslots in tbc
2019-11-07 22:11:23 +01:00
shagu
842a0cd982
unlock: only open config gui on existing entries
2019-11-04 09:22:40 +01:00
shagu
f4db399d08
chat: try to match extended clinks first
2019-10-29 07:24:18 +01:00
shagu
1588f9ad5d
chat: replace all kind of clinks with real links
2019-10-28 20:27:35 +01:00
shagu
af85f1b08c
player: fix dropdown menu on tbc
2019-10-19 10:42:37 +02:00
shagu
5b4e92e0e8
xpbar: restore unlocked positions on reload
2019-10-14 22:41:59 +02:00
shagu
656da011a6
minimap: only hide toggle button if existing
2019-10-03 01:19:14 +02:00
shagu
cb54e164ff
xpbar: avoid nil error when reaching maxlevel
2019-10-01 20:07:39 +02:00
shagu
748e1d0405
buff: allow to cancel weapon enchants on tbc
2019-09-27 13:30:18 +02:00
shagu
ef3ec0bb9c
chat: fix clink messages for tbc
2019-09-25 14:45:47 +02:00
shagu
02c1863ab4
chat: add additional tbc chat channels
2019-09-25 14:45:23 +02:00