Results: 1740Comments by: Tuller
File: Dominos08-25-14
I don't actually maintain OmniCC....
Posted By: Tuller
I don't actually maintain OmniCC. That beta version was for the last expansion or so.
File: Dominos08-24-14
You mean like this? http://www.wow...
Posted By: Tuller
You mean like this? http://www.wowinterface.com/downloads/info19110-DominosBeta.html
File: Dominos Beta08-21-14
Are you getting any error messages?...
Posted By: Tuller
Are you getting any error messages? Do you have the taint log stuff enabled?
File: Dominos Beta08-17-14
Yes, tullaRange will be updated. I...
Posted By: Tuller
Yes, tullaRange will be updated. I don't plan on implementing tullaRange (or tullaCC for that matter) into Dominos because there's nothing in the addon that is dependent on Dominos for it to work, and quite a few actually use tullaRange with other action bar addons.
File: OmniCC08-08-14
http://wowprogramming.com/docs/widg...
Posted By: Tuller
http://wowprogramming.com/docs/widgets/FontInstance/SetFont
File: tullaRange08-08-14
I don't think there's any reason yo...
Posted By: Tuller
I don't think there's any reason you can't just update the TOC and have it work in WoD. I'll be working on an update and switching stuff over to the new C.Timer API.
File: Dominos Beta07-30-14
Dominos doesn't save keybinding inf...
Posted By: Tuller
Dominos doesn't save keybinding information in its profiles.
File: Dominos Beta07-23-14
Do you have bar 1 set to show stuff...
Posted By: Tuller
Do you have bar 1 set to show stuff on 7 when in a certain form/stance/etc? (Same with 3)
File: Dominos Beta07-19-14
Beta coming
Posted By: Tuller
Dominos is dependent on AceDB, which has a minor issue in the beta. Once that's fixed, I'll start posting updates.
File: Dominos07-08-14
Try this. In Dominos_XP/xp.lua F...
Posted By: Tuller
Try this. In Dominos_XP/xp.lua Find this bit: function XP:UpdateTexture() local LSM = LibStub('LibSharedMedia-3.0', true) local texture = (LSM and LSM:Fetch('statusbar', self.sets.texture)) or DEFAULT_STATUSBAR_TEXTURE self.value:SetStatusBarTexture(texture) self.value:GetStatusBarTexture():SetHorizTile(true) s...
File: Dominos07-07-14
I've not actually heard of that iss...
Posted By: Tuller
I've not actually heard of that issue. Are you tracking reputation, or have you installed something like SharedMedia?
File: Dominos06-20-14
There's a few possibilities: #1: H...
Posted By: Tuller
There's a few possibilities: #1: Have you installed any new addons recently? #2: What happens if you click the button with your mouse? #3: What bar numbers are you using?
File: Dominos04-30-14
You can also try reducing padding v...
Posted By: Tuller
You can also try reducing padding via a bar's right click menu.
File: tullaCC04-21-14
Yes, play around with config.lua in...
Posted By: Tuller
Yes, play around with config.lua in a text editor.
File: tullaCC04-09-14
Yeah I'll need more detail than tha...
Posted By: Tuller
Yeah I'll need more detail than that :)
File: Dominos03-30-14
@ Tuller: What about the two proble...
Posted By: Tuller
@ Tuller: What about the two problems with the Pet bar? Are they fixed too? Green flashing attack icon for some classes pets and the warlock green fire Quest where you take over a deamon and it dosen't show the pet bar of it? Green icons: I suspect that this is related to your button skinning addon. Dominos isn't actually responsib...
File: Dominos03-29-14
5.4.10 should fix that (not sure wh...
Posted By: Tuller
5.4.10 should fix that (not sure why I missed it in the first place :P)
File: Dominos02-24-14
Noted :P
Posted By: Tuller
Noted :P
File: tullaCC02-10-14
Well that was dumb of me to not ver...
Posted By: Tuller
Well that was dumb of me to not verify :P I'll have it fixed sometime later today.
File: Dominos12-08-13
The fact that the tooltips are work...
Posted By: Tuller
The fact that the tooltips are working (indicating that it figured out the right action ids) but the icons are not is pretty bizarre.
File: Dominos11-24-13
That's not something Dominos suppor...
Posted By: Tuller
That's not something Dominos supports through the in game UI (though Bartender does). You'd need to edit the file barStates.lua.
File: Dominos11-23-13
You're asking for this, right? bar...
Posted By: Tuller
You're asking for this, right? bar1 (starts fading in) -> bar2 (waits x amount of time, then starts fading in) bar2 (starts fading out) -> bar1 (waits x amount of time, then starts fading out) Dominos doesn't currently support doing this, and I don't know if its something I'd implement since would be a relatively esoteric featu...
File: Dominos11-16-13
Yes, 5.4.8 is there to hopefully fi...
Posted By: Tuller
Yes, 5.4.8 is there to hopefully fix issues like this :)
File: Dominos11-13-13
My priest leveled up and a new spel...
Posted By: Tuller
My priest leveled up and a new spell (PW:Shield) was added: Interface action failed because of an Addon 2x AddOn "Dominos" tried to call the protected function ":SetAttribute()". !BugGrabber-r198-release\BugGrabber.lua:552: in function Dominos-5.4.7\multiActionBarFixer...
File: tullaCC11-10-13
Hey there.. Is there a way to remo...
Posted By: Tuller
Hey there.. Is there a way to remove the timer from the Grid 2 Frames? It is overlaying the buffs/debuffs so i can't see which buffs/how many stacks people got.. :) /cheers Grid needs to have a way to apply noCooldownCount = true to every cooldown it creates. How do I make red letter "m" is responsible for the minutes? You'l...