Results: 192Comments by: tayedaen
File: eXtreme Unit Buttons06-06-07
Was asking more from a point of vie...
Posted By: tayedaen
Was asking more from a point of view of a developer to another developer. There seems to be allot of changes hidden in that one line of quoted change log (above). Hm, thats a long story. And it's not about raiding, it's about bug fixing. While looking at the code to implement the cooldown spinner, I noticed a severe performance...
File: eXtreme Unit Buttons06-06-07
Re: 1.7a problem with Hammer of Wrath
Posted By: tayedaen
Originally posted by Cosmic Cleric Bug Report Since using the 1.7a, my Hammer of Wrath spell is always blinking now, not just when it can be used (< 20% health of target). Hi ! I suspect that this is not a real bug, but something I've done on purpose to circumvent a blizzard bug. local usable, nomana = IsUsableSpell(myB...
File: eXtreme Unit Buttons06-05-07
@Oximoron: Swiftmend and nature's...
Posted By: tayedaen
@Oximoron: Swiftmend and nature's swiftness are working correctly for you ?
File: eXtreme Unit Buttons06-05-07
Originally posted by Cosmic Cleric...
Posted By: tayedaen
Originally posted by Cosmic Cleric Anything specific we should look out for while testing it? If you click the link, then there's a changelog. Look out for the cooldown, and post your feelings about it ;) And I would like to get freedback from someone who raids or use a LARGE number of buttons for some other reason.
File: eXtreme Unit Buttons06-04-07
Hi ! I posted an alpha/beta of m...
Posted By: tayedaen
Hi ! I posted an alpha/beta of my work: v1.7 alpha. Its under the patch section. Feel free to use it, and report your findings. best regards tayedaen
File: eXtreme Unit Buttons06-02-07
@Oximoron: Yes, this looks good to...
Posted By: tayedaen
@Oximoron: Yes, this looks good to me, and I think it should work. I have an idea what is wrong already, but I'm just rewriting a lot of code ATM. When the code ist stable again, I will then present my code review to big E. And I hope he will then release a new version that works for you. best regards tayedaen
File: eXtreme Unit Buttons06-02-07
@Oximoron. Can you please post you...
Posted By: tayedaen
@Oximoron. Can you please post your all your specifications from '/XUB config' ?
File: eXtreme Unit Buttons06-02-07
I discovered a severe performance b...
Posted By: tayedaen
I discovered a severe performance bug in 1.6: WRONG (code from 1.6): if ( myButton.Status ~= myPreviousState ) then GOOD: if ( myButton.State ~= myPreviousState ) then This bug is realy nasty since he never pops up a lua error, while at the same time beeing the biggest contributor to lag caused by this mod. Because of...
File: eXtreme Unit Buttons05-31-07
see some documentation here: http:...
Posted By: tayedaen
see some documentation here: http://www.wowinterface.com/forums/showthread.php?t=2520
File: eXtreme Unit Buttons05-31-07
Hi ! Yes, I just discovered the...
Posted By: tayedaen
Hi ! Yes, I just discovered the developers documentation. What I mean with builtin cooldown? Change in 'extremUnitButtons.XML':
File: eXtreme Unit Buttons05-31-07
Hi Big E ! I just studied your c...
Posted By: tayedaen
Hi Big E ! I just studied your code because I want to include the standard blizzard cooldown. I already succeed (locally), but it's not tested enough yet. But while looking at your code, I noticed two things: 1) It's SUPER clean and well documented !!! 2) Sometimes you use XUG instead of XUB. While I am really happy with...
File: FuBar_VampwatchFu05-26-07
Updated german translation
Posted By: tayedaen
Hi ! I've updated the german translation ;) L:RegisterTranslations("deDE", function() return { = "|cffffffffVampwatch|r|cff00ff00Fu|r", = "VampwatchFu", = "Jayrox - Bleeing Hollow", = { "/vwfu" }, = "Titel anzeigen", = "VampwatchFu Titel anzeigen", = "Vampirber\195\188hrung anzeigen", = "Vampirbe...
File: RatingBuster05-23-07
bugfix
Posted By: tayedaen
Hi ! I debugged it today (german client here ) It's a simple typo, and easy to fix ( if you've found it ;) ) Open 'StatLogic-1.0.lua', search for 'local strutf8lower = string.utf8lower' Then change OLD: -- Add all lower case strings to local strutf8lower = string.utf8lower for _, l in ipairs({enUS, koKR, zhTW, deDE, frF...
File: eXtreme Unit Buttons03-16-07
Originally posted by Elenesski I'...
Posted By: tayedaen
Originally posted by Elenesski I'm aware of the party issue .. for now just do a "/xub p" to reapply the party. As for German WOW, I will be making a change (V1.4) that will eliminate the use of the word "Rank" (english) from the code base allowing any user who can understand the english interface to use a non-English WoW versio...
File: eXtreme Unit Buttons03-16-07
Hallo Elenesski, did you read my...
Posted By: tayedaen
Hallo Elenesski, did you read my bug report below? I retested it with 1.3c and nothing has changed. Additionally I have the problem with the party buttons not showing up after I new party members enter. I have to '/XuB config --> Apply' all the time to get them shown. best regards tayedaen P.S. Since I use german Wo...
File: eXtreme Unit Buttons03-13-07
Hi ! First: I think this is real...
Posted By: tayedaen
Hi ! First: I think this is really a GREAT addon. I already recommended it to all my friends. Now I have to make a suggestion and a bug report. Suggestion: Please show the Cooldown on a button the same way blizzard shows it (clockwise rotating fade). It should be simple to do that by inheriting the Blizzard Cooldown, like...
File: FuBar_VampwatchFu03-05-07
Hi ! There is a small bug in the...
Posted By: tayedaen
Hi ! There is a small bug in the german localization. wrong: = true, right: = "Vampwatch", You are only allowed to use "true" in the base locale ;) And yes, I also would like to see the addon posted on http://files.wowace.com/ The reason is I always update all my ACE-Plugins via WoWACE-Updater - and that only works i...