Results: 1740Comments by: Tuller
File: Dominos02-24-18
Have you tried using negative paddi...
Posted By: Tuller
Have you tried using negative padding on a bar?
File: Dominos11-18-17
Hi, i wanna switch from Bartender t...
Posted By: Tuller
Hi, i wanna switch from Bartender to Dominos but im not sure about how i set up my vehicle and possesbar. In Bartender i had my main bar 1 as vehicle and possesbar and i had it hidden unless i were in a vehicle with that code show;show;hide. If i put that on the bar1 on dominos it's just get empty, even in the options. So how do...
File: Dominos10-22-17
Re: Dominos spell direction.
Posted By: Tuller
Hello, Is there any way to reverse the extra portal direction? It happens automatically when I move the action bar above center of my screen, but i do not want it up there. Thank you! Link to image: https://ibb.co/i2W3d6 No, but the algorithm should have made those expand upwards.
File: tullaCC07-14-17
Re: Error
Posted By: Tuller
getting this error whenever im in a group/raid! Message: Interface\AddOns\tullaCC\display.lua:19: Attempt to access forbidden object from code tainted by an AddOn Time: 07/13/17 22:00:30 Count: 41 Stack: Interface\AddOns\tullaCC\display.lua:19: Attempt to access forbidden object from code tainted by an AddOnInterface\SharedXML\...
File: Dominos07-07-17
Re: Config Menu
Posted By: Tuller
When right clicking any bars, I'm not getting the options window. Any ideas? That usually means Dominos_Config isn't installed/enabled for some reason.
File: Dominos05-04-17
Hi there! thanks for this addon btw...
Posted By: Tuller
Hi there! thanks for this addon btw, I love how little CPU it uses! So to my question, Im in the middle of rebuilding my UI and I would like to make my xp/rep/artifact bars become vertical and track the values vertically instead of horizontally. I see that I can make it a tall bar, but it still tracks it horizontally. Anyway of...
File: Dominos03-28-17
Set the faded opacity slider to 0,...
Posted By: Tuller
Set the faded opacity slider to 0, and then set the showstate to 70;show
File: Dominos10-28-16
Dominos_Bufftimes isn't a thing I m...
Posted By: Tuller
Dominos_Bufftimes isn't a thing I maintain :)
File: Dominos09-01-16
Re: No Menu and Help button icons
Posted By: Tuller
Hi, Is any way to update icons for menu/escape button and for help/customer support button? Is show a ? sign instead original icons. I make a picture to show. I delete cache and interface folders in wow folder and reinstall addons but is same Thank you https://s21.postimg.org/hdpuk6y5z/wow_menu.jpg I'd rather not replace the bli...
File: Dominos08-31-16
Config mode -> right click bar -> u...
Posted By: Tuller
Config mode -> right click bar -> uncheck auto switch modes
File: Dominos08-26-16
I'm not sure is you're aware but So...
Posted By: Tuller
I'm not sure is you're aware but SolidIce A$$Hats are still hosting Dominos at the 6.1.9 version The "official" locations for Dominos are wowi, curse, and github. Any other locations that may host the addon are place that I've not actually uploaded the thing to, so caveat emptor. Additionally, I tend to new post releases a bit earl...
File: Dominos08-25-16
Probably not, since that's more a t...
Posted By: Tuller
Probably not, since that's more a thing I expect to see on unitframes/nameplates.
File: Dominos08-19-16
@DreamsUnderStars: Try 100;25 as a...
Posted By: Tuller
@DreamsUnderStars: Try 100;25 as a showstate. That'll set a bar to 100% opacity in combat, and 25% outside. @lwoodya: Have you tried binding to something in the Blizzard bindings menu to see what happens?
File: Dominos08-11-16
The intent is that you'd use Masque...
Posted By: Tuller
The intent is that you'd use Masque to style the action buttons.
File: Dominos08-01-16
For future reference: /framestack
Posted By: Tuller
For future reference: /framestack
File: Dominos07-30-16
Do you have Dominos_Totems installe...
Posted By: Tuller
Do you have Dominos_Totems installed on your shaman? If so get rid of it :P
File: Dominos07-28-16
@soyolas Dominos already obeys the...
Posted By: Tuller
@soyolas Dominos already obeys the setting that controls that. @denq: Oh, I read your code wrong. I thought you were trying to add buttons that the class bar was not detecting, not remove them. I'll think about it, but also suggest that you can already take an action bar, stick the spells you want on it, and shrink that down t...
File: Dominos07-26-16
Ugh, why would they not increase Ge...
Posted By: Tuller
Ugh, why would they not increase GetNumShapeshiftForms()? :P
File: Dominos07-24-16
This release should move the roll...
Posted By: Tuller
This release should move the roll frame, and a bunch of other stuff. Dominos_Roll is disabled by default because its definitely in a poorly tested state now, versus the rest which should be fairly stable.
File: Dominos07-23-16
It's actually sortof doable now; in...
Posted By: Tuller
It's actually sortof doable now; in Dominos_Progress/main.lua change line 10 from: self.bars = { Addon.ExperienceBar:New('exp', { 'xp', 'reputation', 'honor' }), Addon.ArtifactBar:New('artifact', { 'artifact' }) } to: self.bars = { Addon.ExperienceBar:New('exp', { 'xp', 'reputation', 'honor', 'artifact' }) }...
File: Dominos07-23-16
Right click the bar in config mode...
Posted By: Tuller
Right click the bar in config mode and check. Lock Display Mode (which needs a better name). When checked, you can swap between the various modes via clicking the bar.
File: Dominos07-23-16
Reputation display issues should no...
Posted By: Tuller
Reputation display issues should now be fixed. @Kalec: Thanks for the report. Did I mention I wish Dominos didn't handle moving the roll stuff? :) @Tonyleila: That sounds like you're running on a realm that isn't running the new patch yet.
File: Dominos Beta07-19-16
Compress values only compresses val...
Posted By: Tuller
Compress values only compresses values that are less than whatever threshold Blizzard has set, which i think is 100k or above.
File: Dominos Beta07-12-16
Re: feature requests
Posted By: Tuller
For Dominos Progress I'll be adding: * Lock display mode - When unchecked, the xp bar will auto switch between honor, reputation, and xp * Compress values - Will convert to the 99k notation * Show labels - When unchecked, bars will just display min / max (+bonus) Additionally, I'll probably just display ARTIFACT_POWER instead o...
File: Dominos Beta07-11-16
Actually it should be: local sho...
Posted By: Tuller
Actually it should be: local showMinimapButtonToggle = GeneralPanel:Add('CheckButton', { name = L.ShowMinimapButton, get = function() return ParentAddon:ShowingMinimap() end, set = function(_, enable) ParentAddon:SetShowMinimap(enable) end }) showMinimapButtonToggle:SetPoint('TOP', linkedOpacityToggle, 'BOTTOM', -8, -10...