Commit Graph

1727 Commits

Author SHA1 Message Date
shagu 913571e36b afkcam: ensure the afkcam won't get started twice 2022-03-23 00:52:29 +01:00
shagu c74170f053 eqcompare: check for tooltip text before using it 2022-01-20 10:37:16 +01:00
shagu 4ebff6ba09 unusable: enable module for tbc clients 2021-12-24 12:30:02 +01:00
shagu b14a314993 raid: use border size of alignment anchor 2021-12-13 04:13:37 +01:00
shagu a4796e6c85 unitframes: option to fade health to custom color 2021-12-13 03:20:28 +01:00
shagu c38a55a89e unitframes: add new unitstring for raidframes 2021-12-13 03:15:13 +01:00
shagu 90dc763411 unitframes: add option for reverse unitstr text 2021-12-12 22:50:21 +01:00
shagu 8c61f1fbbb nameplates: add support for mobhealth2 2021-12-10 15:02:23 +01:00
shagu ecbb1c0241 nameplates: queue events to update call 2021-12-07 01:34:51 +01:00
shagu e95a912b6a xpbar: update rested bonus on event 2021-11-09 18:01:43 +01:00
shagu 9127d37890 fonts: add invisible combat text font
source: https://github.com/adobe-fonts/adobe-blank
2021-10-31 13:17:02 +01:00
shagu 5cdf8403bc gui: switch custom size order
it's more natural to have this sorted by x, y.
2021-10-24 14:40:57 +02:00
shagu ef3af4bc56 unitframes: adjust custom portrait code
* align indentation to codestyle
* remove option to enable custom size
* remove obsolete translations
2021-10-24 14:21:18 +02:00
Mr_Rosh c957fbe638 unitframes: add option for custom portrait size 2021-10-22 19:51:11 +03:00
shagu 9a9d659fa2 fonts: add option to use orignal game fonts 2021-10-11 21:01:57 +02:00
shagu 452b7e15bb readme: remove obsolete discord button, add donate 2021-10-08 16:54:05 +02:00
Cameron Weaver (Clutch) 7bc293246d bags: hide shaguscore on stacked items 2021-09-08 21:02:51 +02:00
Cameron Weaver (Clutch) cff11e2c26 bags: display shaguscore values on bag items 2021-09-01 10:09:55 +02:00
shagu 5987dd2b33 core: add option to use blizzard borders 2021-08-25 18:22:46 +02:00
shagu c4d6a33098 xpbar: switch to frame levels instead of strata 2021-08-25 17:46:39 +02:00
shagu 8b05665819 tooltip: detect right position on hidden panels 2021-08-25 17:19:39 +02:00
shagu 5c3c252365 bags: reduce size if panels are hidden 2021-08-25 17:18:20 +02:00
shagu e52484c09a socialmod: don't hide class buttons without skins 2021-08-24 20:07:45 +02:00
shagu 46c5320535 actionbar: add cooldowns to scanned vanilla macros 2021-08-01 15:12:16 +02:00
shagu 3d561954cb castbar: keep default casting bars hidden 2021-07-15 19:36:07 +02:00
shagu ee61e306f2 actionbar: attach pagemaster to bars table 2021-05-06 10:26:04 +02:00
shagu c840a70175 actionbar: avoid adding updates to invalid bars 2021-05-06 10:06:04 +02:00
Daturo 98d9f4c164 addonbuttons: ignore cartographer notes 2021-04-07 18:05:46 +02:00
Maczuga d02fae4657 unlock: writable x and y coords popup
Example: https://cdn.discordapp.com/attachments/695634717613228043/823649632633749514/unknown.png

You cannot actually edit those boxes. There are 2 things being wrong with it:
1. It awaits an "Escape" button press to modify value, seems counterintuitive, addons like ElvUI do that on Enter press.
2. It does not update values. SetPoint uses previous values, new value is never being used.

This fixes the boxes and mimics the ElvUI behavior for Enter button being the "save" action.
2021-03-23 00:16:53 +01:00
shagu 689aca82a1 mapreveal: add option to show exploration points 2021-02-24 17:41:56 +01:00
shagu 7a33a57e39 map: add option to set a static tooltip scale 2021-02-08 08:27:36 +01:00
shagu 02b887b5f5 nameplates: check for valid limits on buff anchors 2021-02-02 17:40:08 +01:00
shagu ae77e55330 actionbar: allow to put actions on bar in combat
skip custom drag stop events during combat to allow
client actions to be run instead of tainting the ui.
2021-02-02 17:32:59 +01:00
shagu 616b726a76 chat: adjust chat history colors 2021-01-20 16:35:20 +01:00
shagu ffcda0b044 chat: add option to display chat history 2021-01-18 17:36:09 +01:00
shagu ab3d853f02 unitframes: add support for focus target frames 2021-01-18 16:15:45 +01:00
shagu c4e0bb7a76 chat: detect and disable chat parsing on combatlog 2021-01-18 16:12:41 +01:00
shagu 8a1842e2af chat: use unified function for chat hooks 2021-01-18 16:11:45 +01:00
shagu cf17478277 screenshot: enable module for tbc 2021-01-12 17:03:59 +01:00
shagu 28875d51de nameplates: satisfy outdated versions of omnicc
Old versions of OmniCC doesn't check the existance of frame names of unknown
foreign objects before accessing them:

    cooldown.textFrame.icon =
      --standard action button icon, $parentIcon
      getglobal(cooldown:GetParent():GetName() .. "Icon") or
      --standard item button icon,  $parentIconTexture
      getglobal(cooldown:GetParent():GetName() .. "IconTexture") or
      --discord action button, $parent_Icon
      getglobal(cooldown:GetParent():GetName() .. "_Icon");

Code like this leads to errors such as: 'attempt to concatenate a nil value'.

By this commit every single debuff icon of the pfUI nameplates will now have
a frame name. That doesn't fix the OmniCC root cause, but makes at least the
pfUI/ShaguPlates no longer responsible for showing it up...
2021-01-09 01:36:16 +01:00
shagu 3043f2f085 unitframes: add option to use custom fonts 2021-01-07 17:57:11 +01:00
shagu 6433e24013 unitframes: add option to customize heal color 2021-01-07 17:32:40 +01:00
shagu 16c3f0efe9 easteregg: fix grammar in new years message 2021-01-03 22:12:00 +01:00
shagu 7780dfac21 nameplates: add several health text format options 2021-01-03 16:54:25 +01:00
shagu 2700f85283 nameplates: add option to set hp text position 2021-01-03 16:13:10 +01:00
shagu 1eaea3df1a nameplates: add option to define raidicon position 2021-01-03 15:18:44 +01:00
shagu 17c1933aa7 thirdparty: add sheepwatch (tbc) skin 2021-01-03 14:53:06 +01:00
shagu cf5345ed69 easteregg: align explosion speed to framerate 2020-12-31 14:46:32 +01:00
shagu 4c739fe2cc bags: set alpha on all slots during search 2020-12-31 12:52:23 +01:00
shagu edc4371253 tooltip: clamp statusbar and text to screen 2020-12-29 05:18:22 +01:00