Download
(183Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 04-22-23 01:36 PM
Addon for:
OmniCC.
Pictures
File Info
Compatibility:
Embers of Neltharion (10.1.0)
WOTLK Patch (3.4.1)
Classic (1.14.3)
TBC Patch (2.5.4)
Updated:04-22-23 01:36 PM
Created:07-07-10 07:20 PM
Downloads:22,225
Favorites:127
MD5:

OmniCC Beta  Popular! (More than 5000 hits)

Version: 10.1.0-beta1
by: Tuller [More]

This is the beta version of OmniCC. Odds are, there will be bugs
The latest stable version of OmniCC can be found here.


Confused? Check the Wiki!

Changes since Waffles

  • Extracted the timer scheduling code from the timer code.
  • Created two scheduling engines for the timer: One based on the Animation system, and one based on the classic OnUpdate methods, with the animation system used by default. If you're experiencing crashes when using OmniCC, try switching to the OnUpdate engine.
  • To switch to the OnUpdate engine, use
    Code:
    /omnicc setengine classic
  • To switch back to the Animation engine, use
    Code:
    /omnicc setengine animation

GitHub:

OmniCC development has moved from GogleCode to GitHub. The intention is to make it easier for people to fork/contribute to OmniCC development (and also for me to learn about git). Writing code for me typically gets your request implemented faster than asking me to write it myself :P

Submitting bugs & feature requests:

In order of preference, here's where you should submit bug reports and feature requests:
  1. GitHub
  2. Here on WoWI
I read/have RSS feeds for everywhere, so don't think too much about it

OmniCC Changelog

10.1.0
  • Update TOCs for 10.1.0

10.0.5
  • Update TOCs for 10.0.7

10.0.4
  • Update TOCs for 10.0.5

10.0.3
  • Update TOCs for 3.4.1

10.0.2
  • Update TOCs for 10.0.2
  • NOTE: OmniCC's options menu is now no longer a part of the main options menu, to avoid issues introduced with Dragonflight's UI changes. To bring up the options menu, use either the /omnicc or /occ slash commands.

10.0.1
  • Tagging as release

10.0.0
  • Update TOCs for 10.0.0

9.2.1
  • Updated TOCs for 9.2.5, 3.4.0, 2.5.4, and 1.14.3.

9.2.0
  • Updated TOCs for 9.2.0, 2.5.3, and 1.14.2

9.1.6
  • Whoops, I forgot that 9.1.5 introduced a new Maximum Cooldown Duration setting (thanks Lyrex)
  • Setting the maximum duration slider to 0 will enable cooldowns of any duration
  • Adjusted default for max duration to be 0 instead of 600

9.1.5
  • TOC updates for 1.14.1 and 9.1.5

9.1.0
  • TOC updates for WoW 9.1.0

9.0.10
  • Update TOCs for Burning Crusade Classic

9.0.9
  • Update TOCs for 1.13.7

9.0.8
  • The cooldown opacity setting is now only applied when set at an opacity value under 100%
  • Update TOCs values for 9.0.5

9.0.7
  • Updated Korean translation (thanks, WetU)
  • Updated Russian translation (thanks mone-ennen)
  • Fixed an issue when upgrading from OmniCC versions prior to 8.1 or so
  • Added a setting to disable auto disabling of blizzard cooldown text /run OmniCC.db.global.disableBlizzardCooldownText = false; ReloadUI()

9.0.6
  • Replaced the Draw Cooldown Swipes with a Cooldown Opacity slider
  • Updated Russian Localization (thanks, Artur91425)

9.0.5
  • Update TOCs for 1.13.6
  • Add a nil check when deciding to hide cooldown spirals or not
  • Build process updates

9.0.4
  • Updated TOCs for 9.0.2

9.0.3
  • Fix cases where cooldowns may not properly refresh

9.0.2
  • Fixed an error for when OmniCC attempts to display configuration for rules with missing id values

9.0.1
  • Apply default rulesets only when a profile is first created. This fixes an issue with deleting the defaults.

9.0.0
  • Finish effects will now trigger immediately for cooldowns that are soon to complete, but were overridden by the GCD.
  • Added a new setting, Timer Offset, to adjust the end point for timers to account for things like spell queue windows and latency.
  • Added predefined rules for Action Bars, nameplates, and auras
  • Updated TOCs for the Shadowlands pre-patch

8.3.6
  • Deferred loading of OmniCC_Config until you either use /omnicc or click on it in interface options
  • Updated Ace3 packages for compatibility with World of Warcraft Shadowlands
Post A Reply Comment Options
Unread 07-16-10, 01:51 PM  
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 146
Uploads: 6
Originally posted by Tuller
That's the soon to expire color, which is set to 10 seconds right now and will be reduced to 5 seconds.
oh ok, and what time was it in the old versions?
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 03:56 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
5 seconds in OmniCC 2
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 09:39 PM  
psychosonic
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Tuller
Two possible reasons:
You're not running any addons that are registering fonts with LSM (such as SharedMedia).
All the fonts that have been registered are not valid.
thank you for your response. I'd like to use the font "DeckerB". can you please help me?
Report comment to moderator  
Reply With Quote
Unread 07-21-10, 11:30 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
I'm thinking I was benchmarking OmniCC 3 incorrectly, and that OmniCC 2 may actually use less CPU than 3 did. I'll be doing more testing this weekend, and my end up reverting OmniCC 3 to reuse a good bit of OmniCC 2's codebase :P


@psychosonic:
Can you use the font for other parts of your interface? If so, then its a OmniCC bug.
Report comment to moderator  
Reply With Quote
Unread 07-21-10, 06:38 PM  
psychosonic
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Tuller
@psychosonic:
Can you use the font for other parts of your interface? If so, then its a OmniCC bug.
Yes. I can use it with other addons. for example: dxe, msbt, omen, recount...
Last edited by psychosonic : 07-21-10 at 08:52 PM.
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 10:05 AM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Originally posted by Tuller
I'm thinking I was benchmarking OmniCC 3 incorrectly, and that OmniCC 2 may actually use less CPU than 3 did. I'll be doing more testing this weekend, and my end up reverting OmniCC 3 to reuse a good bit of OmniCC 2's codebase :P
Keep it as light as you can CPU wise, even trim down everything except for the essential code (you could rename it to OmniCC Lite). I guess it's nearly impossible for any cooldown addon to have a low CPU usage though.
Report comment to moderator  
Reply With Quote
Unread 07-24-10, 11:46 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by psychosonic
Yes. I can use it with other addons. for example: dxe, msbt, omen, recount...
What addon includes the font?
Report comment to moderator  
Reply With Quote
Unread 07-24-10, 12:19 PM  
psychosonic
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Tuller
What addon includes the font?
I have no idea. I only know the font is there, and I can use it with other addons.
omnicc does not show any fonts in.

p.s.: as I said, libsharedmedia is installed.
Last edited by psychosonic : 07-24-10 at 12:19 PM.
Report comment to moderator  
Reply With Quote
Unread 07-24-10, 12:46 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
LibSharedMedia does not add fonts. SharedMedia does. But, I need to know what addon is giving you the font to be able to reproduce the issue.
Report comment to moderator  
Reply With Quote
Unread 07-24-10, 05:06 PM  
psychosonic
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Tuller
LibSharedMedia does not add fonts. SharedMedia does. But, I need to know what addon is giving you the font to be able to reproduce the issue.
I'm stumped. but here is my addon list:

atlasloot
bagnon
bartender4
buttonfacade
classtimer
clique
dxe
EnhancedColourPicker
Grid
LibSharedMedia-3.0
Mapster
MikScrollingBattleText
omen
omnicc
ora3
ouf
pallypower
pminimap
ratingbuster
recount
SharedMedia
SharedMedia_MyMedia
tiptac
xloot

maybe it helps you so.
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 03:33 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
@psychosonic
My best guess would be the MyMedia addon. You can doublecheck by disabling addons one by one.

@Skylinee
The way to make it more lightweight would be a zero config addon with a few options dropped.
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 05:56 PM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
If you're looking for extreme lightweight, I use an ancient version of OmniCC Basic - no config . Works like a charm, cuz Tuller knows how to write kick-ass addons
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 12:31 PM  
blizzart
A Murloc Raider
 
blizzart's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 111
Uploads: 7
with the new version i havent any cooldown, it looks like complete broken.
only config works.
__________________
Kryptik @ Die Arguswacht
Report comment to moderator  
Reply With Quote
Unread 07-26-10, 06:15 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
@blizzart:
Unfortunately, that does not tell me that much. Are you getting any lua errors? Did you remove all OmniCC folders prior to install?

@MoonWitch:
http://github.com/Tuller/tullaCooldownCount
I may or may not throw it on wowi at some point in time, but it's the successor to OmniCC_Basic.
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 12:24 AM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Bugsack error

Error with beta6, and using sharemedia.
Code:
1x OmniCC_Config\widgets\fontSelector.lua:88: <unnamed>:SetText(): Font not set
OmniCC_Config\widgets\fontSelector.lua:88: in function `UpdateFont'
OmniCC_Config\widgets\fontSelector.lua:75: in function `SetFontID'
OmniCC_Config\widgets\fontSelector.lua:179: in function `CreateScrollChild'
OmniCC_Config\widgets\fontSelector.lua:213: in function <...erface\AddOns\OmniCC_Config\widgets\fontSelector.lua:208>
<in C code>: in function `SetParent'
Interface\FrameXML\InterfaceOptionsFrame.lua:24: in function `InterfaceOptionsList_DisplayPanel':
Interface\FrameXML\InterfaceOptionsFrame.lua:46: in function `InterfaceOptionsListButton_OnClick':
<string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>

Locals:
self = <unnamed> {
 0 = <userdata>
 fontID = "Avenir LT 55 Roman"
 fontText = <unnamed> {}
}
fontID = "Avenir LT 55 Roman"
fetchFont = <function> @ OmniCC_Config\widgets\fontSelector.lua:19:
FONT_HEIGHT = 18

  ---
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: