Commit Graph

2156 Commits

Author SHA1 Message Date
shagu e4251d35b6 unlock: add dock to unlock mode 2018-08-18 17:16:29 +02:00
shagu 662f3df76a gui: remove duplicate focus config 2018-08-18 17:09:56 +02:00
shagu 5312b54101 castbar: instantly hide casts on name change 2018-08-16 18:09:34 +02:00
shagu 9fa7efa4ad eqcompare: round comparison values 2018-08-15 23:21:17 +02:00
shagu 45b4468774 castbar: instantly hide on non-existing units 2018-08-14 20:19:25 +02:00
shagu bd7a26227b hdgraphic: new module to inject video settings 2018-08-12 11:55:14 +02:00
shagu 7a4c29fe10 hdgraphic: remove maximum graphic detail option 2018-08-12 11:41:29 +02:00
shagu 211d0d789e unlock: update minimum transparency on draggers 2018-08-11 22:17:40 +02:00
shagu b374bee9bc unlock: entire rewrite of the unlock mode 2018-08-11 22:11:02 +02:00
shagu 7292ae19a8 libcast: only update player delay on active casts 2018-08-10 17:02:38 +02:00
shagu 8d3c7048de panel: directly use slotids for durability scan 2018-08-09 21:26:59 +02:00
shagu 016e60c266 libtipscan: get rid of the stripPos function 2018-08-09 21:04:38 +02:00
shagu 63bb6553f2 libtipscan: get rid of the tooltip clearing 2018-08-09 20:50:07 +02:00
shagu 059e3c4cc7 panel: fix wrong event in exp module 2018-08-09 20:12:32 +02:00
shagu 15a1dfa2e6 chat: reduce memory by preloading colors 2018-08-09 18:57:45 +02:00
shagu 6d6055ebe2 chat: reduce memory by prebuilding strings 2018-08-09 18:57:39 +02:00
shagu 7656ac6733 chat: reduce memory by preloading url functions 2018-08-09 18:57:26 +02:00
shagu 2b3a4355b6 libdebuff: reduce table creations 2018-08-09 18:57:26 +02:00
shagu 8fb69e0181 libcast: reduce table creations 2018-08-09 18:57:22 +02:00
shagu 5790491f6e libspell: replace unpack with static returns
Due to known garbage issues when calling unpack
too often by using the wow lua 5.0 api, removing
unpack and replacing it by static return values
2018-08-09 17:27:36 +02:00
shagu 5d7a82127a unusable: add option to choose the color 2018-08-08 23:39:59 +02:00
shagu 5e9c7b9011 panel: replace update inventory alert events
This event is now disabled as most servers flood this event
even on other peoples durability changes. Therefore the event
would run about 50 times per minute (depending on the population)
while being in AFK in a capital city. We hopefully might be able
to bring that back, once the most popular servers accept the fix.

Related issue:
https://github.com/LightsHope/issues/issues/786
2018-08-08 22:22:33 +02:00
shagu 44a4aa522c eqcompare: add proper support for atlasloot 2018-08-08 18:48:26 +02:00
shagu c2ff2851ec gui: remove addon names from translation tables 2018-08-07 19:15:57 +02:00
Artur Morozov 9434281d58 translation: update ruRU 2018-08-07 02:06:38 +03:00
shagu e0bdd383e7 hdgraphic: no longer set UIParent sizes 2018-08-06 23:37:33 +02:00
shagu aec86c843b eqcompare: fix bad formatting 2018-08-06 23:37:10 +02:00
shagu 9fcc7cd0fe hdgraphic: also run uiscaling on an earlier step 2018-08-06 23:17:27 +02:00
shagu 6924ce5ccb translations: update tables 2018-08-06 21:09:30 +02:00
Qcat be22168e1d translations: update zhTW 2018-08-06 21:06:29 +02:00
Qcat 272c90173c translations: update zhCN 2018-08-06 21:06:14 +02:00
shagu e9c49e4f15 toc: update version to 3.13.0 2018-08-05 22:12:17 +02:00
shagu ea056e3834 libspell: fix typo in variable name
thanks @dein0s
2018-08-05 22:10:50 +02:00
shagu 019c980eea api: reduce memory load in HookScript call 2018-08-05 22:00:55 +02:00
shagu 6e90b0149f gui: sort components list 2018-08-05 21:53:18 +02:00
shagu 07ddb24ff0 tooltip: reduce memory load on unit detection 2018-08-05 21:44:53 +02:00
shagu 7f65c4115e eqcompare: reduce memory load of item comparison 2018-08-05 21:36:42 +02:00
shagu 5a56567fff panel: move gold cache into the global pfUI_cache 2018-08-05 19:47:44 +02:00
shagu c1af327105 core: introduce a new global cache variable 2018-08-05 19:41:09 +02:00
shagu 338e913860 readme: add simple chat issue to faq 2018-08-05 18:28:26 +02:00
shagu fbddb33a2c translations: update esES 2018-08-05 11:54:25 +02:00
shagu 8aa8ac64a3 toc: update to 3.12.0 2018-08-03 21:18:51 +02:00
shagu 4ca48fe559 skin: fix invalid index when using empty wdb dir 2018-08-03 21:17:18 +02:00
shagu 5554ebce0b readme: remove other-addon section 2018-08-01 19:02:13 +02:00
shagu 83eb342a5b thirdparty: fix bagsort button appearance
* re-enable both bagsorter integrations by default
* remove redundant events
* add bagsort thirdparty variable
* add priority to mrplow over sortbags
2018-08-01 19:01:02 +02:00
Road-block 2545962499 thirdparty: add MrPlow bagsorting integration 2018-08-01 19:00:39 +02:00
shagu 44b95f002b readme: add pfcast to command overview 2018-07-31 21:32:04 +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 1cebe52e29 chat: put the hooking itself into the condition 2018-07-30 23:56:21 +02:00