Showing results 1 to 25 of 196
Search took 0.01 seconds.
Search: Posts Made By: jaliborc
Forum: General Authoring Discussion 09-24-19, 07:52 PM
Replies: 4
Views: 3,414
Posted By jaliborc
while most would be possible, sounds like a...

while most would be possible, sounds like a massive undertaking that could taint the code and create forbidden errors in the end. In essence, you would have to hack every single text element in the...
Forum: Tutorials & Other Helpful Info. 05-20-19, 09:47 AM
Replies: 15
Views: 33,821
Posted By jaliborc
I'll ask. Thanks for the tip.

I'll ask. Thanks for the tip.
Forum: Tutorials & Other Helpful Info. 05-19-19, 03:23 PM
Replies: 15
Views: 33,821
Posted By jaliborc
Thanks! That's helpful. Anyone knows of any...

Thanks! That's helpful.
Anyone knows of any program to get beta keys for mod devs?
Forum: PTR API and Graphics Changes 01-24-19, 12:27 PM
Replies: 6
Views: 8,529
Posted By jaliborc
NANI!? This is incredible Next you will tell me...

NANI!? This is incredible

Next you will tell me they found the cure to cancer and humans got to Jupiter.
Forum: PTR API and Graphics Changes 03-30-17, 04:31 AM
Replies: 5
Views: 7,704
Posted By jaliborc
It looks also like they have someone new writing...

It looks also like they have someone new writing the lua code too. That or the dev completely changed his coding style making this new feature.
Its way more object oriented like addons tend to be.

I...
Forum: Legion Beta archived threads 05-15-16, 10:32 AM
Replies: 35
Views: 21,606
Posted By jaliborc
Omg, that had been a problem for such a long time.

Omg, that had been a problem for such a long time.
Forum: Lua/XML Help 11-24-15, 06:55 PM
Replies: 32
Views: 12,015
Posted By jaliborc
The only thing I can think of is that Bagnon uses...

The only thing I can think of is that Bagnon uses the ColorPickerFrame in the configuration panel.
Forum: WoD Beta archived threads 09-09-14, 10:30 AM
Replies: 40
Views: 37,688
Posted By jaliborc
Yeah, you're right. Though about it, but I never...

Yeah, you're right. Though about it, but I never seen anyone checking an addon information on performant critical situations (just checking if it is enabled to react accordingly, for example), so I...
Forum: WoD Beta archived threads 09-07-14, 07:27 PM
Replies: 40
Views: 37,688
Posted By jaliborc
I want to be able to check if an addon is enabled...

I want to be able to check if an addon is enabled without having to mess my code with loops on all my addons, so I made a library for this: https://github.com/Jaliborc/AddonList-1.0 (yeah, feels...
Forum: News 07-27-14, 12:33 PM
Replies: 141
Views: 105,660
Posted By jaliborc
Heish, unlucky number.

Heish, unlucky number.
Forum: News 07-27-14, 12:32 PM
Replies: 141
Views: 105,660
Posted By jaliborc
Poor students...

Poor students...
Forum: News 07-19-14, 04:36 PM
Replies: 141
Views: 105,660
Posted By jaliborc
1 through 57 inclusive? In other words, has 57...

1 through 57 inclusive? In other words, has 57 also been sent or only up to 56? I'm 57 :P
Forum: News 07-18-14, 12:10 PM
Replies: 141
Views: 105,660
Posted By jaliborc
Explaining p3lim further: Many of us simply...

Explaining p3lim further:



Many of us simply use the PTR to update the addons and have not played for years. Lucky me I bought one month of subscription two weeks ago because the PTR were down, so...
Forum: WoD Beta archived threads 07-07-14, 06:04 PM
Replies: 32
Views: 27,100
Posted By jaliborc
Pattern for me: one active EU account, no...

Pattern for me: one active EU account, no invite.



It's a collection of static functions, hardly more a class than any frame and much less than UIFrameCache.
Forum: WoD Beta archived threads 06-29-14, 05:09 AM
Replies: 32
Views: 27,100
Posted By jaliborc
Well, that argument goes a bit to waste with the...

Well, that argument goes a bit to waste with the new C_Timer, which is partly implemented in Lua. Unless they expect to rewrite C_Timer.NewTicker in C before release (I doubt), it does not make much...
Forum: WoD Beta archived threads 06-27-14, 06:01 PM
Replies: 32
Views: 27,100
Posted By jaliborc
Yeah you're right, forgot about that detail....

Yeah you're right, forgot about that detail. /facepalm
Forum: WoD Beta archived threads 06-27-14, 04:08 PM
Replies: 32
Views: 27,100
Posted By jaliborc
Has anyone heard any news on beta keys for addon...

Has anyone heard any news on beta keys for addon developers? We could use having some time to update the mods before launch :P
Forum: Lua/XML Help 02-01-14, 01:41 PM
Replies: 81
Views: 43,423
Posted By jaliborc
Well, the server language is really just a human...

Well, the server language is really just a human protocol. See for instance Aggra EU, it's even in the english category but it's a portuguese server.
Anyway, given the region you can have a table...
Forum: Lua/XML Help 02-01-14, 06:45 AM
Replies: 81
Views: 43,423
Posted By jaliborc
I think realmlist is really the way to go, and...

I think realmlist is really the way to go, and has been working son far for me. I'm want to detect connected servers, so I don't care about languages. If one really wants to know if a server is enUS...
Forum: Lua/XML Help 01-30-14, 06:53 AM
Replies: 81
Views: 43,423
Posted By jaliborc
Thanks or the heads up. Basically, it will...

Thanks or the heads up.



Basically, it will work as long as we don't assume realmlists start all with the same format. One might simply check the entire realmlist string, for example.
Forum: Lua/XML Help 01-27-14, 01:14 PM
Replies: 81
Views: 43,423
Posted By jaliborc
Like you mentioned, it is not guaranteed to...

Like you mentioned, it is not guaranteed to distinguish same locales on different regions, so it's not a solution. But thanks for the tip!



If you have been using it, then it's good enough for me!
Forum: Lua/XML Help 01-27-14, 11:28 AM
Replies: 81
Views: 43,423
Posted By jaliborc
Detect Current Region

I've been looking for ways of an addon to detect wether it is on the US, European or Chinese regions. One method I found was using the cvar "portal":


local region = GetCVar('portal')
if region ==...
Forum: Lua/XML Help 01-20-14, 09:43 AM
Replies: 4
Views: 3,332
Posted By jaliborc
I think you will need to parent it to a...

I think you will need to parent it to a ScrollFrame. There might be other solutions, but I think this is the onyl one.
Forum: Chit-Chat 01-02-14, 05:37 AM
Replies: 12
Views: 12,185
Posted By jaliborc
That should depend of your cooking level :D

That should depend of your cooking level :D
Forum: Chit-Chat 11-06-13, 08:16 AM
Replies: 28
Views: 28,324
Posted By jaliborc
Touché! Loved the kitchen designer analogy :D

Touché! Loved the kitchen designer analogy :D
Showing results 1 to 25 of 196