Results: 736Comments by: Aezay
File: TipTac03-31-19
Mightyconan Look for the "Name Typ...
Posted By: Aezay
Mightyconan Look for the "Name Type" drop down on the General category page. Perhaps I should rename the option to "Name & Title" so it's more clear that it also controls the title. everville Thanks for posting a fix. It's in the new release. Spiderkeg I'm impressed Spiderkeg, you've been around since the very beginning of T...
File: TipTac07-22-18
Some of the border issues might be...
Posted By: Aezay
Some of the border issues might be fixed with today's release, but it might take a release more to get it fully ironed out.
File: AzCastBar09-21-16
Miiru Interesting. I wonder if tha...
Posted By: Aezay
Miiru Interesting. I wonder if that has always been bugged, or the API changed at some point. Thanks for reporting this.
File: TipTac08-22-16
Slothlish Isn't that part of the d...
Posted By: Aezay
Slothlish Isn't that part of the default tooltip in WoW? TipTac shouldn't be modifying these. Jayhog This is actually because the frames you've added are not a GameTooltip widget. This doesn't cause any issues in TipTac, but TipTacItemRef doesn't check for this and thus causes issues for non-GameTooltips. I'll be fixing this, b...
File: AzCastBar08-10-16
chaud Do you have the plugins enab...
Posted By: Aezay
chaud Do you have the plugins enabled? Make sure the acb_* addons are enabled alongside with AzCastBar and AzCastBarOptions. The error you're seeing is happening in the Reset button's OnClick function, so it shouldn't just be happening on it's own.
File: TipTac08-10-16
Bizerk I think that is just the cu...
Posted By: Aezay
Bizerk I think that is just the current border used, it has some alpha pixels near the outline. If you used a solid border texture, this may non longer be an issue. This frame is just using normal anchoring functions, as well as the frame:SetClampedToScreen() function, so if there is some kind of inherit frame offset towards the scr...
File: Examiner08-05-16
Farami You OK with me using some o...
Posted By: Aezay
Farami You OK with me using some of that code for the next update? As for displaying the correct itemLevel for certain items, of course I am interested in that as well. How did you end up fixing it? Been thinking about a fix myself, and the only reasonable approach I've concluded, is to do tooltip scanning. Any other way, such...
File: Examiner08-04-16
Farami Sounds great that you've up...
Posted By: Aezay
Farami Sounds great that you've updated this. Would you mind posting a screenshot of it?
File: TipTac08-04-16
beargrills The tooltip border does...
Posted By: Aezay
beargrills The tooltip border does seem to have been changed by TipTac, but nothing else. Perhaps there is a conflict with another addon. Try turning off all your addons, except TipTac and verify that it still occurs. Bizerk In what way is the Bottom Right anchor not working? Are all other anchor points working for you? Have you...
File: Examiner07-24-16
Yeah, I figured as much. The issue...
Posted By: Aezay
Yeah, I figured as much. The issue is with the "GetUpgradedItemLevel.lua" helper. I wonder if its even possible to update this using the current method. I think the only way forward, is to resort to tooltip scanning to get the real itemLevel. As far as I know Blizzard still haven't added a way to get the real itemLevel from an ite...
File: AzCastBar07-23-16
Let me know if the new update is ca...
Posted By: Aezay
Let me know if the new update is causing issues, as I have no access to WoW to test it out myself.
File: TipTac07-21-16
Well, I decided to put out an updat...
Posted By: Aezay
Well, I decided to put out an update, even though it may still have problems. Once I figure out what the other issues are, I'll post another update.
File: Examiner07-21-16
Thanks for letting me know Spiderke...
Posted By: Aezay
Thanks for letting me know Spiderkeg, you're always so helpful! It's almost impossible to believe its working as is, but if you find any issues, please let me know. Thanks again!
File: QBar07-21-16
Wasn't even aware QBar was still wo...
Posted By: Aezay
Wasn't even aware QBar was still working up until now. The GetAuctionItemClasses() function was removed. Line 23 should be replaced with the following: local QUEST_TOKEN = GetItemClassInfo(LE_ITEM_CLASS_QUESTITEM or 12); Are you able to test if this change is all that is needed? If so I will put up an update. If you encounter...
File: TipTac07-20-16
It seems like there are other probl...
Posted By: Aezay
It seems like there are other problems besides the UnitIsTapped/UnitIsTapDenied change. Unsure if I should put out a new release until all issues are resolved.
File: TipTac12-07-15
Lowpita Added an extra line to the...
Posted By: Aezay
Lowpita Added an extra line to the changelog to clarify that it was fixed. The actual fix was done in the TipTacItemRef addon, so it was not displayed for the main TipTac addon.
File: TipTac05-14-15
Re: Change the Border of Item Icon attatched on Itemtooltip
Posted By: Aezay
I want to Change the Border of Item Icon attatched on Itemtooltip by color of item quality(ex. Purple for heroic). That would be an easy thing to do, but since the tooltip itself changes the border color depending on the item quality, it's not a feature of TipTac/TipTacItemRef.
File: TipTac02-26-15
It might have something to do with...
Posted By: Aezay
It might have something to do with the issue described here: http://wow.curseforge.com/addons/tip-tac/tickets/100-tip-tac-is-blanking-out-some-tooltips-of-titan-panel/ Basically, if the tooltip is anchored to the mouse, any normal frame anchored tooltip may get semi-anchored to the mouse too, as TipTac isn't checking for the tool...
File: TipTac02-15-15
menace97 TipTac only positions too...
Posted By: Aezay
menace97 TipTac only positions tooltips are are being anchored to the default anchor. Bag, bank and actionbar tooltips are normally anchored to the frame which caused the tooltip. If you want a different behaviour, you'll have to ask the authors of your bag, bank or actionbar addons to make the tooltips use the default anchor.
File: Texture Browser02-15-15
Re: Error on use, no textures showing
Posted By: Aezay
Recompense Does this version work fine, or are there other bugs? http://aezay.dk/addons/
File: TipTac01-15-15
The two I posted are the only two s...
Posted By: Aezay
The two I posted are the only two saying "Targeting" in English, the one you posted only say "Target". I'll see what I can do about putting the realm on another line. It may cause some issues with other features, such as color blind mode, which makes it a little risky to change around without being able to test live.
File: TipTac01-14-15
3) That is really odd though, becau...
Posted By: Aezay
3) That is really odd though, because it's probably the most requested feature. Someone could make a killing with such an addon it would appear. 4) Ah, I see. So for the setting, you'd like to see another option? Maybe truncated realm name to 3 or 5 letters? Or would you prefer them moved to another line? 5) Just looked at the...
File: TipTac01-14-15
1 Change font and fontsize of the t...
Posted By: Aezay
1 Change font and fontsize of the the hp/mana bars - Options -> Bars -> "Font Face" & "Font Size" 2 set hight of hp/mana bars - Options -> Bars -> "Bar Height" 3 show item level of a player in tooltip - That is not a feature I want to have in TipTac. 4 shorten relam names / Titels - Could you give an example, how do you wish t...
File: TipTac01-14-15
Actually, the reason I did it diffe...
Posted By: Aezay
Actually, the reason I did it differently is because of how Lua works. There are only ever one instance of a string. This means that it's super easy and fast to compare two strings, as it doesn't have to compare character by character. But once you start creating new strings, as you do with string.sub(), it takes more cpu time etc. I...
File: TipTac01-13-15
Thanks again ywfn for all your help...
Posted By: Aezay
Thanks again ywfn for all your help. I've just put up an update, not sure if I managed to include all the fixes. If not, let me know. As for this taking so long? Well, it's properly just a lack of motivation, that, plus I often forget about it. I'll see if I can be a little quicker in the future.