Results: 1740Comments by: Tuller
File: OmniCC Beta10-09-10
I changed the SV name since at leas...
Posted By: Tuller
I changed the SV name since at least one user had an issue when upgrading (personally, I do not). It still should be possible to write an upgrade script to handle OmniCC 3 to OmniCC 4. Its not my highest priority, though.
File: OmniCC Beta10-07-10
4.0.beta2
Posted By: Tuller
In the latest beta, I've reset settings by renaming the global variable to OmniCC4Config. Hopefully this will prevent the upgrade issues people are having. Also, cooldown text is now disabled on buffs by default. It was like this in the previous beta, too :P
File: OmniCC10-06-10
In the release version, you want to...
Posted By: Tuller
In the release version, you want to mess with the minimum font size slider. In the beta version, you want to mess with the minimum font size slider, as well as the "enable cooldown text" settings for the group that shadowed belongs to (odds are, either Aura or Base)
File: Dominos10-05-10
Nope!
Posted By: Tuller
Nope!
File: OmniCC10-04-10
The minion got confused, since you...
Posted By: Tuller
The minion got confused, since you pulled in the latest beta version :)
File: OmniCC Beta10-04-10
Hrm, guess the upgrade code hateas...
Posted By: Tuller
Hrm, guess the upgrade code hateas me. Do /run OmniCCGlobalSettings = nil; ReloadUI() Edit: Okay, I'm still not able to reproduce this. Here were my steps: * Do a clean install of OmniCC 3. * Log into game. * Log out. * Delete all OmniCC 3 folders. * Install OmniCC 4. * Log in.
File: OmniCC Beta10-03-10
4.0.beta1
Posted By: Tuller
I've released the first beta for OmniCC 4. The main differences between it and OmniCC 4 are per group settings, and the ability to alter text positioning. Some notes: 4 should work perfectly fine with the PTR/Cataclysm versions of WoW, provided that you enable out of date addons. I've not written interface to customize groups....
File: Dominos10-01-10
I'm thinking about implementing a v...
Posted By: Tuller
I'm thinking about implementing a vehicle ui (it won't be until before cataclysm) but until then, your unit frames should actually display that information.
File: tullaCC09-29-10
Updated in the cata branch: http:/...
Posted By: Tuller
Updated in the cata branch: http://github.com/Tuller/tullaCooldownCount/blob/cata/tullaCC/config.lua
File: OmniCC09-29-10
Originally posted by stepijunk Hi...
Posted By: Tuller
Originally posted by stepijunk Hi, I updated to the latest version from 2.5.9 and it stopped showing duration on buffs. I was using it for hot duration tracking. Now it shows only debuff and action bar ability timers. Can I re-enable buff timers somehow? Thanks. http://github.com/Tuller/OmniCC/wiki/General-FAQ
File: OmniCC09-28-10
I could just add endpoints that hav...
Posted By: Tuller
I could just add endpoints that have the "nearly always show" and "its broken if you see something" tags. Now, more about 4: Basically, I took the idea of the blacklist, and ran with it. Instead of having a single list that just prevents cooldown text from showing up, you can now define multiple lists, and assign custom settin...
File: OmniCC09-27-10
OmniCC 4
Posted By: Tuller
Even though OmniCC 3 is quite new, I'm actually developing a 4.0, which I hope to have a beta up for by the end of the week. Here's what the GUI is shaping up to look like: http://dl.dropbox.com/u/7341420/omnicc4.jpg
File: tullaCC09-27-10
The best suggestion I can give you...
Posted By: Tuller
The best suggestion I can give you is: http://wowprogramming.com/docs/api/UnitAura
File: tullaCC09-27-10
@Lane: What do you mean exactly?
Posted By: Tuller
@Lane: What do you mean exactly?
File: OmniCC09-27-10
Well, for OmniCC, you can increase...
Posted By: Tuller
Well, for OmniCC, you can increase the minimum font size slider until they disappear off of Grid.
File: Dominos09-26-10
The cataclysm version of dominos ==...
Posted By: Tuller
The cataclysm version of dominos == PTR version: http://www.wowinterface.com/downloads/info17988-DominosCataclysm.html @kappe: Hurray (for me :P). You probably want to post that as a but on either the official technical support or UI forums. @Niightblade: That's probably not something I'd implement.
File: OmniCC09-26-10
It is, provided you do the followin...
Posted By: Tuller
It is, provided you do the following: Set MM:SS to something other than not "never". Set it back to "never" Basically, I fixed the slider, but not the saved settings :P
File: OmniCC09-25-10
It does not look like its possible...
Posted By: Tuller
It does not look like its possible to add grid to the blacklist, since it uses nameless frames.
File: Bagnon09-24-10
Bank tooltip issues, as well as hig...
Posted By: Tuller
Bank tooltip issues, as well as highlighting issues typically means that you need to revisit your bank. Tooltip issues also sometimes mean that you have an addon conflict. @Aezay: You need to replace this part of the code in Bagnon/components/itemFrame.lua: for slot = 1, self:GetBagSize(bag) do local itemSlot = self:Get...
File: Dominos09-24-10
My standard response is: "check wit...
Posted By: Tuller
My standard response is: "check with all other addons disabled" :)
File: Dominos09-23-10
Its on my list of things to impleme...
Posted By: Tuller
Its on my list of things to implement with some of the new stuff in 4.0.x: I want to be able to do precise positioning via arrow keys.
File: OmniCC09-22-10
I reverted the 90s change in the la...
Posted By: Tuller
I reverted the 90s change in the latest version.
File: Dominos09-20-10
I don't intend on adding support fo...
Posted By: Tuller
I don't intend on adding support for displaying the bottom bar graphics.
File: OmniCC09-20-10
If you're talking about displaying...
Posted By: Tuller
If you're talking about displaying those timers on your action bars, then no. That's Inline Aura (on Curse). If you're talking about displaying those timers on the target frame's buff/debuff icons, then yes. They're filtered out by default and you need to adjust the minimum font size option.
File: OmniCC09-19-10
Oh, I did not mean as far as the li...
Posted By: Tuller
Oh, I did not mean as far as the line endings in the source files go. I meant, "I used multiline strings for localization, and the tooltips don't seem to like it that much."