| 00:00.40 | hyperChipmunk | I say color the outside pixel of the healthbar gold if they're soulstoned =) |
| 00:00.55 | hyperChipmunk | or purple |
| 00:01.06 | cladhaire | purple is what i was thinking. |
| 00:01.18 | hyperChipmunk | purple is the color of the effect |
| 00:01.25 | hyperChipmunk | that's the color I normally associate with SS |
| 00:01.29 | hyperChipmunk | think the buff is too |
| 00:02.07 | cladhaire | yeah |
| 00:02.11 | cladhaire | picka purple for me =) |
| 00:03.30 | hyperChipmunk | working on it |
| 00:05.01 | cladhaire | 886ac |
| 00:05.04 | cladhaire | 8816ac |
| 00:05.13 | hyperChipmunk | http://i74.thottbot.com/en/Interface/Icons/INV_Misc_Orb_04.jpg is the icon |
| 00:06.39 | cladhaire | I like 8816AC, but it could be brightened up a bit |
| 00:07.09 | hyperChipmunk | you have to bump up the V on any color you want to use |
| 00:07.10 | hyperChipmunk | so... |
| 00:07.20 | hyperChipmunk | try |
| 00:07.26 | hyperChipmunk | ca21ff |
| 00:07.49 | hyperChipmunk | or c000ff |
| 00:08.37 | cladhaire | which one? |
| 00:08.37 | cladhaire | lol |
| 00:08.52 | hyperChipmunk | either |
| 00:08.56 | cladhaire | the epic item color is really perfect imo = |
| 00:09.04 | cladhaire | i like the first one |
| 00:09.07 | hyperChipmunk | that's a constant |
| 00:09.33 | cladhaire | I'm scanning by texture name for SoulStone. |
| 00:09.37 | cladhaire | i should really do the same for feign death |
| 00:09.41 | cladhaire | since they're unique icons. |
| 00:09.49 | hyperChipmunk | FD isn't |
| 00:09.51 | cladhaire | then i can avoid tooltip scanning altogether |
| 00:09.54 | cladhaire | what else uses FD? |
| 00:09.55 | hyperChipmunk | there's one other that uses the same |
| 00:09.55 | cladhaire | as a buff |
| 00:09.57 | Mikma | purple background on healthbar? :P |
| 00:10.17 | CIA-13 | 03ckknight * r763 10FuBar/FuBar.lua: FuBar - tweaked adjustment code. |
| 00:10.19 | cladhaire | Mikma: No, its a tag to the right of the bar.. so you can see who has a SS active. |
| 00:10.30 | ckknight | Mikma, okay, get that FuBar, it should fix your problems |
| 00:11.05 | hyperChipmunk | i think there's a weapon debuff that does it |
| 00:11.23 | hyperChipmunk | I saw it on someone just last match |
| 00:12.05 | cladhaire | its a debuff tho? |
| 00:12.11 | cladhaire | cause i think its unique for buffs |
| 00:12.19 | hyperChipmunk | yes |
| 00:12.23 | cladhaire | dump the texture for me =) |
| 00:12.25 | cladhaire | when you get a chance |
| 00:12.28 | cladhaire | and i'll swap that out. |
| 00:12.36 | cladhaire | cleaned up the UpdateStatus code a lot.. and it needed it. |
| 00:12.41 | hyperChipmunk | Ability_RogueFeignDeath i think |
| 00:12.49 | cladhaire | DUMP IT |
| 00:12.50 | cladhaire | and tell me. |
| 00:12.57 | cladhaire | =) |
| 00:13.10 | hyperChipmunk | Ability_Rogue_FeignDeath i think |
| 00:13.13 | hyperChipmunk | dump it? |
| 00:13.26 | hyperChipmunk | er, disregard i think on the second one |
| 00:13.28 | cladhaire | How do people feel about mass-unregistering events from all action buttons, and setting all scripts to nil |
| 00:13.28 | hyperChipmunk | that's what it is |
| 00:13.39 | cladhaire | the second one? |
| 00:14.02 | hyperChipmunk | I pushed UP to go back, and inserted the underscore I missed |
| 00:14.05 | CIA-13 | 03ckknight * r764 10FuBar_MoneyFu/MoneyFu.lua: FuBar_MoneyFu - fixed nil bug. |
| 00:14.08 | hyperChipmunk | but i forgot to delete the 'i think' at the end |
| 00:14.16 | hyperChipmunk | the texture is Ability_Rogue_FeignDeath |
| 00:14.17 | Mikma | ckknight: thanks, i'll test it right now |
| 00:15.31 | Mikma | holy crap, i actually found the nasty code which was changing the MultiBarBottomLeft :D |
| 00:15.51 | ckknight | ? |
| 00:16.46 | Mikma | ckknight: i've been crying about 1.10 moving the MultiBarBottomLeft even if it has been moved to other position with SetPoint |
| 00:16.56 | ckknight | okay |
| 00:16.57 | CIA-13 | 03cladhaire * r765 10PerfectRaid/ (PerfectRaid.lua PerfectRaidLocals.lua): PerfectRaid: Added scanning for Soulstone buffs, and changed the scanning for Feign Death to a texture lookup to speed up the UpdateStatus() on dead members. |
| 00:17.25 | Mikma | UIParent.lua has this nasty code in it: |
| 00:17.30 | Mikma | UIPARENT_MANAGED_FRAME_POSITIONS["MultiBarBottomLeft"] = {baseY = 17, reputation = 9, maxLevel = -5, anchorTo = "ActionButton1", point = "BOTTOMLEFT", rpoint = "TOPLEFT"}; |
| 00:17.47 | Mikma | that is really nasty trick from blizz :( |
| 00:18.24 | ckknight | hr, |
| 00:18.26 | ckknight | rem* |
| 00:18.28 | ckknight | hrm* |
| 00:18.52 | ckknight | dammit, I still need a name for my tooltip lib |
| 00:18.53 | Mikma | that code will make sure the bar will always be moved back to it's original place |
| 00:20.10 | CIA-13 | 03cladhaire * r766 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Feign death is a buff. Not a debuff. So purposely changing your code from Buff to Debuff to detect FD is stupid. k. |
| 00:20.12 | ckknight | Cairenn, I need a name for my tooltip lib, can you give me one? |
| 00:20.29 | hyperChipmunk | lol |
| 00:20.44 | Cairenn | NeverPlayCardsWithAManNamedDoc |
| 00:20.54 | ckknight | ...? |
| 00:20.57 | hyperChipmunk | I think we have a winner |
| 00:20.59 | Cairenn | well, it's a tip |
| 00:21.13 | ckknight | basically, it shows information |
| 00:21.18 | Cairenn | SocketWrench |
| 00:21.20 | Cairenn | it's a tool |
| 00:21.24 | ckknight | take it out of the "tooltip" context |
| 00:21.37 | hyperChipmunk | ToolSnip |
| 00:21.40 | Cairenn | <== just woke up from an unintended nap |
| 00:21.54 | Cairenn | not really all here |
| 00:21.56 | ckknight | it shows information, you can interact with it by clicking on it, or detaching it and moving it |
| 00:21.57 | hyperChipmunk | ToolStrip |
| 00:22.07 | ckknight | why have tool in it? |
| 00:22.40 | Cairenn | ummmm |
| 00:22.46 | hyperChipmunk | cuz when someone looks on the download page and sees it, it ought to have at least some indication what it deals with |
| 00:22.49 | hyperChipmunk | I mean |
| 00:22.52 | Cairenn | gimme a few, I'll see if anything comes to me |
| 00:22.59 | hyperChipmunk | you could call it Stevo |
| 00:23.04 | ckknight | lol |
| 00:23.14 | ckknight | it just looks like a tooltip, it isn't actually one |
| 00:23.26 | ckknight | it just shows info |
| 00:23.39 | hyperChipmunk | InfoFrame |
| 00:24.00 | ckknight | I like the Info bit |
| 00:24.05 | ckknight | but not the frame bit |
| 00:24.48 | ckknight | hrm |
| 00:25.10 | hyperChipmunk | AINT...Ain't Is Not a Tooltip =P |
| 00:26.28 | ckknight | no acronyms |
| 00:26.33 | ckknight | and no recursive ones |
| 00:26.36 | ckknight | that was funny once |
| 00:26.37 | ckknight | then it died |
| 00:26.40 | ckknight | like 30 years ago |
| 00:26.52 | hyperChipmunk | actually, this is one place where an 'is not' fits |
| 00:26.58 | ckknight | yea |
| 00:27.12 | hyperChipmunk | because that's all you've been saying |
| 00:27.14 | ckknight | <cough>GNU can blow me</cough> |
| 00:27.16 | hyperChipmunk | IT"S NOT A TOOLTIP |
| 00:27.25 | ckknight | indoor voice |
| 00:29.46 | CIA-13 | 03cladhaire * r767 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Fixed an issue where the SS buff wouldn't clear, cause I didn't tell it to clear. |
| 00:31.16 | cladhaire | wow i can totally us ethis shit. |
| 00:32.39 | ckknight | apparently another name for ToolTip is ScreenTip |
| 00:33.36 | cladhaire | ook |
| 00:33.39 | cladhaire | i nee dpower infusion |
| 00:33.40 | cladhaire | AND innervate |
| 00:34.41 | Mikma | ckknight: well, now the castingbar disappears if i move it elsewhere and put auto-adjust on |
| 00:34.58 | ckknight | odd |
| 00:36.03 | ckknight | I check to see if the parent is UIParent, and that the x is the same as last time |
| 00:36.09 | Mikma | and if i do reloadui the castingbar appears somewhere on the screen |
| 00:36.12 | ckknight | if those aren't true, then it does nothing |
| 00:37.33 | Mikma | well if you sometime have enough time to test it i can point you my addon what i'm doing so you can test it yourself what i mean |
| 00:38.23 | ckknight | you're missing a preposition, but sure |
| 00:38.26 | ckknight | link? |
| 00:40.00 | Mikma | just a sec i'll zip it |
| 00:41.05 | Mikma | http://wow.reaktio.net/MAMi.zip .. remove the .zip to see the code |
| 00:42.27 | Mikma | i don't know does it give you an error about the line nr.8 because i haven't had the time to test it yet |
| 00:45.05 | ckknight | why do you have .txt files for every other file? |
| 00:45.13 | Mikma | symbolic links |
| 00:45.24 | ckknight | but why? |
| 00:45.45 | Mikma | you can't view the .xml with firefox so i made links to every file |
| 00:46.03 | ckknight | I got the zip |
| 00:46.27 | Mikma | hmm they shouldn't be in the zip... |
| 00:46.51 | Mikma | well are they in the .zip? :P |
| 00:46.59 | ckknight | yea |
| 00:47.27 | Mikma | i thought i deleted them |
| 00:48.40 | Mikma | hmm yeah i forgot the -x *.txt at the end when zipping |
| 00:49.31 | ckknight | after putting the folder into my addons folder, I got this: |
| 00:50.00 | ckknight | Interface\GlueXML\AddonList.lua:118: 'for' limit must be a number |
| 00:50.12 | ckknight | before I started the game or anything |
| 00:50.19 | hyperChipmunk | noice |
| 00:50.21 | CIA-13 | 03cladhaire * r768 10PerfectRaid/ (PerfectRaid.lua PerfectRaidLocals.lua): PerfectRaid: Added Power Infusion and Innervate |
| 00:50.49 | ckknight | well, I mean, before I entered world |
| 00:51.15 | Tem | cladhaire: what are you adding? |
| 00:51.18 | Mikma | huh |
| 00:51.47 | ckknight | Mami |
| 00:51.57 | ckknight | nvm |
| 00:52.07 | Mikma | there's only one for there and it's in slashcmd |
| 00:52.21 | hyperChipmunk | it isn't your code |
| 00:52.32 | hyperChipmunk | your addon is screwing up some of blizz's code =P |
| 00:53.08 | Mikma | well yeah, since blizz is screwing up mine ;) it might be the line nr.7 or 8 then |
| 00:53.38 | Mikma | and well, you'll have to use blizzardbuttons :P it uses them heh |
| 00:55.50 | ckknight | okay, all fixed, Mikma |
| 00:55.54 | ckknight | didn't know what you were doing |
| 00:55.59 | ckknight | you were setting a point, not reparenting |
| 00:56.43 | Mikma | ok goodie. i'm not good at explaining stuff in english :( |
| 00:57.00 | CIA-13 | 03ckknight * r769 10FuBar/FuBar.lua: FuBar - tweaked adjustment code. |
| 00:57.09 | ckknight | ah, okay |
| 00:57.13 | Mikma | well, maybe i'm not that good explainin in any language meh |
| 00:57.23 | ckknight | I didn't know English wasn't your first language |
| 00:57.43 | Mikma | oh, well, it's Finnish :) |
| 00:58.03 | ckknight | okay |
| 00:58.22 | ckknight | why didn't any ancient peoples have a god of information? |
| 00:58.30 | hyperChipmunk | yea no joke |
| 00:58.46 | hyperChipmunk | non-english-speaking people should all be strangled at birth |
| 00:59.24 | ckknight | ? |
| 00:59.37 | ckknight | I don't think that's kosher |
| 01:00.04 | hyperChipmunk | it's a paradox in the first place; i wouldn't worry about it |
| 01:00.21 | hyperChipmunk | kosher is the least of its problems, I think =) |
| 01:00.44 | ckknight | ooh |
| 01:00.47 | ckknight | I figured out a name |
| 01:00.51 | ckknight | TabletLib |
| 01:10.09 | Codayus | ckknight: Is knowledge the same thing as information? If so Athena might count. |
| 01:10.27 | ckknight | Codayus, gonna go with TabletLib, I think |
| 01:10.30 | ckknight | makes more sense |
| 01:10.38 | Codayus | Ya |
| 01:10.50 | Codayus | Just wondering about your question. :-) |
| 01:11.21 | hyperChipmunk | if they had a god of information, they wouldn't have believed in god |
| 01:11.22 | hyperChipmunk | s |
| 01:11.30 | Codayus | Googling, I ran across someone who lists their job title as "Goddess of Information Architecture", but I'm pretty sure that's NOT what you had in mind... |
| 01:12.35 | ckknight | lol |
| 01:14.29 | Codayus | hyperChipmunk: Hmm, sounds more like something Discordians would do. So in a very twisted way, Eris would almost be an appropriate name... |
| 01:14.52 | Codayus | That's probably about 5 more layers of in-joke that you really want in a name though. :-D |
| 01:16.05 | Codayus | But hey, if anyone ever worked out the joke, they'd probably laugh. |
| 01:18.30 | Mikma | ckknight: works like a charm, thanks :) |
| 01:18.35 | ckknight | :-) |
| 01:28.33 | *** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net) |
| 01:28.33 | *** mode/#wowace [+o Tem] by ChanServ |
| 01:35.10 | *** join/#wowace Tem_ (n=Tem@ip70-177-40-169.br.br.cox.net) |
| 01:35.10 | *** mode/#wowace [+o Tem_] by ChanServ |
| 01:39.49 | *** join/#wowace Warol (n=Warol@adsl-75-5-43-183.dsl.emhril.sbcglobal.net) |
| 01:52.56 | ckknight | When the bees implement their worldwide fascist regime, I will be the first to go down into the honeymines. I will be the first to carry their squirming lavra in my teeth, to smear royal jelly on their chosen queen. And why? Good heavens! On account of the stinging! |
| 01:54.23 | Thiana | Why isnt AceGUI in the svn? |
| 01:54.42 | Thiana | ck, you need sleep ;) |
| 01:59.37 | ckknight | why? |
| 02:03.06 | Thiana | ^^^ |
| 02:04.55 | *** part/#wowace Warol (n=Warol@adsl-75-5-43-183.dsl.emhril.sbcglobal.net) |
| 02:13.31 | *** join/#wowace Norque (n=Norque@066.a.001.dub.iprimus.net.au) |
| 02:16.54 | Norque | hey Tekkub, i've gotta question for you |
| 02:17.08 | ckknight | I don't understand supervillains |
| 02:17.28 | ckknight | at least the cartoony kinds |
| 02:17.42 | Norque | whys that? |
| 02:19.10 | ckknight | because what motivates them to do the things they do? |
| 02:19.20 | ckknight | typically they strive for ultimate power |
| 02:19.27 | ckknight | but what would they do when they achieve it? |
| 02:19.51 | Norque | hmmmm |
| 02:19.57 | Norque | you have a point |
| 02:20.15 | ckknight | yea |
| 02:20.44 | ckknight | I mean, with ultimate power, you can either make things better or destroy it |
| 02:21.19 | ckknight | and you'd also achieve a state of perfect selflessness and selfishness intertwined |
| 02:21.40 | Norque | but it tends to be a non issue anyway, what with super heros out doing their thing |
| 02:22.06 | ckknight | what do superheroes really do, though? |
| 02:22.14 | ckknight | they stop supervillians and whatnot |
| 02:22.23 | ckknight | and they're keeping the establishment how it is |
| 02:22.33 | ckknight | maybe we need a supervillian to handle the revolution |
| 02:24.25 | Norque | maybe... anyway, back to what i was doing. How do i go using Metrognome? |
| 02:24.55 | ckknight | Tekkub put up API docs on the wiki |
| 02:26.37 | Norque | yeah, ive looked at them, but what i need is how to get an instance of it, i think... |
| 02:27.47 | ckknight | local metro = Metrognome:GetInstance('1') |
| 02:31.04 | Norque | that seems to have done the trick. i had Metrognome:GetInstance('1.0') before |
| 02:34.47 | cladhaire | otravi: Do you block the blizza radi UI from loading?\ |
| 02:45.23 | ckknight | This letter is clearly the result of too much spinning. I know kids love to spin round and round on the emerald lawns of Anytown, USA. Why, I love a good spin myself, but you're spinning your tight melon into a kaleidescope of crazy. Spinning and writing letters don't mix. |
| 02:53.04 | *** join/#wowace Wobble (n=Wobin@221.221.27.75) |
| 03:14.52 | *** join/#wowace pfault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 03:20.14 | *** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net) |
| 03:20.15 | *** mode/#wowace [+o Tem] by ChanServ |
| 03:27.09 | hyperChipmunk | there ya go |
| 03:27.25 | kergoth | foo |
| 03:28.55 | *** join/#wowace Slayman (i=Slayman@d003136.adsl.hansenet.de) |
| 03:29.35 | cladhaire | Tem: : haha |
| 03:29.37 | cladhaire | did he lose his job? |
| 03:29.47 | Tem | cladhaire: you didn't hear about that? |
| 03:29.52 | Tem | yeah they fired him |
| 03:29.53 | cladhaire | not at all |
| 03:29.55 | cladhaire | what appened? |
| 03:30.08 | Tem | they said don't install apps without permission |
| 03:30.15 | Tem | so, he brought his ipod |
| 03:30.24 | Tem | and istalled irc on his ipod |
| 03:30.36 | Tem | then connected to freenode via https |
| 03:30.50 | cladhaire | ... so he fucked up a night shift QA job with fucking WoW for.. irc? |
| 03:31.00 | Tem | which resulted in him being fired |
| 03:31.10 | cladhaire | wow |
| 03:31.15 | cladhaire | such a shit reason too |
| 03:31.19 | Tem | aye |
| 03:31.21 | Cairenn | ssh tunnel |
| 03:31.38 | Tem | yes, thank you Cair |
| 03:31.42 | Tem | I was off a bit |
| 03:31.44 | cladhaire | well that's unfortunate for him |
| 03:31.45 | Cairenn | and yeah, really really fucking stupid |
| 03:32.01 | Tem | I feel bad for him because of the way they fired him |
| 03:32.08 | Tem | but no sympathy for doing dumb shit |
| 03:32.18 | cladhaire | ive been fired once |
| 03:32.23 | cladhaire | but i come close evrey day at work =) |
| 03:32.26 | Tem | well, see |
| 03:32.26 | cladhaire | lol |
| 03:32.27 | Cairenn | his excuse ... he was told verbally not to, it wasn't in writing ... and he didn't actually *install* anything anyway ... |
| 03:32.49 | Cairenn | I'm like, "hello, I would have checked first" before doing it |
| 03:32.56 | Tem | the story according to him is that his manager gave him a warning |
| 03:33.10 | Tem | but then the next day the warning turned into "you're fired" |
| 03:33.20 | Tem | and to me, that's really shitty |
| 03:33.29 | cladhaire | well |
| 03:33.34 | cladhaire | it probably wasn't up to the boss. |
| 03:33.37 | Cairenn | that part, if fact, is less than stellar |
| 03:33.41 | Cairenn | but ... |
| 03:33.50 | Tem | Cair brings up a good point |
| 03:33.53 | Tem | *if fact* |
| 03:34.00 | weab | who's this you're all talking about anyway |
| 03:34.05 | Tem | so, no sympathy from me |
| 03:34.19 | Tem | he of changing nicks |
| 03:34.28 | Cairenn | AnduinLothar |
| 03:34.37 | weab | i guessed as much |
| 03:34.50 | cladhaire | its just unfortunate |
| 03:35.00 | cladhaire | but you dont run an ssh tunnel to IRC from blizard for christs sakes. |
| 03:35.08 | cladhaire | the hardest i'll push is a web-based shell into my host so I can svn commit. |
| 03:35.15 | hyperChipmunk | yea |
| 03:35.19 | cladhaire | but its just web traffic, and that's it. |
| 03:35.27 | Cairenn | and you sure as shit don't do it without asking first |
| 03:35.28 | Tem | lol clad |
| 03:35.33 | hyperChipmunk | at least run the ssh tunnel to a box at home or something, and open up irc from there |
| 03:35.43 | Cairenn | he can't see what the "problem" is with it ... lord ... hello, security? |
| 03:35.56 | Tem | speaking of security... |
| 03:36.33 | weab | i dont think anyone gets talked about more behind their back in here than him is why i assumed that's who it was |
| 03:36.38 | weab | :P |
| 03:36.45 | Cairenn | yes there is |
| 03:36.49 | cladhaire | It wasn't meant to be behind back.. but I coulodn't ask in that channel =) |
| 03:36.51 | hyperChipmunk | zeeg? |
| 03:36.56 | Cairenn | heh, in one hyper |
| 03:36.58 | hyperChipmunk | and that mira guy |
| 03:37.15 | Tem | he just gets under my skin |
| 03:37.20 | Tem | I haven't pinned it down yet |
| 03:37.23 | cladhaire | mira is ridiculous |
| 03:37.30 | hyperChipmunk | zeeg is easy, though |
| 03:37.31 | Cairenn | cladhaire: actually, yes you could, he doesn't hide why he got fired |
| 03:37.31 | Tem | but he just right under |
| 03:37.32 | hyperChipmunk | cuz, like |
| 03:37.38 | hyperChipmunk | I've got these two windows stacked |
| 03:37.38 | cladhaire | yeah |
| 03:37.42 | cladhaire | but he doesn't like talking to me |
| 03:37.48 | cladhaire | since he found out that i'm not strai8ght |
| 03:37.48 | hyperChipmunk | and like, in here there's a bunch of conversation back and forth |
| 03:37.50 | cladhaire | of all things. |
| 03:37.55 | hyperChipmunk | and I look at my top half of my window |
| 03:37.58 | hyperChipmunk | and all i see is |
| 03:38.01 | hyperChipmunk | <zeeg> |
| 03:38.01 | Tain | hah zeeg gets called on his BS by people constantly, it just becaomse an issue because he causes a big stink about it and people want nice nice |
| 03:38.02 | hyperChipmunk | <zeeg> |
| 03:38.06 | hyperChipmunk | <zeeg> |
| 03:38.24 | Tem | <some random person> oh really zeeg? why don't you tell me about it? |
| 03:38.24 | Cairenn | as for mira ... he drives *everyone* crazy, including the Cosmos team, of which he is a part |
| 03:38.28 | Tem | <me> /cry |
| 03:38.37 | Tem | <zeeg> |
| 03:38.38 | Tem | <zeeg> |
| 03:38.39 | Tem | <zeeg> |
| 03:38.39 | Tem | <zeeg> |
| 03:38.45 | Tem | <PROTECTED> |
| 03:39.02 | Cairenn | heh |
| 03:39.43 | Tem | I have 20+ years of programming experience and I know better than you! |
| 03:40.00 | Cairenn | that's a lot of it, yup |
| 03:42.24 | Tem | mmm |
| 03:42.33 | Tem | I'm in the mood for some saien quotes |
| 03:42.37 | Tem | ~emulate saien |
| 03:42.39 | purl | I could have helped you, but I won't. |
| 03:42.48 | Tain | That may well be my favorite. |
| 03:43.58 | Tem | my personal favorite is "You are wrong, and I invite you to prove it to yourself." |
| 03:44.35 | Tem | ~emulate saien |
| 03:44.36 | purl | You are of course, wrong, and I invite you to prove it to yourself. |
| 03:44.44 | Tem | aww, I misquoted |
| 03:45.34 | Tem | anyone not sleep through the comma day of english class? |
| 03:46.02 | weab | i'd probably put one in |
| 03:46.06 | weab | when in doubt, add a comma |
| 03:46.32 | Tem | cladhaire: you work for a. busch, right? |
| 03:46.56 | Tem | or was that someone else? |
| 03:47.23 | cladhaire | Tem: That's me |
| 03:47.31 | Tem | what do you do? |
| 03:47.39 | Tem | (besides make progress on praid) |
| 03:48.06 | Lucen | cladhaire: really late, but otravi forgot to recomment his line in the oRA_Core.lua that disables the loading of the blizzard raid ui |
| 03:48.18 | cladhaire | Lucen: Yeah |
| 03:48.30 | cladhaire | I need someone to work to write the drag and drop portino o fthat UI |
| 03:48.38 | cladhaire | i need to be able to organize the raid |
| 03:48.43 | cladhaire | promote, etc. |
| 03:48.46 | cladhaire | should be small impact |
| 03:48.55 | cladhaire | but is vital |
| 03:49.10 | Tem | "work ot write the drag..." |
| 03:49.11 | Tem | huh? |
| 03:49.15 | cladhaire | ok |
| 03:49.16 | cladhaire | you open the social tab |
| 03:49.19 | cladhaire | you see your raid |
| 03:49.22 | cladhaire | you mvoe your raid around |
| 03:49.24 | cladhaire | you promote people |
| 03:49.25 | cladhaire | its fun. |
| 03:49.28 | cladhaire | that still needs to happen |
| 03:49.34 | cladhaire | as a custom addon. |
| 03:49.35 | Tem | that's the raid ui? |
| 03:49.40 | cladhaire | that's one part of it. |
| 03:49.44 | cladhaire | but yes, its all in the addon |
| 03:49.48 | cladhaire | block one, block it all |
| 03:49.54 | Tem | d'oh |
| 03:50.00 | Tem | I thought that part was still available |
| 03:50.00 | cladhaire | Get rid of all the unit frames (There are 12 * 15 of them) |
| 03:50.04 | cladhaire | *shake* |
| 03:50.05 | cladhaire | it needs to be |
| 03:50.14 | Lucen | yeah..they integrated their raid management and raid frames |
| 03:50.16 | Tem | meh, make it a custom addon |
| 03:50.27 | cladhaire | that's what i said =) |
| 03:50.29 | Tem | that loads instead of the blizz raidui |
| 03:50.35 | cladhaire | but i want it to be able to distribute with PR |
| 03:50.42 | Lucen | i said it in one line ;) <3 |
| 03:50.48 | Tem | guess I shouldn't do it then |
| 03:50.54 | cladhaire | huh? |
| 03:51.11 | Tem | my newaddon script only makes Ace addons |
| 03:51.49 | cladhaire | is this going to continue being a childish back and forth? Cause I don't come here to be stressed, I come here to relax and talk with you guys *frown* |
| 03:52.08 | Tem | I hope that's not how you interpreted that |
| 03:52.29 | Lucen | hmm..custom raid management, still using the default blizzard frames? |
| 03:52.38 | Tem | no, Lucen |
| 03:52.40 | cladhaire | ok |
| 03:52.43 | cladhaire | you didn't have any smileys |
| 03:52.49 | cladhaire | i just wanted to make sure |
| 03:52.54 | cladhaire | cause i hope you and i are beyond that =) |
| 03:53.12 | Tem | oh, I'm just not updating praid |
| 03:53.17 | Tem | I can live with that |
| 03:53.22 | Tem | (=P) |
| 03:53.24 | Lucen | i demand more drama! this channel is too nice |
| 03:53.56 | cladhaire | Tem: I'm just making Ace optional |
| 03:53.59 | cladhaire | *shrug* |
| 03:54.03 | cladhaire | still says -Ace-. |
| 03:54.04 | Tem | oh |
| 03:54.06 | cladhaire | Still uses AceChatcmds |
| 03:54.19 | cladhaire | i have to double-code for it.. |
| 03:54.22 | Tem | ew |
| 03:54.22 | cladhaire | but thats my plan |
| 03:54.30 | cladhaire | i think its stupid to do it, but i am |
| 03:55.10 | Tem | Lucen: what cladhaire wants is an addon to create the raid tab on the social panel so he can disable the blizzard raidui from loading |
| 03:55.23 | Lucen | yes! that'd be awesome |
| 03:55.52 | cladhaire | so code it |
| 03:55.53 | cladhaire | now =) |
| 03:55.57 | Tem | lol |
| 03:56.00 | Lucen | now >.> |
| 03:56.09 | Lucen | i need sleep :( |
| 03:56.28 | Lucen | if work is slow this week though...never know |
| 03:56.55 | Lucen | i must say though. PerfectRaid is...well..perfect! |
| 03:56.56 | Tem | oh damnit |
| 03:57.00 | Tem | stupid irc |
| 03:57.26 | kergoth | ~irc |
| 03:57.28 | purl | extra, extra, read all about it, irc is Internet Relay Chat or help can be found here http://www.irchelp.org/irchelp/altircfaq.html, or where emcnabb something and stuff |
| 03:57.28 | *** join/#wowace Kaelten (n=Kaelten@68.63.3.183) |
| 03:57.33 | kergoth | pfft |
| 03:57.36 | *** mode/#wowace [+o Kaelten] by ChanServ |
| 03:57.38 | Kaelten | hey guys |
| 03:57.45 | Lucen | howdy |
| 03:57.50 | kergoth | purl, irc is Internet Relay Chat or a massive time sink |
| 03:57.52 | purl | ...but irc is already something else... |
| 03:57.55 | kergoth | purl, no, irc is Internet Relay Chat or a massive time sink |
| 03:57.56 | purl | kergoth: okay |
| 03:58.03 | Kaelten | why hiding tem? |
| 03:58.18 | Tem | distractions |
| 03:58.22 | Kaelten | lol |
| 03:58.22 | Tem | so many distractions |
| 03:58.29 | Kaelten | I've had a work filled weekend |
| 03:58.39 | Kaelten | spent the weekend organizing my accounts and preping the first 20 |
| 03:58.52 | Tem | I put up a dry erase board in my room |
| 03:58.55 | Tain | I've had an annoyance filled weekend. But no work. |
| 03:59.01 | Tem | that's about the extent of my productivity |
| 03:59.06 | Kaelten | heh |
| 03:59.29 | kergoth | sigh |
| 03:59.33 | kergoth | wow isnt playable for me anymore |
| 03:59.37 | kergoth | frame rate is enough |
| 03:59.40 | Kaelten | huh? |
| 03:59.41 | kergoth | but i'm gettingp eriodic lag |
| 03:59.47 | Tain | I started Eve Online tonight. |
| 03:59.49 | kergoth | just a momentary pause |
| 04:00.00 | kergoth | like a spike in cpu usage that prevents it from continuing for a moment |
| 04:00.01 | kergoth | its odd |
| 04:00.05 | Kaelten | kergoth, I've had that before |
| 04:00.28 | Kaelten | its normally caused by a program running in the background or if your in need of a reboot |
| 04:00.45 | kergoth | this is linux. i reboot yearly unless i do a kernel upgrade :P |
| 04:00.54 | Kaelten | lol |
| 04:00.56 | kergoth | checked the processes, nothing is acting abnormally |
| 04:01.00 | kergoth | hmmm |
| 04:01.11 | Kaelten | hmm normally I shut down IRC and that fixes it |
| 04:01.20 | Lucen | Tain: I played the 14 day trial and got bored, and a bit lost |
| 04:01.36 | Tain | Bored and lost is my middle name. |
| 04:01.54 | Lucen | a match made in heaven! |
| 04:02.06 | cladhaire | alright folks.. goodnight. |
| 04:02.12 | Kaelten | hey clad |
| 04:02.12 | Lucen | gnight |
| 04:02.14 | Kaelten | g'night |
| 04:02.18 | clad|sleep | hey Kael |
| 04:02.19 | clad|sleep | =) |
| 04:02.49 | Kaelten | clad. is the branch of Ace usable? |
| 04:03.33 | Lucen | sleep for me too. night all |
| 04:04.15 | kergoth | Kaelten, he warned me yesterday not to mess with his ace branch |
| 04:06.58 | Cairenn | night folks |
| 04:07.08 | hyperChipmunk | someone know how to find out what item is on a button? |
| 04:08.18 | hyperChipmunk | well, which item a certain container frame has |
| 04:09.48 | hyperChipmunk | hehe |
| 04:10.45 | Tem | and I think to myself... |
| 04:10.50 | Tem | what a wonderful world |
| 04:11.03 | Tem | louie armstrong is the man |
| 04:11.10 | hyperChipmunk | Tem, i'm stealing your enumerateframes code |
| 04:11.15 | Tem | go for it |
| 04:11.18 | hyperChipmunk | and there's nothing you can do about it |
| 04:11.20 | Tem | just don't do anything evil with it |
| 04:11.25 | Tem | like Whitetooth did |
| 04:11.36 | hyperChipmunk | oh it's probably hugely evil |
| 04:11.58 | hyperChipmunk | but it's only hugely evil for 0.013 seconds |
| 04:12.07 | Tem | almost nothing can compare to the *shit* he did |
| 04:12.21 | Tem | what baffles me is how he has more downloads than Catalyst |
| 04:12.32 | Tem | I can't figure out why *anyone* would use his addon at all |
| 04:12.37 | hyperChipmunk | I just need to find all the frames which are inventory/container frames, regardless of the users' mods |
| 04:12.38 | Tem | there are *no* advantages to it |
| 04:12.53 | Cairenn|sleep | Tem: link? |
| 04:13.00 | hyperChipmunk | yea, let's see some code =) |
| 04:13.03 | Cairenn|sleep | ckknight: any more to be approved or was that the lot? |
| 04:13.18 | Tem | http://www.curse-gaming.com/mod.php?addid=3775 |
| 04:13.22 | hyperChipmunk | beh |
| 04:13.28 | hyperChipmunk | too much effort |
| 04:13.37 | Tem | ok |
| 04:13.42 | Tem | I'll pull out the important parts |
| 04:13.43 | Cairenn|sleep | Tekkub: hurry up and get WarmUp on WoWI :p |
| 04:13.44 | hyperChipmunk | =z |
| 04:13.45 | ckknight | there is one more, but I need a screenshot first |
| 04:13.53 | Cairenn|sleep | k, will wait |
| 04:14.18 | Cairenn|sleep | Tem: he has more because it's on CG :p |
| 04:14.53 | Cairenn|sleep | and speaking of CG, you talk to them yet? |
| 04:15.04 | Tem | I still don't know wtf to do about that |
| 04:15.39 | Cairenn|sleep | PM them or post a thread telling them to take them the hell down and to stop uploading your addons without your permissioin |
| 04:19.51 | Tem | hyperChipmunk: http://ace.pastebin.com/678235 |
| 04:20.00 | Tem | hyperChipmunk: that's called on PLAYER_LOGIN |
| 04:20.35 | Tem | ie, he hooks every frame's OnEvent at PLAYER_LOGIN and never unhooks |
| 04:20.54 | hyperChipmunk | if ((not WarmupFrame) or (frame ~= WarmupFrame)) then |
| 04:20.56 | hyperChipmunk | I like that |
| 04:20.59 | hyperChipmunk | it's hugely necessary |
| 04:21.50 | hyperChipmunk | least it's not totally stupid |
| 04:21.52 | hyperChipmunk | oh wait |
| 04:22.00 | hyperChipmunk | n/m he lifted that direct from yours |
| 04:22.10 | hyperChipmunk | he just changed f to frame |
| 04:22.31 | ckknight | okay, that's all, Ciar |
| 04:22.33 | ckknight | Cair* |
| 04:22.59 | Cairenn|sleep | ckknight: done :) |
| 04:22.59 | Tem | hyperChipmunk: indeed |
| 04:23.04 | ckknight | ood stuff |
| 04:23.07 | ckknight | good* |
| 04:23.10 | Cairenn|sleep | :) |
| 04:23.15 | Tem | hyperChipmunk: that's a direct fucking copy/paste from Catalyst's code |
| 04:23.15 | Cairenn|sleep | and on that note, I'm heading to sleep |
| 04:23.20 | Tem | night cair |
| 04:23.23 | Tem | sleep well |
| 04:23.35 | Cairenn|sleep | Tem: checking into the "exclusivity" form for you |
| 04:23.48 | Tem | great |
| 04:23.49 | Tem | thanks |
| 04:24.03 | Cairenn|sleep | np :) |
| 04:24.14 | Tem | hyperChipmunk: scroll down a bit |
| 04:24.23 | Tem | notice this in the onevent |
| 04:24.39 | Tem | for suppressedEvent, _ in WT_ZoningTimeFix.SuppressedEvents do |
| 04:24.44 | Tem | <PROTECTED> |
| 04:25.07 | Tem | I want to meet this guy in person so I can yell at him |
| 04:25.41 | Tem | if I were a "lower" person, I'd post a ZOMG DONT USE THIS ADDON comment on his page |
| 04:25.58 | ckknight | wait, why? |
| 04:26.22 | hyperChipmunk | lol |
| 04:26.35 | hyperChipmunk | why the extra , _ in the first place |
| 04:26.38 | Tem | ckknight: http://ace.pastebin.com/678235 |
| 04:26.42 | Tem | hyperChipmunk: because he's stupid |
| 04:26.49 | hyperChipmunk | like I used to do that |
| 04:26.55 | hyperChipmunk | when I wrote my first addon |
| 04:26.55 | Tem | hyperChipmunk: and because he wants to provoke my wrath |
| 04:27.14 | Tem | that whole thing has myFirstAddon written all over it |
| 04:27.15 | ckknight | wait |
| 04:27.16 | ckknight | wtf |
| 04:27.33 | ckknight | why not do if not WT_ZoningTimeFix.SuppressedEvents[event] then ... end |
| 04:27.48 | Tem | why indeed |
| 04:28.01 | hyperChipmunk | someone ought to tell him you're not supposed to actually release your first addon |
| 04:28.28 | Tem | I did |
| 04:28.31 | Tem | privately |
| 04:28.32 | ckknight | I released my first AddOn |
| 04:28.32 | Tem | to my guild |
| 04:28.42 | Tem | all of like 1 guy used it |
| 04:28.49 | hyperChipmunk | well, I gave it to my pvp crew |
| 04:28.55 | Kaelten | I released my first addon |
| 04:29.01 | ckknight | I posted mine on WoWI :-) |
| 04:29.04 | Tem | was KCET your first Kaelten ? |
| 04:29.07 | Kaelten | nope |
| 04:29.14 | Kaelten | KC_AutoRepair |
| 04:29.15 | Cairenn|sleep | KC Radial Buttons |
| 04:29.22 | Cairenn|sleep | ahhh, knew it was one of the two |
| 04:29.46 | Kaelten | put it on all three sites over a series of two days about a year ago now |
| 04:29.56 | Kaelten | geez, I've been at this a year |
| 04:29.58 | Kaelten | wow |
| 04:30.22 | Tem | I'll be at my "one year" in a few weeks |
| 04:30.23 | hyperChipmunk | does it have a way to find the itemid of an item in a specific container frame, by chance? |
| 04:31.08 | Tem | aha, my initial release of FTS was may 29 |
| 04:31.18 | Tem | that means I had been at it for like a month |
| 04:31.21 | Kaelten | mine was, Date of original submission: April 21st, 2005 |
| 04:31.23 | hyperChipmunk | cuz, like, it'd be really great if it did =P |
| 04:31.33 | Tem | ooh! |
| 04:31.35 | Tem | good memories |
| 04:31.45 | Tem | my first trip inside an addon's Lua file |
| 04:32.01 | Tem | I modified CT_BuffMod during spring break |
| 04:32.16 | Kaelten | hehe |
| 04:32.24 | Cairenn|sleep | why is it that everyone always wants to talk to me just as I'm trying to go to bed? |
| 04:32.38 | hyperChipmunk | because they know you're not actually going to bed |
| 04:32.40 | Kaelten | its hard for me to believe that KCAR has nearly 67k downloads |
| 04:32.57 | Cairenn|sleep | hyperChipmunk: I try to, but everyone talks to me |
| 04:33.02 | ckknight | I should steal the features of KCAR and put it into DurabilityFu |
| 04:33.04 | Tem | I changed it to hide the buff names and use short numbers instead of the long strings |
| 04:33.20 | hyperChipmunk | it'll have 67001 if it includes code for finding out an item that's in a given containerframe |
| 04:33.44 | Tem | ckknight: you already did |
| 04:33.45 | Kaelten | hyper, what are you trying to do? |
| 04:33.49 | Tem | ckknight: onlyr your frame isn't as pretty |
| 04:33.57 | Tem | ckknight: btw, you need to fix that |
| 04:34.01 | ckknight | pretty? |
| 04:34.02 | hyperChipmunk | I have a list of inventory boxes |
| 04:34.05 | Tem | ckknight: your durability popup is ugly as sin |
| 04:34.07 | hyperChipmunk | their frame name |
| 04:34.14 | ckknight | see, someone needs to file a bug about that |
| 04:34.24 | hyperChipmunk | and I want to do something to them based on the item that they contain |
| 04:34.47 | Kaelten | hyper so your looking to find out what item is in a given slot in the inventory? |
| 04:34.52 | hyperChipmunk | not slot |
| 04:34.53 | hyperChipmunk | frame |
| 04:35.03 | Kaelten | is this a custom frame? |
| 04:35.04 | Cairenn|sleep | ckknight: yeah, make it look more like KCAR and I'll love it :) |
| 04:35.09 | Tem | there really isn't a way to do what you want hyperChipmunk |
| 04:35.09 | hyperChipmunk | it's any frame |
| 04:35.13 | ckknight | Cairenn|sleep, going to now |
| 04:35.20 | hyperChipmunk | because it has to support all addons |
| 04:35.29 | ckknight | and gonna make it not be xml-dependant |
| 04:35.30 | Cairenn|sleep | and on that note, I think I've finished answering what everyone wants, night night! |
| 04:35.31 | Tem | hyperChipmunk: what are you trying to do? |
| 04:35.46 | Kaelten | night cair |
| 04:35.52 | hyperChipmunk | I want to selectively highlight items that match those on a list |
| 04:35.59 | hyperChipmunk | regardless of mods installed |
| 04:36.04 | Kaelten | well |
| 04:36.13 | Kaelten | my advice is make it work with the default game |
| 04:36.22 | Kaelten | s/game/interface/ |
| 04:36.29 | hyperChipmunk | I've got a way to find out which frames are container frames, regardless of mods |
| 04:36.36 | hyperChipmunk | and I've put those frames all in a table |
| 04:36.40 | Tain | My advice is run away now. |
| 04:36.46 | Tain | Abandon all hope ye who enter here. |
| 04:36.48 | Kaelten | well problem |
| 04:37.03 | Kaelten | unless SetID is used when something is dropped into them there is no way to get the info back out of them |
| 04:37.18 | Kaelten | unless those boxes are mapped to one of the standard slots in your bank/inventory |
| 04:37.30 | hyperChipmunk | when they get to a mailbox, I want to find the ones that have items they want to autosend and highlight them for the user so they can deselect them if they so choose |
| 04:37.31 | Kaelten | which I hope they would be if you're talking about bag mods |
| 04:38.09 | Kaelten | well guys I have to be at work early I see you all later |
| 04:38.26 | hyperChipmunk | /dump EngInventory_frame_Item_47:GetID() |
| 04:38.30 | hyperChipmunk | [1]=0 |
| 04:38.38 | Tem | oh wow |
| 04:38.46 | Tain | Work yes I've heard people go to such places. |
| 04:38.46 | Tem | my first addon was written for interface version 1400 |
| 04:38.59 | Tem | oh wait no |
| 04:39.03 | Kaelten | heh mine pays me 20% of everything I sell |
| 04:39.05 | hyperChipmunk | i think mine was 1300 |
| 04:39.07 | Kaelten | so I got to get selling |
| 04:39.09 | Tem | 1300! |
| 04:39.30 | Tem | I don't remember that far back |
| 04:39.45 | Tem | I figred I had picked it up around like... 1600 or so |
| 04:39.50 | hyperChipmunk | think that was bwl patch |
| 04:40.01 | Tain | I was still running Cosmos or maybe Insomniax collection at that point. |
| 04:40.04 | Tain | I think. |
| 04:40.17 | Tem | but my toc proudly proclaims ## Interface: 1300 |
| 04:40.18 | hyperChipmunk | ah, Dire Maul |
| 04:40.22 | ckknight | <PROTECTED> |
| 04:40.26 | Kaelten | I was developing the patch before 1300, didn't release until it was 1300 |
| 04:40.30 | hyperChipmunk | dire maul |
| 04:40.35 | hyperChipmunk | chat bubbles |
| 04:40.36 | Kaelten | night guys |
| 04:40.42 | Tem | ckknight: it tries to look just like KCAR's but it's not as good |
| 04:40.43 | hyperChipmunk | meeting stones |
| 04:40.46 | hyperChipmunk | azuregos |
| 04:40.51 | hyperChipmunk | and kazzak |
| 04:40.53 | Tem | ckknight: just copy KCAR's and you'll be golden |
| 04:41.05 | ckknight | see, that doesn't help |
| 04:41.13 | hyperChipmunk | new spell: Mage Armor! |
| 04:41.17 | ckknight | I need to know specifically, what would make it better? |
| 04:41.26 | Tem | wow... |
| 04:41.27 | hyperChipmunk | 4 new action bars! total of 48 slots!!! |
| 04:41.35 | Tem | I didn't realize it, but wow |
| 04:41.44 | Tem | so, it's been a year since they've thrown mages a bone |
| 04:41.59 | Tem | no wonder we're all so bitter |
| 04:42.03 | Tain | That's why I quit my 60 mage and started a Rogue. |
| 04:42.07 | hyperChipmunk | dungeon raid caps hehe |
| 04:42.25 | Tem | heh. |
| 04:42.31 | Tem | I wasn't even 60 yet |
| 04:42.39 | Tem | er, maybe I was? |
| 04:42.49 | hyperChipmunk | Numbers and punctuation will not be passed through chat communication to members of the opposing faction. |
| 04:42.52 | Tem | I hit 60 the sunday night after easter |
| 04:43.11 | Tain | I hit 60 I think December 04, but it might have been Jan/Feb 05. |
| 04:43.38 | Tain | But I quit raiding soon after, and started over. |
| 04:43.57 | hyperChipmunk | Blink - Using this spell should no longer cause you to fall through the world. |
| 04:45.08 | Tain | This is my 60 Mage at the point I left him, I never played him again after that point really. http://wow.allakhazam.com/profile.html?37360 |
| 04:45.11 | hyperChipmunk | Charge has been improved so it will work through doorways and won't path you through an entire dungeon. |
| 04:45.14 | hyperChipmunk | heheheh |
| 04:45.27 | hyperChipmunk | oooh, the new ogre models were 1.3 too |
| 04:47.37 | hyperChipmunk | repairbots! |
| 04:48.02 | Tem | hyperChipmunk: what's the date on 1.3? |
| 04:49.29 | Tem | Tain: hehe your mage has a funny talent build |
| 04:50.12 | hyperChipmunk | # You can now have multiple action bars onscreen at the same time. You can activate the additional action bars through the Interface options menu. |
| 04:50.23 | hyperChipmunk | 03/22/05 |
| 04:51.09 | hyperChipmunk | ah yes |
| 04:51.12 | hyperChipmunk | /golfclap added |
| 04:51.17 | Tem | k, no I wasn't yet 60 |
| 04:51.21 | hyperChipmunk | a key moment in wow history |
| 04:51.30 | Tem | I spent an *assload* of time dueling |
| 04:51.39 | Tem | I still consider myself a masterful duelist |
| 04:51.48 | Tekkub | erf |
| 04:52.20 | Tem | I would wager that in the time I took to get to 60, I spent a good 50% of it dueling |
| 04:52.35 | Tem | I could be any class |
| 04:52.39 | Tem | beat* |
| 04:53.06 | Tem | had a real tough time with priests but that was it |
| 04:54.28 | Tem | back before the hunter revamp, I *destroyed* them |
| 04:54.34 | Tem | it was very funny |
| 04:56.30 | Tem | gah! stop distracting me |
| 04:56.41 | Tem | s/d// |
| 04:56.49 | Tem | *facepalm* |
| 04:57.26 | Tem | ~slap purl |
| 04:57.28 | purl | ACTION slaps purl, keep your grubby fingers to yourself! |
| 04:57.58 | Tem | purl, no, slap purl is <reply> ow |
| 04:58.01 | purl | okay, Tem |
| 04:58.07 | Tem | ~slap hyperChipmunk |
| 04:58.08 | purl | ACTION slaps hyperChipmunk, keep your grubby fingers to yourself! |
| 04:58.15 | Tem | ~purl |
| 04:58.16 | purl | i heard purl is not a bot |
| 04:58.16 | Tem | er |
| 04:58.20 | Tem | ~slap purl |
| 04:58.21 | purl | ACTION slaps purl, keep your grubby fingers to yourself! |
| 04:58.43 | Tem | purl, slap purl is <reply> ow |
| 04:58.44 | purl | ACTION slaps purl is <reply> ow, keep your grubby fingers to yourself! |
| 04:58.57 | Tem | ... |
| 04:59.10 | Tem | purl, no, slap purl is <reply> ow |
| 04:59.11 | purl | Tem: i already had it that way |
| 04:59.18 | Tem | then wtf are you doing? |
| 04:59.21 | Tem | ~slap purl |
| 04:59.22 | purl | ACTION slaps purl, keep your grubby fingers to yourself! |
| 05:01.40 | hyperChipmunk | anyway, does anyone maybe have an idea on how to hack that sort of thing? or find out which container slot a frame is? |
| 05:03.33 | hyperChipmunk | guess I'll have to move the frames under the cursor and scan tooltips then |
| 05:05.00 | hyperChipmunk | ^when he returns |
| 05:05.14 | Tem | no |
| 05:05.28 | Tem | the best you can do it is make it work for default bags |
| 05:06.31 | Tem | and then ask authors of bag replacements to register with you |
| 05:06.44 | CIA-13 | 03devla * r770 10/branches/AceHeal/ (27 files in 4 dirs): AceHeal: Branch - R12d4 Initial Commit |
| 05:12.51 | hyperChipmunk | it seems like a stupidly obvious thing to ought to be able to do |
| 05:13.00 | hyperChipmunk | here's a frame, tell me what item's in it |
| 05:13.11 | hyperChipmunk | for a game with inventory |
| 05:13.19 | hyperChipmunk | that should be an obvious capability |
| 05:13.21 | Tekkub | whiner |
| 05:13.43 | hyperChipmunk | I'm doing this for you, punk |
| 05:13.49 | Tekkub | :P |
| 05:23.09 | hyperChipmunk | note to self: all future addon projects should have names which come alphabetically before "Blizzard_" |
| 05:31.39 | *** join/#wowace kergoth (n=kergoth@12.44.147.155) |
| 05:32.10 | ckknight | hyperChipmunk, why? |
| 05:32.19 | ckknight | I wish lua had properties |
| 05:32.55 | hyperChipmunk | cuz I hate scrolling past them all in open/save dialogs |
| 05:33.17 | kergoth | ckknight, why? |
| 05:33.32 | ckknight | kergoth, I prefer properties over getters/setters |
| 05:34.12 | ckknight | I know it's a syntactic sugar thing, but it's still very nice to have |
| 05:36.01 | kergoth | you could easily set up an equivalent if you use a proxy and __{new,}index. lua is about providing mechanisms and letting you implement whatever you like with them.. |
| 05:38.01 | ckknight | yea... |
| 05:38.24 | ckknight | (you should put it into the Ace class thingy) |
| 05:38.47 | ckknight | but nah, it might be more expensive than what it's worth |
| 05:38.55 | kergoth | hehe. that would be best done in a seperate embedded lib, methinks. adds sufficient complexity/overhead |
| 05:39.12 | kergoth | but i'll play with it |
| 05:39.22 | ckknight | esseentially you have an object with get_Property and set_Property stuff |
| 05:39.40 | ckknight | then if you do object.Property = something, it checks if set_Property exists |
| 05:39.44 | ckknight | if it does, call it |
| 05:39.49 | ckknight | same deal with __index |
| 05:40.06 | ckknight | otherwise, do it raw |
| 05:40.20 | kergoth | yup. downside is the overhead for lookups/sets of things that arent properties. just using a function __index at all adds to the lookup time |
| 05:40.28 | kergoth | though its likely not a noticable delay |
| 05:40.39 | ckknight | yea... |
| 05:40.58 | ckknight | it is one nice thing about static languages |
| 05:41.03 | kergoth | indeed |
| 05:41.05 | ckknight | you know what to expect |
| 05:42.58 | kergoth | yeah. i do love the flexibility though. having method resolution happen at runtime and all |
| 05:43.52 | ckknight | yea |
| 05:44.12 | ckknight | they both have their ups and downs |
| 05:45.08 | ckknight | hey, does enabling/disabling a button fire a script? |
| 05:49.22 | kergoth | brb |
| 06:05.19 | CIA-13 | 03otravi * r771 10oRA/oRA_Core.lua: oRA_Core - Removed the blocking of the Blizzard Raid UI. |
| 06:15.49 | *** join/#wowace [MoonWolf] (n=MoonWolf@a80-127-128-193.adsl.xs4all.nl) |
| 06:15.49 | *** mode/#wowace [+o [MoonWolf]] by ChanServ |
| 06:23.35 | *** join/#wowace kergoth (n=kergoth@12.44.147.155) |
| 06:34.49 | ckknight | http://ckknight.hopto.org:8080/screen.jpg |
| 06:34.52 | ckknight | check that out |
| 06:34.55 | ckknight | tell me what you think |
| 06:35.38 | Tekkub | I think it blows |
| 06:35.43 | ckknight | ? |
| 06:35.48 | ckknight | ,,, |
| 06:36.09 | Tekkub | yup, recon' that's a dialog bawks |
| 06:36.16 | [MoonWolf] | this frame is completely lua / |
| 06:36.16 | ckknight | yea |
| 06:36.18 | [MoonWolf] | ?* |
| 06:36.20 | ckknight | yep |
| 06:36.22 | ckknight | 100% |
| 06:36.28 | [MoonWolf] | it doesnt look very pretty but otherwise nifty |
| 06:36.37 | ckknight | how would I make it "prettier"? |
| 06:36.43 | [MoonWolf] | no idea |
| 06:36.57 | [MoonWolf] | I had to get people to tell me what colours to give my text strings |
| 06:37.00 | [MoonWolf] | dont look at me. |
| 06:37.01 | Tekkub | hrm.... make the buttons bigger and put the cost on the buttons? |
| 06:37.34 | Tekkub | and make "cancel" just a lil "X" in the corner like pass is in the roll dialog |
| 06:37.59 | Tekkub | then it'b be 3 buttons and a close, oh and the title |
| 06:38.40 | [MoonWolf] | or you could go the iconic way list the prices of inventory equipment and both in a top row |
| 06:39.00 | [MoonWolf] | then put icons for them under that, make the icons clickable. |
| 06:39.05 | ckknight | icons? |
| 06:39.16 | Tekkub | hrm... |
| 06:39.17 | [MoonWolf] | A bag, a person and something else. |
| 06:39.25 | [MoonWolf] | and a cancel button ofcourse. |
| 06:39.30 | ckknight | hrm |
| 06:39.32 | Tekkub | Bag for bags, a glove or sword for equipped... |
| 06:39.37 | [MoonWolf] | yeah |
| 06:39.46 | Tekkub | not sure on both |
| 06:39.55 | kergoth | net/bluetooth/l2cap.c: In function ‘l2cap_recv_frame’: |
| 06:39.55 | kergoth | net/bluetooth/l2cap.c:1895: internal compiler error: Segmentation fault |
| 06:39.55 | kergoth | Please submit a full bug report, |
| 06:40.03 | ckknight | lemme draw something, see what you think |
| 06:40.03 | kergoth | gcc go boom |
| 06:40.20 | [MoonWolf] | what gcc itself went boom ? |
| 06:40.31 | [MoonWolf] | thats is a first |
| 06:40.37 | Tekkub | hell maybe just three icons, cost text below |
| 06:40.47 | Tekkub | tooltip with description and price |
| 06:40.52 | [MoonWolf] | could also work. |
| 06:41.29 | Tekkub | oh hey Boss, been meaning to ask ya... |
| 06:41.53 | Tekkub | I use icon directly from the game a lot, but most have this funkey white line at the top |
| 06:41.55 | kergoth | [MoonWolf], yes, gcc itself went boom. ICE. :( |
| 06:42.09 | Tekkub | is there some way you could give us a flag in fubar to compensate for that? |
| 06:42.15 | [MoonWolf] | (universe implodes) |
| 06:42.33 | kergoth | Tekkub, in case you didnt know, itemizeddeductions from svn goes boom with current auctioneer |
| 06:42.39 | ckknight | http://ckknight.hopto.org:8080/concept.jpg |
| 06:42.43 | Tekkub | fuck auctioneer :) |
| 06:42.46 | [MoonWolf] | nobody cares about auctioneer anyway. |
| 06:43.00 | Tekkub | I've actually been thinking of removing Auctioneer support entirly |
| 06:43.07 | Tekkub | it's a major PITA |
| 06:43.09 | kergoth | kci's auction support is mediocre. |
| 06:43.11 | kergoth | auctioneer wipes the floor with it |
| 06:43.19 | ckknight | you know what that means, kergoth? |
| 06:43.27 | ckknight | KCI should be improved in that department |
| 06:43.30 | otravi | ckknight: that is one nifty screen |
| 06:43.39 | ckknight | otravi, just a concept |
| 06:43.48 | Tekkub | Boss, that works but only if it looks EXACTLY like that |
| 06:44.03 | ckknight | what do I put on the both button? |
| 06:44.09 | kergoth | ckknight, quite right, but in the meantime, i'll be using auctioneer :P |
| 06:44.17 | Tekkub | I dunno lemme skim icons real quick |
| 06:44.24 | kergoth | along with a hacked up version of turan's old school packrat for sell prices |
| 06:45.13 | Tekkub | hey... why not just use the default repair icon for the All one |
| 06:45.22 | [MoonWolf] | good idea |
| 06:45.38 | ckknight | hrm |
| 06:45.39 | ckknight | okay |
| 06:46.00 | ckknight | need an image of a person |
| 06:46.12 | ckknight | or something to represent equipment |
| 06:46.33 | Tekkub | I'd just use a piece of equipment... |
| 06:46.38 | Tekkub | there is that one new icon |
| 06:46.51 | Tekkub | the three people thing |
| 06:47.04 | Tekkub | Think it's for Divine Spirit or something |
| 06:47.23 | otravi | divine spirit has a new icon |
| 06:47.28 | otravi | blue with a person on |
| 06:47.29 | [MoonWolf] | I would grab one of the blue aura swords or shields. |
| 06:47.56 | Tekkub | heh, you could use the head icon that matches the player's race |
| 06:48.46 | Tem | why not use the durability man? |
| 06:48.52 | Tekkub | I found your equipped icon... |
| 06:49.00 | ckknight | what is it? |
| 06:49.18 | Tekkub | Interface\Icons\Spell_Holy_DivineSpirit |
| 06:49.47 | ckknight | what mpq would that be in, that I can view? |
| 06:49.55 | *** join/#wowace Norque (n=Norque@079.a.001.dub.iprimus.net.au) |
| 06:50.08 | Tekkub | I dunno, it extracts out with the blizzy tool |
| 06:50.19 | Tekkub | but you can access it in game directly with that |
| 06:50.25 | Tekkub | no need to extact it |
| 06:50.39 | Tekkub | just make the \ into \\ when you turn it into a string |
| 06:50.47 | Tem | http://i60.thottbot.com/en/Interface/Icons/Spell_Holy_DivineSpirit.jpg |
| 06:50.52 | ckknight | yea, I know, Tekkub |
| 06:51.04 | Tekkub | that's the one |
| 06:51.09 | Tem | he wants to see it before he uses it |
| 06:51.37 | Tekkub | food's done, gonna go watch me some sunday tivo, bbiab |
| 06:54.41 | *** join/#wowace kergoth (n=kergoth@12.44.147.155) |
| 06:54.57 | Tem | oh, ckknight, please consider using a money frame |
| 06:55.05 | ckknight | :-P |
| 06:55.08 | ckknight | good idea, though |
| 06:55.14 | Tem | I *despise* GgSgCc displays |
| 06:55.31 | Tem | s/Sg/Ss/ |
| 06:56.19 | [MoonWolf] | I like the classic money lines blizzard uses best |
| 06:57.06 | kergoth | i like the format used by moneyframenuker, period seperator (iirc) |
| 06:57.33 | Tem | I agree with [MoonWolf] on this one. Classic display ftw |
| 06:58.25 | [MoonWolf] | the kci styles is a good second, the rest I dont like at all. |
| 07:02.34 | ckknight | I don't think the divine spirit one fits well |
| 07:03.03 | ckknight | I need one with a dark background to go with the other two |
| 07:03.48 | Tem | use a common equipable item |
| 07:03.52 | Tem | like a glove |
| 07:03.57 | Tem | or a sheild or something |
| 07:06.26 | Tem | http://i67.thottbot.com/en/Interface/Icons/INV_Chest_Fur.jpg |
| 07:07.17 | ckknight | I like it, Tem |
| 07:07.20 | Tem | http://i62.thottbot.com/en/Interface/Icons/INV_Chest_Leather_08.jpg |
| 07:07.31 | *** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl) |
| 07:07.34 | ckknight | gonna go with that one |
| 07:08.32 | Tem | http://i71.thottbot.com/en/Interface/Icons/INV_Shield_06.jpg |
| 07:08.41 | Tem | http://i71.thottbot.com/en/Interface/Icons/INV_Shield_03.jpg |
| 07:10.30 | Tem | http://i71.thottbot.com/en/Interface/Icons/INV_Gauntlets_15.jpg |
| 07:19.29 | Tekkub | so bossman, is DudeRop in FuBar yet? :) |
| 07:25.13 | id` | ckknight: wutcha makin? |
| 07:25.32 | ckknight | id`, rival to KCAR |
| 07:25.56 | Shyva | AutoRepair? |
| 07:26.06 | ckknight | yea |
| 07:26.11 | ckknight | see http://ckknight.hopto.org:8080/concept.jpg for the concept drawing |
| 07:26.24 | Shyva | damn nice :-O |
| 07:26.26 | Shyva | lol ^^ |
| 07:26.44 | Shyva | But isn't that like the same as KCAR has..? |
| 07:27.08 | ckknight | pretty much |
| 07:27.22 | id` | so |
| 07:27.24 | id` | why? |
| 07:27.56 | ckknight | I'm just upgrading DurabilityFu |
| 07:28.05 | ckknight | plus, mine uses no XML |
| 07:28.45 | id` | great |
| 07:28.52 | id` | do i need FuBar for it? |
| 07:29.59 | ckknight | yea |
| 07:30.05 | ckknight | thus the Fu |
| 07:30.05 | Tekkub | it IS DuradilityFu indie |
| 07:30.22 | Tekkub | me typ gut |
| 07:30.25 | Shyva | oh.. to bad.. I don't use fubar :-/ |
| 07:30.57 | id` | same |
| 07:31.19 | Shyva | stupid server migrations... the server I play on will be soo boring after it :-( |
| 07:31.29 | id` | mind if i rip all he 'fu' out if its done and release it as standalone? :\ |
| 07:32.42 | CIA-13 | 03tekkub * r772 10KeyQLib/Lib/KeyQLib.lua: KeyQLib - Reworded some comments |
| 07:32.46 | id` | actually the only part i need is the popup window at the merchant |
| 07:33.52 | ckknight | why don't you use FuBar, Shyva? |
| 07:34.56 | Shyva | becuase things that limit my screen like that make my head hurt... dunno why... but I really get a headache of it (some for titan..) |
| 07:35.07 | Shyva | *same for |
| 07:35.09 | id` | I dont use a 'bar' mod because it doesnt go with my 'put of the way' things of wanting to do it |
| 07:35.12 | id` | Shyva: right. |
| 07:35.25 | id` | out of the way* |
| 07:35.43 | ckknight | limit your screen? |
| 07:35.55 | ckknight | you can autohide the bar |
| 07:36.16 | id` | I know, but even then.. Why would i want all that information? ;) |
| 07:36.24 | ckknight | I need the information |
| 07:36.28 | id` | Most of it is just a different interface for the panels already in wow |
| 07:36.30 | ckknight | it gives me an intellectual hardon |
| 07:36.38 | Shyva | if I autohide it I cann't see the info.. so then it's useless again :-s |
| 07:37.01 | ckknight | you just can't be pleased, can you? |
| 07:37.05 | id` | like the friends or guild plugin |
| 07:37.16 | id` | or money |
| 07:37.37 | Shyva | I can ckknight, I just don't use the panel, and I'm happy for the people who use it happy, that's okay, isn't it? |
| 07:37.41 | id` | only thing i really liked was the gcinfo display, but i use AceGcInfo now |
| 07:38.27 | ckknight | well, you can detach the panel, resize it to how big you want, and put it wherever you want on the screen |
| 07:38.29 | ckknight | just a thought |
| 07:39.21 | Shyva | hm hm |
| 07:40.11 | ckknight | with that you can have one or two plugins you like |
| 07:40.13 | id` | ckknight: In the Future(tm) Ill release a compilation of addons myself. |
| 07:40.14 | ckknight | or a panel per plugin |
| 07:40.23 | ckknight | okay |
| 07:41.13 | *** join/#wowace kergoth (n=kergoth@12.44.147.155) |
| 07:41.13 | id` | First im fixing and updating the stuff im working on, next is my own 'bar' mod :o |
| 07:42.45 | kergoth | grr |
| 07:42.46 | ckknight | why? |
| 07:43.14 | Tem | ckknight: what the hell is that in the dewdrop screenshot? |
| 07:43.27 | ckknight | Tem, like 20 or so levels of dropdowns |
| 07:43.42 | Tem | I'm talking about what looks like a graphical bug |
| 07:43.50 | id` | < ckknight> why? |
| 07:43.55 | id` | why the compilation? |
| 07:44.00 | ckknight | why your own bar mod? |
| 07:44.03 | id` | because I think i can do it better. |
| 07:44.05 | id` | ditto |
| 07:44.05 | ckknight | Tem, what do you mean? |
| 07:44.18 | ckknight | how could you do it better? |
| 07:44.25 | Tem | is that something overlaping? |
| 07:44.30 | ckknight | oh, yea |
| 07:44.34 | otravi | Tekkub: your externals are spamming my svn status *shakesfist* |
| 07:44.47 | Tem | why the hell would you put that in a screenshot? |
| 07:44.52 | Tem | it just looks bad |
| 07:45.04 | Tekkub | :P |
| 07:45.14 | ckknight | what do you think a better solution is? |
| 07:45.24 | ckknight | it can't hit the walls, so I make it go back |
| 07:45.34 | ckknight | and it then overlaps |
| 07:45.44 | ckknight | because the dropdowns are slightly see-thru |
| 07:46.02 | ckknight | if they weren't, I doubt you'd be complaining |
| 07:46.11 | id` | I could do it better, because better in my eyes isnt; 1. Configurability to the max 2. frills and things and stuff. It is; 1. What it is. 30 buttons, with a petbar/shapeshiftbar/aspectbar/etc on top. |
| 07:46.40 | Tem | just |
| 07:46.46 | Tem | the screenshot is unclear |
| 07:46.50 | Tem | and it looks messy |
| 07:47.04 | ckknight | no one in their right mind should have that many anyway |
| 07:47.07 | ckknight | it's just an example |
| 07:47.12 | Tem | right right |
| 07:47.13 | ckknight | I had to put up some screenshot |
| 07:47.16 | ckknight | so get off my back |
| 07:47.34 | Tem | anyway, the part I actually care about... |
| 07:47.46 | Tem | what method do I need to call in order to close them all? |
| 07:47.55 | ckknight | dewdrop:Close() |
| 07:48.14 | Tem | will that close all levels of all dewdrop dropdowns? |
| 07:48.20 | ckknight | yep |
| 07:48.24 | Tem | ok, |
| 07:48.26 | ckknight | it's dewdrop:Close[level]) |
| 07:48.31 | ckknight | level is 1 by default |
| 07:48.41 | ckknight | err, dewdrop:Clos([level]) |
| 07:48.45 | ckknight | gah |
| 07:48.48 | ckknight | you know what I mean |
| 07:48.50 | Tem | yeah |
| 07:49.09 | Tem | hmm |
| 07:49.11 | ckknight | Tem, I wrote this in the API docs |
| 07:49.27 | Tem | how do I detect dewdrop from another addon? |
| 07:49.44 | Tem | ignore that question |
| 07:50.02 | ckknight | will do |
| 07:50.26 | id` | ckknight: Its going to be 30 buttons in rows of 10 centered in the bottom of the screen. If there is a pet bar it will be on top. |
| 07:50.40 | ckknight | you mean action buttons? |
| 07:50.44 | id` | uh, yes |
| 07:50.46 | ckknight | okay |
| 07:50.55 | ckknight | I thought you wanted to trump me with FuBar |
| 07:50.56 | ckknight | you said bar mod |
| 07:50.59 | ckknight | confusing |
| 07:51.01 | id` | oh no |
| 07:51.03 | id` | sorry |
| 07:51.04 | ckknight | go ahead, though |
| 07:51.12 | id` | its just a concept atm :P |
| 07:51.12 | ckknight | I want a good button mod |
| 07:51.20 | Shyva | visor? |
| 07:51.22 | id` | i got tired of visor buttons |
| 07:51.22 | ckknight | I want something extremely clean |
| 07:51.30 | ckknight | no artwork |
| 07:51.33 | ckknight | just fast. |
| 07:51.43 | ckknight | I like CardBars for that |
| 07:52.07 | Tem | if DewDropLib then DewDropLib:GetInstance():Close() end |
| 07:52.19 | ckknight | DewdropLib |
| 07:52.27 | Tem | does that have any associated overhead that would hurt me for doing it alot? |
| 07:52.30 | ckknight | pretty much, Tem |
| 07:52.34 | ckknight | no |
| 07:52.38 | Tem | good |
| 07:52.38 | ckknight | not likely |
| 07:52.50 | ckknight | lemme check |
| 07:53.08 | Tem | oh nevermind |
| 07:53.13 | Tem | I'll only do it once anyway |
| 07:54.13 | CIA-13 | 03ckknight * r773 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - made Close([level]) more efficient. |
| 07:54.15 | ckknight | okay |
| 07:54.31 | ckknight | now there will be extremely little strain on Closing |
| 07:56.42 | id` | I like little strain |
| 07:56.47 | id` | I like using 16MB of ram |
| 07:56.48 | id` | :P |
| 07:56.55 | id` | Oh btw i ordered a new PC, guys :-) |
| 07:57.06 | id` | intep pentium D 2.0 Ghz |
| 07:57.11 | id` | 2GB kingston ram |
| 07:57.15 | CIA-13 | 03shyva 07Shyva * r774 10BigWigs/ (Defenders.lua Huhuran.lua Ouro.lua Twins.lua): BigWigs: Tweaked Defenders, Huhuran, Ouro and the Twins. |
| 07:57.25 | ckknight | id`, 13.0 for me |
| 07:57.27 | id` | Geforce 7600 GT |
| 07:57.30 | id` | etc |
| 07:57.31 | id` | :-) |
| 07:57.40 | Shyva | :-D |
| 07:57.58 | otravi | Shyva: fixed th event typo? |
| 07:58.55 | Shyva | also yes.. |
| 07:59.13 | Shyva | I created those myself from scratch (spelling? :-s) |
| 07:59.27 | Tem | ckknight: with your svn keyword use of revision, we aren't far off from it not working |
| 07:59.41 | ckknight | ? |
| 07:59.42 | Tem | oh wait |
| 07:59.44 | Tem | please hold |
| 07:59.48 | ckknight | what do you mean? |
| 07:59.54 | Tem | no, nevermind |
| 07:59.56 | Tem | I'm retarded |
| 08:00.02 | ckknight | no rebuttals from this direction |
| 08:00.07 | Tem | =P |
| 08:00.28 | CIA-13 | 03shyva 07Shyva * r775 10BigWigs/Twins.lua: BigWigs: Fixed 1 typo in Twins.lua |
| 08:00.55 | otravi | Shyva: take a look at the emote event in huhuran :p |
| 08:01.24 | Shyva | CHAT_MSG_MONSTER_EMOTE, that's okay, isn't it? |
| 08:01.42 | ckknight | I should hack BigWigs one of these days |
| 08:02.05 | otravi | oO, fixed today :) ? |
| 08:02.16 | Shyva | uuh, yea, 5 min ago ^^ |
| 08:02.29 | otravi | aah, huhuran.lua was updated, I didn't see that one :D |
| 08:02.45 | Shyva | (it's in the branch folder.. not in trunk :P) |
| 08:02.53 | otravi | I started on a viscidus |
| 08:02.55 | otravi | (I know :D) |
| 08:02.59 | Shyva | ok ^^ |
| 08:03.05 | otravi | (and the trunk was fixed yesterday) |
| 08:03.32 | Shyva | yep, but I don't use the trunk stuff, to much bug in it.. |
| 08:04.10 | Shyva | and I don't want to mess with their coding style, so I just made my own.. |
| 08:06.50 | Tekkub | yea well Shya, it needs to get merged in with trunk |
| 08:07.01 | Tekkub | if you're updating your modules, do it in trunk |
| 08:07.24 | Tekkub | if you're messing with other peoples do it in branch |
| 08:07.38 | ckknight | pretty much |
| 08:07.55 | Shyva | I'll update bwl and mc and "other" in trunk, and if AQ40 in branch, becuase other people made those ones in trunk |
| 08:11.29 | *** join/#wowace kergoth (n=kergoth@12.44.147.155) |
| 08:13.13 | id` | http://img228.imageshack.us/img228/2892/idbarsconcept0012ai.png |
| 08:13.20 | kergoth | fyi, the random lag issues i was having in wow were completely and totally eliminated by switching to a -ck kernel with preemption enabled (also gave me a 5 fps boost) |
| 08:14.04 | id` | 'form' would be shapeshift form, and for rogue hide, etc |
| 08:16.53 | id` | Ill probably make it so you can set wich modifier goes to what bar |
| 08:17.07 | id` | or be cheap and add keybinds |
| 08:17.09 | id` | :p |
| 08:20.38 | CIA-13 | 03tekkub * r776 10ItemizedDeductions/ (7 files): |
| 08:20.38 | CIA-13 | ItemizedDeductions |
| 08:20.38 | CIA-13 | - Improved memory use by ID's internal vendor price list. You ca of course still just remove the ItemPrices.lua file if you use KCI |
| 08:20.38 | CIA-13 | - More code restructuring |
| 08:20.39 | CIA-13 | ~commit |
| 08:20.40 | purl | Hurray! More bugs! |
| 08:22.15 | id` | ckknight: http://img228.imageshack.us/img228/2892/idbarsconcept0012ai.png |
| 08:22.18 | id` | *highlight* |
| 08:22.19 | id` | :p |
| 08:22.46 | ckknight | I typically see alts as self casts |
| 08:23.01 | ckknight | but I like never do those anyway, since I have AceHeal and whatnot... |
| 08:23.08 | id` | yeah |
| 08:23.09 | id` | :p |
| 08:23.13 | ckknight | oh, idea |
| 08:23.17 | id` | shoot |
| 08:23.26 | ckknight | SEEmbedKeys fires events when your shift/ctrl/alt states change |
| 08:23.39 | ckknight | you could make bars change/indicator changes when those are pushed |
| 08:23.41 | ckknight | just a tought |
| 08:23.44 | ckknight | thought* |
| 08:24.13 | id` | SEEmbedKeys? :) |
| 08:24.58 | CIA-13 | 03tekkub * r777 10SpecialEventsEmbed/Bags/SEEmbedBags.lua: SpecialEventsEmbed - Updated bag module to account for swapping of different size bags |
| 08:25.07 | id` | oh, right |
| 08:25.08 | id` | :P |
| 08:25.17 | Tekkub | kek, I got 777 too |
| 08:27.02 | CIA-13 | 03tekkub * r778 10SpecialEventsEmbed/Bank/SEEmbedBank.lua: SpecialEventsEmbed - Updated bank module to account for swapping of different size bags |
| 08:27.35 | CIA-13 | 03tardmrr * r779 10DuctTape/: Initial import. |
| 08:28.24 | id` | woah |
| 08:28.58 | id` | ckknight: I could make it 1 bar. 1 bar that changes when you hold a modifier key. |
| 08:29.08 | ckknight | yes you could |
| 08:29.28 | ckknight | flip pages on modifier keys |
| 08:29.29 | id` | hmm |
| 08:29.32 | id` | yeah |
| 08:29.35 | id` | *draw* |
| 08:29.47 | ckknight | you have normal, ctrl, alt, shift, ctrl-shift, alt-shift, ctrl-alt, and ctrl-alt-shift |
| 08:29.48 | CIA-13 | 03tardmrr * r780 10DuctTape/ (DuctTape.lua DuctTape.toc DuctTape.xml): |
| 08:29.48 | CIA-13 | DuctTape: |
| 08:29.48 | CIA-13 | <PROTECTED> |
| 08:29.48 | CIA-13 | <PROTECTED> |
| 08:29.48 | CIA-13 | <PROTECTED> |
| 08:30.02 | ckknight | 8 theoretical |
| 08:30.17 | ckknight | you'd probably want to keep it to 4, though |
| 08:31.41 | CIA-13 | 03tardmrr * r781 10DuctTape/DuctTape.lua: |
| 08:31.41 | CIA-13 | DuctTape: |
| 08:31.41 | CIA-13 | <PROTECTED> |
| 08:32.12 | id` | ckknight: Do i need to stick to alt/ctrl/etc ? |
| 08:32.17 | ckknight | no |
| 08:32.21 | ckknight | SEEmbedKeys does it for you |
| 08:32.25 | id` | I mean can SE see qwertyuiop button presse ? |
| 08:32.26 | ckknight | it fires events on change |
| 08:32.31 | ckknight | no |
| 08:32.34 | id` | k |
| 08:32.40 | ckknight | just alt, ctrl, and shift |
| 08:37.53 | Tekkub | hey Boss I got a request for FuBar, and I already wrote up the code for you |
| 08:38.16 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 08:38.17 | Tekkub | some (most?) of the Blizzy icon textures have this white line at the top |
| 08:38.50 | Tekkub | I wrote a line of code to compensate for it, can you give us a flag in FuBar that'll adjust that plugin's icon with it if set? |
| 08:39.09 | Tekkub | <plugin>.iconFrame:SetTexCoord(0,0.95,0.05,1) |
| 08:39.21 | Tekkub | or to reset to normal... .iconFrame:SetTexCoord(0,1,0,1) |
| 08:49.34 | id` | http://img236.imageshack.us/img236/9482/idbarsconcept0020lr.png |
| 08:49.41 | Tekkub | actually boss, make that iconFrame:SetTexCoord(0.05,0.95,0.05,0.95) |
| 08:49.59 | Tekkub | it trims off all the border, some of their icons have it on other edges |
| 08:57.47 | CIA-13 | 03tekkub * r782 10Metrognome/ (. Lib/MetrognomeLib.lua): MetrognomeLib - Added method 'Status' to query information about a schedule |
| 09:01.24 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 09:04.52 | ckknight | okay |
| 09:04.53 | ckknight | http://ckknight.hopto.org:8080/screen.jpg |
| 09:05.52 | id` | It's nice, but way too big for my taste. I'd say make the icons as big as uhm.. action bar icons. |
| 09:05.59 | [MoonWolf] | looking good |
| 09:06.00 | [MoonWolf] | but its to big |
| 09:06.03 | [MoonWolf] | make it smaller |
| 09:06.08 | id` | ^___^ |
| 09:06.11 | ckknight | I like it, id |
| 09:06.12 | [MoonWolf] | damn you id. |
| 09:06.26 | ckknight | [MoonWolf], I can't make it any smaller if I want to have gold pieces |
| 09:06.32 | [MoonWolf] | oh |
| 09:06.35 | [MoonWolf] | well |
| 09:06.39 | [MoonWolf] | keep it like this then |
| 09:06.42 | id` | ckknight: I guess its in your face like it has to. |
| 09:06.47 | [MoonWolf] | looks sleak though |
| 09:06.52 | id` | true dat |
| 09:06.52 | ckknight | yea |
| 09:06.56 | ckknight | it's supposed to stick out |
| 09:07.01 | ckknight | you click a button |
| 09:07.03 | ckknight | it goes away |
| 09:07.29 | id` | with the border and translucency and the X in the right top |
| 09:07.32 | id` | *sigh* |
| 09:09.22 | Tem|Sleep | ckknight: still, see if you can't make the icons any smaller |
| 09:09.36 | Tem|Sleep | I must agree it looks a bit silly with them so huge |
| 09:09.45 | ckknight | I can make the buttons smaller |
| 09:10.00 | ckknight | but it'd still be the same overall size |
| 09:10.04 | Tem|Sleep | if that means scraping the real money display then so be it |
| 09:10.14 | Tem|Sleep | ok, different layout |
| 09:10.26 | Tem|Sleep | horizontal |
| 09:10.43 | [MoonWolf] | not a bad idea |
| 09:11.07 | Tem|Sleep | [Icon] G ( ) S ( ) C ( ) |
| 09:11.24 | Tem|Sleep | smaller overall size |
| 09:12.18 | Tem|Sleep | oh, Another suggestion |
| 09:12.36 | Tem|Sleep | use SetDesaturated on the icons when they are supposed to be disabled |
| 09:12.57 | Tem|Sleep | greyed out > dimmed |
| 09:13.01 | Tem|Sleep | anyway |
| 09:13.04 | Tem|Sleep | sleep time for me |
| 09:13.34 | [MoonWolf] | night time |
| 09:13.37 | [MoonWolf] | tem* |
| 09:13.53 | [MoonWolf] | I ams SOOOO awake. |
| 09:15.01 | id` | I am soo not working |
| 09:15.02 | id` | heh |
| 09:15.03 | id` | :p |
| 09:15.10 | id` | having fun with MS paint |
| 09:15.16 | ckknight | where do I do SetDesaturated? |
| 09:15.33 | id` | Question: How does one call the 'mini buttons' |
| 09:15.38 | id` | oh.. maybe mini buttons.. |
| 09:16.25 | Tem|Sleep | ckknight: on the texture object |
| 09:16.43 | Tem|Sleep | er, no |
| 09:16.46 | ckknight | so I can't do button:SetDisabledTexture(texture) or what? |
| 09:16.47 | Tem|Sleep | on the button |
| 09:17.11 | ckknight | cause it's easier if I have it have a disabledtexture |
| 09:17.12 | ckknight | ... |
| 09:17.21 | Tem|Sleep | yeah, that's easier |
| 09:17.34 | Tem|Sleep | but you can't do a greyed out version with disabledtexture |
| 09:18.01 | Tem|Sleep | iirc SetDesaturated is a FrameAPI not a texture API |
| 09:18.29 | Tem|Sleep | nevermind |
| 09:18.32 | Tem|Sleep | ok |
| 09:18.35 | Tem|Sleep | this is what you do |
| 09:18.47 | Tem|Sleep | (this is dynamicaly gererated, right?) |
| 09:18.50 | ckknight | yea |
| 09:19.17 | Tem|Sleep | create a texture object explicitly for your disabled texture |
| 09:19.30 | ckknight | okay |
| 09:19.32 | Tem|Sleep | (dont' foget to give it anchors) |
| 09:19.38 | ckknight | I already have that |
| 09:19.40 | Tem|Sleep | and call SetDesaturated(true) |
| 09:20.00 | Tem|Sleep | then make a call to SetDisabledTexture passing it your texture object |
| 09:20.26 | ckknight | didn't work |
| 09:20.36 | ckknight | granted, I don't have a texture on it |
| 09:20.44 | Tem|Sleep | ... |
| 09:20.48 | ckknight | what should I do for texture:SetTexture("file")? |
| 09:21.07 | Tem|Sleep | use the same file as the normal texture |
| 09:21.21 | Tem|Sleep | (sorry, I was unclear about that part) |
| 09:21.28 | ckknight | okay, got it |
| 09:21.58 | Tem|Sleep | works? |
| 09:22.32 | ckknight | yep |
| 09:22.59 | Tem|Sleep | I'm seeing your screenshot and is this a new feature? |
| 09:23.16 | Tem|Sleep | that it allows you to click both even when one of the 2 is all repaired |
| 09:24.11 | ckknight | yea |
| 09:24.29 | Tem|Sleep | good |
| 09:24.34 | Tem|Sleep | that always annoyed me |
| 09:24.47 | Tem|Sleep | anyway, I've really got to get to bed |
| 09:24.50 | Tem|Sleep | night guys |
| 09:30.04 | id` | http://img221.imageshack.us/img221/3547/idbarsconcept0036vi.png |
| 09:30.08 | id` | concept v3 |
| 09:30.46 | [MoonWolf] | id needs more buttons |
| 09:30.53 | id` | why? |
| 09:31.03 | id` | you have 60 right there |
| 09:31.07 | [MoonWolf] | I use 5 button bars and a pet bar as a hunter. |
| 09:31.21 | id` | plus a pet bar plus a hide bar plus a shapeshift bar for each form |
| 09:31.32 | id` | :] |
| 09:31.50 | otravi | I use two actionbars+petbar on my warlock |
| 09:32.01 | otravi | oh, and a lot of hotkeys on the two vertical bars |
| 09:32.23 | id` | Another thought; I could include switches to place the whole bar topleft, topright, topcenter, bottomleft, bottomright, bottomcenter. |
| 09:32.24 | Elviso | Does AceLucenFrames have a CN translation? |
| 09:32.26 | [MoonWolf] | one bar of items, one bar of macro's one bar with buff's one bar with special actions, one bar with normal actions. |
| 09:32.38 | otravi | Elviso: does it need that? |
| 09:32.44 | [MoonWolf] | and pet bar. |
| 09:32.48 | Elviso | http://bbs.game.mop.com/viewthread.php?tid=1134464&page=2&extra=page%3D1%26filter%3Dtype%26typeid%3D224 |
| 09:32.49 | FryGuy | Shyva: why did you change the trigger varaible names from descriptive to undescriptive? |
| 09:33.00 | FryGuy | from "sandblasttrigger" to "trigger2" |
| 09:33.14 | Tekkub | ugh, I fucking hate people that sit at the bank oh AH with that stuid Piccolo thing |
| 09:33.17 | id` | [MoonWolf], otravi; As i said, you have 60 actionbar buttons and an extra bar wich fills with pet/hide/shapeshift |
| 09:33.25 | Tekkub | they need to give that item a 2 min cooldown |
| 09:33.41 | Tekkub | it's amusing, yes, but it only gets used to spam the fuck out of it |
| 09:33.45 | otravi | id`: :--D |
| 09:33.56 | FryGuy | it's got a 60 second cooldown |
| 09:34.05 | [MoonWolf] | id`, get started then. |
| 09:34.14 | Tekkub | no it doesn't |
| 09:34.16 | id` | Tonight ;) |
| 09:34.33 | otravi | Elviso: are refereing to the change in AUF, that has to be done? |
| 09:34.44 | ckknight | what's better, [icon] money text or text money [icon]? |
| 09:34.44 | [MoonWolf] | oh, could you make a popout bar that autofills with your tradeskills and other such things ? |
| 09:34.47 | Tekkub | this person in using it about... oh... every 1.5 seconds... sound like the global coodown? |
| 09:34.52 | FryGuy | no |
| 09:34.56 | FryGuy | when you use it |
| 09:34.57 | otravi | ckknight: icon, money text |
| 09:34.58 | FryGuy | you gain a buff |
| 09:35.02 | FryGuy | and the buff does that |
| 09:35.15 | FryGuy | as long as you don't move it'll keep doing it |
| 09:35.18 | Tekkub | so it's by fucking design? |
| 09:35.23 | FryGuy | yes |
| 09:35.23 | ckknight | I'm not sure about icon money text |
| 09:35.24 | Tekkub | ugh |
| 09:35.27 | ckknight | I'll put up a screenie |
| 09:35.29 | Elviso | otravi, I just saw in that post that they were using both |
| 09:35.43 | otravi | Elviso: been posted on the wowace forum also : |
| 09:35.47 | Elviso | and it appears that they had to mod them to get them to work |
| 09:36.00 | id` | [MoonWolf]: Yes i was thinking about extra bars. Hell maybe I could make modules out of it, for fun. :-) like buttons to change stances, to change aspects, tradeskills, etc |
| 09:36.15 | Elviso | ok, just passing it on incase it was unknown |
| 09:36.19 | ckknight | http://ckknight.hopto.org:8080/screen.jpg |
| 09:36.27 | [MoonWolf] | tradeskills and other such buttons, you dont want them around in combat, but you want to access them easy enough when you need them. |
| 09:36.31 | ckknight | that's icon money text |
| 09:36.34 | id` | ckknight wins |
| 09:36.38 | ckknight | I think maybe text money icon would be better |
| 09:36.53 | [MoonWolf] | that is sex. |
| 09:36.58 | id` | [MoonWolf]: that would be options to the modules. when to show them \o/ |
| 09:37.06 | ckknight | what do I win? |
| 09:37.11 | id` | teh prize! |
| 09:37.15 | ckknight | I want a cookie |
| 09:37.24 | id` | ~give ckknight a cookie |
| 09:37.25 | purl | ACTION gives ckknight a home-baked fortune cookie to cheer him up. |
| 09:37.36 | ckknight | fortune cookies can blow me |
| 09:37.46 | id` | ~blow fortune cookie |
| 09:37.47 | purl | ACTION blows fortune cookie |
| 09:37.53 | ckknight | I want an oven baked chocolate chip or something |
| 09:38.12 | id` | ~give ckknight an oven baked chocolate chip or something |
| 09:38.13 | purl | ACTION gives an oven baked chocolate chip or something to ckknight |
| 09:38.32 | id` | xD |
| 09:38.47 | id` | *work* |
| 09:38.50 | [MoonWolf] | ckknight, here http://www.cookiesinheaven.com/images/cookies/chocolate_chip_cookie.jpg |
| 09:39.11 | ckknight | you're a dick, now I actually want one |
| 09:39.27 | otravi | uhm... I just looked at my log (apache) |
| 09:39.39 | otravi | then I found a page that has translated oRA into korean :< |
| 09:39.47 | id` | lol |
| 09:39.50 | otravi | now to figure out how to contact the author! |
| 09:40.02 | id` | g0t ip? |
| 09:40.04 | id` | :p |
| 09:40.17 | [MoonWolf] | was is q90q90 ? |
| 09:40.35 | otravi | "handdol" is the name |
| 09:40.46 | [MoonWolf] | cant help you then. |
| 09:40.46 | otravi | http://wow.somegate.com/topic.php?topic_uid=46132 *points* |
| 09:41.18 | otravi | I have to update the article about oRA on my website also now :( |
| 09:43.45 | Elviso | lol |
| 09:43.59 | ckknight | check out http://ckknight.hopto.org:8080/screen.jpg |
| 09:44.23 | Elviso | I wonder if Asia retains an independent repository of addons that they mod to work for them |
| 09:44.33 | otravi | aah I found a solution! |
| 09:44.36 | ckknight | crap, didn't save right |
| 09:44.39 | otravi | spectego has posted on that forum! |
| 09:44.46 | ckknight | okay |
| 09:44.48 | ckknight | now check it out |
| 09:45.01 | ckknight | properly sized |
| 09:45.04 | id` | yay |
| 09:45.22 | ckknight | alright |
| 09:45.25 | ckknight | gonna change both to total |
| 09:45.30 | CIA-13 | 03shyva 07Shyva * r783 10BigWigs/Ouro.lua: BigWigs: Tweaks in Ouro.lua |
| 09:45.36 | FryGuy | <ckknight> check out http://ckknight.hopto.org:8080/screen.jpg |
| 09:45.44 | FryGuy | problem is the buttons don't look "clickable" |
| 09:45.56 | ckknight | now whose fault is that? |
| 09:46.03 | FryGuy | your's, of course :) |
| 09:46.08 | id` | FryGuy: ? :p |
| 09:46.10 | ckknight | grammar. |
| 09:46.15 | FryGuy | yours, of course |
| 09:46.17 | FryGuy | you know |
| 09:46.26 | Elviso | ckknight, you put in auto repair-all yet? |
| 09:46.48 | ckknight | what's the question? |
| 09:46.52 | FryGuy | i just alt-tabbed and thought about that "i wonder if that's an ' that goes there.. oh shit.. gotta alt-tab back and hope nobody notices" |
| 09:46.58 | FryGuy | and you did :( |
| 09:49.49 | ckknight | how would I make it seem like they're clickable? |
| 09:50.02 | ckknight | I mean, if you hover over them, they get the blue highlight glow |
| 09:51.56 | Elviso | does DuraFu have an automatic repair-all feature? |
| 09:52.14 | ckknight | it shows a popup, it doesn't automatically do it |
| 09:52.54 | Elviso | kk sticking w/KC_AutoRepair then |
| 09:52.58 | Elviso | since I can't use both |
| 09:53.31 | ckknight | I plan to add it |
| 09:53.40 | ckknight | I'm just currently focused on the popup |
| 09:54.49 | Elviso | maybe add a small text line underneath the title of the window, "Click the category icon to repair that category" ? |
| 09:55.28 | Elviso | and/or possibly for categories that dont need repair, like 'inventory' in your screen shot, replace the icon with =NONE- |
| 09:55.44 | ckknight | it grays out |
| 09:55.52 | ckknight | if you hover over, you can see the glow |
| 09:56.05 | ckknight | so I don't think it's pretty obvious |
| 09:56.12 | ckknight | gonna commit so people can test |
| 09:57.49 | weab | this is why i dont release my addons |
| 09:58.00 | id` | why dont you release your addons |
| 09:58.11 | id` | scared of criticism? |
| 09:58.13 | weab | i hacked my autorepair together in about 3 minutes, the lazy way |
| 09:58.35 | CIA-13 | 03tekkub * r784 10ItemizedDeductions/ (7 files): |
| 09:58.35 | CIA-13 | ItemizedDeductions |
| 09:58.35 | CIA-13 | - More code restructuring |
| 09:58.35 | CIA-13 | - Removed Titan support completely, I honestly Don't want to support that anymore |
| 09:58.56 | id` | weab: then make it releasable, and release it |
| 09:58.58 | id` | :P |
| 09:59.08 | weab | things like options |
| 09:59.12 | weab | and fancy gui stuff |
| 09:59.22 | weab | i just can't bring myself to waste the effort on them :( |
| 09:59.57 | id` | well if its only auto repeir |
| 10:00.00 | id` | repair* |
| 10:00.06 | id` | you could do it in like, 30 lines of code |
| 10:00.26 | id` | actually an on/off switch is already supplied by ace... |
| 10:01.53 | ckknight | it's pretty easy to put in |
| 10:02.30 | weab | i'm not criticizing mind you. not you anyway, maybe myself a bit |
| 10:04.05 | CIA-13 | 03ckknight * r785 10FuBar_DurabilityFu/ (DurabilityFu.lua DurabilityFu.xml DurabilityFuLocals.lua): FuBar_DurabilityFu - Made repair popup shiny. |
| 10:04.13 | ckknight | okay |
| 10:05.25 | CIA-13 | 03ckknight * r786 10FuBar/FuBarPlugin.lua: FuBar - if someone uses a blizzard icon for their plugin, now chops off the top pixel. |
| 10:07.52 | Tekkub | top only or all edges Bossman? |
| 10:08.06 | ckknight | I used your code |
| 10:08.12 | Tekkub | which one? :) |
| 10:08.17 | ckknight | 0, 0.95, 0.05, 1 |
| 10:08.18 | ckknight | I think |
| 10:08.46 | Tekkub | with some toying 0.05, 0.95, 0.05, 0.95 produced better allaround resusts |
| 10:09.01 | ckknight | if string.sub(path, 1, 16) == "Interface\\Icons\\" then self.iconFrame:SetTexCoord(0,0.95,0.05,1) |
| 10:09.04 | ckknight | pretty much |
| 10:09.06 | ckknight | okay |
| 10:09.07 | ckknight | alright |
| 10:09.09 | Tekkub | I think they never cared cause the actionbutton frame covered em up |
| 10:09.52 | CIA-13 | 03ckknight * r787 10FuBar/FuBarPlugin.lua: FuBar - if someone uses a blizzard icon for their plugin, now chops off the edge pixels. |
| 10:09.58 | Tekkub | huzzah! |
| 10:10.47 | id` | whats the max number of tradeskills one can have? |
| 10:10.51 | id` | and shapeshifts? |
| 10:12.15 | CIA-13 | 03ckknight * r788 10FuBar/ (. FuBar.lua FuBar.xml README.txt): FuBar - Added GratuityLib. FuBar provides a tooltip to scan with automatically. |
| 10:12.47 | ckknight | id, having ctrl-alt-shift be your tradeskills would be killer. |
| 10:13.25 | ckknight | 5 shapeshifts? |
| 10:13.27 | ckknight | I think |
| 10:13.29 | Wobin_ | muttermutter rollingrestartsmutter |
| 10:13.36 | ckknight | ? |
| 10:14.06 | ckknight | oh, dammit |
| 10:14.48 | Tekkub | but they were SCHEDULED it's not Blizzy's fault! |
| 10:15.43 | CIA-13 | 03ckknight * r789 10FuBar/FuBar.toc: FuBar - added GratuityLib to the toc. |
| 10:16.27 | Wobin_ | heh |
| 10:17.15 | Tekkub | *snicker* you fixed it before me |
| 10:17.16 | ckknight | Tekkub, you added the Set* stuff to Gratuity, cool |
| 10:17.23 | Tekkub | yea Bossman :) |
| 10:17.29 | ckknight | -- I still don't understand why I have to do this for it to work >< |
| 10:17.32 | Tekkub | I think I got em all |
| 10:17.37 | ckknight | you know why you need it? |
| 10:17.41 | ckknight | err, want to know |
| 10:17.55 | Tekkub | nani? |
| 10:18.03 | Tekkub | gonna use it in Dura? |
| 10:18.11 | ckknight | you do local meth = m |
| 10:18.18 | Tekkub | oh that |
| 10:18.20 | ckknight | I already use Gratuity in DuraFu |
| 10:18.25 | Tekkub | I have a hunch but meh |
| 10:18.27 | ckknight | it's cause m changes after the loop |
| 10:18.31 | Tekkub | yea |
| 10:18.33 | ckknight | at the end, m is nil |
| 10:18.41 | ckknight | so I'd just do local m = m |
| 10:18.50 | ckknight | thus freezing it in the local scope |
| 10:19.00 | Tekkub | yuppers, that's what I figgered |
| 10:20.19 | ckknight | alright |
| 10:21.02 | Tekkub | realm's back up already? wowies |
| 10:24.11 | Tekkub | hey Boss |
| 10:24.29 | Tekkub | the XML needs to be loaded before you try to init Gratuity :) |
| 10:24.52 | CIA-13 | 03ckknight * r790 10FuBar/FuBar.toc: FuBar - switch position of files in toc. |
| 10:25.02 | Tekkub | heh |
| 10:25.36 | ckknight | I know |
| 10:25.37 | ckknight | I had already figured that out |
| 10:27.19 | CIA-13 | 03ckknight * r791 10FuBar_DurabilityFu/ (. DurabilityFu.lua DurabilityFu.xml FuBar_DurabilityFu.toc): FuBar_DurabilityFu - now LoadOnDemand |
| 10:28.46 | Tekkub | blizzy icons look beautiful naw :) |
| 10:29.02 | Tekkub | that's something that's botherled me since back in the early Titan days |
| 10:29.12 | Tekkub | but I never bothered to find a fix |
| 10:29.26 | ckknight | *thumbs up* |
| 10:29.38 | ckknight | it doesn't mess with user provided ones, just ones in Interface\Icons\ |
| 10:29.46 | ckknight | so it's all peachy keen |
| 10:30.14 | Tekkub | :) |
| 10:38.07 | [MoonWolf] | http://www.ernestcline.com/dmd/ |
| 10:38.44 | CIA-13 | 03ckknight * r792 10FuBar/FuBar.lua: FuBar - fixed possible bug with plugins with special frames. |
| 10:39.09 | CIA-13 | 03ckknight * r793 10FuBar_MoneyFu/ (FuBar_MoneyFu.toc MoneyFu.lua): FuBar_MoneyFu - now LoadOnDemand |
| 10:39.27 | CIA-13 | 03ckknight * r794 10FuBar_TopScoreFu/FuBar_TopScoreFu.toc: FuBar_TopScoreFu - now LoadOnDemand |
| 10:39.46 | ckknight | and now all the plugins I've written are LoadOnDemand |
| 11:10.43 | CIA-13 | 03ckknight * r795 10FuBar/ (API.html FuBar.lua): FuBar - added FUBAR_DEFAULTS. |
| 11:14.52 | [MoonWolf] | ckknight, what does fubar_defaults do ? |
| 11:15.07 | ckknight | it's mostly for compilations to set |
| 11:15.22 | [MoonWolf] | default layout of the bars ? |
| 11:15.30 | ckknight | if it's set, and FuBar hasn't been initialized before, it'll get its settings from it |
| 11:15.32 | ckknight | right |
| 11:15.38 | [MoonWolf] | nice idea |
| 11:15.54 | ckknight | Mazzlefizz was doing it in her compilation a strange way |
| 11:16.16 | ckknight | so now I gave a standardized way to deal with it |
| 11:16.32 | [MoonWolf] | im sure mazz and devla and the likes will be very happy with that. |
| 11:16.54 | ckknight | what does Devla run? |
| 11:17.16 | [MoonWolf] | qt ui. |
| 11:17.48 | [MoonWolf] | if I would ever pick a compilation that would be the one. |
| 11:18.21 | ckknight | ah |
| 11:18.27 | ckknight | I used to use Insomniax |
| 11:18.56 | id` | [MoonWolf]: nice video |
| 11:19.13 | [MoonWolf] | hehe |
| 11:20.05 | CIA-13 | 03ckknight * r796 10FuBar/FuBar_ExampleFu/FuBar_ExampleFu.toc: FuBar - fixed toc in ExampleFu |
| 11:22.57 | id` | http://www.ernestcline.com/spokenword/ |
| 11:23.00 | id` | geek pron so funny |
| 11:25.53 | id` | and the rest too |
| 11:25.54 | CIA-13 | 03ckknight * r797 10FuBar/ (API.html FuBar.lua): FuBar - FUBAR_DEFAULTS can now either be a table or a function which returns a table. |
| 11:29.47 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 11:38.05 | CIA-13 | 03ckknight * r798 10FuBar/API.html: FuBar - fixed API.html formatting. |
| 11:40.42 | CIA-13 | 03ckknight * r799 10FuBar/API.html: FuBar - fixed API.html typo. |
| 11:49.51 | CIA-13 | 03ckknight * r800 10FuBar/API.html: |
| 11:49.51 | CIA-13 | FuBar - Fixed API.html issues |
| 11:49.51 | CIA-13 | ~commit |
| 11:49.53 | purl | Hurray! More bugs! |
| 11:49.53 | CIA-13 | ~hug me |
| 11:49.54 | purl | ACTION hugs cia-13 |
| 11:51.52 | *** join/#wowace Eraphine|Disco (n=Eraphine@brenna.human.cornell.edu) |
| 11:55.59 | CIA-13 | 03ckknight * r801 10FuBar/API.html: FuBar - fixed API.html typo. |
| 11:56.26 | Mikma | ckknight: gz on 800 |
| 11:59.40 | Mikma | hah... if i combine two lines intop of my screen i get: "topic: |wowace.com | ace.pastebin.com | Beast is a big blue sexy bastard, even returns a table." |
| 12:00.36 | id` | hehe |
| 12:00.41 | id` | now |
| 12:00.42 | id` | you |
| 12:00.42 | id` | dont |
| 12:00.43 | id` | :D |
| 12:01.53 | Mikma | didn't get after my line tho ;) |
| 12:02.31 | ckknight | lol |
| 12:03.14 | id` | :p |
| 12:11.36 | CIA-13 | 03ckknight * r802 10FuBar/ (FuBar.lua FuBarUtils.lua PanelClass.lua): FuBar - fixed nasty assertion bug that occurs when changing the profile. |
| 12:13.57 | id` | ckknight: you are at it tonight, hehe |
| 12:14.04 | id` | today* |
| 12:14.04 | Mikma | replacing the HDD in my mac will cost 250e |
| 12:14.11 | Mikma | 40GB -> 60GB |
| 12:14.13 | ckknight | I've been doing a lot recently |
| 12:14.18 | id` | Mikma: no wai, its a laptop? |
| 12:14.31 | id` | I have a dell and i can screw it open and replace any part i like |
| 12:14.33 | Mikma | id`: yeah, the 12" 'toight like a toiger' |
| 12:19.24 | CIA-13 | 03ckknight * r803 10FuBar/FuBar.lua: FuBar - Added more checks for plugin setup on profile changes. |
| 12:20.41 | CIA-13 | 03shyva 07Shyva * r804 10BigWigs/Ouro.lua: BigWigs: Tweaks in Ouro.lua |
| 12:23.40 | id` | \o/ |
| 12:27.18 | id` | ^_________________^ |
| 12:28.57 | Mikma | gotta go change summertires to the car, see ya |
| 12:29.01 | ckknight | alright, and all uploaded to WoWI |
| 12:29.03 | id` | blod utav krististam |
| 12:29.14 | id` | utav kri--sti--stakmmmmmm |
| 12:29.25 | id` | \m/ >< \m/ |
| 12:37.10 | Shyva | string.find("Emperor Vek'lor Heal Brother heals", " Heal Brother heals") -> this will be found, right? |
| 12:38.18 | sedatedChipmunk | ought to be |
| 12:38.57 | sedatedChipmunk | and good morning =) |
| 12:38.57 | Shyva | ok :-) Thanks |
| 12:39.06 | Shyva | morning ^^ |
| 12:47.42 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 12:52.00 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 12:55.19 | CIA-13 | 03shyva 07Shyva * r805 10BigWigs/Twins.lua: BigWigs: Added heal checks and Enrage check to Twins.lua |
| 12:56.44 | CIA-13 | 03tekkub * r806 10Zookeeper/: ZooKeeper - Was missing the svn:external for KeyQ, oops |
| 12:57.37 | CIA-13 | 03shyva 07Shyva * r807 10BigWigs/Twins.lua: BigWigs: Oops, Stupid typo in Twins.lua |
| 12:58.12 | CIA-13 | 03tekkub * r808 10ItemizedDeductions/ (7 files): |
| 12:58.13 | CIA-13 | ItemizedDeductions |
| 12:58.13 | CIA-13 | - Still more code restructuring |
| 12:58.13 | CIA-13 | - FuBar is no longer optional since I decided to drop Titan support. I may revisit this if someone gives me a good reason tho. |
| 12:58.24 | hyperChipmunk | hehe |
| 13:02.47 | CIA-13 | 03tekkub * r809 10PerfectRaidTargets/ (PerfectRaidTargets.toc TargetFrame.lua): PerfectRaidTargets - Fixed background anchoring (hopefully) |
| 13:03.46 | [MoonWolf] | Tekkub, what are you , on some weird rownish update spree ? |
| 13:03.59 | Tekkub | I guess |
| 13:04.15 | Tekkub | I've been doing a major cleanup of ID mostly |
| 13:04.23 | Tekkub | I've neglected it too long |
| 13:04.51 | [MoonWolf] | yeah, for 3 months you have been saying you were going to start on it soon again. |
| 13:05.09 | hyperChipmunk | hehe |
| 13:05.15 | Tekkub | yea, it's at least partially functional now |
| 13:05.25 | hyperChipmunk | I'm almost to a functional state with BulkMail =D |
| 13:05.40 | Tekkub | chop chop! |
| 13:06.18 | [MoonWolf] | what happend to bulkrate ? |
| 13:06.24 | [MoonWolf] | I liked that name better. |
| 13:06.37 | hyperChipmunk | functional meaning, you type e.g. /script BulkMail:AddAutoSendItem(itemLink|itemID, destination) to do stuff, but still! |
| 13:06.41 | hyperChipmunk | it doesn't make sense |
| 13:07.22 | [MoonWolf] | names dont have to make sense. |
| 13:07.25 | hyperChipmunk | and people will think it's an auto-buy X items whenever you're at a merchant or something |
| 13:07.45 | [MoonWolf] | Mendeleev doesnt make sense when held in the light of PT either. |
| 13:07.59 | hyperChipmunk | so, not only does it not make sense, it's misleading |
| 13:08.00 | [MoonWolf] | but the name is still cool. |
| 13:08.41 | [MoonWolf] | names should be about references, injokes and weird things. not about functionality :P |
| 13:08.44 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 13:08.48 | [MoonWolf] | wb |
| 13:24.43 | *** join/#wowace wereHamster (n=tomc@gw.ptr-62-65-141-13.customer.ch.netstream.com) |
| 13:25.54 | [MoonWolf] | can someone link me to kergoths table iterators ? |
| 13:26.14 | hyperChipmunk | [Kergoth's Table Iterators] |
| 13:26.27 | [MoonWolf] | lol |
| 13:26.47 | hyperChipmunk | =) |
| 13:26.53 | hyperChipmunk | epic item |
| 13:29.37 | Mikma | nihaha |
| 13:29.41 | Mikma | i got kicked from my guild |
| 13:29.46 | hyperChipmunk | wtg nub |
| 13:29.55 | Mikma | now i can quit wow when subscription ends |
| 13:30.11 | hyperChipmunk | that's a healthy attitude |
| 13:30.13 | wereHamster | why? |
| 13:30.42 | Mikma | because i've been wasting my money for nothing over a year now |
| 13:31.07 | Mikma | don't see any reasons to continue doing that anymore, and i'm thinking of moving to another town so there will be less time to play anyway |
| 13:31.35 | wereHamster | is that a reason for a gkick? |
| 13:32.04 | Mikma | nope, i got kicked because of my gf whining |
| 13:32.49 | otravi | uhm, that sounds wrong :< |
| 13:33.46 | Mikma | shit happens but i don't care :D i got almost full epic-gear on my priest because of that guild nihaha |
| 13:37.25 | hyperChipmunk | is it normal to use foo = 0 and foo = 1 for boolean values and check if foo > 0.5? or is that just some huge nastiness that should be avoided |
| 13:37.53 | hyperChipmunk | seems like nastiness to me |
| 13:39.12 | [MoonWolf] | eeuh |
| 13:39.25 | [MoonWolf] | in lua all values besides false and nil are true |
| 13:39.35 | [MoonWolf] | so if you want something to be false you set it to false, or you nill it out |
| 13:39.56 | [MoonWolf] | and then a simple if(var) then end |
| 13:40.21 | hyperChipmunk | i just saw it used in an addon and cringed |
| 13:41.30 | [MoonWolf] | go to author, rips said authors fingernails out |
| 13:41.57 | [MoonWolf] | repet, I will use booleans the they were ment every time you rip one out |
| 13:42.34 | [MoonWolf] | morning Cairenn|afk , good buy Cairenn|afk |
| 13:42.43 | Cairenn|afk | morning, later :) |
| 13:42.49 | hyperChipmunk | hehe |
| 13:43.50 | hyperChipmunk | she totally skipped the 'here' phase and went directly from 'sleep' to 'afk'...I think we studied something similar in chemistry class |
| 13:44.41 | otravi | :-P |
| 13:45.02 | Cairenn|afk | she went from OMG I overslept to OMG I've got to run out the door right now |
| 13:45.08 | hyperChipmunk | Cairenn == Dry Ice? |
| 13:45.14 | Cairenn|afk | and on that note ... later guys |
| 13:45.22 | hyperChipmunk | she better hit the OMG I'm out of here phase soon |
| 13:46.25 | Eraphine|Disco | bb Cairenn|afk |
| 13:47.05 | [MoonWolf] | hyperChipmunk, wow, good comparison. |
| 13:47.14 | Eraphine|Disco | does anyone here use ora? |
| 13:47.23 | hyperChipmunk | hehe |
| 13:47.42 | Eraphine|Disco | Is it possible to use ora with PR for a seamless CTRA alternative? |
| 13:47.42 | hyperChipmunk | [MoonWolf]: >8D |
| 13:47.58 | otravi | Eraphine|Disco: you might want some MT frames tho' :) |
| 13:48.02 | [MoonWolf] | eraphine its not seamless yet. |
| 13:48.06 | [MoonWolf] | but you can get close. |
| 13:48.07 | Eraphine|Disco | Is that what PRTargets is? |
| 13:48.17 | otravi | Tekkub is lazy, but yeah, they work :) |
| 13:48.28 | Eraphine|Disco | Ah, I'm one of the MT's of my guild so I need target managment as well. |
| 13:48.36 | hyperChipmunk | PRTargets is just plain awesome, but I don't think it has actually anything to do with PR |
| 13:48.41 | otravi | Eraphine|Disco: the assist thingy? |
| 13:48.59 | Eraphine|Disco | yes, and the ability to when 2 or more MT's have the same target |
| 13:49.20 | otravi | I haven't even started on the raid leader part of oRA_Assist |
| 13:49.22 | Eraphine|Disco | ok - what's the syntax for find/replace ? |
| 13:49.38 | otravi | string.find :D |
| 13:49.41 | otravi | err |
| 13:49.43 | otravi | replace :S |
| 13:49.47 | Eraphine|Disco | I mean for the irc bot ;) |
| 13:49.57 | hyperChipmunk | s/foo/bar/ |
| 13:50.02 | hyperChipmunk | that last / is important |
| 13:50.24 | otravi | hyperChipmunk: everything is important :p |
| 13:50.33 | Eraphine|Disco | can you use it in an example please hyperChipmunk |
| 13:50.40 | otravi | s/is/are/ |
| 13:50.42 | otravi | good enough :D ? |
| 13:51.05 | hyperChipmunk | otravi ducks |
| 13:51.05 | Eraphine|Disco | s/mean/test |
| 13:51.11 | Eraphine|Disco | s/mean/test/ |
| 13:51.11 | hyperChipmunk | s/ducks/sucks/ |
| 13:51.15 | otravi | :( |
| 13:51.24 | otravi | s/(/)/ |
| 13:51.33 | Eraphine|Disco | what else can be in the first argument? |
| 13:51.41 | Eraphine|Disco | I assume s is for search/replace ? |
| 13:51.51 | hyperChipmunk | s is canonical |
| 13:51.58 | otravi | oO |
| 13:52.12 | hyperChipmunk | doesn't matter what it's for =) |
| 13:52.22 | Eraphine|Disco | thanks :) |
| 13:52.31 | Eraphine|Disco | btw - bitstream vera mono - great font for cooldowns! |
| 13:52.42 | Eraphine|Disco | If you use a non-mono font it jumps all over the place. |
| 13:53.10 | [MoonWolf] | mono fonts are :3 |
| 13:53.31 | hyperChipmunk | all fonts should be mono |
| 13:53.32 | otravi | I use Georgia for everything :O |
| 13:53.37 | *** part/#wowace wereHamster (n=tomc@gw.ptr-62-65-141-13.customer.ch.netstream.com) |
| 13:53.43 | otravi | hyperChipmunk: convert Georgia to mono for me! |
| 13:53.56 | otravi | It will make me happy *puppyeyes* |
| 13:54.58 | otravi | haha... I googled after Georgia monospace, and found bitstream :p |
| 13:55.06 | hyperChipmunk | lol |
| 13:55.21 | hyperChipmunk | and I almost replied, 'just download bitstream vera mono' =) |
| 13:55.33 | otravi | ^^ |
| 13:57.37 | Eraphine|Lab | I played around with some font editting software for a while in my search for the perfect wow font. |
| 13:58.12 | otravi | that would be bitstream vera mono :p |
| 13:58.26 | Eraphine|Lab | I don't use mono for everything |
| 13:58.34 | Eraphine|Lab | just for numbers. |
| 13:58.46 | Eraphine|Lab | I replaced my damage text and the cooldown font with mono |
| 13:58.57 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 13:58.59 | Eraphine|Lab | mono is too wide otherwise. |
| 13:58.59 | otravi | I use it for everything now :D |
| 13:59.20 | Eraphine|Lab | To my eyes, the lack of kerning makes it look uneven. |
| 14:00.37 | Eraphine|Lab | ckknight is the profile changer on Fubar for all ACE addons, or just the Fubar profile? |
| 14:00.43 | Eraphine|Lab | morning tem. |
| 14:00.48 | Tem | morning |
| 14:00.53 | hyperChipmunk | aloo |
| 14:01.00 | otravi | hello |
| 14:01.11 | Tem | it's just for FuBar, Eraphine |
| 14:01.44 | Eraphine|Lab | Good |
| 14:01.57 | Eraphine|Lab | Gosh I wish TitanEmote still existed for Fubar |
| 14:02.33 | Eraphine|Lab | Exactly how different does an addon that does identical things to another need to look? |
| 14:04.06 | id` | if it does the same it probably doesnt have to :-) |
| 14:04.38 | otravi | oh, this was a new one |
| 14:04.48 | otravi | I press on "Logout" and the game crashes with critical error |
| 14:04.50 | [MoonWolf] | that depends on how good the old interface was. |
| 14:05.03 | [MoonWolf] | otravi, but your out of the game... |
| 14:06.21 | Tekkub | erf |
| 14:06.39 | [MoonWolf] | still around tekk ? |
| 14:06.45 | [MoonWolf] | dont you have like, a bed to got too ? |
| 14:07.15 | otravi | it happened again! |
| 14:07.17 | Tekkub | work in an hour |
| 14:07.29 | Tekkub | hope she doesn't make my first day a 8hr shift... |
| 14:07.34 | [MoonWolf] | Tekkub, when did work happen ? |
| 14:07.37 | Tem | ckknight: you around still? |
| 14:07.39 | [MoonWolf] | ah first day. |
| 14:07.42 | [MoonWolf] | where ? |
| 14:07.43 | Tekkub | like friday |
| 14:07.55 | [MoonWolf] | the stone place ? |
| 14:08.00 | Tekkub | quasi ice cream fastfoodish place |
| 14:08.11 | [MoonWolf] | fast ice cream! |
| 14:08.31 | otravi | zomg! I found another error in oRA :o |
| 14:08.44 | [MoonWolf] | yay er boo er well, something. |
| 14:09.08 | hyperChipmunk | otravi: geez, you should probably give the author of that mod a kick in the balls |
| 14:10.09 | otravi | hyperChipmunk: :-P |
| 14:13.24 | Mikma | ok ok. what is a good SVN client? :) |
| 14:13.48 | hyperChipmunk | everyone here uses Tortise for windows, I think |
| 14:13.55 | [MoonWolf] | tortoise* |
| 14:13.57 | hyperChipmunk | TortiseSVN |
| 14:14.00 | [MoonWolf] | you cant google mispellings. |
| 14:14.24 | Tem | but you can google svn |
| 14:14.28 | [MoonWolf] | true. |
| 14:14.33 | Tem | it's usually like the second choice |
| 14:14.38 | Tem | tort that is |
| 14:14.55 | Eraphine|Lab | google does have a nice "Did you mean this" algorithm though |
| 14:15.54 | Mikma | tortoisesvn.sf.net |
| 14:16.03 | Tem | damnit! lol |
| 14:16.10 | Tem | I fell from TB *trying* to die |
| 14:16.17 | Tem | I survived with 12 hp |
| 14:16.17 | otravi | hyperChipmunk: I don't use windows :< |
| 14:16.24 | hyperChipmunk | needer do I |
| 14:16.56 | hyperChipmunk | but if he was asking, I figured he did =P |
| 14:16.56 | [MoonWolf] | Tem, YOU FAIL. |
| 14:17.33 | Tem | I'm trying to take durability damage so I can test durafu |
| 14:17.53 | hyperChipmunk | drown |
| 14:18.16 | otravi | I think I should do a repair.exe on my WoW |
| 14:18.28 | otravi | sicne I can't see player names |
| 14:18.30 | [MoonWolf] | be a warlock. |
| 14:18.34 | [MoonWolf] | warlocks can kill themselves. |
| 14:18.39 | otravi | and my WoW crashed like three times in a row :p |
| 14:18.44 | otravi | without dura loss :D |
| 14:18.47 | [MoonWolf] | life tap, to near death, then hellfire. |
| 14:18.47 | hyperChipmunk | don't think that does durability damage |
| 14:18.56 | Tem | I successfully died, thanks |
| 14:19.05 | Mikma | wtf :D why do i have to boot windows after installing tortoisesvn? :D |
| 14:19.09 | Tem | I just had to fall further |
| 14:19.13 | Tem | you don't |
| 14:19.21 | otravi | Mikma: it hooks into explorer or something |
| 14:19.21 | Tem | it's lying |
| 14:19.24 | Mikma | well it said i do but i don't xD |
| 14:19.25 | hyperChipmunk | I keep a Crystal of Zin-Malor on me for such occasions, but it doesn't do dura damage either |
| 14:19.38 | Mikma | i mean really, it's a shock to go back to windows after os x |
| 14:19.44 | otravi | hyperChipmunk: easy mode alliance :p |
| 14:19.47 | Mikma | "OMGLOL BOOT NOOB!" |
| 14:19.58 | hyperChipmunk | Mikma: I think that's for rightclick stuff |
| 14:20.07 | Mikma | hyperChipmunk: hmm good point |
| 14:20.28 | hyperChipmunk | like you can rightclick folders for svn update |
| 14:20.53 | *** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 14:20.53 | *** mode/#wowace [+o Cairenn] by ChanServ |
| 14:21.45 | Tem | still sleeping Cair? |
| 14:22.10 | Cairenn | nope, awake |
| 14:22.22 | [MoonWolf] | hehe |
| 14:25.31 | *** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu) |
| 14:30.54 | Mikma | hmm takes time for me to learn that svn usage |
| 14:33.10 | [MoonWolf] | going home. |
| 14:40.55 | *** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu) |
| 15:20.53 | Wobin_ | Any talent suggestions to a newbie rogue? |
| 15:21.13 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 15:24.39 | *** join/#wowace Eraphine|Disco (n=Eraphine@brenna.human.cornell.edu) |
| 15:26.31 | smartChipmunk | (i hope) |
| 15:27.08 | smartChipmunk | back in about 3h |
| 15:33.27 | *** part/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 15:40.18 | CIA-13 | 03shyva 07Shyva * r810 10BigWigs/Defenders.lua: BigWigs: Oops, Stupid typo in Defenders.lua |
| 15:44.54 | Eraphine|Disco | Shyva can bigwigs be used in place of RABossmods? |
| 15:45.09 | Eraphine|Disco | and still work with an existing installing of CTRA? |
| 15:45.16 | Shyva | yes |
| 15:45.27 | Eraphine|Disco | can it be set to announce? |
| 15:45.37 | Eraphine|Disco | to the /rs channel |
| 15:45.53 | Shyva | oRA_RaidSay does the job for you =) |
| 15:46.09 | Eraphine|Disco | can I have ctra and ora_raidsay installed at the same time |
| 15:46.49 | Shyva | Yep |
| 15:47.07 | otravi | don't enable the oRA shorthands at least |
| 15:55.42 | Eraphine|Disco | I wish there was a way to make /rs sticky |
| 15:57.15 | Wobin_ | gah |
| 15:57.30 | Wobin_ | how do I get visor to show the actionbuttons when there's no action assigned to it? |
| 15:59.23 | Eraphine|Disco | ./vz set f=VisorActionButtonX c=TRUE h=FALSE |
| 15:59.48 | Wobin_ | That doesn't stop it from hiding though |
| 15:59.49 | Eraphine|Disco | if you don't see a button there, pick up an inventory object |
| 16:00.00 | Wobin_ | Well, I've got it pr'd to another button |
| 16:00.01 | Eraphine|Disco | put something in it. |
| 16:00.10 | Eraphine|Disco | ok that's fine |
| 16:00.12 | Wobin_ | And now I can't find where the actual button is relative'd off the screen to |
| 16:00.25 | Eraphine|Disco | reassign it |
| 16:00.29 | Eraphine|Disco | re-pr it |
| 16:00.42 | Eraphine|Disco | if you changed the scales afterhand it might have drifted off the screen |
| 16:00.44 | Wobin_ | And then when I pr it to the proper button, it'll get thrown off again =p |
| 16:00.58 | Wobin_ | hm |
| 16:01.15 | Eraphine|Disco | you should pass x/y coordinates along with every PR |
| 16:01.32 | *** join/#wowace Neronix (i=omg@user-3313.lns4-c10.dsl.pol.co.uk) |
| 16:01.35 | Neronix | afternoon |
| 16:01.36 | Eraphine|Disco | afterwards you can use nudge, and it will preserve the anchors |
| 16:01.53 | Eraphine|Disco | but if you pass a scale along, make sure to repass the pr, p1, p2, x, and y |
| 16:05.57 | Wobin_ | k that did it =) Ta |
| 16:07.28 | *** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu) |
| 16:17.24 | CIA-13 | 03shyva 07Shyva * r811 10BigWigs/ (Defenders.lua Huhuran.lua): BigWigs: Tweaks in Defenders.lua and Huhuran.lua |
| 16:18.28 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 16:20.53 | *** join/#wowace Ratbert_CP (n=KCummins@proxy-ce4.disney.com) |
| 16:30.58 | *** join/#wowace Eraphine|Disco (n=Eraphine@brenna.human.cornell.edu) |
| 16:36.08 | otravi | ~comfort Tekkub |
| 16:36.10 | purl | There, there, Tekkub. It's OK. I'm here for you. |
| 16:42.22 | *** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu) |
| 16:43.12 | Ratbert_CP | What are ye' gaspin' fer? Dinna kick ye *there*, did I? |
| 16:45.38 | otravi | damn pirate! *shakesfist* |
| 16:52.24 | Ratbert_CP | Pirate! Eeek! |
| 16:53.12 | Ratbert_CP | Ow! |
| 17:04.57 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 17:16.02 | *** join/#wowace Eraphine|Disco (n=Eraphine@brenna.human.cornell.edu) |
| 17:17.10 | Eraphine|Lab | Is there anyone working on a cthun section for bigwigs? |
| 17:19.27 | Lucen | not that I know of |
| 17:21.29 | otravi | I started on a Viscidus :p |
| 17:21.43 | otravi | haven't done more then the first three freeze phases tho' :p |
| 17:23.06 | Eraphine|Lab | hrm.. any suggestions for a combat logger? |
| 17:23.30 | otravi | /combatlog ? |
| 17:24.30 | Mikma | crap |
| 17:24.47 | Mikma | now i need to find out a way to save frame positions and load them at startup |
| 17:27.23 | Eraphine|Lab | combatlog isn't that great |
| 17:27.46 | Eraphine|Lab | ideally, something which can also tag the log with the kind of chat event that generated it |
| 17:28.53 | Wobin_ | like... dtchatevents? |
| 17:29.00 | *** join/#wowace kergoth (n=14899232@65.98.40.42) |
| 17:29.14 | Eraphine|Lab | linky please |
| 17:29.19 | Eraphine|Lab | and, does it log it? |
| 17:29.22 | Lucen | Mikma: this:SetUserPlaced(1) |
| 17:29.38 | Wobin_ | It's Iriel's devtools |
| 17:29.47 | Lucen | dtchatevents is awesomes, but I don't think you can log the info really |
| 17:30.00 | Wobin_ | ah |
| 17:30.03 | Wobin_ | I see what you're after |
| 17:30.23 | Wobin_ | no dtchatevents does no logging |
| 17:30.25 | Lucen | yeah..being able to log the info dtchatevents provides along with the message would be killer |
| 17:30.30 | Wobin_ | but it does show the source of the chats |
| 17:31.00 | kergoth | morning |
| 17:31.06 | Lucen | mornin |
| 17:31.36 | kergoth | ~mornings |
| 17:31.37 | purl | Mornings MUST be destroyed! (see also http://www.destroymornings.com/) |
| 17:34.29 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 17:44.51 | *** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net) |
| 17:44.51 | *** mode/#wowace [+o Tem] by ChanServ |
| 17:54.48 | Slayman | is it possible to rename certain buffs? |
| 18:01.17 | Lucen | what do you mean rename? |
| 18:08.06 | Neronix | you mean something like displaying, say "Blessing of Kings" as "BoK" or "Kings"? |
| 18:09.06 | Neronix | if so, I'm sure you can edit the tooltip |
| 18:13.47 | *** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl) |
| 18:13.47 | *** mode/#wowace [+o [MoonWolf]] by ChanServ |
| 18:27.11 | *** join/#wowace ag` (i=Default@0x50c4844b.adsl-fixed.tele.dk) |
| 18:27.39 | Slayman | Neronix: yeah that's what i meant, but my thought where more the like of Swift Gray Ram -> Swift Gay Ram ^^ |
| 18:34.38 | [MoonWolf] | lol, i check my mendeleev comments |
| 18:34.39 | [MoonWolf] | two bug reports |
| 18:34.51 | [MoonWolf] | and then someone saying the bugs dont exist.... |
| 18:36.31 | Wobin_ | Slayman: Only if it changes the Ram to have rainbow fur |
| 18:37.02 | otravi | "I hate to ask you this, but do you have some Auto-reply ready?" |
| 18:37.12 | otravi | yay for me being fast to press in-game! |
| 18:37.17 | Wobin_ | "This is an automated response: No" |
| 18:37.21 | otravi | :-P |
| 18:37.55 | Slayman | Wobin_: it's just i don't like Dwarves and their rams so Dwarves should ride on Swift Gay Rams ! [x] vote Swift Gay Ram |
| 18:38.10 | *** part/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl) |
| 18:38.17 | *** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl) |
| 18:38.17 | *** mode/#wowace [+o [MoonWolf]] by ChanServ |
| 18:53.37 | Wobin_ | how did the smart thing work out for you, Chipper? |
| 18:53.44 | hyperChipmunk | pretty well |
| 18:53.48 | hyperChipmunk | thx =) |
| 18:54.01 | Wobin_ | It's good to try new things =) |
| 18:54.05 | hyperChipmunk | har |
| 18:54.44 | hyperChipmunk | you should take your own advice and deliver some good insults |
| 19:00.47 | ckknight | hey all |
| 19:03.04 | CIA-13 | 03ckknight * r812 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - fixed close popup nil bug. |
| 19:06.23 | Tem | oh ckknight |
| 19:06.28 | hyperChipmunk | hey frood |
| 19:06.29 | ckknight | yea? |
| 19:06.32 | Tem | your durability thing doesn't play nice with custom fonts |
| 19:06.38 | Tem | sec lemme post a SS |
| 19:07.38 | ckknight | oh, I see |
| 19:08.38 | Tem | http://img246.imageshack.us/img246/374/durafu9gt.png |
| 19:08.57 | hyperChipmunk | hey that looks familiar =P |
| 19:09.53 | Tem | also, I gave bad avice with the SetDesaturated thing |
| 19:09.56 | Tem | it looks bad |
| 19:10.16 | Tem | but so does a darkened button |
| 19:10.18 | Tem | so... |
| 19:10.37 | Tem | I'm thinking a darkened AND greyed out button |
| 19:10.47 | hyperChipmunk | you can do that with SetDesaturated |
| 19:11.13 | Tem | no you can't |
| 19:11.21 | hyperChipmunk | it takes an rgb |
| 19:11.29 | Tem | really? |
| 19:11.31 | hyperChipmunk | or maybe that's just the item desaturated |
| 19:11.36 | hyperChipmunk | I'm using it right now =P |
| 19:11.59 | hyperChipmunk | SetItemButtonDesaturated(frame, locked, r, g, b) |
| 19:12.01 | Tem | According to the wiki SetDesaturated takes a boolean |
| 19:12.20 | hyperChipmunk | so use the itembutton desat =P |
| 19:12.29 | Tem | wtf is SetItemButtonDesaturated? |
| 19:12.47 | hyperChipmunk | sec, finding a usage in the FrameXML |
| 19:14.01 | hyperChipmunk | all I know is I set locked to 1 |
| 19:14.06 | hyperChipmunk | and frame to my frame |
| 19:14.12 | *** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 19:14.13 | *** mode/#wowace [+o Cairenn] by ChanServ |
| 19:14.22 | hyperChipmunk | and I get a nice disabled-style desat |
| 19:14.29 | hyperChipmunk | with rgb=.5,.5,.5 |
| 19:14.38 | hyperChipmunk | SetItemButtonDesaturated(f, 1, 0.5, 0.5, 0.5) |
| 19:14.57 | hyperChipmunk | I'll post a screen |
| 19:16.03 | CIA-13 | 03ckknight * r813 10FuBar/FuBar.lua: FuBar - fixed bug which blocked FramerateLabel. |
| 19:16.42 | hyperChipmunk | http://69.14.77.214/itemDesat.png |
| 19:17.49 | hyperChipmunk | ok, n/m |
| 19:17.56 | hyperChipmunk | the rgb is just a placebo; it does nothing =P |
| 19:18.19 | hyperChipmunk | still looks good |
| 19:19.12 | hyperChipmunk | so, SetItemButtonDesaturated(frame, locked) |
| 19:19.27 | hyperChipmunk | where locked is, um...if it's 0 it's darkened out, if it's 1, it desaturates |
| 19:19.40 | Tem | yeah hyperChipmunk |
| 19:19.45 | Tem | I'm looking at it's code |
| 19:20.18 | Tem | function SetItemButtonDesaturated(button, desaturated, r, g, b) |
| 19:20.56 | ckknight | where is it? |
| 19:21.09 | hyperChipmunk | the desaturated is just 0->darkened, everything else -> desaturated |
| 19:21.13 | hyperChipmunk | and the r g b do nothing |
| 19:21.17 | Tem | it's in ItemButtonTemplate |
| 19:21.18 | hyperChipmunk | afaict |
| 19:21.32 | Tem | hyperChipmunk: no |
| 19:21.54 | Tem | but I think you are right on the rgb part |
| 19:22.19 | Tem | afaict when you SetDesaturated on a texture, calls to SetVertexColor don't do anything |
| 19:22.27 | hyperChipmunk | well I'm tweakin and looking at results |
| 19:22.30 | hyperChipmunk | and that's what happens =P |
| 19:22.41 | Tem | that agrees with the testing I did this morning |
| 19:23.00 | Tem | which means to get a darkened and greyed out effect, you will need 2 textures |
| 19:23.06 | hyperChipmunk | yea |
| 19:23.23 | hyperChipmunk | obviously it was originally intended to work like it should |
| 19:23.28 | hyperChipmunk | but clearly it isn't |
| 19:23.31 | Tem | right |
| 19:23.52 | ckknight | so should I go with darkened or gray? |
| 19:24.01 | Tem | both |
| 19:24.02 | ckknight | cause I'm not dealing with 2 textures |
| 19:24.17 | hyperChipmunk | I think you should go with a nice plaid pattern |
| 19:24.17 | Tem | seriously it doesn't add much to do |
| 19:24.24 | ckknight | yes it does |
| 19:24.26 | Tem | no it doesn't |
| 19:24.29 | ckknight | I'd have to hook Enable and Disable |
| 19:24.32 | hyperChipmunk | no, it's all in the vidcard |
| 19:24.35 | Tem | oh noes |
| 19:24.35 | ckknight | which I don't want to do |
| 19:24.38 | Tem | all 2 lines |
| 19:24.43 | Tem | seriously |
| 19:24.44 | hyperChipmunk | oh, in that sense |
| 19:24.50 | Tem | I'll write it for you when I get to work |
| 19:25.16 | hyperChipmunk | drive safe |
| 19:25.42 | Cairenn | hey ckknight, you around? |
| 19:26.00 | ckknight | I was just talking, so I should hope so |
| 19:26.14 | Cairenn | might have been 10 minutes ago, I don't have time stamps on |
| 19:26.23 | Cairenn | aaaaanyway .... |
| 19:26.45 | Cairenn | locationfu - recommended levels/instances isn't showing now for some reason |
| 19:26.48 | *** join/#wowace pagefault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 19:27.06 | hyperChipmunk | that means you're a crummy player and should stay in city zones and rp |
| 19:27.16 | Cairenn | love you too hyper |
| 19:27.23 | hyperChipmunk | >8D |
| 19:27.45 | ckknight | it is for me, cairenn |
| 19:28.11 | ckknight | you mean on the map or in the tooltip? |
| 19:28.15 | Cairenn | yeah, not sure what is going on ... there are a couple addons my folks are using that I'm not, and it isn't showing for them |
| 19:28.33 | Cairenn | tooltip for sure, finding out about map in a sec |
| 19:28.43 | Cairenn | not showing on map either |
| 19:28.57 | Slayman | hey ckknight: one guess a new FuBar category: "FuBar Layout" covering Transparency, spacing, and so on just a guess but one to think about |
| 19:29.16 | ckknight | category? |
| 19:29.18 | Cairenn | hang on, will tell you which ones they are using that I'm not, you might know where the conflict is |
| 19:30.06 | CIA-13 | 03kergoth 07Kergoth * r814 10Ace/AceOO/obj.lua: |
| 19:30.06 | CIA-13 | AceOO: switch to the previous c3merge implemetnation, which, while less |
| 19:30.06 | CIA-13 | efficient wrt memory usage, actually passes my object model unit tests (proper |
| 19:30.06 | CIA-13 | method resolution order per the c3 linearization, and proper handling of the |
| 19:30.06 | CIA-13 | diamond inheritence problem). fix the 'super' function. efficiency updates to |
| 19:30.06 | CIA-13 | the __index metamethods. etc. |
| 19:31.19 | Cairenn | Okay, ones they have over here that I don't at home - ExperienceFu, FriendsFu, HonorFu, LootTyFu, PerformanceFu, GloryLib |
| 19:31.46 | hyperChipmunk | Cairenn: if you don't mind my asking, where exactly do you work? |
| 19:31.50 | Cairenn | at home |
| 19:31.57 | Cairenn | O |
| 19:32.08 | Cairenn | grrrr, ,wrong keyboard, fingers on wrong keys |
| 19:32.13 | Cairenn | I'm at my Mom's house right now |
| 19:32.24 | hyperChipmunk | ah |
| 19:33.34 | Cairenn | and hyperChipmunk? what exactly is this work thing of which you speak? |
| 19:34.31 | CIA-13 | 03kergoth 07Kergoth * r815 10Ace/AceOO/objtest.lua: Update to the fully fleshed out object model unit tests. |
| 19:34.37 | hyperChipmunk | =P |
| 19:34.43 | hyperChipmunk | sorry |
| 19:34.56 | Cairenn | ckknight: any idea what might be causing the conflict that is preventing recommended levels from showing? |
| 19:34.57 | hyperChipmunk | I thought you were saying that you were late for work this morning |
| 19:34.59 | Cairenn | errr, zones |
| 19:35.09 | Cairenn | no, I was late for an appointment |
| 19:35.12 | CIA-13 | 03ckknight * r816 10FuBar_DurabilityFu/DurabilityFu.lua: |
| 19:35.12 | CIA-13 | FuBar_DurabilityFu - in popup, numbers now work with custom fonts. |
| 19:35.12 | CIA-13 | grayed out icons also get darker. |
| 19:35.39 | Cairenn | hyperChipmunk: my sites are my work |
| 19:35.45 | ckknight | Cairenn, what version of LocationFu do you have? |
| 19:35.53 | Cairenn | latest and greatest |
| 19:36.09 | ckknight | type /tourist recommended |
| 19:36.35 | Cairenn | and this is weird ... she just discovered a new area and now it is showing |
| 19:37.06 | Cairenn | ckknight: "unknown command recommended" |
| 19:37.14 | ckknight | oh, just recommend |
| 19:37.34 | otravi | Tekkub: PRT is doing it again, with the latest version 10... with my new monospace font :p |
| 19:38.03 | Cairenn | okay, gave her the answer this time |
| 19:38.56 | ckknight | okay |
| 19:39.06 | ckknight | wait, so it shows now after she discovered a new area? |
| 19:39.08 | hyperChipmunk | ckknight: you make the disabled icon darker too? |
| 19:39.19 | hyperChipmunk | looks much better |
| 19:39.29 | Cairenn | it does ... she's now trying logging out and back in to see what happens |
| 19:39.55 | hyperChipmunk | except clicking on the total button doesn't do anything |
| 19:40.02 | Cairenn | *and* ... I just logged back in myself on my high level, typed /tourist recommend, and got nothing, no list and nothing on the tooltip |
| 19:41.01 | Cairenn | and now that she's logged out and back in ... it doesn't show any more |
| 19:41.32 | Cairenn | and she just tried /tourist recommend again and nothing in the chat box |
| 19:41.40 | Cairenn | soooo, something has gone wonky |
| 19:41.43 | ckknight | should it be darker, hyperChipmunk ? |
| 19:41.53 | hyperChipmunk | duno; whatever you have, looks good |
| 19:41.54 | ckknight | weird |
| 19:41.58 | Cairenn | ckknight: very |
| 19:42.03 | ckknight | hrm |
| 19:42.06 | ckknight | I'll look into it |
| 19:42.12 | ckknight | though I don't know how |
| 19:42.12 | Cairenn | thanks ckknight :) |
| 19:42.16 | ckknight | it doesn't happen for me |
| 19:42.17 | Cairenn | yeah, it's weird |
| 19:42.25 | Cairenn | I haven't had the problem before |
| 19:42.27 | ckknight | what level is she? |
| 19:42.29 | ckknight | and what race? |
| 19:42.47 | Cairenn | well, that was a lvl 9 troll, mine was a 55 NE |
| 19:42.52 | ckknight | okay |
| 19:43.14 | Cairenn | and I'll check again when I get home, see whether it is behaving for me or not |
| 19:43.39 | Cairenn | if it is, I'll try adding in the different mods that they have that I don't - see if I can find if any is conflicting |
| 19:44.08 | Cairenn | figured I'd just make your day though and tell you about a wonky bug that is intermittent ;) |
| 19:44.19 | Cairenn | they are always such fun to try to track down |
| 19:44.40 | ckknight | I can't reproduce |
| 19:44.54 | Cairenn | as I said, I'll see what I can find from my end |
| 19:45.02 | ckknight | touristlib is what handles it |
| 19:45.44 | *** join/#wowace pagefault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 19:45.49 | *** join/#wowace pfault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 19:45.52 | Cairenn | question ... I haven't played at home since I added it in, myself, so ... any chance it might have something to do with DewdropLib? |
| 19:45.53 | CIA-13 | 03ckknight * r817 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - removed unnecessary line. |
| 19:46.05 | ckknight | no |
| 19:46.15 | ckknight | I don't do anything with Dewdrop at all |
| 19:46.19 | Cairenn | okay |
| 19:46.38 | Cairenn | she just discovered *another* new area, and *didn't* get the recommended this time |
| 19:46.45 | Cairenn | weird weird weird |
| 19:47.18 | Cairenn | anyway, will let you be for now, so you can try to track it down |
| 19:47.34 | Cairenn | I'll let you know if I find anything on my end, later on, when I get home and can test easier |
| 19:48.51 | CIA-13 | 03ckknight * r818 10TouristLib/Lib/TouristLib.lua: TouristLib - fixed possible lib preventing recommended levels from existing. |
| 19:48.53 | ckknight | that'd probably do it |
| 19:49.03 | ckknight | not sure, though |
| 19:49.14 | Cairenn | toss it up on WoWI? |
| 19:49.22 | ckknight | okay |
| 19:49.24 | Cairenn | thanks |
| 19:49.38 | Cairenn | you'll have a tester to find out if it fixes it or not |
| 19:50.24 | *** join/#wowace Tem (n=Tem@204.90.50.252) |
| 19:50.24 | *** mode/#wowace [+o Tem] by ChanServ |
| 19:50.48 | Cairenn | hey Tem |
| 19:50.54 | Tem | rawr |
| 19:51.02 | hyperChipmunk | wb |
| 19:51.53 | Cairenn | Tem: you yell at them yet? |
| 19:51.59 | CIA-13 | 03ckknight * r819 10FuBar_LocationFu/README.txt: FuBar_LocationFu - updated for most recent TouristLib |
| 19:52.00 | Tem | no |
| 19:52.04 | Cairenn | >< |
| 19:52.06 | Tem | I'm at work now |
| 19:52.08 | Cairenn | do eet |
| 19:52.16 | Cairenn | *nod* |
| 19:52.53 | hyperChipmunk | ooh, who's tem yelling at today? |
| 19:52.58 | Cairenn | I did post something "unofficial" in the multi-site forum: "Could you please do me a favour and pass along to whoever all needs to hear it that they are to stop coming to our site and downloading mods then uploading them to Curse. It really isn't appreciated." |
| 19:53.00 | Tem | Curse Gaming |
| 19:53.15 | Tem | kewl |
| 19:53.33 | Cairenn | but you still need to "officially" yell at them, as the author |
| 19:53.49 | Tem | hmm |
| 19:53.50 | Cairenn | and then if they don't heed your official and our unofficial, then we get nasty |
| 19:53.59 | Tem | what forum should I stick it in? |
| 19:54.08 | Tem | Author Request? |
| 19:54.16 | Cairenn | posting it public, huh? not gonna do nice quiet PM? |
| 19:54.30 | Tem | screw that |
| 19:54.36 | Cairenn | heh |
| 19:54.37 | Tem | they made me angry |
| 19:54.42 | Tem | now they get to be embarassed |
| 19:55.07 | Cairenn | decide how badly you want to embarrass them, then, and let that guide you on where you want to post it ... |
| 19:55.19 | Cairenn | <== bitch |
| 19:55.35 | hyperChipmunk | lol |
| 19:55.38 | Tem | ooh! |
| 19:55.51 | Tem | I'm posting it on the Blizzard Forums! |
| 19:56.13 | Tem | hmm |
| 19:56.29 | Tem | I don't want to tie Tem to my curse username that strongly |
| 19:56.35 | Cairenn | if it were *me* ... I'd put it on their "general" ui forum |
| 19:56.50 | Tem | and I can't log in to wow to create a character |
| 19:57.02 | Tem | so I guess posting on their forums is the best I can do |
| 19:57.26 | Wobin_ | What did they do? |
| 19:57.38 | Cairenn | whether you want to post on the Blizz forum or not, that's your choice |
| 19:57.54 | Tem | they keep downloading my addons from WoWI and updating CG |
| 19:58.07 | Cairenn | uploading mods without authors' permissions, again ... and using our DB to get them from |
| 19:58.26 | Cairenn | I *knew* they hadn't stopped doing it, contrary to what they tried to claim |
| 19:58.28 | Wobin_ | ... |
| 19:58.32 | Wobin_ | Under their own names? |
| 19:58.33 | Cairenn | I just never had proof before this |
| 19:59.00 | Cairenn | no, under the author's name |
| 19:59.03 | hyperChipmunk | another reason to invade France |
| 19:59.10 | Cairenn | which proves that it has to be site staff doing it |
| 19:59.32 | Wobin_ | The only nice french people I know have moved out =P |
| 20:00.29 | Tem | I know some nice french people |
| 20:00.48 | Tem | but I'm somewhat biased since my family tree is tightly tied to france |
| 20:01.18 | CIA-13 | 03ckknight * r820 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - clicking the total button in the popup actually repairs both now. |
| 20:01.48 | hyperChipmunk | yaay |
| 20:01.50 | Wobin_ | bugger me |
| 20:01.58 | Wobin_ | accidentally 'hid' the uiFrame =P |
| 20:02.18 | Wobin_ | Now I'm screwed =P |
| 20:02.25 | ckknight | ? |
| 20:03.10 | Wobin_ | I was using VisorGUI and hit the 'hide' button when it was focused on UIParent |
| 20:03.29 | Tem | whoops |
| 20:03.30 | Tem | lol |
| 20:03.33 | Wobin_ | Which locked me out from doing anything else that didn't involve the mouse =P |
| 20:03.52 | Tem | http://forums.curse-gaming.com/showthread.php?p=23178#post23178 |
| 20:04.13 | hyperChipmunk | n1 |
| 20:04.25 | hyperChipmunk | you should nudge the WorldFrame while you're at it, for good measure |
| 20:04.38 | ckknight | Cairenn, something is very wrong with the new indicators for the bug tracker |
| 20:04.49 | Cairenn | oh? |
| 20:05.04 | ckknight | my whole first page is "new" |
| 20:05.11 | ckknight | even ones from like 3 days ago |
| 20:05.31 | Cairenn | weird |
| 20:05.31 | hyperChipmunk | dude, you're such a tard |
| 20:05.31 | ckknight | okay, it goes to 6 days |
| 20:06.03 | ckknight | and comments are the same way |
| 20:06.54 | Cairenn | ckknight: posted to let Dolby know |
| 20:07.04 | ckknight | okay |
| 20:07.20 | ckknight | the opera bug on the upload page still hasn't been fixed, either |
| 20:08.06 | ckknight | hrm |
| 20:08.10 | ckknight | I should write FuBar - EmoteFu |
| 20:08.19 | ckknight | just so people can stop asking for it |
| 20:08.57 | Wobin_ | FUFu |
| 20:09.57 | Cairenn | ckknight: (after updating to the new files, log all the way out and back in) - bar doesn't show & error message: Interface/AddOns/TouristLib/Lib/TouristLib.lua:265: attempt to call global 'PlayerFactionGroup' (a nil value) |
| 20:10.08 | ckknight | crap |
| 20:10.12 | ckknight | should be UnitFactionGroup |
| 20:11.04 | CIA-13 | 03ckknight * r821 10TouristLib/Lib/TouristLib.lua: TouristLib - fixed typo. |
| 20:13.21 | *** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl) |
| 20:13.21 | *** mode/#wowace [+o [MoonWolf]] by ChanServ |
| 20:13.33 | ckknight | Cairenn, svn |
| 20:13.47 | Cairenn | hey, at least when it's one of us, we know the information you need, you don't get a "it doesn't work" report :p |
| 20:13.52 | [MoonWolf] | night people. |
| 20:13.54 | Cairenn | ugh, hate the svn :p |
| 20:13.55 | ckknight | yea |
| 20:13.57 | ckknight | wh? |
| 20:13.57 | Cairenn | night [MoonWolf] |
| 20:14.01 | ckknight | why*? |
| 20:14.05 | Cairenn | *shrug* |
| 20:14.22 | ckknight | http://svn.wowace.com/root/trunk/TouristLib/ |
| 20:14.39 | ckknight | get Lib/TouristLib.lua |
| 20:14.55 | Cairenn | yeah |
| 20:15.56 | Cairenn | unnnn, same message |
| 20:16.16 | Cairenn | with a console reload |
| 20:16.25 | ckknight | then you didn't put it in the right place? |
| 20:16.36 | ckknight | do you have TouristLib and LocationFu? |
| 20:17.31 | Cairenn | have both, and I overwrote the existing, so yes I put it in the right place |
| 20:17.43 | Cairenn | just logged out and back in, still same message |
| 20:18.52 | Cairenn | still line 265, still playerfactiongroup |
| 20:19.03 | ckknight | what's the file location? |
| 20:19.30 | Cairenn | c:\program files\wow\interface\addons\touristlib\touristlib.lua |
| 20:19.48 | Cairenn | does it need to go in \lib as well? |
| 20:19.52 | ckknight | yes |
| 20:19.56 | ckknight | that's where it's supposed to go |
| 20:20.47 | Cairenn | okay, that fixed that one, and the bar is back ... new error message: |
| 20:21.29 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 20:21.36 | Cairenn | fubar\locationfu\touristlib\touristlib.lua.3:attempt to compare number with nil |
| 20:23.54 | *** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 20:26.51 | ckknight | cairenn, looks like the web way doesn't like svn:keywords |
| 20:27.05 | ckknight | just set MINOR_VERSION manually to 821 |
| 20:27.43 | Mikma | <PROTECTED> |
| 20:28.03 | Wobin_ | Are mounts in any way in PT? |
| 20:28.29 | *** join/#wowace Cairen1 (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 20:28.30 | hyperChipmunk | wtf Mikma |
| 20:29.02 | [MoonWolf] | yes they are |
| 20:29.04 | Cairen1 | sorry, computer crashed |
| 20:29.06 | [MoonWolf] | there are a number of mount sets |
| 20:29.16 | Mikma | wtf ftw |
| 20:29.24 | Wobin_ | Ah they are =) |
| 20:29.27 | Wobin_ | Thank you MW |
| 20:29.44 | [MoonWolf] | no problem |
| 20:30.09 | *** part/#wowace Cairen1 (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 20:31.00 | CIA-13 | 03kergoth 07Kergoth * r822 10Ace/AceOO/obj.lua: Fix a copy & paste error. |
| 20:31.05 | *** join/#wowace Cairen1 (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com) |
| 20:32.16 | *** mode/#wowace [+o Cairenn] by ChanServ |
| 20:32.28 | kergoth | need to check in some syntactic sugar for the object model, then check in the Read Only Class Pool, then will be ready to start pulling code from clad's branch and elsewhere to start the first ace modules to show example usage |
| 20:32.48 | Cairenn | ckknight: driving you crazy enough yet? |
| 20:33.01 | ckknight | hrm? |
| 20:33.10 | ckknight | I'm working on something else for Mazzlefizz |
| 20:33.13 | Cairenn | did you see the last I sent, before I crashed? |
| 20:35.10 | ckknight | yea |
| 20:35.13 | ckknight | cairenn, looks like the web way doesn't like svn:keywords |
| 20:35.15 | ckknight | just set MINOR_VERSION manually to 821 |
| 20:35.29 | id` | kergoth: gogogo :p |
| 20:35.34 | kergoth | hehe |
| 20:35.40 | id` | \o/ |
| 20:35.41 | [MoonWolf] | id`, gogogo yourself. |
| 20:35.45 | kergoth | i'm productive, both in ace code -and- at work! |
| 20:35.48 | id` | [MoonWolf]: indeed. |
| 20:35.51 | kergoth | amazing what happens when i'm properly medicated |
| 20:36.07 | id` | kergoth: did you see what i cooked up in my head at work today? |
| 20:36.08 | [MoonWolf] | to bad you need medication for it to happen... |
| 20:36.30 | kergoth | yea, damn genetics |
| 20:36.33 | kergoth | id`: nope, whta was it? |
| 20:36.51 | id` | some idea for a bar mod |
| 20:36.54 | id` | button bars* |
| 20:36.58 | Cairenn | ckknight: in the \lib\touristlib.lua? change this line: local MINOR_VERSION = tonumber(string.sub("$Revision$", 12, -3)) ? |
| 20:37.27 | id` | uploadin screenies :P |
| 20:37.49 | ckknight | yes |
| 20:37.56 | Cairenn | to read ... ? |
| 20:38.17 | Cairenn | local MINOR_VERSION = ?? |
| 20:38.44 | kergoth | 821. |
| 20:38.57 | Cairenn | instead of what? what am I replacing :p |
| 20:39.20 | kergoth | everything after the = |
| 20:39.27 | kergoth | local MINOR_VERSION = 821 |
| 20:39.27 | Cairenn | just local MINOR_VERSION = 821 ? |
| 20:39.29 | kergoth | yes |
| 20:39.37 | Cairenn | thank you |
| 20:39.42 | CIA-13 | 03ckknight * r823 10FuBar/ (API.html FuBar.lua): FuBar - added FUBAR_DEFAULTS_<CLASS> |
| 20:39.50 | hyperChipmunk | grrr |
| 20:39.51 | id` | http://digigen.nl/~Industrial/games/wow/addons/concepts/idButtonBar/ |
| 20:39.59 | ckknight | grr? |
| 20:40.06 | id` | Ill be fixing idChat first tho moon |
| 20:40.17 | hyperChipmunk | you can't query some bag frames until you've already opened their bag =\ |
| 20:40.31 | ckknight | id`, what are mini buttons? |
| 20:40.40 | id` | menu character social |
| 20:40.43 | id` | etc |
| 20:40.45 | ckknight | oh |
| 20:40.51 | Cairenn | ckknight: okay, that seems to have fixed it completely now |
| 20:40.52 | ckknight | yea, I don't like having those |
| 20:40.52 | hyperChipmunk | e.g. GetContainerFrame13Item4:GetID() returns 0 until you open the bag; after which, it returns 13 |
| 20:40.55 | Cairenn | ckknight: thank you |
| 20:40.59 | ckknight | if I want it, I'll use MicroMenuFu |
| 20:41.01 | ckknight | hooray |
| 20:41.04 | id` | ckknight: me neither but 'people' do |
| 20:41.19 | hyperChipmunk | makes it tough to scan on startup =P |
| 20:41.43 | ckknight | I like it, id |
| 20:42.18 | ckknight | what are stacks? |
| 20:42.34 | id` | the idea is tha in the end you can decide what to pop on what stack (hehe :P) and in wich order (wich doesnt exactly make it a stack but who cares) |
| 20:42.41 | ckknight | also, why do you have pet and shapeshift? |
| 20:42.51 | id` | those are extra bars |
| 20:42.54 | id` | you can install or not |
| 20:43.03 | ckknight | the yellow and the green, I mean |
| 20:43.06 | ckknight | they're the same |
| 20:43.15 | *** join/#wowace banditron (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 20:43.21 | id` | the green light-blue and blue are optional |
| 20:43.28 | id` | No they are not :-) |
| 20:43.41 | id` | the yellow is for actions and spells you want in the different shapeshift forms |
| 20:43.47 | id` | the green is for switching to shapeshift forms |
| 20:43.53 | Cairenn | ckknight: my mom is apologizing all over the place for "causing problems" |
| 20:44.05 | id` | Cairenn: -_^ |
| 20:44.17 | ckknight | tell her that pointing this out was a good thing, and that it's fixed for everyone now |
| 20:44.25 | Cairenn | I'm trying to tell her that it's better ... exactly |
| 20:44.53 | id` | kergoth: anyway its just concept.. ill be working on the red ones first, hehehe |
| 20:45.20 | CIA-13 | 03ckknight * r824 10FuBar_LocationFu/README.txt: FuBar_Location - updated to most recent TouristLib |
| 20:46.05 | id` | Ok, who runs the svn? |
| 20:46.13 | [MoonWolf] | cladhaire |
| 20:46.25 | id` | I wanna start using it |
| 20:46.26 | id` | :p |
| 20:46.32 | ckknight | it's handy |
| 20:46.33 | [MoonWolf] | mail him |
| 20:46.37 | [MoonWolf] | cladhaire@gmail.com |
| 20:46.40 | id` | k |
| 20:47.00 | id` | kergoth: any comment? |
| 20:47.23 | kergoth | looks promising |
| 20:47.29 | id` | oki |
| 20:50.37 | ckknight | id`, why not have just one red bar that changes? |
| 20:50.40 | ckknight | jw |
| 20:52.35 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 20:52.37 | id` | because you might wanna use things that you want always available, while in shapeshift form or while hidden |
| 20:54.11 | id` | And i think using all the key modifiers to show and not show different bars is a bit unorganized.. |
| 20:54.21 | id` | shift 1-6 like the default bar isnt that bad |
| 20:54.26 | id` | :-) |
| 20:58.31 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 21:01.40 | Mikma | http://matin.maapallo.org/kuvatuuppari/ctrlaltdel/700/20060421.jpg |
| 21:05.39 | Mikma | here's one for Tekkub and Moonwolf http://matin.maapallo.org/kuvatuuppari/zits/436/20060424.gif |
| 21:06.01 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 21:06.08 | id` | haha |
| 21:06.22 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 21:06.24 | [MoonWolf] | lol |
| 21:19.12 | Tekkub | erf |
| 21:20.05 | Tekkub | huzzah, Slouken added the TOC thingy |
| 21:20.19 | id` | cool |
| 21:20.21 | Elviso | what thingy? |
| 21:20.33 | id` | the pull-infos-from-the-toc-to-minimise-data-duplication thingy? |
| 21:20.40 | Tekkub | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=343889&p=3 |
| 21:20.54 | [MoonWolf] | he did |
| 21:20.56 | [MoonWolf] | go tekkub |
| 21:21.00 | id` | Tekkub: if i could vote on the use forums you'd get my bump ;) |
| 21:21.06 | id` | usa* |
| 21:21.12 | Tekkub | usa sucks |
| 21:21.15 | [MoonWolf] | and he even added the x custom fields |
| 21:21.16 | id` | kergoth: you here? |
| 21:22.03 | Tekkub | oh and moon, you gotta link up that comic in mendy's info :) |
| 21:22.11 | Tekkub | I'm gonna stick it on the wiki |
| 21:23.04 | [MoonWolf] | kk |
| 21:23.13 | Tem | sweet |
| 21:23.39 | ckknight | woot! |
| 21:24.54 | Tekkub | http://wiki.wowace.com/index.php/PeriodicTable_Library |
| 21:27.31 | hyperChipmunk | hehe |
| 21:28.28 | hyperChipmunk | "You can't study without an iPod, mom" |
| 21:28.36 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 21:28.41 | hyperChipmunk | that's great |
| 21:29.17 | *** join/#wowace kergoth` (i=clarson@216.237.114.82) |
| 21:31.53 | Tekkub | wow, just... wow |
| 21:32.08 | Tekkub | when did I start working one ID again? two days ago? |
| 21:32.24 | Tekkub | yesterday I get a "please work on ID again!" PW on WoWI |
| 21:32.38 | Tekkub | today I get ANOTHER, this one bribing me with PayPal :) |
| 21:32.53 | Elviso | forgive the ignorance, but what's ID? |
| 21:33.06 | Tekkub | ItemizedDeductions |
| 21:33.11 | Elviso | oh |
| 21:33.23 | Tekkub | my "what's that shit in your bag worth"... "brop the cheap shit" mod |
| 21:33.28 | Tekkub | *drop |
| 21:33.32 | hyperChipmunk | hold out for more |
| 21:35.01 | Tekkub | so now I have to work again in like 23 hours... |
| 21:35.06 | Tekkub | sleep now or later? |
| 21:35.20 | Tekkub | hubby works in 7 hours |
| 21:35.42 | Tekkub | I guess sleep now and get a nap in with him tomorrow... |
| 21:35.47 | Tekkub | *checks his sched* |
| 21:36.26 | Tekkub | hrm. he's off tomorrow |
| 21:36.44 | Tekkub | so I guess I'll hold out and sleep as late as I can... |
| 21:36.58 | Tekkub | so I can stay up with him before I work |
| 21:37.17 | Wobin_ | ## X-Foo-esES: Te quiero, mi esposa |
| 21:37.23 | Wobin_ | hehe I <3 Slou |
| 21:40.50 | hyperChipmunk | YES! |
| 21:41.13 | kergoth | they're adding it? |
| 21:41.22 | kergoth | foo |
| 21:41.36 | hyperChipmunk | BulkMail can now send a list of items =D |
| 21:41.57 | kergoth | bulkmail? that like the ct_mailmod mass mailer? |
| 21:41.59 | hyperChipmunk | I just sent some acorns to an alt =) |
| 21:42.03 | hyperChipmunk | yes |
| 21:42.28 | hyperChipmunk | but better, ofc |
| 21:42.32 | kergoth | hehe |
| 21:42.43 | kergoth | i'd be only too happy to ditch the last remaining ct mods i'm using |
| 21:42.43 | hyperChipmunk | we were whining about it yesterday |
| 21:42.46 | hyperChipmunk | yea |
| 21:42.50 | hyperChipmunk | that was a big motivation =) |
| 21:43.23 | hyperChipmunk | http://svn.wowace.com/root/trunk/BulkMail/TODO |
| 21:44.05 | kergoth | looks like itll be pretty badass |
| 21:44.17 | hyperChipmunk | =D |
| 21:44.37 | hyperChipmunk | I've got at least all the logic for making it workable with default frames |
| 21:47.10 | *** join/#wowace gxam (n=gxam@cpe-66-69-201-232.austin.res.rr.com) |
| 21:53.18 | ckknight | I started TabletLib |
| 21:54.18 | kergoth | whats that? |
| 21:55.04 | Tem | Cairenn: they removed my addons |
| 21:55.11 | Cairenn | Tem: good |
| 21:55.28 | ckknight | kergoth, FuBarTooltip without the need for FuBar |
| 21:55.28 | Tem | which is not exactly what I wanted them to do |
| 21:55.33 | Tem | but close enough |
| 21:55.34 | ckknight | and with a better apI |
| 21:55.46 | Cairenn | what did you want them to do? |
| 21:55.56 | hyperChipmunk | stop doing it in the first place, presumably =x |
| 21:56.08 | Cairenn | well, and an apology would have been nice, no doubt |
| 21:56.12 | hyperChipmunk | we shouldn't have to ask them |
| 21:56.19 | Cairenn | yeah, well |
| 21:56.24 | hyperChipmunk | every time they do it |
| 21:56.26 | hyperChipmunk | to get it taken down |
| 21:56.27 | Tekkub | they gave me ownership of WarmUp |
| 21:56.35 | Cairenn | that's been their MO since day 1, same at ui.wow.net |
| 21:56.38 | Tekkub | and I wholey intend to never update it :) |
| 21:56.59 | ckknight | Tekkub, why not just put up a link to WoWI's? |
| 21:57.05 | hyperChipmunk | just make the page one big link to wowi |
| 21:57.11 | hyperChipmunk | oh right |
| 21:57.16 | hyperChipmunk | there's no warmup on wowi either |
| 21:57.21 | ckknight | why not? |
| 21:57.29 | hyperChipmunk | cuz he's tekkub |
| 21:57.33 | ckknight | ... |
| 21:57.33 | Cairenn | 'cause Bear hates me :( |
| 21:57.35 | Tekkub | cause 1) It's not on WoWI and 2) I really don't intend on working on warmup |
| 21:57.46 | Tekkub | it hit "does everything I want" back in Nov |
| 21:57.48 | ckknight | why not put it up on WoWI? |
| 21:58.03 | Tekkub | cause I'm lazy |
| 21:58.17 | hyperChipmunk | sounds like curse doin' you a favor, then |
| 21:58.28 | ckknight | yea |
| 21:58.29 | Tekkub | howso? |
| 21:58.38 | hyperChipmunk | well, if you're too lazy to do it |
| 21:58.42 | hyperChipmunk | they'll do it for you =) |
| 21:58.48 | Tekkub | if I wanted it released there I would have done it back in Nov |
| 21:58.48 | Cairenn | Tem: okay for me to put "Wow, nice apology." on the thread? :p |
| 21:58.57 | Tem | yes |
| 21:59.02 | Wobin_ | Whee! Catty Cair =) |
| 21:59.07 | Tem | I was sorta pissed by their response |
| 21:59.13 | hyperChipmunk | Cairenn: how come you guys don't automatically add my stuff; I gotta fill out forms and crap |
| 21:59.21 | ckknight | what's the link to the thread, Cairenn? |
| 21:59.24 | Wobin_ | yeah, very bleh |
| 21:59.24 | Tem | "Hi, we stole your intellectual property" |
| 21:59.27 | Tekkub | what was their response? |
| 21:59.28 | Tem | "Fixed" |
| 21:59.28 | Cairenn | hyperChipmunk: I do hope you are joking ... |
| 21:59.29 | ckknight | yea, automatically adding stuff would be awesome |
| 21:59.32 | Wobin_ | "Fixed" =P |
| 21:59.34 | Cairenn | http://forums.curse-gaming.com/showthread.php?p=23185#post23185 |
| 21:59.42 | Cairenn | yeah "Fixed" ... lol |
| 21:59.52 | Tekkub | I got a "sometimes users submit mods they like to their fav UI site, and why shouldn't they be allowed to? |
| 21:59.52 | hyperChipmunk | i dunno...seems like excellent customer service they got there |
| 22:00.02 | Tem | oh nice Cair |
| 22:00.11 | Tem | a stealth account |
| 22:00.32 | Tekkub | which I didn't really fight cause I consider my code wholey open, but that don't mean I'm gonna support it for the Cursnians |
| 22:00.58 | Cairenn | ah, I see, so you like the idea of someone stealing your work, uploading it somewhere without your knowledge, let alone permission, so that you then get hordes of unhappy users because you "never support your mod" ... |
| 22:01.08 | Tekkub | Cair: The nucky flag gives you away |
| 22:01.26 | ckknight | Cairenn, you're Canadian? |
| 22:01.27 | hyperChipmunk | hehe |
| 22:01.28 | kergoth | heh, not unlike freenode's group registration for channels. only the actual developers should be able to control the project's channel |
| 22:01.35 | kergoth | foo |
| 22:01.48 | Tekkub | Cair, they're not MY users :) |
| 22:01.55 | hyperChipmunk | better than updating it myself |
| 22:01.57 | hyperChipmunk | =P |
| 22:02.03 | Cairenn | ckknight: we've been down this road before ;) Yes, I'm a Canuck. |
| 22:02.06 | Tekkub | as far as I'm concerned I have no users till they start paying me |
| 22:02.19 | Tekkub | I just have fellow devs I don't mind doing things for |
| 22:02.34 | Cairenn | :) |
| 22:02.50 | ckknight | alright |
| 22:02.58 | Tekkub | on that note, some guy's trying to bribe me into fixing ID |
| 22:03.05 | ckknight | ID? |
| 22:03.06 | Tekkub | seems he's not looking and acesvn :) |
| 22:03.27 | Tekkub | what have I been worknig on heavily for 2 days boss? |
| 22:04.26 | Tekkub | Tem, for your health and ours... close the channel... |
| 22:04.46 | Tem | he keeps changing his nick to stuff like "me" |
| 22:04.50 | Tem | "not_here" |
| 22:04.58 | Tem | "still_not_here" |
| 22:05.38 | Tem | lol Cair |
| 22:05.39 | Tem | nice try |
| 22:05.58 | *** mode/#wowace [+r] by Tem |
| 22:06.02 | Tem | pwnt |
| 22:08.16 | id` | ckknight: hm? |
| 22:08.44 | ckknight | not you |
| 22:12.05 | *** mode/#wowace [-r] by Tem |
| 22:15.19 | hyperChipmunk | O_o |
| 22:15.21 | hyperChipmunk | no chanserv? |
| 22:17.43 | Tem | +r just forces you to be registered to enter/talk in the channel |
| 22:17.58 | Tem | I turned it on when tekkub was being stupid |
| 22:18.19 | Tekkub | funny causne I never said anything anyway |
| 22:19.11 | hyperChipmunk | I thought that was +R |
| 22:19.44 | Tem | no difference hyperChipmunk |
| 22:21.47 | Tain | I swear I follow the directions exactly and still every time without fail when putting together some piece of furniture something ends up backwards. |
| 22:23.06 | [MoonWolf] | tain, they design it that way |
| 22:23.09 | id` | nn |
| 22:23.50 | hyperChipmunk | lol |
| 22:23.53 | ckknight | TTI think I figured out a general API for TabletLib |
| 22:23.57 | ckknight | I* |
| 22:24.10 | ckknight | 4 methods total |
| 22:24.16 | id` | liek woa |
| 22:24.17 | id` | ;p |
| 22:24.24 | ckknight | Open, Close, AddCategory, and AddLine |
| 22:24.53 | ckknight | similar to Dewdrop, a function is passed to Open which initializes the tablet |
| 22:25.03 | ckknight | that has AddCategories inside them |
| 22:25.05 | id` | whats a tablet |
| 22:25.12 | ckknight | it looks like a tooltip |
| 22:25.30 | id` | but a loose/permanent one with a close button? |
| 22:25.33 | ckknight | then functions are passed to the assorted AddCategories, which have AddLines inside them |
| 22:25.42 | ckknight | no close button |
| 22:25.48 | ckknight | id, have you used FuBar? |
| 22:25.56 | ckknight | recently, I mean |
| 22:26.00 | id` | oh ic, like the quests thingy |
| 22:26.03 | ckknight | yea |
| 22:26.11 | id` | when you undock it |
| 22:26.11 | id` | k |
| 22:26.13 | ckknight | but it handles both attached and detached |
| 22:26.45 | id` | oki |
| 22:26.47 | id` | well nn |
| 22:27.07 | id` | [MoonWolf]: didnt get to any coding :| Did get to reab about sets in math.. |
| 22:27.15 | id` | *gone* |
| 22:30.26 | hyperChipmunk | why does EngInventory have to be so evil =\ |
| 22:33.30 | Tem | EI eats babies |
| 22:33.39 | Tem | Flexbar eats souls |
| 22:36.37 | Tain | Damnit I still haven't had pizza. |
| 22:36.41 | Tain | I mean I have had pizza. |
| 22:36.43 | Tain | Just not recently. |
| 22:36.52 | Tain | And I was going to get some last night but the place was closed. |
| 22:37.45 | CIA-13 | 03tardmrr * r825 10MailTip/: Initial import. |
| 22:38.09 | hyperChipmunk | oh noz |
| 22:39.22 | CIA-13 | 03hyperactiveChipmunk * r826 10BulkMail/ (BulkMail.lua BulkMail.toc BulkMailLocals.lua CHANGELOG TODO): |
| 22:39.23 | CIA-13 | BulkMail: |
| 22:39.23 | CIA-13 | - Added stuff for adding, removing, and destination-changing of single items to an autosend list |
| 22:39.23 | CIA-13 | - Added ability to send all items in the autosend list |
| 22:39.23 | CIA-13 | - While I think everything 'works', there is NO interface. This is not practical for use yet, so no whining. |
| 22:40.54 | cladhaire | hyperChipmunk: Thats not good enough.. get it finished. |
| 22:41.24 | CIA-13 | 03tardmrr * r827 10MailTip/: Removed file/folder |
| 22:41.49 | hyperChipmunk | =\ |
| 22:41.58 | hyperChipmunk | dude, I'm not fast like you guys |
| 22:42.17 | CIA-13 | 03tardmrr * r828 10MailTip/: Initial import. |
| 22:42.24 | Tain | Slow and steady wins the race. |
| 22:42.30 | hyperChipmunk | <3 |
| 22:42.49 | hyperChipmunk | until Tem figures out how to import his addon and obliterates mine functionally =\ |
| 22:43.02 | Tem | dude... |
| 22:43.08 | Tem | mailtip is pretty much dead |
| 22:43.14 | Tem | I'm just playing addon necro |
| 22:43.22 | hyperChipmunk | hehehe |
| 22:43.23 | Tem | and for some reason eclipse is being dumb |
| 22:43.52 | hyperChipmunk | some reason? |
| 22:45.13 | hyperChipmunk | alrighty: next task, parsing chat links from the command line =P |
| 22:45.30 | hyperChipmunk | will ace give me any help there? |
| 22:46.29 | [MoonWolf] | chat links ? |
| 22:46.35 | cladhaire | ZOMG ZOMG ZOMG |
| 22:46.39 | cladhaire | yay for the toc shut |
| 22:46.42 | cladhaire | s/hu/hi/ |
| 22:46.44 | cladhaire | yay Tekkub |
| 22:46.52 | Tekkub | :) |
| 22:46.53 | hyperChipmunk | er, parsing item links |
| 22:46.55 | cladhaire | (i didn't get to read forums today as you can see =) |
| 22:47.04 | Tekkub | hey cald, before I pass out |
| 22:47.05 | hyperChipmunk | what what what? |
| 22:47.11 | hyperChipmunk | neither did I |
| 22:47.12 | Tekkub | I have an idea to bounce off you |
| 22:47.13 | CIA-13 | 03tardmrr * r829 10MailTip/ (6 files): MailTip: Initial commit before some overhauls |
| 22:47.16 | cladhaire | k |
| 22:47.38 | Tekkub | well you know the whole queueing of custom events you were thinking about |
| 22:48.20 | hyperChipmunk | [MoonWolf]: like /bulkmail autosend add [Runecloth] |
| 22:48.22 | Tekkub | well considering that, and considering that I've really taken to the "events" as a means to pass messages between modules and even mods |
| 22:48.38 | [MoonWolf] | hyperChipmunk, not a clue. |
| 22:48.40 | Tekkub | AND considering I've basically duplicated the functionality in the SE embeds... |
| 22:48.49 | hyperChipmunk | [MoonWolf]: thx for nothin, pal |
| 22:48.53 | *** join/#wowace banditron|afk (n=bandito@cpe-67-9-143-58.austin.res.rr.com) |
| 22:48.59 | [MoonWolf] | i aim to please. |
| 22:49.02 | hyperChipmunk | >8D |
| 22:49.11 | cladhaire | ok |
| 22:49.25 | Tekkub | why not split AceEvents into two embeddables.. AceEvent would handle the system events, the way it always has... AceMessages would work off you queue and basically be the "custom events" |
| 22:49.42 | Tekkub | then I can make SE embeds use AceMessages |
| 22:49.52 | cladhaire | well, the queue was unnecessary |
| 22:50.07 | cladhaire | it got stripped out a while back |
| 22:50.31 | cladhaire | all AceEvent is is a conduit for registration and passing messages. |
| 22:50.47 | cladhaire | its literally four functions, and about 25 lines of code =) |
| 22:50.55 | cladhaire | =) |
| 22:51.01 | Tekkub | I know |
| 22:51.15 | Tekkub | hell I think SE embed's versions might even be bigger >< |
| 22:51.33 | Neronix | The SFK stuff I added to PT and Mendy only seem to be half working >.< |
| 22:51.42 | Tekkub | anywho, just a thought I wanted to bounce off you |
| 22:51.47 | Neronix | the tooltips say they drop in SFK, but not who they drop off |
| 22:52.10 | Tekkub | you need to add the bosses to the big ol boss multiset |
| 22:52.26 | cladhaire | =) |
| 22:52.33 | Neronix | d'oh |
| 22:52.35 | Neronix | thanks |
| 22:52.49 | kergoth | http://kergoth.com/projects/homefiles/browser/bin/wow_addon |
| 22:52.50 | kergoth | heh |
| 22:52.57 | Tekkub | I thought some more distinction for the custom events woruld be good, as they are more "messages" than "events" |
| 22:53.17 | cladhaire | very true. i'll keepit in mind =) |
| 22:54.05 | Tekkub | so now I'm going to bed... I hope someone educates that new dev on how to use my embeds while I'm asleep so I don't have to.... *grin* |
| 22:55.15 | cladhaire | kergoth: You there? =) |
| 22:55.40 | cladhaire | Anyone wanna try to break this? |
| 22:55.50 | kergoth | i'm here, sorta, but i'm at work |
| 22:55.58 | cladhaire | just add parse("commandline that should break clad's parser") at the bottom |
| 22:56.04 | cladhaire | kergoth: Can you try and break this fo rme =) http://ace.pastebin.com/679994 |
| 22:56.48 | kergoth | AceOO should be functional btw, just need to fix the c3merge implementation... my new fancy one that used the list of lists with embedded nils in the table, it didnt pass my object model unit tests :( |
| 22:56.58 | kergoth | but i tested it in wow |
| 22:58.01 | hyperChipmunk | darn monkeys |
| 23:02.20 | kergoth | ------[select group 3]------ |
| 23:02.21 | kergoth | PerfectRaid:Select(group) |
| 23:02.28 | kergoth | shouldnt it have passed 3 to that? |
| 23:02.31 | cladhaire | nope |
| 23:02.35 | cladhaire | err |
| 23:02.36 | cladhaire | well |
| 23:02.38 | cladhaire | lemme look =) |
| 23:02.40 | kergoth | 3 is one of the listed args |
| 23:02.46 | kergoth | it should behave jsut like class warrior, afaict |
| 23:03.17 | cladhaire | yeah it should have =) |
| 23:03.57 | cladhaire | aaah |
| 23:04.00 | cladhaire | its a single digit. |
| 23:04.01 | cladhaire | but |
| 23:04.07 | cladhaire | shit |
| 23:04.08 | cladhaire | k |
| 23:04.16 | cladhaire | <PROTECTED> |
| 23:04.19 | cladhaire | ttern was wrong |
| 23:04.23 | cladhaire | s/tt/patt/ |
| 23:04.27 | cladhaire | should be what i just pasted |
| 23:04.30 | hyperChipmunk | cladhaire: I like how you made perfectraid "not rely on ace anymore" |
| 23:04.46 | cladhaire | hyperChipmunk: why? |
| 23:05.01 | hyperChipmunk | it looks like you just stuck ace in there with it =) |
| 23:05.08 | cladhaire | not really |
| 23:05.11 | cladhaire | AceHook is my own package |
| 23:05.16 | cladhaire | and I do it because i really need safe hooks |
| 23:05.19 | cladhaire | but i can do those manuallu |
| 23:05.20 | CIA-13 | 03tardmrr * r830 10MailTip/ (4 files): |
| 23:05.20 | CIA-13 | Mailtip: |
| 23:05.20 | CIA-13 | <PROTECTED> |
| 23:05.20 | CIA-13 | <PROTECTED> |
| 23:05.20 | hyperChipmunk | the chat cmd thing |
| 23:05.22 | CIA-13 | 03neronix 07Neronix * r831 10PeriodicTable/PeriodicTable/Elements/Instance/PTEmbedElemInstance.lua: PeriodicTable (Neronix) - Forgot to add SFK bosses to the boss multiset >.< |
| 23:05.27 | cladhaire | I rewrote AceEvent in my stule |
| 23:05.27 | cladhaire | *nod* |
| 23:05.32 | cladhaire | that's cause this parser wasn't done yet |
| 23:05.37 | cladhaire | this one is MUCH more powerful |
| 23:05.53 | cladhaire | make all validation from coding chat commands on the handler side.. the backend can be as lean as I want it to be. |
| 23:06.10 | cladhaire | kergoth: Thanks.. but keep poking =) |
| 23:06.55 | kergoth | will do :) |
| 23:07.40 | kergoth | should write a rudamentary unit test suite for it, using assert()s, checking all the key functionality |
| 23:11.12 | hyperChipmunk | oooh, and I was just gonna start delving into writing chat cmd stuff |
| 23:11.20 | hyperChipmunk | now i'll just copy/paste np |
| 23:11.25 | hyperChipmunk | tell me when it works ;) |
| 23:11.39 | *** join/#wowace Parak (n=profi@user-0cev737.cable.mindspring.com) |
| 23:13.31 | cladhaire | haha |
| 23:13.35 | cladhaire | its pretty neat the way i have it set up |
| 23:13.43 | cladhaire | based off of what Ace does, but a bit more flexibility. |
| 23:13.52 | hyperChipmunk | yea, I like the lookof it |
| 23:14.07 | cladhaire | kergoth: I probably have some fundamental errors, it was kinda just thrown together |
| 23:14.10 | hyperChipmunk | i was a bit intimidated |
| 23:14.44 | hyperChipmunk | cuz I want to have stuff like /bulkmail autosend add Foofoo [Item1] [Item2] ... |
| 23:16.24 | cladhaire | well i can validate up to the "Add" For you |
| 23:16.40 | cladhaire | but you'r handler would be able to be Handler = function(self, command, player, ...) |
| 23:16.45 | cladhaire | and it'll pass it all for you =0 |
| 23:16.52 | cladhaire | then you can just iterate the vararg |
| 23:18.30 | *** join/#wowace pagefault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 23:19.24 | cladhaire | damnit |
| 23:19.29 | cladhaire | can anyone re-identify my code |
| 23:19.33 | cladhaire | and send it back =( |
| 23:21.41 | hyperChipmunk | I just queued wsg with 6 epic rogues |
| 23:25.40 | hyperChipmunk | cladhaire: /nod |
| 23:27.19 | hyperChipmunk | but since I've never done any huge chat cmd stuff, I'm happy you're doing it now too so I have something to look at =) |
| 23:27.29 | cladhaire | hehe |
| 23:27.30 | cladhaire | well |
| 23:27.34 | cladhaire | anyone would be able to use this handler. |
| 23:27.40 | cladhaire | it wont be an embed library |
| 23:27.43 | cladhaire | but its pretty portable. |
| 23:27.51 | hyperChipmunk | good deal |
| 23:28.01 | hyperChipmunk | s/portable/stealable/ |
| 23:32.04 | CIA-13 | 03tardmrr * r832 10/branches/MailTip/: |
| 23:32.22 | *** join/#wowace Kaelten (n=Kaelten@68.63.3.183) |
| 23:32.26 | *** mode/#wowace [+o Kaelten] by ChanServ |
| 23:32.33 | CIA-13 | 03tardmrr 07tardmrr * r833 10MailTip/: MailTip: Creating a branch for major changes. |
| 23:32.42 | hyperChipmunk | oh noz |
| 23:32.44 | hyperChipmunk | here it comes |
| 23:32.51 | Kaelten | And the beginning of this era means the end of zeeg. Sadly the time has come for me to move on with things in my life, and such things do not present me with enough time to keep doing my duties for everyone here. With school this fall, and a new full time job next month my free time will become nearly non-existant. One last summer to celebrate :) |
| 23:33.09 | hyperChipmunk | era? |
| 23:33.16 | hyperChipmunk | he talks about himself in terms of eras? |
| 23:33.23 | Kaelten | lol |
| 23:33.27 | Kaelten | era for wowguru anyway |
| 23:33.29 | Tain | Yeah, and the Easter Bunny just left me presents. |
| 23:34.02 | hyperChipmunk | oh, so he'll still be around to spam in irc |
| 23:34.15 | Kaelten | maybe he'll loose interest |
| 23:34.37 | hyperChipmunk | maybe the Easter Bunny will leave me presents too |
| 23:34.41 | Kaelten | so hows things going guys? |
| 23:34.50 | hyperChipmunk | good! I'm making a mail addon |
| 23:35.07 | Tain | I'll just believe it when I see it. Not that he cares about WoW, he just likes the attention. |
| 23:35.14 | kergoth | zeeg is going away? huzzah! |
| 23:35.16 | kergoth | hmm |
| 23:35.32 | Kaelten | hyperChipmunk, CT_Mailesqe? |
| 23:35.39 | hyperChipmunk | yep |
| 23:35.46 | hyperChipmunk | but better |
| 23:35.52 | Kaelten | good luck |
| 23:36.35 | hyperChipmunk | =) I've already got it sending lists |
| 23:36.47 | Kaelten | nice |
| 23:36.51 | Kaelten | I want to work on an addon |
| 23:36.55 | Kaelten | but my brain is scrambled |
| 23:37.01 | hyperChipmunk | http://svn.wowace.com/root/trunk/BulkMail/TODO |
| 23:37.16 | hyperChipmunk | feel free to commit feature requests ;) |
| 23:37.58 | Cairenn | oh my ... oh my oh my oh my ... ummmm, Tem? |
| 23:38.32 | Kaelten | Cair? |
| 23:38.46 | Kaelten | huh? |
| 23:38.47 | Codayus | ? |
| 23:38.52 | Kaelten | whats tem going ballistic from? |
| 23:39.37 | Lucen | better question..where? |
| 23:39.39 | hyperChipmunk | CG takin his addons again |
| 23:39.42 | hyperChipmunk | rofl Lucen |
| 23:39.50 | Codayus | Oooh |
| 23:39.51 | Cairenn | oh, no, wait for it ... Tem? wake up ... |
| 23:42.47 | *** join/#wowace pagefault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 23:42.56 | *** join/#wowace pfault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca) |
| 23:43.22 | Kaelten | tem must be away, |
| 23:43.27 | Cairenn | must be |
| 23:43.30 | Cairenn | http://forums.curse-gaming.com/showthread.php?p=23185#post23185 |
| 23:43.34 | Cairenn | he's gonna flip |
| 23:44.10 | Lucen | ...\ |
| 23:44.14 | hyperChipmunk | hehe |
| 23:44.16 | Codayus | lollerskates |
| 23:44.18 | hyperChipmunk | yes, I saw that |
| 23:44.20 | Lucen | wow..straight over their heads |
| 23:44.27 | Kaelten | oh ya he's going to flip |
| 23:44.32 | hyperChipmunk | my eloquent reply is at the bottom there' |
| 23:45.08 | hyperChipmunk | I think it covers all the key points |
| 23:45.36 | Lucen | yeah..very good response chip. |
| 23:46.09 | Kaelten | heh |
| 23:46.57 | hyperChipmunk | notice how I deftly parry each of the accusations, then bring my argument to a razorsharp point at the end |
| 23:47.11 | Tain | It's too high-brow a response. |
| 23:47.27 | hyperChipmunk | you think they won't understand it? |
| 23:47.44 | Tain | I'm resonably sure of it. |
| 23:47.48 | Cairenn | yeah |
| 23:48.02 | *** join/#wowace Tem_ (n=Tem@ip70-177-40-169.br.br.cox.net) |
| 23:48.03 | *** mode/#wowace [+o Tem_] by ChanServ |
| 23:48.06 | hyperChipmunk | wb tem =) |
| 23:48.20 | Cairenn | ah, there's tem now |
| 23:48.30 | Cairenn | Cairenn: oh my ... oh my oh my oh my ... ummmm, Tem? |
| 23:48.37 | Cairenn | ***Cairenn watches Tem go ballistic .... |
| 23:48.43 | Cairenn | Cairenn: oh, no, wait for it ... Tem? wake up ... |
| 23:48.48 | Cairenn | Cairenn: http://forums.curse-gaming.com/showthread.php?p=23185#post23185 |
| 23:48.54 | hyperChipmunk | afk; back in a few |
| 23:49.42 | Cairenn | anyway, I need to run out for a couple minutes, back shortly |
| 23:50.19 | Neronix`sleep | Night |