Showing results 1 to 25 of 80
Search took 0.01 seconds.
Search: Posts Made By: wereHamster
Forum: Released AddOns 01-09-11, 02:54 PM
Replies: 64
Views: 42,268
Posted By wereHamster
The coolDown source has a new home at:...

The coolDown source has a new home at: https://github.com/wereHamster/coolDown. You can download a prebuilt package here: https://github.com/wereHamster/coolDown/downloads

My other projects...
Forum: Released AddOns 03-02-08, 04:55 PM
Replies: 64
Views: 42,268
Posted By wereHamster
The link is dead, I'm sorry about that. I will...

The link is dead, I'm sorry about that. I will re-upload the addon. There are still some rough edges in the code that need to be ironed out. Particularly the configuration is quite difficult to do,...
Forum: Released AddOns 01-12-08, 05:30 PM
Replies: 64
Views: 42,268
Posted By wereHamster
/ifm but I suggest you don't use unreleased...

/ifm

but I suggest you don't use unreleased addons, saves you quite some trouble...
Forum: Released AddOns 01-09-08, 12:47 PM
Replies: 64
Views: 42,268
Posted By wereHamster
Working on a new version. You will be able to...

Working on a new version. You will be able to create several 'docks', each with its own set of cooldowns. For example one dock for spells, one for inventory items, one for pots etc.

For those who...
Forum: Released AddOns 09-25-06, 03:46 PM
Replies: 31
Views: 16,692
Posted By wereHamster
The combatlog scanner should work fine, I don't...

The combatlog scanner should work fine, I don't even know who in my raid has HealSync installed and who not.
I don't know why Blizzard decided that, but the client doesn't receive combatlog events...
Forum: Released AddOns 09-25-06, 08:25 AM
Replies: 31
Views: 16,692
Posted By wereHamster
Now if the tank is at 75% do all 5-6 healers cast...

Now if the tank is at 75% do all 5-6 healers cast the spell? That would be an immense waste of mana..

The trick is to make a healer priority, the priority healers don't abort, all other abort if...
Forum: AddOn Search/Requests 09-15-06, 04:43 AM
Replies: 10
Views: 4,070
Posted By wereHamster
With a little hacking it could be possible to do...

With a little hacking it could be possible to do this in Xgl. Just tell the compositing manager to draw firefox always on top (even if the window doesn't have focus). Since alt-tabbing happens...
Forum: General Authoring Discussion 09-11-06, 02:43 AM
Replies: 2
Views: 3,294
Posted By wereHamster
You forgot 'this', there should...

You forgot 'this', there should be:
this:RegisterEvent("VARIABLES_LOADED");
Forum: General Authoring Discussion 09-06-06, 03:51 PM
Replies: 1
Views: 2,484
Posted By wereHamster
same in every version

same in every version
Forum: General Authoring Discussion 09-05-06, 02:13 AM
Replies: 1
Views: 2,491
Posted By wereHamster
No, not possible.

No, not possible.
Forum: Released AddOns 09-02-06, 09:28 AM
Replies: 31
Views: 16,692
Posted By wereHamster
Foxy, can you try this and see if it...

Foxy, can you try this and see if it helps?

HealSync.lua, around line 111 there's the function that's used to sort the heal table, something like this:
local function sort(left, right)
return...
Forum: Released AddOns 09-01-06, 11:00 AM
Replies: 31
Views: 16,692
Posted By wereHamster
Right now I'm sorting by start-time, I also could...

Right now I'm sorting by start-time, I also could sory by the approximate time when the heal will land on the target and all you'd need to do is look if your bar (the red one) is at the top or not.
Forum: Released AddOns 08-31-06, 03:37 AM
Replies: 31
Views: 16,692
Posted By wereHamster
http://www.wowinterface.com/forums/showpost.php?p=...

http://www.wowinterface.com/forums/showpost.php?p=24285&postcount=13

This addon was not designed for click-casters..
Forum: General Authoring Discussion 08-28-06, 05:15 AM
Replies: 6
Views: 4,459
Posted By wereHamster
The first return value is the localized name, the...

The first return value is the localized name, the second the uppercase english name. That's why ckknight did:
local _, race = UnitRace("player")
Forum: Released AddOns 08-26-06, 03:15 AM
Replies: 31
Views: 16,692
Posted By wereHamster
Now that the ace svn is for developers only and...

Now that the ace svn is for developers only and closed to the public, I've uploaded the newest version here.

enjoy
Forum: Released AddOns 08-24-06, 04:39 AM
Replies: 31
Views: 16,692
Posted By wereHamster
I just updated HealSync, the new version is in...

I just updated HealSync, the new version is in the ace svn repo. I'll let the folks on CG beta-test it and once the major bugs are fixed (not that I expect any) I'll upload it here to WoWI.

If you...
Forum: Released AddOns 08-22-06, 07:24 AM
Replies: 64
Views: 42,268
Posted By wereHamster
There are options you set once or twice, like the...

There are options you set once or twice, like the colors or minumim durations. And there are options you may need to change often, moving the frame is one of them (and the only one I can imagine),...
Forum: Released AddOns 08-22-06, 06:04 AM
Replies: 64
Views: 42,268
Posted By wereHamster
okok.. fixed in 0.3.0.3 ... and sorry for all the...

okok.. fixed in 0.3.0.3 ... and sorry for all the trouble I've made you
Forum: Released AddOns 08-22-06, 05:57 AM
Replies: 64
Views: 42,268
Posted By wereHamster
You guys are always so pessimistic.. :p

You guys are always so pessimistic.. :p
Forum: Released AddOns 08-22-06, 04:47 AM
Replies: 64
Views: 42,268
Posted By wereHamster
OMG your global environment must be trashed! I...

OMG your global environment must be trashed!

I think I fixed it. I was iterating over all objects in the global environment to clear/hide all the buttons and that obviously will take longer if you...
Forum: Released AddOns 08-22-06, 03:58 AM
Replies: 64
Views: 42,268
Posted By wereHamster
It's impossible to make an addon both simple and...

It's impossible to make an addon both simple and flexible.



You're free to write a small configuration frame... if it's written well enough and looks nice, I even may include it.
After all.. that's...
Forum: Released AddOns 08-21-06, 07:08 PM
Replies: 64
Views: 42,268
Posted By wereHamster
I've had the same report on the curse-gaming...

I've had the same report on the curse-gaming site, but I'm not sure if it's really my fault. Granted, the code isn't optimized very well and due to the added item/trinket scanner it will eat more...
Forum: Released AddOns 08-21-06, 04:37 PM
Replies: 64
Views: 42,268
Posted By wereHamster
I know about that, will be eventually fixed.. if...

I know about that, will be eventually fixed.. if I find out how to fix this
Forum: Released AddOns 08-21-06, 02:28 PM
Replies: 64
Views: 42,268
Posted By wereHamster
no, not at this time

no, not at this time
Forum: Released AddOns 08-21-06, 04:46 AM
Replies: 64
Views: 42,268
Posted By wereHamster
0.3.0.0 shouldn't create that much garbage, the...

0.3.0.0 shouldn't create that much garbage, the dependency on spellBook is removed and the spell/item scanning code is much cleaner/faster now
Showing results 1 to 25 of 80