Showing results 1 to 25 of 127
Search took 0.01 seconds.
Search: Posts Made By: Iriel
Forum: General WoW Chat 10-08-16, 01:20 PM
Replies: 15
Views: 29,831
Posted By Iriel
I plan on attending! ~ added

I plan on attending! ~ added
Forum: General WoW Chat 09-18-15, 09:07 PM
Replies: 30
Views: 38,184
Posted By Iriel
I expect to be there - be scared if need be. ~...

I expect to be there - be scared if need be. ~ added
Forum: Chit-Chat 04-27-13, 10:48 PM
Replies: 35
Views: 33,708
Posted By Iriel
If i'm there, i'm there (and since I have a...

If i'm there, i'm there (and since I have a ticket, that's highly probable!)
Forum: General Authoring Discussion 10-17-11, 01:33 PM
Replies: 9
Views: 9,489
Posted By Iriel
While the goal of your code is noble and the...

While the goal of your code is noble and the general idea is sound, it has some serious performance issues for code that runs every frame in an OnUpdate, which I would suggest you resolve if for no...
Forum: General WoW Chat 09-19-10, 04:55 PM
Replies: 43
Views: 28,901
Posted By Iriel
Count me in!

Count me in!
Forum: Cataclysm Beta 09-12-10, 09:29 PM
Replies: 35
Views: 16,403
Posted By Iriel
You can do that now, but you can't do it with any...

You can do that now, but you can't do it with any functions that the secure part of WoW uses because such a thing would cause massive taint. That's the reason why the existing hooksecurefunc does not...
Forum: Cataclysm Beta 09-12-10, 02:43 PM
Replies: 6
Views: 4,373
Posted By Iriel
I'm told that a bug in the C api has been found...

I'm told that a bug in the C api has been found and will be fixed in a subsequent release.
Forum: Cataclysm Beta 09-12-10, 02:40 PM
Replies: 35
Views: 16,403
Posted By Iriel
Bear in mind that the 'secure' part is only...

Bear in mind that the 'secure' part is only required for the actual click-to-do-something functionality. There's absolutely nothing stopping AddOn code from layering on top of the frames any amount...
Forum: Chit-Chat 07-16-09, 11:59 PM
Replies: 43
Views: 19,668
Posted By Iriel
Meeeeee.eee.

Meeeeee.eee.
Forum: Chit-Chat 09-27-08, 12:25 AM
Replies: 22
Views: 9,341
Posted By Iriel
I love benihana, it's a bit pricey but hey, it's...

I love benihana, it's a bit pricey but hey, it's a special event.
Forum: Chit-Chat 09-13-08, 11:38 AM
Replies: 67
Views: 35,072
Posted By Iriel
Dinner: Affirmative Disney: Negative

Dinner: Affirmative
Disney: Negative
Forum: General Authoring Discussion 08-26-08, 02:18 PM
Replies: 8
Views: 5,706
Posted By Iriel
You can put your own code in the on state changed...

You can put your own code in the on state changed method on the header, then run whatever you need in there (It obviously can't do secure stuff, but it sounds like you're just trying to update...
Forum: General Authoring Discussion 08-21-08, 10:25 PM
Replies: 15
Views: 5,772
Posted By Iriel
Your problem is almost certainly that you're...

Your problem is almost certainly that you're doing all those operations BEFORE the saved variables are loaded, and the game then simply restores the old value of the table.
Forum: Lua/XML Help 08-21-08, 06:38 PM
Replies: 4
Views: 3,136
Posted By Iriel
The SecureStateHeader is no more in 3.0 Take a...

The SecureStateHeader is no more in 3.0

Take a look at this:

http://www.iriel.org/wow/docs/SecureHeadersGuide%20-%20draft7.pdf
Forum: Lua/XML Help 08-21-08, 04:52 PM
Replies: 4
Views: 3,136
Posted By Iriel
Can you wait until WoW 3.0 comes out (or are you...

Can you wait until WoW 3.0 comes out (or are you in the beta already?) This kind of thing is soon going to be much easier there.
Forum: General Authoring Discussion 08-18-08, 07:00 PM
Replies: 16
Views: 9,602
Posted By Iriel
Just because you didn't find it doesn't mean it's...

Just because you didn't find it doesn't mean it's not there.



You're just making it worse, this is a complex system, there are complex API's.. Just because you dont understand it doesn't make it...
Forum: General Authoring Discussion 08-18-08, 06:55 PM
Replies: 16
Views: 9,602
Posted By Iriel
I do wonder if you're going to apologise when you...

I do wonder if you're going to apologise when you read the replies.
Forum: General Authoring Discussion 08-18-08, 06:54 PM
Replies: 16
Views: 9,602
Posted By Iriel
You might want to check out the SpellHasRange API...

You might want to check out the SpellHasRange API function, which almost certainly also works properly.
Forum: General Authoring Discussion 08-18-08, 06:53 PM
Replies: 16
Views: 9,602
Posted By Iriel
... nil also is returned for spells that are not...

... nil also is returned for spells that are not ranged, like lightning shield (self only)
Forum: Iriel's Castle 12-07-07, 12:03 AM
Replies: 14
Views: 6,391
Posted By Iriel
Hm.. I'm here (yay for someone, I suppose).. I...

Hm.. I'm here (yay for someone, I suppose).. I know not of the Titan plugin you refer, and suspect that the compatibility issues lie on the titan side rather than the bookworm side, but if you have...
Forum: Iriel's Castle 02-15-07, 01:37 AM
Replies: 2
Views: 1,781
Posted By Iriel
This is a bit tricky, and how useful it is to you...

This is a bit tricky, and how useful it is to you depends heavily on the textures you're using. We've basically got three tricks we can do using SetTexCoord to render any kind of curve section:

1)...
Forum: Iriel's Castle 12-08-06, 01:10 AM
Replies: 12
Views: 43,251
Posted By Iriel
Yup, I just haven't gotten to it yet (nor a...

Yup, I just haven't gotten to it yet (nor a couple of other straggler mods).. Harass me if I haven't posted an update within the next 7 days 8-)
Forum: General Authoring Discussion 08-19-06, 02:17 PM
Replies: 1
Views: 3,011
Posted By Iriel
My experience has been that for most situations...

My experience has been that for most situations like this there's an arbitrary delay due to effects like latency. I would recommend that you test it (multiple times) to see if it behaves consistently...
Forum: Iriel's Castle 08-10-06, 12:16 AM
Replies: 11
Views: 5,583
Posted By Iriel
If you can narrow it down to an offending addon...

If you can narrow it down to an offending addon (just start up with each of those other ones disabled until red range works again) I can look into making RedRange work around/with it.
Forum: Iriel's Castle 08-09-06, 12:26 PM
Replies: 11
Views: 5,583
Posted By Iriel
Can you confirm that you're using the standard...

Can you confirm that you're using the standard blizzard action buttons, and dont have any addons that also attempt to do action buttton stuff?

(A quick test is to disable all of your other addons,...
Showing results 1 to 25 of 127