irclog2html for #wowace on 20060427

00:00.19kergothindeed
00:00.47ckknightby reducing code, you're likely reducing bugs in that area as well
00:01.29kergothsimplicity should always be that which you strive for
00:01.58ckknightright
00:02.00kergothbleh
00:03.24ckknightwtf
00:03.30ckknightwhat is the point of BestHitFu?
00:05.32kergoth~laziness
00:05.33purlLAZINESS: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don't have to answer so many questions about it. Hence, the first great virtue of a programmer.
00:06.21kergoth~impatience
00:06.22purlIMPATIENCE: The anger you feel when the computer is being lazy. This makes you write programs that don't just react to your needs, but actually anticipate them. Or at least that pretend to. Hence, the second great virtue of a programmer.
00:07.12kergoth~hubris
00:07.14purlHUBRIS: Excessive pride, the sort of thing Zeus zaps you for. Also the quality that makes you write (and maintain) programs that other people won't want to say bad things about. Hence, the third great virtue of a programmer.
00:07.37kergoth~fear of complexity
00:07.38purlFEAR OF COMPLEXITY: That which causes you to implement as little as possible, as simplicity is easier to fix. As well, that which prevents feature creep due to the environmental damage it causes. Hence, the fourth great virtue of a programmer.
00:09.01CIA-1303ckknight * r1006 10FuBar_HonorFu/HonorFu.lua: FuBar_HonorFu - fixed typo.
00:09.38*** part/#wowace Ratbert_CP (n=KCummins@proxy-ce1.disney.com)
00:19.21CIA-1303ckknight * r1007 10FuBar/ (FuBar.lua PanelClass.lua): FuBar - added Thickness.
00:21.21Elviso~sloth
00:21.27hyperChipmunkhehe
00:21.35Elvisodamn, don't have my fav
00:22.06CIA-1303ckknight * r1008 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - sliders are now sticky to UIParent instead of what they appear to be attached to.
00:28.42Elvisowowace.com forums fubar'd or just me?
00:29.00Elvisohrmm k now it's fine
00:32.52Elvisobut now wiki.wowace.com doesn't load
00:36.06hyperChipmunksvn is molasses too
00:39.20*** join/#wowace Wobble (n=Wobin@221.221.18.82)
00:40.12ckknightlol, FuBar has almost total control of New & Updated
00:40.13ckknighthehe
00:40.45hyperChipmunkyea
00:40.53hyperChipmunkppl gonna start getting annoyed, soon
00:41.04hyperChipmunkit totally blows the entire point of having the section
00:41.08ckknightyea
00:41.20ckknightthen again, I do update pretty often
00:41.40hyperChipmunkyea, but you know some people are going to be like, 'he just updates to stay on the front page'
00:41.49ckknightthat's a half truth
00:42.11hyperChipmunkand yea, the thing is, they're almost right ;)
00:42.27ckknightthey should have like a FuBar New & Updated section
00:42.28ckknightjust for me
00:42.31ckknightand my lackeys
00:42.33hyperChipmunkI've seen you time releases based on it
00:42.35hyperChipmunk'lol
00:42.40ckknightlol
00:42.42ckknightyep
00:42.48ckknightI'm not denying it
00:42.57ckknightbut it's only half true
00:43.13ckknightI just need 107 more favorites to be #1
00:43.18hyperChipmunklol
00:49.45CIA-1303ckknight * r1009 10FuBar/FuBar.lua: FuBar - added line to allow clickable tooltips.
00:51.57*** join/#wowace Ratbert_CP (n=KCummins@c-24-130-132-88.hsd1.ca.comcast.net)
01:12.09CIA-1303ckknight * r1010 10TabletLib/Lib/TabletLib.lua: TabletLib - fixed a bug causing data vs. detachedData pollution.
01:17.32CIA-1303ckknight * r1011 10TabletLib/Lib/TabletLib.lua: TabletLib - fixed a bug that prevented wrapping.
01:18.32ckknightneed advice
01:19.06ckknightshould I make clickable tooltip buttons look different, look different when hovering, or just like every other line?
01:28.10CIA-1303ckknight * r1012 10TabletLib/Lib/TabletLib.lua: TabletLib - clickable buttons now work.
01:28.58CIA-1303ckknight * r1013 10FuBar/FuBarTooltip.lua: FuBar - fix data pollution with detached tooltips.
01:31.30kergothjesus, my vim setup is pure insanity
01:31.40kergothpractically writes the code for me :P
01:31.51ckknightlol
01:32.04kergothhuzzah for reaching new heights of laziness
01:32.21ckknightI don't want to learn vim
01:32.36kergothit can be pretty unpleasant at first
01:32.42ckknightyea
01:32.46kergothbut man, once you've got it, the level of efficiency is insane
01:32.55ckknightI don't like the idea of "modes"
01:33.14kergoththe things you can do in normal mode are a big part of what makes you so efficient
01:33.21kergothconsider navigation for example
01:33.27kergoth{ and } jump between paragraphs
01:33.40kergoth[[ and ]] jump between blocks of braces, like in C code
01:33.43kergothetc
01:33.54ckknighthrm
01:33.54kergothno moving around line by line unless thats exactly what you need
01:34.44WobbleThen for that there's hjkl =P
01:35.00ckknightwhy not use arrow keys?
01:35.05kergothhehe. indeed. moving around line by line without taking your hands off the home row is nice
01:35.09kergoth:)
01:35.17kergothhehe
01:35.47kergothi do have to admit, i use the arrow keys moer often than hjkl, just cause i'm not used to it
01:35.48ckknighthjkl doesn't intuitively mean left down up right to me
01:35.50kergothneed to fix that
01:36.03kergothwhich is why you need to get used to it :)
01:36.08Wobin_True... it's a matter of learning I guess, which is part and parcel of Vi
01:36.14ckknightI honestly don't see how something to the left of down means go up
01:36.36kergothit isnt meant to be intuitive, its meant to be efficient
01:36.56kergothsome parts of vim manage both, but not all
01:37.38ckknightyou know, I haven't seen many titan mods updated on WoWI recently
01:37.44kergothhehe
01:43.00ckknightwell
01:43.10ckknightsince people are asking for it, I thnk I'm gonna write RestFu
01:43.24Wobin_rest state?
01:44.03Wobin_infernoid needs to write ClamFu!
01:44.09Wobin_For easy access to clamstats
01:45.02ckknightclam stats?
01:45.48Wobin_http://www.wowinterface.com/downloads/fileinfo.php?id=4890
01:53.40CIA-1303ckknight * r1014 10FuBar_TopScoreFu/ (FuBar_TopScoreFu.toc README.txt): FuBar_TopScoreFu - updated TOC and README.txt
01:54.09CIA-1303ckknight * r1015 10FuBar_MicroMenuFu/ (FuBar_MicroMenuFu.toc README.txt): FuBar_MicroMenuFu - Updated TOC and README.txt
02:06.37Elvisohey ckknight, Fu feature request :)
02:06.43ckknighthit me
02:06.55Elviso"on left side"
02:07.00ckknightno.
02:07.10Elviso:\
02:07.12ckknightait
02:07.13ckknightwait*
02:07.22ckknightdo you want independantly centerd text?
02:07.27ckknightcentered*
02:07.31Elvisonot sure what you mean there
02:07.38ckknightleft, center, and right text
02:07.41ckknightcause I'm not putting that in
02:07.49ckknightbut I coulld put "On left side" as a radio button
02:07.53ckknightthat'd be a good idea
02:07.57Elvisothat's what I meant I think
02:08.01ckknightokay
02:08.07Elvisolike if I want volume and such justified left
02:08.21Elvisob/c right now, my "on right side" is about 1/4 the panel
02:08.34Elvisoand thus makes my "centered" plugins....well, not centered
02:08.52Elvisobut if I could move a couple to the left, then it'd be all nice and happy looking
02:10.40ckknightah
02:10.40ckknightno
02:10.53ckknightthat's what I meant by independantly centered text
02:11.12Elvisohow is that different than "On left side" as a radio button
02:13.19ckknightvery
02:13.30ckknightcurrently, only left and right exist
02:13.38Elvisohttp://img283.imageshack.us/my.php?image=fubard5ex.jpg
02:13.39ckknightcentered is just a maniplation of the left
02:14.20CIA-1303hyperactiveChipmunk * r1016 10FuBar_BattlegroundFu/ (BattlegroundFu.lua FuBar_BattlegroundFu.toc):
02:14.20CIA-13FuBar_BattlegroundFu:
02:14.20CIA-13- Added canHideText = true; didn't realize this wasn't default
02:14.44Elvisowhat is "On left side" as a radio button then?
02:14.46ElvisoI'm confused
02:16.39ckknighthyperChipmunk, I plan to turn that into cannotHideText
02:16.51ckknightElviso, it's the opposite of On right side
02:18.53Elvisodid you look at my screen shot?
02:19.14ckknightyea
02:19.38ckknightwhat about it?
02:19.41Elvisowell
02:20.00ElvisoI dont understand what you 'can' and 'can't' fix
02:21.26CIA-1303ckknight * r1017 10FuBar/ (4 files): FuBar - made "On right side" a radio button. Added "On left side".
02:21.58Elvisohehe I'll check it out
02:23.39Elvisoopensvn.csie.org?
02:23.49Elvisoor is that the old one
02:23.57ckknightold one
02:24.07ckknighthttp://svn.wowace.com/root/trunk/FuBar
02:24.16Elvisothx
02:24.52*** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net)
02:24.52*** mode/#wowace [+o Tem] by ChanServ
02:25.08ckknighthey Tem
02:25.11Temhey
02:37.48Elvisodamn, that's not what I had in mind
02:38.22Elvisowould it be too much trouble to add left-justification, or you don't believe it's needed?
02:48.58ckknightit is trouble
02:50.11CIA-1303ckknight * r1018 10TabletLib/Lib/TabletLib.lua: TabletLib - refreshing on click now works properly.
02:53.15*** join/#wowace Parak (n=profi@user-0cev737.cable.mindspring.com)
02:55.31ckknightomfg.
02:55.38ckknightI'm reading Titan_RestPlus
02:55.42ckknightsome of the code is _horrible_
02:55.49ckknights/some/most/
02:56.44*** part/#wowace Warol (n=Warol@adsl-75-5-50-89.dsl.emhril.sbcglobal.net)
03:11.05Temmuch love for crippling poison in WSG
03:12.54kergothindeed
03:14.16TemI just did my first round with my new abilities
03:14.34Tem(my rogue is 25.  last time I went into wsg he was 19)
03:15.11Temsince then, I've gotten distract, vanish, poisons, and I filled out my talents to make my ambush crit all the damn time
03:15.36kergothhehe
03:15.38kergothrogues are fun
03:17.37TemI like it
03:17.44TemI'm out of quests though...
03:17.50TemI need to go find another zone
03:18.12TemI think I'll head to ashenvale next
03:19.10CIA-1303ckknight * r1019 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - Radio buttons no longer look pixelated.
03:20.22Temsvn update *
03:20.29Temer... wrong window
03:21.09hyperChipmunk>8(
03:21.17kergoth~/downloads$ wow_addon -d FuBar_BagFu-1.1.929.zip
03:21.19kergothWOW_ADDON: Version 1.0.876 of FuBar - |cffffffffBag|r|cff00ff00Fu|r is already imported and tagged.
03:21.19kergothheh
03:21.44ckknight?
03:22.19TemFetching external item into 'FuBar_LocationFu\TouristLib'
03:22.21Temwheee
03:22.53kergothckknight, .toc version wasnt updated :) my script uses that to do its update.  no biggie, i just overrode it
03:23.00ckknighthrm
03:23.01ckknightyea
03:23.22ckknightif I update a file in FuBar, it changes the $Revision$ in that file, not in the folder outright
03:23.28ckknightwish I knew a way around that...
03:23.56kergoththere isnt a way around it. it uses the revision of the file, by definition
03:24.10kergothyou could hack something with a trigger script, most likely, but itd be ugly as sin
03:25.59*** join/#wowace ckknight_ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
03:34.01*** join/#wowace ckknight (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
03:34.07kergothdamnit, people are fuckign up the market for certain products on my server, and i lack the bankroll atm to fix it
03:34.11ckknightwtf?
03:35.07hyperChipmunkheh, boss's fix to make the buttons not look pixelized was to make 'em pixel-SIZED
03:35.14hyperChipmunkgenius!
03:36.00Temckknight: I get a crapload of errors on login
03:36.00ckknightI made them the size they are in the blp
03:36.02ckknight16x16
03:36.09ckknightTem, did you exit wow?
03:36.12ckknightcause there are TOC changes
03:36.29TemAmmoFu.lua:2: attempt to index global `TabletLib' (a nil value)
03:36.29Tem<PROTECTED>
03:36.29TemBagFu.lua:2: attempt to index global `DewdropLib' (a nil value)
03:36.29Tem<PROTECTED>
03:36.30TemClockFu.lua:2: attempt to index global `DewdropLib' (a nil value)
03:36.32Tem<PROTECTED>
03:36.34TemDurabilityFu.lua:4: attempt to index global `TabletLib' (a nil value)
03:36.34ckknightyea
03:36.36Tem<PROTECTED>
03:36.38TemExperienceFu.lua:2: attempt to index global `TabletLib' (a nil value)
03:36.40Tem<PROTECTED>
03:36.42ckknightyou didn't exit WoW, did you?
03:36.42TemHonorFu.lua:3: attempt to index global
03:36.45Temyes I did exit wow
03:36.45ckknightcause those are in FuBar
03:36.46TemI restarted wow
03:36.54TemI FUCKING CLOSED WOW AND RESTAREDED IT
03:36.54ckknightdid you install the recent FuBar?
03:37.02Temthey are all from the svn, I think
03:37.09Templease hold
03:37.16Temoh lol
03:37.20hyperChipmunktem
03:37.24Temmy FuBar isn't from the svn
03:37.25hyperChipmunkthat's you
03:37.28Temrest of it is
03:37.28ckknightnext time use your indoor voice.
03:37.48hyperChipmunkthis is one of the svn commits that actually does work =x
03:38.05Temif you couldn't tell by my rediculous spelling, then you lose
03:38.26hyperChipmunkridiculous*
03:39.22CodayusHmmm
03:39.34CodayusGetting an error with the current FuBar off CVS...about a tooltip...hm
03:39.53ckknightwhat's the error?
03:40.33CodayusFuBarToolttip.lua  1644: attempt to call method GetFontSizePercent (a nil value)
03:40.39CodayusThoughts?  :-)
03:41.02ckknightoh
03:41.03ckknightmy bad
03:41.13Temhehe, CVS
03:41.19CodayusUh...
03:41.22CodayusYou know what I meant.
03:41.24CodayusI'm sleepy.
03:41.39Temyeah, I get the same error
03:41.46Temthe panel doesn't even show
03:41.49CIA-1303ckknight * r1020 10FuBar/ (FuBarTooltip.lua FuBarUtils.lua): FuBar - FuBarToolttip.lua 1644: attempt to call method GetFontSizePercent (a nil value)
03:41.50CodayusYep
03:42.21CodayusA /reload and...
03:42.23ckknightokay, just update to that
03:42.23Codayus...it's fixed.
03:42.28CodayusNow that's customer service!
03:42.53ckknightlol
03:43.06ckknighthey, anyone know when UnitLevel("player") stops working?
03:43.16ckknightthe event
03:43.37ckknightit's close to PLAYER_LOGOUT
03:43.37ckknightbut at PLAYER_LOGOUT, it stops working
03:48.13Temterrific cladhaire
03:48.16Temyou broke PR
03:48.20CodayusYep
03:48.24CodayusJUST discovered that.
03:48.30TemPerfectRaid.lua:123: attempt to index global `AceHookLib' (a nil value)
03:48.31CodayusRevert back a version.  :-/
03:48.39Temdon't have time
03:48.41TemWSG!
03:48.53CodayusHeh
03:50.19TemPerfectRaid.lua:82: attempt to index field `opt' (a nil value)
03:50.38kergothSpecialTalent is pretty nice
03:50.44ckknightwhat is it?
03:50.55ckknightone of Tekkub's?
03:52.08kergothsome addon i saw on curse. talent tree replacement
03:52.18kergothhttp://www.curse-gaming.com/mod.php?addid=3908
03:52.33ckknightoh
03:57.35Wobin_That looks nice
03:57.45Wobin_Except I would have called it "Talentless Hack"
03:58.45Wobin_or Talent'ed
03:58.45kergoth?
03:58.49Wobin_And made it a line editor
03:58.49CIA-1303ckknight * r1021 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - fixed nil menu bug.
04:10.55hyperChipmunkaoh that does look nice
04:14.33*** join/#wowace ckknight_ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:19.02*** join/#wowace ckknight__ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:22.15Temcladhaire: you around?
04:23.25ckknight__you know, I realized that I could theoretically turn FuBar into a library in its own right
04:23.36ckknight__granted, I probably won't, cause it's kinda pointless
04:23.40ckknight__but it's still fin thinking about it
04:26.59*** join/#wowace ckknight_ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:28.34Tekkuberf
04:28.53Tekkubproblem with that boss: savedvars
04:29.17Tekkubotherwise yea, tho you'd have to lay down all sorts of shit on how to use the libraries too
04:30.00Temckknight_: the um... sliders
04:30.03Temckknight_: they are fat
04:30.06Temvery fat
04:30.10Tem<PROTECTED>
04:31.00*** join/#wowace ckknight_ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:31.07ckknight_omfg.
04:31.20Temckknight_: FuBarTooltip.lua:1448: attempt to call method `GetColor' (a nil value)
04:31.39Temckknight_: When I opened the Color Picker thing for a detatched tooltip
04:31.49ckknight_what plugin?
04:31.59Temum.. BatFu
04:32.05hyperChipmunk~!@!!!!!!!!!@@
04:32.16hyperChipmunkTem: I love you
04:32.21Tem?
04:32.52hyperChipmunksomeone who's at least somewhat knowledgeable using my addon =P
04:33.06hyperChipmunkso if there's problems, I can get some real information
04:33.07Tekkubrssfwd hates me
04:33.25Tekkubeither that, or you guys made 500+ commits while I was at work
04:33.29hyperChipmunk~I hate you too
04:33.31purlYou hate you too?
04:33.31CIA-1303ckknight * r1022 10FuBar/FuBarTooltip.lua: FuBar - FuBarTooltip.lua:1448: attempt to call method `GetColor' (a nil value)
04:33.40Tekkub~you suck
04:33.43purlThank you!  That will be $5
04:33.43hyperChipmunkboss was going for r1000
04:33.47hyperChipmunk~you sux
04:33.48purlno you fucking suck hyperchipmunk!
04:33.54Tekkubkek
04:34.06Tekkuband too bad I got the first 1k, and I got 666 and 777
04:34.21Temckknight_: fix the sliders in DewDrop
04:34.25Temthey are fugly
04:34.35Tekkubthat means I'm... 1443 better than bossy
04:34.44ckknight_Tem, you're fugly
04:34.51Temthat's besides the point
04:34.56Tekkubwe're ALL fugly on the inside!
04:34.58Tekkubwait no...
04:35.02ckknight_saying something is ugly doesn't help in the slightest
04:35.03Tekkubtaht's pink on the inside
04:35.06ckknight_I need specific things to change
04:35.13Tekkubmake it not fugly
04:35.25Tekkubthere, specific milesstones
04:35.45Tekkubv1.2: not fugly ... v1.3 not fucksmudgy
04:35.56Tekkubv1.4 self-lubricating
04:36.07Tekkubv1.5 ribbed for the user's pleasure
04:36.24Tekkubv1.6 self-debugging for the author's pleasure
04:36.57hyperChipmunkv1.7 self-replicating for the pleasure of the users' entire raid?
04:37.16Tekkubno chip: did you never take an engineering ethics class?
04:37.48Tekkubif it self replicates soon it'll take over the world and smudge out human life in one big blissful orgasm
04:38.04Tekkubeveryone will just go "splooge" and the human race will end
04:38.16hyperChipmunkah
04:38.23Tekkubwait no, that was Neon Genesis Evangelica
04:38.24hyperChipmunkwell we should avoid that at all costs
04:38.33Tekkub(sp?)
04:38.34hyperChipmunkit sounds rather messy
04:38.41ckknight_mmm.... gray goo
04:38.53Tekkubgray goo *splurt*
04:39.09Tekkubseriously, the world will end of our own cummy creations
04:39.09Temgreat...
04:39.18ckknight_cummy?
04:39.21Temthe latest svn mendy doesn't play nice with the latest pt
04:39.24Tekkubbe it grey goo or children blowing each other up
04:39.25Tem(from the svn)
04:39.58Tekkubthen moon sucks, PT still works the same it always did, it's just embeddable too
04:42.11*** join/#wowace ckknight__ (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:47.32*** join/#wowace ckknight (n=ckknight@24-136-27-242.alc-bsr1.chi-alc.il.cable.rcn.com)
04:48.59TemMendeleev.lua:182: attempt to index global `PeriodicTable' (a nil value)
04:52.19Temyo Tekkub
04:52.28Temwtf is a FOM plugin doing in PT?
04:52.38Tekkubwhat you just noticed it?
04:52.48Tekkubit's been there for like 3 monhs
04:53.14TekkubFOM's food lists are quite inacurate, missing lots of food
05:03.27TemI don't give a crap how long it's been there
05:03.30Temit doesn't belong
05:03.34Temand I don't want it loading
05:05.09Tekkubthen delete it you tard
05:05.48Tekkubbesides it' just hooks FOM's feed function, if it's there, and doesn't do anything until the first time you feed
05:07.23Tekkubaw, DudeRop menus don't do the scrolly scrolly like the tooltips Bossman?  (Valley of sorrows)
05:09.09Temwtf
05:09.16TemWarlock pets can see through stealth?
05:10.00Tekkub^^
05:10.03Tekkubstupid rogue
05:10.15hyperChipmunkparanoia
05:10.20Temimp
05:10.27Temimps don't fucking have paranoia
05:10.47Temand imps that are lower level than me shouldn't be fucking able to fucking see me from like 20 fucking yards
05:10.56Temthat's fucking bullshit
05:11.11Tekkuboh just go cry for a nerf on the oboards like everyone else
05:14.53Temoh, I see what it is
05:15.18Tempets that are trying to attack you before you stealth ignore stealth until they are called off
05:15.29Temand that *is* bullshit
05:15.54SokuraiIndeed
05:15.57SokuraiHorrilbe in AB
05:16.12SokuraiHorrible*
05:16.33SokuraiHunters can sit at the Mill and sick their pets on rogues like 300 yards away :p
05:17.11TemI *hate* hunters
05:17.27Temwith a capital fucking 'H'
05:21.20Temtest
05:21.26Temdid anyone see that?
05:22.48Cairennnope
05:23.14kergothlooks like we'll have our first 100 degree days of the year next week. joy.
05:24.01hyperChipmunk<3 tem
05:31.01Temckknight: make your sliders look like the slider on the color chooser
05:31.15ckknightokay
05:32.00hyperChipmunkoh, that'd be nice
05:32.37Tekkubhey bossman, make menus scrolly just like the tooltips if they too long for the screen?
05:33.12TemI hate the names that people
05:33.16Temcreate
05:33.23Temfor their twinks
05:33.27Tem"Wootcakes"
05:33.34Tem"Lolzorz"
05:41.33Cairenn|sleepnight guys
05:46.08Temnigt Cair
05:49.30Tem"Roflmeow"
05:50.25hyperChipmunksweet dreams Cairenn|lurking
05:51.25ckknightokay, for RestFu, should I make no rest red and full rest green, or opposite?
05:52.23Tekkubhrm....
05:52.40Tekkub< enough to get level, red
05:52.50Tekkub>= enough to get level, yellow
05:52.56Tekkub>=100, green
05:53.12Tekkub* 100%, it goes to 105% of course
05:53.18Tekkub*150%
05:53.25Tekkubfuck it, bedtime, can't type
05:55.09ckknightyou know, RestFu was rather easy to write
05:55.28Tekkubyea it is
05:55.45Tekkublike TheLowDown, I like tiny addons that work so beautifully
05:56.00Wobin_What's TLD do?
05:56.07Tekkubscrolls text
05:56.26TekkubDilbert's Boss: "Look at me, I'm scrolling text!"
05:56.56Tekkubit resets your chatframes to the bottom after a 20sec timeout from your last scrolly on the window
05:57.01hyperChipmunkhehe
05:57.18Tekkuband it actually SCROLLS to the bottom instead of using the jump function
05:57.32hyperChipmunkyea
05:57.34hyperChipmunkthat's so cool
05:57.39hyperChipmunkI wonder who thought of doing it like that
05:57.52Tekkubno credit for you, you didn't write the addon :P
05:58.23hyperChipmunkand yea, I agree
05:58.34hyperChipmunkCRDelay/CRDelayFu is one of my best addons =)
05:58.40Tekkubbah, I should throw in the roast and head to bed
05:58.53Tekkubwhatdatdew?
05:59.04CIA-1303ckknight * r1023 10TabletLib/Lib/TabletLib.lua: TabletLib - fixed wrapping bug.
05:59.20hyperChipmunkyou don't pvp, so you probably don't care
05:59.33Tekkuboh, yea true, stupid PvP ruining the game
05:59.38hyperChipmunkbut after you die several times in a short period of time, you start to accumulate a delay before you can rez
05:59.46Tekkubwhat's this world coming to?
06:00.05hyperChipmunkin pve, you just wait until it's done
06:00.54hyperChipmunkbut in pvp, where sometimes it's tactically advantageous to run to your corpse and rez there instead of waiting for the spirit rez at the graveyard, knowing whether your body-rez is going to have a delay is nice
06:01.31hyperChipmunksince you can normally only see that delay when you're by your corpse, you have to go out of range of the spirit healer most of the time to see it
06:01.52hyperChipmunkit's just a simple GetCorpseRecoveryDelay() function to get the value
06:02.25hyperChipmunkbut by default the game doesn't show you that value unless you're in position to accept a rez
06:02.46hyperChipmunkand it has that lousy minute-level precision when it's over 60s
06:03.04hyperChipmunkso this just makes a bar for FuBar that displays that counter at all times
06:03.11hyperChipmunkit's incredibly handy
06:05.30CIA-1303ckknight * r1024 10TabletLib/Lib/TabletLib.lua: TabletLib - fixed grid layout bug.
06:05.39ckknightwoot!
06:05.40ckknight1024!
06:05.46ckknightthat's _totally_ better than 1000
06:06.12ckknightwill anyone deny that?
06:06.37hyperChipmunklol
06:06.43hyperChipmunk~pat ckknight
06:06.44purlACTION pats ckknight and says "Nicely Done!"
06:07.06TekkubI like 59049 myself
06:07.10ckknightwhy's that?
06:07.17Tekkub3^10 ^^
06:07.27hyperChipmunkI've always been a fan of eleventeen
06:07.34TekkubTwelvty
06:07.41hyperChipmunkthat's a good one too
06:08.10Tekkuberf, mayby I can churn out MatriculaLib tomorrow and make ModMenu not suck
06:08.20ckknightwhat'll it do?
06:08.22ckknight1729 is one of my favorite numbers
06:08.37ckknightnow if you're fond of math, do you know why?
06:08.47Tekkubit'll be a simple mod registrar, like myaddons ultra slimmed down
06:08.51ckknightokay
06:09.02Tekkubyou register up to three values for your mod
06:09.12Tekkuba category, and they WON'T be prodefined
06:09.20ckknightwhy not?
06:09.25Tekkuba function to call on click, for opening GUI or such
06:09.45Tekkubcause predefineds always miss some category that makes sense
06:10.03TekkubI HATEHATHEHATE Ace's pulled-str8-from-myAddons categories
06:10.08ckknightthat's easy to handle, though
06:10.17ckknightbasically, just keep adding needed categories
06:10.17Tekkuball mine end up "interface" cause they suck
06:10.24ckknightif a category doesn't exist, assume other
06:10.36Tekkubyea true, but not restricting will make it simpler really
06:10.40ckknightthat way, newer versions that have the "apple" category will just be "other" for the old version
06:10.47ckknightI disagree
06:10.53ckknightcause what if you want to sort them or something?
06:10.58Tekkubthe old version gets upgraded, embed and all :)
06:11.06ckknightby having predefineds, you also can do localization
06:11.08Tekkubthen sort, it's not hard to sort
06:11.32ckknightotherwise you have to stick to one language or whatnot
06:11.39Tekkubanyway, and a functio to draw a menu, which of course DudeRop is your option :)
06:11.43ckknightI really think that predefineds are the way to go
06:11.46ckknightDewdrop, goddammit
06:12.13Tekkubanyway, the point is to make the addon registrar part of myaddons an embed so everyone who wants can support it easily
06:12.29Tekkuband the GUI will just pull it's info from the embed
06:12.39Tekkubso many people can use the info if they wanted to
06:13.18ckknightokay
06:13.31Tekkubyou think I should allow for optional metadata stuff too? I'll prolly set it up to pull from the TOC the non- "X-" items like slou added for us
06:13.45ckknight<PROTECTED>
06:13.48Wobin_sure
06:13.57Tekkubbut allowing a bunch of optional metadafields could be nice
06:14.16Tekkuband NOT throw shitty errors like myAddons does with all my ace'd modules :P
06:15.41ckknightI still think that predefined categories are the way to go
06:16.04ckknightI mean, if it's an embedded lib, then the newer version with the recently added category will trump anyway
06:17.13ckknightif you have custom defined ones, then people will have one category for every addon
06:17.17Tekkubmaybe, we'll see, in the end the category is prolly gonna be just like all the other optional metadata
06:17.22ckknightwith no localization whatsoever
06:17.30ckknightthat'd be good
06:18.00Tekkubmeh, localization is for pansies!
06:18.04Tekkublern2engrish
06:18.21ckknightno.
06:18.47Tekkub<-- has no sympathy for "funny talk"
06:19.24Tekkubzeee best ca na da ees french ac na da !
06:20.05Tekkubseriously tho, start food sleep bye!
06:24.00TemTekkub:
06:24.05Tempredefines
06:24.11ckknightalright, RestFu has absolutely no options
06:24.12Temonly use TOC values
06:24.17ckknightand I honestly don't see a need.
06:24.51Tem# X-Category: Raid
06:24.56ckknightthat'd be good, imho
06:25.18Tem# X-Category-frFR: <whatever the fuck the french call "Raid">
06:25.34ckknightgah
06:25.39ckknightpredefines!
06:25.56Temthen calling the GetMetadata function will do the translation for you
06:25.59ckknightif you have it called Raid, then in game you'll see the French word for Raid anyway
06:26.11ckknightso why have X-Category-frFR?
06:26.29Temit won't auto translate for you
06:26.33ckknightwhy not?
06:26.38Temoh, I see what you mean
06:26.43*** join/#wowace [MoonWolf] (n=MoonWolf@a80-127-128-193.adsl.xs4all.nl)
06:26.43*** mode/#wowace [+o [MoonWolf]] by ChanServ
06:26.49Temyeah, that's one route
06:27.02Tembut yeah, Predefines
06:27.10ckknightif you have predefines, it'd be for the best
06:27.16ckknightand hell, you can always add more
06:27.20Temand Tekkub, the Ace2 category list is probably what you should use
06:27.24ckknightnothing is causing a freeze
06:30.54CIA-1303ckknight * r1025 10TabletLib/Lib/TabletLib.lua: TabletLib - clicking a parent frame now hides the tooltip.
06:31.41Tekkubactually no, the more I think about it a non-predefined makes perfect sense BECAUSE of categories
06:31.57CIA-1303ckknight * r1026 10FuBar/FuBarUtils.lua: FuBar - changed FuBarUtils.FormatDurationCondensed() to show days as separate from hours/minutes/seconds.
06:32.02TekkubI'm basically assuming that the mod is gonna be registering LOCALIZED metada
06:32.11Tekkuband the category is part of that
06:32.31Tekkubsure, provide people a sample ilst with translations, but don't force em into it
06:32.46ckknightso you have 50 different addons with 50 different categories
06:32.58ckknightbecause of typos or hubris
06:33.23Tekkuband I think I'll pull all metadat from the TOC files, and keep with the teme of "X-<field>-locale
06:33.55Tekkubso if a localized one is available, use it first
06:34.24ckknightokay, answer me this: why not have predefined categories to choose from?
06:34.37Tekkubbecause I think that's too restrictive
06:34.46CIA-1303ckknight * r1027 10FuBar_RestFu/ (6 files): FuBar_RestFu - Initial commit.
06:35.01ckknightTekkub, you want it to be restrictive
06:35.09Tekkub"Bac mods"  ... actionbar? petbar? FuBar? WTF?
06:35.09ckknightso that you can properly categorize and organize them
06:35.27TemTekkub: you *need* predefines
06:35.31ckknightyes
06:35.35ckknightyou definitely need them
06:35.40Temor else you will very rarely have 2 addons in the same category
06:35.50Temwhich will completely defeat the point of having them
06:36.20Tekkub:P I will provide a sample list and strongly encourage the use of them, but I'm not going to restrict it
06:36.24ckknightyea, if everything has its own category, which will be what will happen, then why have a category at all?
06:36.25TemNO!
06:36.30Tekkubbesides to be frank
06:36.40Tekkubnoone fucking wriote for ModMenu before
06:36.49TekkubI don't expect anyone but me to use this either
06:36.57Temsurely there are people in this channel who arn't retarded
06:36.59Temspeak up!
06:37.07ckknightI have several arguments for you, Tekkub
06:37.07Tekkubso it still falls in the "writing mods for my use" field of shit I write
06:38.21ckknight1) by having predefines, you can localize them without hassle. You don't want to run a German client and have a "Table" category and a "Tisch" category
06:38.46ckknight2) Typos will cause multiple categories needlessly
06:39.01ckknight3) If a new category strikes your fancy, nothing is preventing you from adding it
06:39.12ckknight4) If someone uses a future category, just assume "other"
06:39.21Tekkubif a mod's category isn't localized I'd wager the rest of the mod isn't either and the user should contact the author with translations if they want that fixed
06:39.33Tekkub2) copy paste from suggested list
06:39.33ckknight5) also, with predefines, you can have a description of a category as well
06:39.45Tekkub3) so? users don't like it they can bitch
06:39.47Tem6) I said so
06:39.50Tekkubthey're good at that
06:39.50ckknighte.g. Bar Mods can be described as "Mods that do something with Bar"
06:40.18Tekkub4) other is useless they fall under unknown :P
06:40.26ckknightwhatever
06:40.28Tekkub5) why does it need a description
06:40.33ckknightbecause it can!
06:40.37Tekkub6) I don't give a fuck what you said :P
06:40.45ckknightyou're a dick
06:40.58Temdamnit Tekkub
06:40.59TekkubTem's a dick too, so mutal dickery
06:41.08Temyou need to do it our way
06:41.09Tekkub6 wasn't directoed at you boos
06:41.13Tekkubboss*
06:41.22Temso we can use it in Ace instead of the current system
06:41.29TekkubTem, if you want it done your way they YOU write it
06:41.43TemI don't have f'ing time
06:42.02TemI have like 6 big projects on my plate plus school
06:42.07TekkubI'm open to suggestions and whatnot as always, but in the end I'm gonna write my code the way I want it to behave
06:42.22ckknightI follow the market
06:42.26Tekkuband the best part of ModMenu was it's adaptability
06:42.31ckknightits
06:42.39Tekkubthe market doesn't pay me, I don't give a fuck about the market
06:43.14Tema;lsijf;alskjf!~
06:43.14ckknightbecause it's an embedded lib, if you add a new category, no harm no foul
06:43.20TemIt's adaptable
06:43.31TekkubI have yet to see a cent from anyone over any mod I've written, so in the end my code boils down to my enjoyment, plain and simple
06:43.37Temadding a cat is *child's play*
06:43.39Tekkuband I don't want restrictions
06:43.53Tem;lf;ah;lsdf adsf
06:44.11TemGet the cock out of your ass and pay attention to logic
06:44.32TemYou *need* restrictions or the categories will be *useless*
06:44.52ckknightagreed
06:45.15TekkubTem, you don't like my plan, write it yourself
06:45.27TemI don't have time
06:45.35Tekkubthen sod the fuck off
06:46.12hyperChipmunkwhoa, hi guys
06:46.24hyperChipmunk~chippersnack Tem
06:46.25purlACTION feeds Tem some nuts.
06:46.30hyperChipmunk~chippersnack Tekkub
06:46.31purlACTION feeds Tekkub some nuts.
06:46.31TemhyperChipmunk: this is adult time
06:46.35Temgo play with your toys
06:46.53TemTekkub: *ARRGARAGSRA!
06:46.55Tem*
06:47.02hyperChipmunkoh very adultish
06:48.37Tem=P
06:48.44hyperChipmunkall y'all take yourselves too seriously
06:49.49ckknighthey hyperChipmunk
06:50.04hyperChipmunkgreetings, fellow level-headed programmer
06:53.47Temckknight: did you fix the dewdrop sliders yet?
06:54.00ckknightno, I have to do another thing to bribe Elviso
06:54.03ckknightI'll do that next, though
06:54.12Temlol
06:54.32Temhow are most fb addons creating drop downs?
06:54.36Temare they using the default ui?
06:56.44CIA-1303tekkub * r1028 10FuBar_ModMenu/ (Core.lua FuBar_ModMenu.toc PredefinedMenus.lua):
06:56.44CIA-13FuBar_ModMenu
06:56.44CIA-13- Tweaked to use DudeRop for menus now (no fucking 32 item limit!)
06:56.44CIA-13- Unknown Mods is now a single categroy, but will probably run off screen for you... boss should make menus scroll like his tooltips do to compensate for this... ^^
06:57.50hyperChipmunkok I just finished reading all that crap
06:58.34Temalright this has been buggin me for a while
06:58.34hyperChipmunknow I'm slightly biased because NOBODY ever makes a battlegrounds category
06:58.43TemAll you people use Drop Down Menus wrong
06:58.45hyperChipmunkok, I'm more than slightly biased
06:58.56hyperChipmunkNOBODY EVER MAKES A FREAKING BATTLEGROUNDS CATEGORY
06:59.02TemhyperChipmunk: I have a BG cat in the Ace2 list
06:59.07hyperChipmunkoh ok
06:59.10hyperChipmunkthen go withthose
06:59.13hyperChipmunk+D
06:59.17Temum... duh?
06:59.18hyperChipmunknaw, seriously
06:59.27ckknightwhat're the Ace2 categories?
06:59.28TemThis is what I suggested 20 minutes ago
06:59.32ckknightdoes that include BG?
06:59.37Temcheck in the Ace Dev forum
06:59.40ckknightyea
06:59.47hyperChipmunkjust make people want to use the defaults
07:00.06ckknightgoddammit, Tekkub, it's Dewdrop, not DudeRop
07:00.14hyperChipmunkno sorting for anything but the default stuff, for example
07:00.27Tekkubwhich is what I plan, I'm just not going to restict them to the ones I give
07:00.31hyperChipmunkand don't sort alphabetically
07:00.40hyperChipmunksort alphabetically among the default
07:00.48TekkubModMenu isn't sorted, the base menu is laid out in a table
07:00.50hyperChipmunkTHEN alphabetically from 'the rest'
07:00.54hyperChipmunkwell, whatever
07:00.58hyperChipmunkI'm just giving you an idea
07:01.01TemhyperChipmunk: also, WoWI will have a BG category under Ace when there are enough addons to warrant it
07:01.03Tekkubyarr
07:01.21Tekkubone isn't enough?
07:01.23hyperChipmunkmake anything non-default take a backseat to the defaults
07:01.32Tekkubit's a BG mod, where's my category bitch!
07:01.43hyperChipmunkI'm going to convert RaidMap +)
07:01.53hyperChipmunkand CRDelay standalone
07:01.55hyperChipmunktwo mods!
07:01.56Temyou want at least 2-3 addons in a category
07:02.02Temand an empty category looks *bad*
07:02.13Tekkubyea, stuff that's not in the base menu's cats would prolly go in a "others" cat, which would branch out by those cats
07:02.29TemhyperChipmunk: when we were creating the Category list for wowi, we went from the Ace2 category list leaving out the ones that didn't have more than 2 addons to go in it
07:02.37hyperChipmunkyea, make people pay a price for nondefault categories
07:02.51hyperChipmunkuntil the next lib is released, and you might add some sensible defaults that you missed
07:02.55hyperChipmunkand then they get promoted
07:03.07Tekkubwell the user can change the menu layout to fit their needs, that's been in modmenu for a looooong time
07:03.10hyperChipmunkso if enough demand for a category exists, it won't hurt anything
07:03.17Tekkubcause people didn't like my default ones
07:03.26Tekkubso I didn't restrict them to it!
07:03.58hyperChipmunkand if someone makes a category name that's the same as their mod name
07:03.58ckknightmaybe you just suck at choosing defaults
07:03.59Tekkubokey, must really sleep now
07:04.00ckknight?
07:04.03hyperChipmunkkick them in the balls
07:04.06hyperChipmunkautomatically
07:04.09Temwait wait
07:04.09hyperChipmunkno questions asked
07:04.12ckknightFuBar category!
07:04.19TemI've *never* seen tekkub go to sleep
07:04.24Tekkubactually my base ones were the shitt myaddons ones, pluss like titan and something else
07:04.55Temckknight: my thought at the time was that the plugins should be listed under the category of their actual function rather than by the fact that they are X addon's plugin
07:05.08ckknightI agree
07:05.11Cairenn|sleephyperChipmunk: you actually have to kick *me* in the balls (which should prove a challenge for you) since *I* am the one that named that category
07:05.11TekkubFuBar cat's in ModMenu already boss, has been for a bit, and BP before that
07:05.27hyperChipmunkno, see, it's okay if you do it
07:05.46hyperChipmunkI'm saying if someone makes their own mod, and makes a category called the same thing in whihc only their mod will reside
07:05.48ckknightshe's also a lady
07:05.52ckknightshe doesn't have balls
07:05.56hyperChipmunktechnical difficulty
07:05.57ckknightshe has a giner
07:06.00hyperChipmunkit can be overcome
07:06.01Tekkubyea you've wasted two hours of my sleepy time with this crappy debate
07:06.05TekkubI'm leaving now for reals
07:06.18Temlol
07:06.21Cairenn|sleepas am I ... night folks
07:06.25Temnight Cair
07:06.28hyperChipmunkright, cai
07:06.32Tekkubyou left hours ago!
07:06.44hyperChipmunkI knew she was fakin' it
07:06.53Cairenn|notreallbah!
07:06.59Cairenn|notreallbut almost as good...
07:07.19[MoonWolf]note to self
07:07.49[MoonWolf]doing IT support for computers used in a ICT examn is hell.
07:08.01*** join/#wowace cladhaire (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
07:08.36Temcladhaire: you broke PR
07:09.02sedatedChipmunkI'll leave you adults to your adult discussions; g'night
07:10.22Temlol chipper
07:10.29CIA-1303ckknight * r1029 10FuBar_RestFu/RestFu.lua: FuBar_RestFu - fixed nil bug.
07:14.12Wobin_I wish your svn wasn't using one of those dynamic ip addresses, ckknight
07:14.52[MoonWolf]svn dynamic ip ?
07:15.39Temwhat's the problem?
07:15.52Temsvn.wowace.com/root will always send you to the right place
07:16.28Wobin_no no, Boss' personal svn
07:16.34Wobin_that he uses for Fubar
07:16.43Wobin_one of the hopto addresses I think
07:17.22Wobin_I'm unable to access hopto addresses from here
07:17.51sedatedChipmunkhe moved to wowace svn like 2 weeks ago
07:17.55Temall of it is in the Ace svn now
07:18.18Wobin_oh good
07:19.13Temyeah
07:19.22TemI never bothered to find the other svn
07:19.29Temso I had a chornically out of date FuBar
07:19.44Wobin_I just want to be able to use TortoiseSVN to update it all
07:19.54Wobin_Rather than download thezip all the time
07:19.54TemIn a sense, I was FuBard
07:20.02Wobin_badoomtisch
07:20.08Tems/FuBard/FUBAR'd/
07:20.15*** join/#wowace Elkano (i=Elkano@client0687.vpn.uni-saarland.de)
07:20.58Elkano/target Tem | /wave
07:21.12TemElkano: this your first visit to #wowace?
07:21.39Elkanono :)
07:22.06Elkanobut I've started coming by this week
07:22.11Temah
07:22.18[MoonWolf]dont mind us
07:22.23[MoonWolf]we are like that all the time
07:22.24Temoh that's right.  You're one of those funny Euro peoples
07:22.34sedatedChipmunkwhat gave it away
07:22.40sedatedChipmunk>8p
07:22.41Temum
07:22.49Temthe german in his addon's screenshot
07:22.57[MoonWolf]the right click country: germany
07:23.02sedatedChipmunki=Elkano@client0687.vpn.uni-saarland.de
07:23.07*** join/#wowace Jarenthal (n=Roo@cpe-066-057-087-213.nc.res.rr.com)
07:23.19TemI was going off of previous knowledge
07:23.31Temaren't you supposed to be sleeping, sedatedChipmunk?
07:23.36sedatedChipmunkyou don't impress us with your previous knowledge, fool
07:23.49sedatedChipmunkbecause it was written no less than 5 lines up
07:23.58Elkanobtw: I'm still looking for a function to write text in the center of the screen. _ERRORMESSAGE and message seem to be both catched by ImprovedErrorFrame :/
07:24.25TemI think there's a Util for that
07:24.36sedatedChipmunkwrite it to the chat log and let sct deal wiht it >8D
07:24.40sedatedChipmunker, combat log
07:25.08TemI think it's as simple as calling AddMessage to a message frame
07:25.14TemUIErrorsFrame or somesuch
07:25.36sedatedChipmunkyea, i do it with UIErrorsFrame:AddMessage("foo" etc etc.)
07:25.44Elkanowell, Tem, I don't want ImprovedErrorFrame or tools like that to catch it from screen
07:25.53Temwait wait
07:25.54sedatedChipmunkyou can set duration stuff
07:25.57sedatedChipmunknono
07:25.59sedatedChipmunkthat's different
07:26.00Temwhat kind of popup do you want?
07:26.00Elkanowasn't there sth. like alert(text)?
07:26.17Elkanowell sth like "cooldown for mooncloth ready"
07:26.19sedatedChipmunkUIErrorsFrame is for stuff like 'out of range' errors
07:26.29sedatedChipmunkInvalid Target
07:26.38sedatedChipmunkthat red line at the top
07:26.40Temdo you want an actual popup, or just like the -- what the rodent is talking about
07:26.49sedatedChipmunk=(
07:26.56Tem=P
07:27.10sedatedChipmunkI redirect bg messages to there
07:27.24sedatedChipmunkyou can color them how you like them and set a duration and all that
07:27.35Temthat would probably be a good idea for me if mine wasn't constantly filled with "That ability isn't ready yet" spam
07:27.42sedatedChipmunkhehe
07:27.50sedatedChipmunkI just never see them in the chatbox
07:27.57sedatedChipmunkand they only come in the DEFAULT_CHAT_FRAME
07:28.07sedatedChipmunkwhich sucks if you're not looking at the default chat frame >8P
07:28.22Temone of these days I'm going to do /script DEFAULT_CHAT_FRAME = nil just to see how much stuff breaks
07:28.26Wobin_I'd like a "Heal Not Required! Jump!" if someone drops a heal on my target before I finish casting
07:28.28sedatedChipmunkrofl
07:28.35Elkanowell, ath like that red message would be nice. having a popup shown when in the middle of a fight isn't fun ^^
07:28.38sedatedChipmunkthat's perfect place to put it
07:28.49sedatedChipmunkElkano: UIErrorsFrame is what you want
07:28.54sedatedChipmunksec, I'll paste my examples
07:29.06sedatedChipmunkeven though I'm totally sleeping
07:29.11Temdid I actually guess the right frame name?
07:29.17Temor are you going off of me?
07:29.19sedatedChipmunkabout to find out =)
07:29.26Elkanowill these message be intercepted by the 'anti-error-popup' tools?
07:29.29Temno
07:29.35sedatedChipmunkUIErrorsFrame
07:29.35Elkano<3
07:29.42Tembam!
07:31.37[MoonWolf]or does he
07:31.49TemI'm too tired to care
07:31.54Temyou decide if I win or not
07:32.24sedatedChipmunkhttp://ace.pastebin.com/684478
07:33.27sedatedChipmunkUIERRORS_HOLD_TIME is the default fade-out
07:33.51sedatedChipmunkthe stuff the normal Out of Range-type errors have
07:34.01sedatedChipmunkthe three prior are the color
07:34.08sedatedChipmunkrgba
07:34.10sedatedChipmunk4 =)
07:34.40sedatedChipmunkUIErrorsFrame:AddMessage(message, r, g, b, a, duration)
07:34.48sedatedChipmunkduration is in seconds
07:35.09Tem|Sleepnight guys
07:35.15sedatedChipmunksweet dreams
07:35.18Elvisocya Tem
07:35.22sedatedChipmunkElkano: good luck with that
07:37.46Elkanook, I'll try it :)
07:38.10Wobin_Is PR currently broken?
07:40.33*** join/#wowace LucenZzz (n=Lucen@pool-68-237-251-68.ny325.east.verizon.net)
07:42.02*** join/#wowace Kenman_ (n=Kenman@66-90-143-73.dyn.grandenetworks.net)
07:48.06*** join/#wowace Tem_ (n=Tem@ip70-177-40-169.br.br.cox.net)
07:48.06*** mode/#wowace [+o Tem_] by ChanServ
07:48.22*** join/#wowace Lucen (n=Lucen@pool-68-237-251-68.ny325.east.verizon.net) [NETSPLIT VICTIM]
07:48.22*** join/#wowace [MoonWolf] (n=MoonWolf@a80-127-128-193.adsl.xs4all.nl) [NETSPLIT VICTIM]
07:48.22*** join/#wowace banditron_ (n=bandito@cpe-67-9-143-58.austin.res.rr.com)
07:48.23*** join/#wowace otravi (n=haste@host-81-191-131-80.bluecom.no) [NETSPLIT VICTIM]
07:48.23*** join/#wowace Kaelten|Work (n=Kaelten@68.63.3.183) [NETSPLIT VICTIM]
07:48.23*** join/#wowace Mikma (i=mikma@reaktio.net) [NETSPLIT VICTIM]
07:48.23*** join/#wowace Cairenn|notsleep (n=Tekk@ip70-178-135-244.ks.ks.cox.net) [NETSPLIT VICTIM]
07:48.23*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net) [NETSPLIT VICTIM]
07:48.23*** join/#wowace kergoth (i=clarson@216.237.114.82) [NETSPLIT VICTIM]
07:48.23*** join/#wowace Thiana (n=Alisandr@c-24-147-41-254.hsd1.nh.comcast.net) [NETSPLIT VICTIM]
07:48.24*** join/#wowace Tain (n=tain@ip68-109-28-84.ri.ri.cox.net) [NETSPLIT VICTIM]
07:48.24*** join/#wowace Codayus (i=cody@l0gical.net) [NETSPLIT VICTIM]
07:48.24*** join/#wowace weab (n=asdf@cpe-66-68-62-162.austin.res.rr.com) [NETSPLIT VICTIM]
07:48.24*** join/#wowace CIA-13 (i=cia@cia.navi.cx) [NETSPLIT VICTIM]
07:48.24*** join/#wowace phyber (i=phyber@midgar.cardboardium.com) [NETSPLIT VICTIM]
07:48.24*** join/#wowace id` (n=Industri@194.145.194.227) [NETSPLIT VICTIM]
07:48.24*** mode/#wowace [+o [MoonWolf]] by irc.freenode.net
07:49.28*** join/#wowace EraphineDisco (n=Eraphine@cpe-24-59-107-221.twcny.res.rr.com)
07:49.29Elvisockknight, are you working on RestFu still?
07:49.29ckknightno
07:49.29ckknightgetting the damn centered text
07:49.29Elvisotomorrow or something?
07:49.30ckknightyea
07:49.30Elvisolol
07:49.30Elvisook
07:49.31Elvisowell I have my saved vars filled w/11 chars
07:50.38ElvisoI could just post that if you wanted to insert it into your saved vars for a screenshot, otherwise I can just wait
07:52.06*** join/#wowace weab2 (n=asdf@66.68.62.162)
07:52.07*** join/#wowace namxo (i=oxman@bau91-1-82-239-244-31.fbx.proxad.net)
08:00.24*** join/#wowace cladhaire (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
08:12.54[Ammo]morning
08:13.27[MoonWolf]morning amo
08:13.29[MoonWolf]ammo*
08:17.27[Ammo]why do people beg for stuff I said I wouldn't code meh
08:17.45[Ammo]even starting the post with 'I know you said you wouldn't....'
08:18.14[MoonWolf]I had that on curse once
08:18.21[MoonWolf]I had (i wont do x, dont ask)
08:18.23[MoonWolf]and then a post
08:18.39[Ammo]oh and hayfever blows donkey balls
08:18.43[MoonWolf]so no chance that you will do x ?
08:19.05[Ammo]I got a slimey keyboard now, replaced it
08:22.14[MoonWolf]but there isnt even a large amount of flowers open...
08:22.17[MoonWolf]not around here
08:29.01[Ammo]I should learn to organize my thoughts before starting to type a forum post
08:30.55[MoonWolf]actually you can organize them by writing the post
08:31.01[MoonWolf]then remove the post, and start over.
08:31.10[Ammo]hehe
08:31.15[Ammo]well I think my post still makes sense
08:31.22[Ammo]but has a bit of double stuff in it
08:31.27[Ammo]see my request in the AceHeal thread
08:32.12[MoonWolf]pretty clear and coherent.
08:34.13[Ammo]my own hack was ugly
08:34.26[Ammo]it was just a toggle to keep the target you're healing
08:34.43[Ammo]but when decursing you don't want/need that
08:47.24CIA-1303ammo * r1030 10Necronomicon/Bindings.xml: Necronomicon: Added keybindings for the buttons
08:52.00*** join/#wowace Qaarh (i=Penguin@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
09:08.56Wobin_I want Aceheal to deal with +heal =)
09:09.14ckknightI said I was going to do that
09:09.24ckknightthen I saw the code, didn't like the style, and got distracted
09:09.26Wobin_Woot
09:09.31Wobin_Oh =(
09:09.37Wobin_rewrite it!
09:09.39ckknightyea
09:09.42ckknightthat's likely
09:09.42Wobin_Call it HealAce =P
09:09.45ckknighta nice, fresh implementation
09:09.46ckknightno
09:09.47[Ammo]hehe
09:09.49ckknightlikely SimpleHeal
09:09.55[Ammo]Healomatic
09:10.04Wobin_ClickyHeal
09:10.07CIA-1303tardmrr * r1031 10MailTip/ (4 files):
09:10.07CIA-13MailTip: Turns out I did a pretty crappy job of clearing out the tooltip option.
09:10.07CIA-13<PROTECTED>
09:10.07[Ammo]or call it: Kwakzalver
09:10.16Wobin_Ooh, exotic german name
09:10.20[Ammo]dutch :p
09:10.40Wobin_Even more use of consonants =P
09:10.45[Ammo]a Kwakzalver is a fake doctor, one that does a bad job too
09:10.52[Ammo]dunno the english term
09:10.54Wobin_Ah, sort of a 'Quack'
09:10.59[Ammo]yeah
09:11.06[Ammo]Kwak even sounds like Quack
09:11.11Wobin_I wonder who came up with it first =P
09:11.27ckknightmeh
09:11.30[Ammo]entimology beckons (correct term?)
09:12.23[Ammo]for aceheal to use +heal you'd need a bonusscanner like thing
09:12.27Wobin_I believe so...
09:12.31Wobin_yeah
09:12.36Wobin_unfortunately
09:12.48[Ammo]or you could make bonusscanner an optional dependancy, and use it if someone has it
09:12.52Wobin_There could always be a library that does that sort of stuff
09:13.04Wobin_Well... bonus scanner is a library at that
09:13.11Wobin_it just needs to be made embedded
09:13.16[Ammo]no it doesn't
09:13.42[Ammo]it's already used by quite a lot of addons, so why duplicate it again?
09:14.02[Ammo]or you could just let someone set their own +heal
09:14.05Wobin_Well true. But if they all embed it, that's even better, isn't it? =)
09:14.11[Ammo]no
09:14.18Tem|SleepOr, you could just *ask* the user what their +heal is
09:14.21[Ammo]it increases downloads a lot :)
09:14.58[Ammo]every addon that uses some embedded lib needs to distribute it...
09:15.14Tem|Sleepalso, do you trust this "bonusscanner" to be right and not poorly coded?
09:15.27[Ammo]the BonusScanner addon works
09:15.28Wobin_Well tbh, I -don't- know what my +heal is
09:15.35[Ammo]dunno it's coding, but it's good
09:15.36Wobin_And it would take ages for me to add it up myself
09:15.51[Ammo]I use the ItemBonusesFu with it
09:15.57[Ammo]so I can check my +damage etc
09:16.05[Ammo]I'm up to 518 shadowdamage with my warlock atm :)
09:16.14Wobin_and mana regen
09:16.17[Ammo]421 generic spelldamage 97 shadowdamage on top of that
09:16.21Wobin_although I'm not sure how acdcurate it is with that
09:16.21[Ammo]it works for heals and mana regen
09:16.38[Ammo]I havent seen anything wrong with it
09:16.42otraviHello there
09:17.13[Ammo]but asking the user is best, just let them set their +heal
09:17.29[Ammo]you could then even add the option dep on BonusScanner to get it from there or something as well
09:17.41Wobin_I'd like the opdep
09:17.46Wobin_Since I'm lazy
09:17.52Wobin_And have a multitide of outfits
09:17.58[Ammo]I'm lazy as well
09:41.57*** join/#wowace Elkano^wtf (i=Elkano@client0722.vpn.uni-saarland.de)
09:46.20*** join/#wowace Elkano (i=Elkano@client0722.vpn.uni-saarland.de)
09:49.03ckknightI'm contemplating removing the implicit OnUpdate from FuBar 1.2
09:49.13ckknightand if people want it, have them use Metrognome directly
10:04.59*** join/#wowace weab (n=asdf@cpe-66-68-62-162.austin.res.rr.com)
10:28.19*** topic/#wowace by [MoonWolf] -> |wowace.com | ace.pastebin.com | Understanding is a three edged sword. Your side, their side, and the truth.
10:29.20CIA-1303ammo * r1032 10BigWigs/AQ40/ (Defenders.lua Fankriss.lua Sartura.lua Twins.lua): Bigwigs AQ40: Now correctly calls UnregisterAllEvents().
10:36.06CIA-1303ammo * r1033 10BigWigs/AQ40/Sartura.lua: BigWigs AQ40 Sartura: Improved detection of the start of the fight
11:14.19[Ammo]why is browsing the SVN via the web so slow meh
11:16.56[MoonWolf]because the whole svn is slow...
11:35.33CIA-1303ckknight * r1034 10FuBar/ (6 files): FuBar - panels no longer center text, plugins can center themselves independantly.
11:36.07CIA-1303ckknight * r1035 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - fixed assertions.
11:36.37CIA-1303ckknight * r1036 10TabletLib/Lib/TabletLib.lua: TabletLib - fixed assertions.
11:39.04CIA-1303ckknight * r1037 10FuBar_LocationFu/LocationFu.lua: LocationFu - fixed tooltip coloring.
11:49.32CIA-1303ckknight * r1038 10TabletLib/Lib/TabletLib.lua: TabletLib - AddLine can now accept text[RGB]<N>
11:49.37CIA-13ow
11:59.19*** join/#wowace Stylpe (n=Stylpe@210.80-202-248.nextgentel.com)
11:59.24StylpeAha
11:59.37StylpeHey, any XChat users here?
12:00.02ckknightme
12:01.23[MoonWolf]me mem me
12:01.26Stylpenvm, I figured it out =)
12:01.31[MoonWolf]:(
12:01.55otravi:O
12:01.55Stylpebrb
12:02.10Qaarhis XChat any good?
12:02.28QaarhI use mIRC right now, and I don't like it
12:02.33*** join/#wowace Stylpe (n=Stylpe@210.80-202-248.nextgentel.com)
12:02.38[MoonWolf]yes xchat is good, if you happen to like it.
12:02.43Stylpeyay
12:02.53[MoonWolf]irc clients are like food.
12:02.54StylpeI got it because it can color nicks
12:03.35StylpeDo you know how hard it is to find which clients can do that? Took me two frickin hours
12:03.57otravi~pat Stylpe
12:03.58purlACTION pats Stylpe and says "Nicely Done!"
12:04.26ckknightQaarh, use XChat
12:04.28Stylpeweee, purl! :D
12:04.31Qaarhheheh, I'll brb
12:04.34ckknightbetter than mIRC
12:04.40Stylpe~quote me
12:04.44*** join/#wowace [Q]aarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:04.52[Q]aarhtada
12:04.54Stylpehmm, how did that work again?
12:05.03ckknighttada?
12:05.09Stylpeno, quoting
12:05.24[Q]aarhI'm in xChat
12:05.31StylpeI'm talking about purl
12:05.49StylpeYou can tell her how to quote people
12:05.58Stylpebut I can 't remember the command
12:06.24Stylpebummer
12:06.43otravihmm, now I have no more to do with CreateFrame :(
12:07.03otravihttp://plixx.org/?49 << Ended up with that (castingbar)
12:09.20Stylpehmm
12:09.41Stylpe~stylpe
12:09.52Stylpe~rowne
12:09.53purlfrom memory, rowne is BACK!!!!!!!!!!!!!!!
12:10.17StylpeSo, someone removed my quotes =(
12:14.56[Ammo]otravi: what casting bar thing is that?
12:15.12otravi[Ammo]: I started to play with CreateFrame yesterday
12:15.36otravi(guess what I used it for)
12:15.46[Ammo]ah ok
12:15.55*** join/#wowace Qaarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:15.59CIA-1303ckknight * r1039 10FuBar/FuBar.lua: FuBar - plugin clicks no longer work if mouse held for > 0.5 seconds
12:16.21[Ammo]I use eCastingBar it works, but I'd like something that is exactly the same size as my MG2 frames, and has the same textures and style :)
12:16.35[Ammo]MG2 in ABF style ofcourse
12:17.39otravihehe
12:17.44ckknightI can't stand ABF style
12:18.13otravineither could I *points at unit frame*
12:19.32StylpeAha!
12:19.36Stylpe~Stylpe
12:19.37purlSomehow I forgot all the nice things there is to say about Stylpe =/
12:19.46otravi:-P
12:19.53otravi~otravi
12:19.55*** part/#wowace Qaarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:19.58otravi:-(
12:20.24*** join/#wowace Qaarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:21.52[MoonWolf]~moonwolf
12:22.02[MoonWolf]~emulate me
12:22.09[MoonWolf]~emulate moonwolf
12:22.10purlI hate you, I Hate you, I HATE you, Call me
12:22.21StylpeAhh, emulate was the command I was looking for =)
12:22.28Stylpe~emulate Stylpe
12:22.29purlChuuuuu! ^_^
12:22.33Stylpeweee
12:23.24otravi~emulate otravi
12:23.25purlI have slept 13 hours in the past 4 days
12:23.30otraviyay
12:25.26otravisalmon with lemon is damn good
12:25.51otravi(and nothing more)
12:26.17Qaarhwith mashed potatoes...
12:26.19StylpeYou ought to have some kind of spice too, like pepper
12:27.22otraviI don't use much pepper tho'
12:27.32otravi*pulls forth a dictionary*
12:28.02StylpeSmall black pellets, usually ground up to dust
12:28.30*** join/#wowace Qaarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:28.54otraviyeah, it's pepper in english also :)
12:29.13Stylpe:D
12:29.46CIA-1303ckknight * r1040 10FuBar_RestFu/RestFu.lua:
12:29.46CIA-13FuBar_RestFu - fixed sorting bugs.
12:29.46CIA-13Fixed tooltip numbers.
12:30.16*** join/#wowace [Q]aarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:30.44*** part/#wowace [Q]aarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:31.00*** join/#wowace Stylpe (n=Stylpe@210.80-202-248.nextgentel.com)
12:31.32otravihttp://img163.imageshack.us/img163/4779/sickcyber1rf.jpg << ... :<
12:31.34*** join/#wowace Qaarh (i=Qaarh@c-9a1c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
12:32.29Stylpe:x
12:56.40otraviplaying WoW with sound is fun :D
12:57.01[MoonWolf]most games are
12:57.32ckknightlol
12:58.24Qaarhyou usually don't play with sound?
13:00.17otraviI usually have it off
13:00.28CIA-1303ckknight * r1041 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - made slider prettier.
13:00.34ckknightthere you go, Tem
13:16.52Wobin_I find sound extremely important =)
13:16.58Wobin_Especially in instances
13:31.06ckknightokay, I need some API advice
13:31.21ckknightfor TabletLib
13:32.10ckknightshould I continue with the tiered category system I have now, or should I use a more procedural way, where you have to declare the id of a category, then reference it?
13:39.06CIA-1303ckknight * r1042 10TabletLib/ (API.html Lib/TabletLib.lua): TabletLib - added indentation
14:03.45*** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu)
14:05.34Eraphine|LabHas anyone tried using perfectraid targets in aq40?
14:08.14Lucenya..i have been
14:08.56Eraphine|LabI have a LOT of slowdown
14:09.04Eraphine|Labwhen the entire raid is targetting something
14:09.17Lucenhmm
14:09.27Eraphine|Labnothing on your end?
14:09.33Lucenhonestly I'm not sure
14:09.55Luceni switched from CTRA -> xraid -> perfectraid
14:09.56Eraphine|LabIt seems correlated to how many people are targetting something
14:10.02Lucenso that may be some of it
14:10.13Lucenohhh.hmm..i should look through the code again
14:10.15Eraphine|Labwell, disabling prt took the lag problem away
14:10.26Eraphine|Labit's not "lag"
14:10.28Eraphine|Labit's fps impact
14:10.34Lucenwell..it does update a lot
14:10.46Eraphine|Labyeah, I changed the update, but didn't have a chance to retest it
14:10.47Luceni just started really looking at the code last night though
14:10.48Eraphine|Labwe were doing an emp clear
14:10.59Lucenyeah..not a lot of time for testing..hehe
14:11.42*** join/#wowace [MoonWolf] (n=MoonWolf@a80-127-128-193.adsl.xs4all.nl)
14:11.43*** mode/#wowace [+o [MoonWolf]] by ChanServ
14:12.22CIA-1303ckknight * r1043 10TabletLib/ (API.html Lib/TabletLib.lua): TabletLib - added isRadio
14:13.51Eraphine|Labckknight, since fubar now has default support for spacing, transparency, and font, why are you still distributing the 3 in the starter pack?
14:14.00ckknightno
14:14.04ckknightwait
14:14.06ckknightI shouldn't be
14:14.33Eraphine|Labnm you're not
14:14.40Eraphine|Labthe description isn't updated on the wowi sight
14:14.42Eraphine|Laberr site
14:14.45ckknightokay
14:15.03Eraphine|Labgreat job on that btw - it looks very slick
14:15.08Eraphine|Laband a lot more intuitive too
14:17.30CIA-1303ckknight * r1044 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - DurabilityFu.lua:430: attempt to compare nil with number
14:37.02ckknightsweet, I found the perfect way to support two APIs
14:37.27ckknightI have one class, FuBarPlugin
14:37.39ckknightthen another that derives from it, FuBarPlugin_100
14:38.08ckknightI override FuBarPlugin's new method, and it checks the fuCompatible to see if it's < 101, if so, it returns an instance of FuBarPlugin_100
15:00.44CIA-1303ckknight * r1045 10FuBar/ (FuBar.lua FuBarPlugin.lua): FuBar - Updated API switch handling.
15:07.01otravi*takes a look*
15:21.53Elvisockknight you get RestFU g2g?
15:22.11ckknightyea
15:22.17Elvisok
15:22.31Lucenso how much do you think tekkub would hate me if I updated my PRT branch with a version that displayed targettarget?
15:22.37ckknightalso, there are left, centered, and right-aligned plugins now
15:22.49ckknightwhy?
15:23.00Elvisoyay
15:23.04Luceni wrote it in last night
15:23.20Luceni just know he was pretty set against doing it
15:23.44Luceni fixed the alignment issues too
15:23.51Luceni think
15:24.36ckknightTekkub has ... issues with some things
15:25.56Lucenyeah, i'd rather not make anyone upset
15:28.42*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
15:28.43*** mode/#wowace [+o [MoonWolf]] by ChanServ
15:29.47*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
15:29.47*** mode/#wowace [+o [MoonWolf]] by ChanServ
15:31.30Eraphine|LabIf it's a branch...
15:31.33Eraphine|LabI mean - we are all community right?
15:31.49Lucenya
15:31.58[MoonWolf]pretty much
15:34.13Elvisockknight: http://img260.imageshack.us/my.php?image=restfu3dc.jpg
15:34.47Lucenwell..i'll push to branch and put my flame-retardant suit on just in case :D
15:35.05Elvisoi got that data lastnight before I updated it, if I need to reget the data let me know
15:36.12ckknightnah
15:36.13ckknightall good
15:37.49Elvisook cool
15:41.55CIA-1303lucen 07Lucen * r1046 10PerfectRaidTargets/ (4 files in 2 dirs):
15:41.55CIA-13PerfectRaidTargets (branches):
15:41.55CIA-13- Should fix alignment issue if above tank does not have a target
15:41.55CIA-13- Minor modification of dynamic name/frame sizing to see if it helps with expanding frame width
15:41.55CIA-13- Prelim target of target, just displays name, no click action.
15:43.00Eraphine|LabLucen, I'll do some more testing, but we have to figure out if there are optimzations that can be made for 40-man raids
15:43.11Lucendefinitly
15:43.21Luceni wasn't even paying attention to it last night
15:43.30Luceni'll watch it a lot more closely tonight in BWL
15:43.33Eraphine|LabThe thing is, unless you have a VERY fast computer, you would notice it
15:43.42Lucenhmm
15:43.44Eraphine|Labmy fps dropped from ~35 to ~14
15:43.50Lucenwow
15:44.00Eraphine|LabI have P4 2.8 ghz with a 6800gt
15:44.06Lucenwell..i was sitting at ~20 in action the whole night i think
15:44.13Lucenhaha..that's pretty much my computer exactly
15:44.43Lucensame vid card, only amd 2600
15:45.43*** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu)
15:46.55LucenAre you using PerfectRaid too?
15:51.18otraviLucen: I ended up playing with a CastingBar :p
15:51.27Lucenooooo
15:51.39otraviI found out I should learn how to use CreateFrame, so it's very much abused p
15:51.49Lucenhahaha
15:52.47otraviLucen: http://plixx.org/?4C << looks like that atm
15:53.09otravi(check out my PvP UI)
15:53.33*** join/#wowace Eraphine|Lab (n=Eraphine@brenna.human.cornell.edu)
15:55.11Eraphine|Labno I was using CTRA
15:55.33Eraphine|LabI'm one of the raid leaders so I need the options to assign MT targets, check raid status, durability, whatnot
15:55.44Eraphine|Labbut I think PRT has great potential
15:55.54Lucengotcha
15:56.16Lucenwow..otravi...that is a -clean- ui
15:56.25Eraphine|Lablinky? I just d/ced
15:56.29otraviall my chars have that UI :o
15:56.33otravihttp://plixx.org/?4C
15:56.41otraviI use the same button setup for all three of them :p
15:56.55*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
15:57.02otravithat way I don't have to show all the buttons I use, since they're mostly the same
15:59.20*** join/#wowace Ratbert_CP (n=KCummins@proxy-ce1.disney.com)
16:19.12id`otravi: you need idMinimap
16:19.15id`^^
16:19.24id`*food*
16:20.10otraviwhat does id` (Minimap) do ?
16:23.17otraviid`: oh it does that.. I'm more or less thinking of hiding it
16:26.34*** join/#wowace Neronix (i=omg@user-1674.l2.c4.dsl.pol.co.uk)
16:27.49Neronixafternoon
16:27.53otravihello
16:28.32CIA-1303ckknight * r1047 10FuBar/PanelClass.lua: FuBar - PanelClass.lua:860: attempt to compare number with nil
16:33.30*** join/#wowace Walle (n=walle@83.250.242.129)
16:33.54WalleHey, Now I'm really tired of this, Can someone PLZ help me install wardrobe?
16:34.27WalleCan't get that freaking Timex too work... Just getting Dependency missing =/
16:34.45WalleDing dong?!
16:35.05Lucenno clue, I use ItemRack
16:35.24*** part/#wowace Ratbert_CP (n=KCummins@proxy-ce1.disney.com)
16:35.37WalleIteaRack, Dosent it uses Timex?
16:35.44Lucennope
16:35.48LucenItemRack isn't ace'd
16:35.53Walleah,kk
16:36.14Wobin_hehe
16:36.15Wobin_Aslan is what Jesus would have been if the Bible had been written by an American. After his "sacrifice", he comes back with a huge army and bites his enemy's f***ing head off. Much cooler.
16:39.51otraviI don't like AceWardrobe
16:39.56otravibut I'm to lazy to change
16:43.38CIA-1303ckknight * r1048 10FuBar/PanelClass.lua: FuBar - PanelClass.lua:853: attempt to index local `left' (a nil value)
16:44.00WalleOtravi: How did u get it to work?
16:44.45id`Walle: so did you check what the dependencies are?
16:45.26id`< otravi> id`: oh it does that.. I'm more or less thinking of hiding it
16:45.29id`otravi: hiding what?
16:45.53WalleUhm, Can't do that.. When im logging in on my charecter and then pressing the "addons" button, I says dependecy missing on AceWardrobe and Timex
16:46.04otraviWalle: I.. installed the deps and typed /ace profile char acewardrobe
16:46.04id`Walle: no, in the file
16:46.11otraviid`: the minimap ofc!
16:46.13otraviit sucks!
16:46.16otraviI never use it!
16:46.26id`otravi: idMinimap hides things around the minimap and uses mousewheel scrolling and coordinates
16:46.29id`otravi: lol :P
16:46.39otraviid`: yeah, I checked WoWI
16:46.42id`k
16:46.46otravibut I'm to lazy to fix ShardAce :D
16:46.56id`Walle: look inside the addon's .toc file
16:47.10Walleoh, one sec..
16:47.47WalleHere is the Timex, ## Interface: 11000
16:47.47Walle## Title: Timex
16:47.48Walle## Author: Rowne/RasmusKL/facboy
16:47.48Walle## RequiredDeps: Ace
16:47.48Walle## OptionalDeps: Chronos
16:47.48Walle## SavedVariables: TimexDB
16:47.50WalleCore\TimexCoreLocals.lua
16:47.52WalleChatCmd\TimexChatCmdLocals.lua
16:47.54WalleCore\TimexCore.xml
16:47.56WalleCore\TimexCore.lua
16:47.58WalleChatCmd\TimexChatCmd.lua
16:47.59id`woa dont spam it into IRC
16:48.00WalleBar\TimexBar.xml
16:48.02WalleBar\TimexBar.lua
16:48.02id`stop
16:48.04WalleSupport\TimexDeprecated.lua
16:48.04otravi*hides*
16:48.05id`...
16:48.06WalleSupport\TimexChronosSupport.lua
16:48.11id`I just asked you to read the file
16:48.13id`anyway
16:48.14otraviid`: I'ts mIRC I guess - can't stop :p
16:48.25id`## RequiredDeps: Ace
16:48.32id`Walle: for ace addons you need ace
16:49.13id`otravi: shh
16:49.16WalleDude, I know, But it seems that I have deleted it =/
16:49.32id`Walle: http://wowinterface.com/downloads/fileinfo.php?id=4125
16:49.49*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
16:49.49*** mode/#wowace [+o [MoonWolf]] by ChanServ
16:49.50WalleThx
16:49.52id`Walle: well now you know how to solve dependency problems all by yourself
16:49.55id`:-)
16:50.11WalleI'll be back in a sec when I have put all the stuff in my addon map
16:50.16id`heh
16:50.22[Ammo]someone has sent me 6 highres texturesets for Necronomicon :)
16:50.27id`cool
16:50.33Lucenammo!
16:50.35id`omg like show them
16:50.36[Ammo]Lucen :)
16:50.36id`:p
16:50.49Lucenyou'll never guess what happened to me this week on bug family
16:50.55[Ammo]I know :(
16:50.58[Ammo]it happened to me last night too
16:51.15[Ammo]one small problem though
16:51.23[Ammo]your death count isn't the solution :)
16:51.25Lucenit was pretty funny though..i was spamming the raid with Bug Family has been defeated!
16:51.31[Ammo]yeah
16:51.39[Ammo]need to find a better solution for it
16:51.50Lucenyeah..i'm trying to think of one
16:51.50[Ammo]or just not include the defeated message :)
16:51.58[Ammo]because if you reset the encounter
16:52.01[Ammo]then the deathcount remains etc
16:52.09CIA-1303ammo * r1049 10Necronomicon/ (209 files in 7 dirs):
16:52.09CIA-13Necronomicon:
16:52.09CIA-13- Added 6 different themes with highres textures
16:52.09CIA-13<PROTECTED>
16:52.09CIA-13- Fixed the keybindings header
16:52.10Lucenoooo
16:52.14[Ammo]209 files :)
16:52.18Luceni didn't think of that ammo
16:52.39id`[Ammo]: are they blp?
16:52.42[Ammo].tga
16:52.47id`good
16:52.48[Ammo]I need a tga2blp convertor
16:52.50id`*look*
16:52.52WalleStupid me >_<, It seems like it works now, Thx Id :)
16:52.58id`why isnt tga just fine?
16:53.04id`Walle: hey np
16:53.04[Ammo]tga = 4x as big
16:53.09id`[Ammo]: ic
16:53.37[Ammo]I think these are the Necrosis LDC textures though
16:53.43[Ammo]so I sent those guys an email asking permission to use them
16:55.23[Ammo]Lucen: maybe should just schedule a delayed message on blah dies....
16:55.32[Ammo]and unschedule if you get the 'devoured message'
16:55.44[Ammo]and disable the addon upon the delayed message
16:55.53[Ammo]that would be the solution I think
16:56.13Shyvadoes all bosses send a death event? as only 1 boss really "dies"
16:56.31[Ammo]they do :(
16:56.40ShyvaHmmm
16:56.42[Ammo]that's what the problem is
16:56.48ShyvaYea...
16:56.56ShyvaI'll go think off something too ;-/
16:57.06[Ammo]so dies -> delayed message, devoured -> cancel that message, delayed message -> report defeat and disable
16:57.20otraviShyva: Can't you just save the info in three vars and say something when all three are true?
16:57.29otravior just a value :p
16:57.33[Ammo]that is _if_ devoured comes after dies :)
16:58.37otravisave the combat log next try, keke :D
16:58.54[Ammo]how do I do that?
16:59.17Shyva./chatlog I think :-/
16:59.27ShyvaI hope I can do them again before I got on vacation :-|
16:59.35[Ammo]we're gonna do em tonight
16:59.39[Ammo]so that's why I'm asking :)
16:59.58Shyva:-D
17:00.02[Ammo]it's: /chatlog and /combatlog
17:00.08[Ammo]they are turned on now
17:00.27ShyvaHmm, we are gonna do them tonight too :-DD
17:01.45[Ammo]the devoured is an emote I think
17:01.58[Ammo]if it happens before death it's easy to ignore the dies. message afterwards
17:02.03[Ammo]if it happens after the delay solution will do
17:03.18id`http://www.wowace.com/forums/index.php/topic,1058.0.html\
17:03.22id`am i right or what
17:04.56otravinot even I use visor for button oO
17:05.25Neronix`afkid`: You're right
17:05.32Neronix`afkI was hoping for an excuse to say what :P
17:05.43[Ammo]Shyva: are you receiving my queries? or not? :)
17:05.53Neronixanyways, random question:
17:06.02id`otravi: yeah well.. thats your choice
17:06.32otraviI did configure it once
17:06.39otraviwhen rowne still was playing with it
17:06.48NeronixWho'd like a little combat stat addon? all it'll do is display how much dmg you did in the last battle and average dps. You can also change the display to hps, or have both
17:06.51ShyvaI'm not [Ammo] :-S
17:06.51otravibut the hot swap thingy he used lagged like a retarded monkey on drugs
17:06.55otraviso I stopped using it
17:06.59Neronixthink wikiwikidps, but with less crap :P
17:06.59otraviand haven't touched it since :p
17:07.41[Ammo]aha
17:07.53[Ammo]because I'm talking to you in a privmsgs but you're not responding :)
17:08.22ShyvaI was wondering why you didn't reply to my question, did you see my query?
17:08.23[Ammo]probably because I'm not registered or something
17:08.34[Ammo]Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register!
17:08.37[Ammo]blah
17:08.46id`otravi: what do you use?
17:08.52id`otravi: im using bongos atm
17:09.03id`Stylpe: !
17:09.08TainThat was a long time ago and vastly different button swapping method, otravi
17:09.10id`qwertyuiop
17:09.14Stylpeid`, ?
17:09.22[MoonWolf]http://img138.imageshack.us/img138/6594/screen111113nx.jpg
17:09.22id`Stylpe: hi long time no see ;)
17:09.32Stylpehi =) I've been here all day
17:09.40otraviid`: Card_Bars, I only need around 36 buttons
17:09.41sedatedChipmunk[MoonWolf]: O_o
17:09.41[MoonWolf]and taht makes us very happy.
17:09.55TainThe current swapping acts more like the default buttons.  Not 100%, but more like it.
17:09.56id`Mikma: note it says stack size twice
17:10.00id`[MoonWolf]: *
17:10.09otraviTain: I know, but well, I started to enjoy Card_Bars
17:10.09id`otravi: k
17:10.09[MoonWolf]oh yeah
17:10.11TainI only use Visor for everything because I started doing the dev on it.  
17:10.14id`otravi: me too :p
17:10.15[MoonWolf]once for kci and once for mendeleev
17:10.20sedatedChipmunk[MoonWolf]: does it put it in tree format for engineers?
17:10.20TainI still like Cardbars.
17:10.21[MoonWolf]you can turn the mendeleev one off.
17:10.34id`[MoonWolf]: k
17:10.38otraviyeah, Cardbars is perfect :D
17:10.41[MoonWolf]sedatedChipmunk, no, and you can kiss that features goodbye.
17:10.44[MoonWolf]not going to happen.
17:10.45StylpeI still USE CardBars
17:10.49Stylpeand love it
17:10.51sedatedChipmunk[MoonWolf]: useless then
17:10.56otraviit does everything I want to, and it doesn't contain any other extra crap
17:10.57NeronixI'm switching to cardbars today
17:10.57[Ammo]cardbars rules indeed
17:11.08id`Im checking it out today
17:11.08Neronixwarmup says bongos is fat :P
17:11.08id`:p
17:11.16id`it indeed it
17:11.18id`is*
17:11.23sedatedChipmunkengineering is so screwed when it comes to UI
17:11.26id`but hey its a nice addon
17:11.59Neronixanyways, comments on the tiny stats addon idea? Anyone want to use it if I write it?
17:12.12[MoonWolf]tiny stats
17:12.16[MoonWolf]what will it do ?
17:12.33otravinice name there tho'
17:12.35otraviTinyStats
17:12.36hyperChipmunkit will give measurements of gnome females you're interested in
17:12.46NeronixI was thinking NanoStats actually
17:12.49[MoonWolf]DO NOT WANT
17:12.56Neronixit's just like wikiwikidps, but with less crap
17:13.06[MoonWolf]wont use it then
17:13.12hyperChipmunkwtf is the word wiki doing in an addon
17:13.19otraviand twice :<
17:13.24NeronixhyperChipmunk: Ask gimbatuul :P
17:13.31[MoonWolf]i want full documented all included how many times did i miss my kick the last 15 fights information.
17:13.36Taindo we get to say wiki wiki again?
17:13.38hyperChipmunk"hey, people like wikis; we should put it in our addon for downloads++++++++++++"
17:13.39TainWiki wiki wiki!
17:14.19StylpeI'd rather say "Waka waka waka"
17:14.29Stylpewhile eating ...................
17:14.40NeronixNanoStats will just bet a small window that shows how much damage/healing/both you did in the previous battle (Just you, not the whole party/raid/pie) and average dps/hps/both
17:14.40otraviWhere is that from?
17:14.43Stylpe.................o *DING* ........
17:14.57Neronixand maybe how long that instance of combat lasted, if I decide to implement that too
17:15.16TainNow if you want to find a great early example of use of a "wiki" go find the song Jam On It by Newcleus.
17:15.18otravimaybe I should complete my castingbar!
17:15.35hyperChipmunkcall it SPDIkiwIkiw
17:15.36Neronixjust handy info for yourself - Good for stats fetishists :P
17:15.44Stylpeotravi, really, you don't know who says waka waka and eats ...... ?
17:15.59otraviStylpe: I have known.... once...
17:16.04TainWell in his defense Stylpe I first thought Fozzie Bear before it dawned on me.
17:16.05hyperChipmunkomgz
17:16.12NeronixhyperChipmunk: hmm, maybe
17:16.14hyperChipmunkotravi: youare a failure
17:16.19otravi:----(
17:16.30StylpeAww, go easy on him =P not all of us are old
17:16.31hyperChipmunk(< * . . . . |
17:16.33StylpeBut still....
17:16.34otraviaaaaah
17:16.52NeronixI'm far from old and I knew what Stylpe was on about :P
17:17.07otravihyperChipmunk: I have that game on some old japanese gaming station here too :D
17:18.10TainWait wait.. that's Final Fantasy VII right hyperChipmunk?
17:18.11hyperChipmunkbeweeooweeooweooow poink poink!
17:18.26hyperChipmunkTain: close, VIII
17:18.30StylpehyperChipmunk, lol! Oh noes!
17:18.31TainThat's not an ascii representation of Cloud's hair?  :(
17:18.38hyperChipmunkhaha
17:18.43id`lmao
17:18.44Neronixso, feedback on the idea? :P
17:18.44otravilol
17:18.46Neronixlol
17:18.58[MoonWolf]good idea, but i wont use it.
17:19.06id`Good idea, Ill use it
17:19.13hyperChipmunk/\/|/|_
17:19.34hyperChipmunk<PROTECTED>
17:19.36StylpeNeronix, I have the same mindset as [MoonWolf], i.e. everything or nothing
17:19.49TainI don't even know what the idea is but I think it stinks.
17:19.55Neronix;_;
17:20.10Stylpe~lart Tain
17:20.31CIA-1303moonwolf * r1050 10Mendeleev/Mendeleev.lua: Mendeleev: Fixed remaining problems in the tradeskill changes.
17:20.37hyperChipmunk~whaleparry Stylpe
17:20.39purlACTION uses a slightly less-huge but eminently more agile killer whale named Edwardo to parry Stylpe's attacks.
17:20.45id`cladhaire: AH-HA!
17:20.50id`cladhaire: you are active here now!
17:20.54id`cladhaire: i sent you an email
17:20.56id`:P
17:21.04Neronixat least id` and I will use it
17:21.15Neronixplenty of support :P
17:21.22id`heh
17:21.40TainBy the way I'm fairly sick of Visor so if anyone else wants to pick up on it, feel free.
17:21.50StylpeTain, hells no =P
17:21.53hyperChipmunkhaha
17:22.10CIA-1303moonwolf * r1051 10Mendeleev/Mendeleev.lua: Mendeleev: Properly reclaiming the sorted table now.
17:22.14StylpeI'd rather jump into Oblivion
17:22.17TainIt needs to be redone from the ground up to do what I'd like to see.
17:22.20Tainmmm Oblivion
17:22.44StylpeOblivion had a nice engine, but was a poor game
17:22.57[MoonWolf]oblivion was a nice game, AND IT STILL IS.
17:23.00TainSee I think Oblivion is a great game with a piss-poor interface.
17:23.08[MoonWolf]there is interface changes
17:23.12[MoonWolf]and they make it rock.
17:23.17[MoonWolf]and i dont care about the scaling
17:23.18TainThe UI makes everything so frustrating.
17:23.21[MoonWolf]i think its fine.
17:23.23StylpeWhat really was missing in Oblivion was a good story
17:23.44TainDid you actually do any of the storyline?  
17:23.57[MoonWolf]eeuh, its FULL of story
17:24.02StylpeYep, until gates started appearing outside all the cities
17:24.07[MoonWolf]if you did not like that story that is something completly personal.
17:24.47Stylpe"The world is ending, and you're gonna save it whether you want to or not, but please, take your time!"
17:24.56TainI dunno, I don't think it's The Odessy or anything, but it had more story than most games.
17:25.14StylpeI forgot "... because an evil cult is summoning a daedra prince..."
17:25.31StylpeThere are no surprises, non plot twists
17:25.42*** join/#wowace Elkano (n=elkano@ip-213-135-2-179.handshake.de)
17:25.52StylpeSome of the side quests were nice though
17:26.00Stylpebut only some
17:26.03[MoonWolf]Through a nightmare, darkly.
17:26.10[MoonWolf]i liked that one.
17:26.11[MoonWolf]a lot.
17:26.14Stylpenot the ones that boil down to "kill X" almost immediately
17:26.24TainYeah that was neat Moon
17:26.33TainI liked the Panting one too.
17:26.44otraviyay, server went down again!
17:26.48Tainerr
17:26.49otravitime to complete the Casting Bar :D
17:26.52StylpeAaah! Everyone keeps telling me about that quest, but I haven't done it yet >_<
17:26.53[MoonWolf]painting
17:26.56Tains/Panting/painting/
17:26.57NeronixI'm scared to even try and run oblivion
17:27.06[MoonWolf]Stylpe, go do it.
17:27.07TainYeah well it was neat.
17:27.10Neronix1.6ghz p4, 384mb ram, geforcefx 5900 XT
17:27.12Neronix*shudder*
17:27.14StylpeI guess I will =)
17:27.16TainBut it's still just a go kill x things so you won't like it.
17:27.18[MoonWolf]its not exactly hype worthy
17:27.20[MoonWolf]but its neat.
17:27.32StylpeIt's "Go kill X with a twist" =)
17:27.38NeronixIt's hard enough playing wow with firefox, scite, mirc and a bunch of explorer windows up all at once :P
17:27.46[MoonWolf]And the everscamp staff one was nice too.
17:27.56Tainhhaah that was funny
17:28.05TainDid you do the Mage's guild one with the ring in the well?
17:28.13Stylpeyep
17:28.14[MoonWolf]it was a bit hard to actually hear any enemies in that cave.
17:28.21[MoonWolf]yeah. but it was trivially easy.
17:28.30[MoonWolf]i dont cary a lot of stuff.
17:28.35Stylpebut by the time I did that, I was already a vampire and stuff
17:28.48TainI was constantly grabbing herbs and doing alchemy so I had a ton on me
17:28.49[MoonWolf]i did the mage quests pretty early on.
17:29.01*** join/#wowace gxam (n=gxam@cpe-66-69-196-26.austin.res.rr.com)
17:29.08TainI *love* poisoning arrows
17:29.14[MoonWolf]oh yeah
17:29.16StylpeHaha, I remember the guy falling from the sky at the start of Morrowind :D
17:29.25Tainhehe yeah
17:29.35[MoonWolf]i am kinda sad there was no falling guy in oblivion.
17:29.46[MoonWolf]first time someone find the falling guy
17:29.51[MoonWolf]they are gaurenteed to die themselves.
17:29.57StylpeHehe
17:31.10[MoonWolf]jump, weee this is fun. fall........ eject eject. where is my parachute. splash.
17:31.10Stylpe"Weeeeee! Weeee! Weeeeeee! Aaaaaah!" *Splat*
17:31.10Stylpebah, beat me to it =P
17:34.45TainI would be playing more Oblivion but started into Eve Online.
17:35.20[MoonWolf]althoug i am a big fan of space shooting sims. i dont really like eve.
17:35.34[MoonWolf]morning cairenn
17:36.04Cairennhi hi, actually early afternoon and it's already been an incredibly long day
17:36.07TainI love Eve.  It's not a space shooting sim at all.
17:36.27NeronixHey Cairenn
17:36.52CairennI've been up and about for hours now, just got back from picking my daughter up from school and taking her straight to the doctor's office ...
17:37.10[MoonWolf]doctor ... nothing serieus i hope.
17:37.26TainYour daughter is spending too much time with doctors. :(
17:37.41Cairennshe'll be okay, she's got a prescription of antibiotics now though, and further blood tests scheduled
17:38.29[MoonWolf]good.
17:46.01Cairenn|afkgo ahead and fill them in, I don't care, I just don't have time right now
17:47.24TainOr you could just pay attention in here, Stylpe. :P
17:47.33Stylpetrue
17:48.37kergoth"In my many years I have come to a conclusion that one useless man is a shame, two is a law firm, and three or more is a congress."
17:49.01[MoonWolf]who said that
17:49.08StylpeCairenn|afk, tell her to get well soon, and tell her that I still love --- ummm, cookies... yeah.
17:49.10[MoonWolf]that person deserves a price
17:49.16kergothjohn adams
17:49.18kergoth:)
17:49.20TainYep. :)
17:49.39Stylpekergoth, you use google.com/ig too =)
17:50.02Stylpeor maybe you just visit the quotes site it's taken from...
17:51.53kergothhttp://www.eff.org/IP/DRM/piratead/CEA_ad.pdf
17:52.00kergothStylpe: i use netvibes, similar deal :)
17:56.43Tain"Gameplay is typical of full-motion-video shooting games, but the presence of Hulk Hogan and his talking boat elevates the game far above anything else you might have previously experienced in the genre."
17:59.23[MoonWolf]talking boar, hulk hogan ???
17:59.39otravioO
17:59.49otravilooks like my  guild is migrating :O
17:59.50Tainhttp://www.1up.com/do/feature?cId=3149883
17:59.59TainA look back on the history of the Phillips CD-i game system
18:01.51Lucenotravi: your guild is migrating?
18:02.29otravi<PROTECTED>
18:02.43Lucenwow
18:02.52Lucenyou have an idea of what server?
18:02.59otraviserver has been unplayable for two days now
18:03.04otravinope :<
18:03.04Lucenyeah
18:05.14CodayusIt's cool, I was passing 1100 ms ping last night in MC.
18:05.18CodayusI normally get ~150ms.
18:05.28otraviCodayus: Well, you can play at least :p
18:05.34CodayusIt's actually kind of interesting trying to be the MT healer with that sort of lag...
18:05.41Neronixdoes your server have transfers open?
18:05.54Neronixor are you going to start over?
18:06.26otraviNeronix: no migration open
18:06.35Neronixow :<
18:09.03Codayusow
18:09.23CodayusBliz needs to open up fee-based server transfers...
18:09.48Codayus(ie, any server to any server, any time.)
18:10.02otravihehe
18:10.08NeronixThey say that's almost ready
18:10.18CodayusI vaguely recall them promising it, like, months ago...
18:11.53TemBam!
18:11.56TemHi, You have received 20/20 in project 3. The class average is 14.8.
18:11.56otraviCodayus: rumors say 1.11
18:12.14CodayusTem: Only 20/20?  You're slacking mate!
18:12.22NeronixGrats Tem
18:12.38[MoonWolf]GJ
18:12.39Temfor all the work I put into it I'm somewhat pissed that I didn't get bonus points
18:12.41CodayusYou need to aim higher!
18:14.37TainKeira Knightly voted world's sexiest woman.
18:14.43TainI didn't get to vote.
18:15.32Temhey Codayus,
18:15.33Temprivate static final Pattern linkPattern = Pattern.compile("<[Aa]\\s([^>]*)>");
18:15.33Temprivate static final Pattern hrefPattern = Pattern.compile("(?i)href\\s*=\\s*((?:[^\\s\"'>][^\\s>]*)|\"[^\">]*\"|'[^'>]*')");
18:15.33Temprivate static final Pattern standaloneLinkPattern = Pattern.compile("(^|[\n ])([\\w]+?://[\\w\\#$%&~/.\\-;:=,?@\\[\\]+]*)");
18:15.52Codayus?
18:16.15Temthat's what I want bonus points for
18:16.31CodayusAh?
18:16.33TemI'm 99% sure I'm the onlye person in the class that used regex
18:16.37CodayusHeh
18:16.40Tems/ye//
18:16.45Tems/ye/y/
18:17.00CodayusUsing it to validate stuff?  What did other people do?
18:17.11Temdirty, dirty things
18:17.29Codayuslol
18:17.30TainAre you sure you just didn't go over the teacher's head and he was afraid to touch it?
18:17.42TemTain: I doubt that very seriously
18:18.06TemTain: this guy maintained a module of gcc for 10 years or so
18:18.15TainHey there's not always good ones teaching. :)
18:18.18TemI'm going to wager he knows what he's doing
18:18.54TemI think if anything went over anyone's head, it was this project over most of the class's heads
18:19.38CodayusOh, well, at least the prof is competent.  That's a bonus you can't always count on.
18:19.59Temyeah, a very good thing
18:20.08TemI've seen my share of ignorant profs
18:20.13otraviNaxxramas looks cool :O
18:20.14Temit's not pretty
18:20.19CodayusAnd 20/20 with a class average of 15 is more fun than 24/20 with a class average of 19.  :-)
18:20.28TainWhat the hell, where the hell were these school teachers when I was 13?   http://www.wkrn.com/news/pamela-rogers-faces-new-accusations
18:20.35otravihttp://www.wow-europe.com/en/info/underdev/1p11/naxxramas/roadtodamnation.html << for those that haven't seen it
18:20.54TainHot teacher has sex with 13 year old, then sends him porn of herself after getting caught.
18:20.54TemNax sorta angers me
18:21.10Tembecause there's a very high chance that I will *never* see it's insides
18:22.10TainThat's how it is.
18:22.13CodayusCould wait for the lvl cap to get bumped up enough.
18:22.22CodayusEventually it'll be 5-mannable.  :-D
18:22.30TainYou either join a guild that will do it, or make the guild you're in do it.  
18:22.34Codayus(Well, probably not, but the principle stands.)
18:22.39TainLike every other mmorpg that's ever existed.
18:22.53TemI'm hoping to get my rogue that I'm leveling right now into raiding guild on this new server
18:23.00Tempreferably one that has already killed nef
18:23.21Temeven though I don't think any guild has killed nef on Hakkar
18:23.24Temoh well...
18:23.36CodayusGotta have some patience.
18:23.45TainGoddamn that teacher is hot.
18:24.11CodayusMy guild is now in our 2nd week of killing Domo.  I won't be seeing BWL for a fair bit...nevermind AQ40 or Naxx.  <shrug>  I don't mind though.
18:25.31Lucenooo...you have so much stuff to do still!
18:25.33ShyvaMc is boring when you have seen BWL / AQ40
18:25.40Temmy main guild will probably kill Broodlord this week
18:25.47Tembut I'm sick of playing my mage
18:25.58CodayusI'm really enjoying my main character, which helps.
18:26.11ShyvaWe are fighting to the Twin Emperors this week
18:26.24CodayusWe downed Onyxia for the 2nd time, and I got my t2 helm.  So...yeah, hard not to be happy with the game.  :-)
18:26.36ShyvaAnd I enjoy the new bosses really much, and I like my class =) (priest)
18:26.36Temespecially now that I've realized that they haven't made a "good" change as far as mages are concerned for more than a year
18:26.39TainSo far I've still only enjoyed playing my Rogue.  I kidn of liked Hunter but only solo.
18:26.41Codayus(for the 2nd time just yesterday)
18:26.56TemCodayus: what class do you play?
18:26.58CodayusPriest
18:27.01Temah
18:27.03TainTem I haven't touched my 60 mage in at least six months.  Actually possibly close to a year now.
18:27.43Temmage changes better be spec-fucking-tacular or I probably won't play my mage anymore
18:27.43Shyvapriests are fun, you need to focus :-D
18:28.12CodayusEvery class deserves a class review like priests got.  :-)
18:28.36TainI'd start playing again if they introduced Pirates as a playable class.
18:32.34hyperChipmunkyar
18:34.06id`yarr!
18:36.25NeronixHmm, Naxxramas has 4 wings?
18:36.29Neronixinteresting
18:39.13hyperChipmunkyea, for more lift in low-pressure zones
18:39.50StylpeNaxx is coming in 1.11? :D weeee
18:45.31ShyvaYep :-D
18:45.41Shyvanaxx = 18 bosses or something likely :-D
18:46.04ShyvaBut as far as I know naxx has no wings Neronix o.0
18:48.14id`otravi: tried cardbars, didnt like
18:48.14id`:p
18:48.44TainYour opinion is incorrect.  
18:49.00id`I think your statement is dubious.
18:49.38TainCardBars may not do everything you want, but there's nothing not to like about what it actually does.
18:50.36id`Well I didn't say that I don't like what it does, I said that I didn't like it.
18:50.49id`Its a nice addon, its just not my style
18:50.49id`:p
18:51.14id`(But I think I'll copy some code for idButtonBars)
18:52.17CodayusOne of these days, I should look at replacing DAB in my setup...
18:57.00id`hmm
18:57.10id`I have 64 addons :<
18:57.33id`I need to shrink that and grow my AddOn-Epeen
18:58.06id`anyone wann atake a look at my list and say 'this sucks that sucks you can replace that with this' etc? Maybe youll notice some nice addons too.
19:00.10id`http://digigen.nl/~Industrial/games/wow/addons/addons-062407.txt
19:01.19NeronixWhat classes do you have?
19:01.27id`In dire need of replacement for some, but sometimes you just gotta outweigh quality and ease of use with ram usage
19:01.37id`Neronix: atm i have a lv 20 priest and a lv 7 druid
19:01.54id`Neronix: I made a fresh start on Mikma's server on EU :-)
19:02.07NeronixI see
19:02.16id`Where do you play?
19:02.23NeronixHellscream EU
19:02.25id`k
19:02.39Neronixtbh, dunno if it was really a good idea
19:02.46id`why :p
19:02.50Neronixonly went there because it had a decent Horde population
19:02.54Neronixsize wise :P
19:02.56TainFor the Horde!
19:02.57id`hmmm
19:03.12id`So any suggestions tain?
19:03.13id`:D
19:03.18NeronixI sometimes wonder whether I'm somehow on allys by accident
19:03.23TainDon't ask me, I don't play.
19:03.30id`Tain: really? since when
19:03.30Neronixand there's only 4 or so horde raiding guilds
19:03.35id`Tain: i mean on my addons
19:03.39Neronixwhereas, allies have like 12. at least.
19:03.58StylpeGuys, do you think it's worth it to support localisatino of chat commands?
19:04.06TainI havent' seriously played in about a year.  I mostly log on to test things or if I'm bored I'll go in spurts of a couple weeks at a time of soloing.
19:04.06id`Some day ill be leet enough for Mikma's guild :P
19:04.31TainI don't support localization of anything.  Make the rest of the world learn American.
19:04.31Neronixwhat server?
19:04.35StylpeOr is that overboard?
19:04.41id`Tain wins!
19:04.42NeronixAmerican? -_-
19:04.53TainYeah none of this "colour" nonsense.
19:04.57TainDamn Brits.
19:05.04id`Tain: so you dont like pvp?
19:05.04NeronixI'll have my colour over your color anyday
19:05.09TainBastardizing our good American English!
19:05.24id`Tain: I dont play that seriously either, but i do like pvp. usually make a char upto lv 19 and the go in wsg
19:05.24TainActually id` I don't like pvp.
19:05.26NeronixI can say the same thing about the US :P
19:05.37id`I had this priest with ALL the best items, like 5-6 blues
19:05.38id`at lv 19
19:05.40TainOf course you can Neronix, that's why it was somewhat of an ironic statement.
19:05.47id`but then i realised i was on pve and not pvp
19:05.58id`and the queue was empty _all_ _the_ _time_
19:06.18id`so that kinda sucked
19:06.18Neronixid`: If you use bongos, you don't need rangecolour
19:06.18id`..
19:06.21TainSee it's funny for me to say that the British are bastardizing the English language when it started with them and it's truly the Americans who have taken it upon themselves to change things.
19:06.48id`Neronix: noted, I wont load it :) (but keep it around for when i change)
19:06.49NeronixHeh
19:06.51TainHowever in our egocentric view Americans are happy to claim that our way is best and others are wrong even when we've come into it well after the fact.
19:07.15TainAnd anwyay the truth is we can blame it all on Canada.
19:07.21NeronixYa
19:07.21id`haha
19:07.44Neronixid`: You might not need Reputation
19:08.05id`loved that cartoon
19:08.05id`:p
19:08.16id`Neronix: right
19:08.20NeronixIf you just ise it to see the numbers on the rep window, then Blizz implemented it themselves
19:08.26id`orly?
19:08.30id`when?where?
19:08.49Neronix1.9 I think
19:09.05Neronixmouseover the progress bar and it'll pop up the numbers
19:09.26id`meh i knew that but i wanna see them always
19:09.27id`:>
19:09.40id`ack my english sucks
19:09.46id`more caffeine >_>
19:10.00id`(it is the cure to anything computer related)
19:10.27Neronixheh
19:11.08NeronixFriend of mine once said "Rule #1 of coding: Always have a good supply of pro plus" :P
19:12.22id`=)
19:12.57Tain~laziness
19:12.59purlLAZINESS: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don't have to answer so many questions about it. Hence, the first great virtue of a programmer.
19:13.24id`purl wins
19:13.27purli heard wins is the Windows Internet Naming Service
19:13.27Neronixid`: does Gemologist say what veins drop what gems?
19:13.28id`~botsnack
19:13.28purlid`: aw, gee
19:13.42id`yes
19:13.55NeronixMendeleev does the same thing
19:14.00id`actually i dont need any of those
19:14.01id`yeah
19:14.02id`:p
19:14.13NeronixThat's all I can suggest for now
19:14.27id`linkSnag thats a handy thing
19:14.43TainI think id really just wants someone to play the entire game for him so he can sit back and yell commands
19:14.50id`if you click a link you get an editbox with the link in it selectec with a 'copy' button next to it
19:15.02id`lol Tain
19:15.08NeronixEr, wait. When I eventually cure my retardation enough to go and write unit frames, you might want to replace perl :P
19:15.19Tain"Always be wary of any helpful item that weighs less than its operating manual."
19:15.28id`Well i do enjoy observing how other people work (and how i am not)
19:15.33TainI still do like the look of the perl unit frames.
19:15.43NeronixSame here
19:15.44id`yeah
19:15.54NeronixI'll base the look off of them
19:15.54TainI was using the AUF version at one point
19:15.56id`ill ditch Lexan too
19:16.00id`useless piece of crap
19:16.08TainBut, I am using WatchDog now and like it.
19:16.09id`*cough*
19:16.09Neronix/cry
19:16.15id`just kidding i wub that thing
19:16.17id`:D
19:16.22Neronixlol :P
19:16.34id`lemme try watchdog :>
19:17.01Temoh balls
19:17.06TemI might have to do work at work
19:17.12TainDamn them.
19:17.13id`heh
19:17.27id`i spend 60% on forums and irc
19:17.30id`at work
19:17.31Temoh well.  I guess once every 2 weeks isn't a bad average
19:17.40id`work in between
19:17.40id`:p
19:17.57Temspeaking of which... I need to get moving
19:18.03id`cya
19:18.38kergothi'm 26 today. i can feel 30 hunting me down. boo aging.
19:19.06id`happy birthday to you
19:19.07id`happy birthday to you
19:19.10NeronixHappy birthday
19:19.14id`happy birthday dear kergoth
19:19.16id`happy birthday to you
19:19.17id`\o/
19:19.24Neronix/dance
19:19.39id`now im 19 :-)
19:19.49kergothah, happy belated birthday
19:19.57StylpeHappy birthday kergoth! :D
19:20.05kergothaging doesnt suck quite as much at 18 and 19
19:20.39StylpeTurned 22 a month and a half ago myself
19:20.49Tainhah I looked 30 in the rear-view mirror a while back.
19:21.13TainFunny how there's a bunch of people here with close birthdays though.  
19:21.25TainKaelten was a copule weeks ago, mine was the day after his
19:21.26Neronixanother 2 and a half months until my bday >.>
19:21.28Stylpekergoth, do y uo think it's overboard to enable localisation of chat commands?
19:21.52StylpeI have the strangest typos
19:22.52kergothi'd argue against that for the same reason that i'd argue against localizing function names.  _interfaces_ shouldnt change based on language.  only _presentation_ should.
19:22.56kergothimho
19:23.42TainThat's why you should use chat commands like Visor!  Meaningless in any language.
19:23.43StylpeYour words are wise.
19:23.53StylpeTain, lol =P
19:24.00kergothhehe
19:24.35kergoththats actually a good point against natural language interfaces
19:24.53hyperChipmunklol that's great
19:26.27NeronixNanoStats vs nStats
19:26.29NeronixVote! :O
19:27.31NeronixI should actually present the question first: What's a better name?
19:28.04TainNanoStats is easier to say.
19:30.02NeronixNanoStats it is
19:34.29id`http://digigen.nl/~Industrial/games/wow/shots/errors/WoWScrnShot_042706_213323.jpg
19:34.45id`I dont like how using [center] and [right] shifts the center off the center....
19:35.03id`i mean i really want it in the center, lol
19:36.05Neronixid`: what server you on?
19:36.26id`Nordrassil
19:36.29NeronixI feel like rerolling before it's too late
19:37.47id`Well im alliance
19:37.56id`(Though I'd like to play horder)
19:38.00id`Neronix: do you like pvp?
19:38.08id`meybe we can both reroll on a pvp server
19:38.09NeronixI do BGs occasionally
19:38.10id`maybe*
19:38.17NeronixNo way I'm going on a pvp server
19:38.21id`I prefer pvp servers
19:38.22id`why not
19:38.23id`:p
19:38.34id`Its more realistic imo
19:38.38Neronixpeople are dicks to each other
19:38.52kergothit may be realistic, but after the 14th time getting ganked trying to quest, it gets old
19:38.57Neronixasshats will make life hell (not just ganking)
19:38.59id`keke i just made 5G
19:39.10Neronixand I kinda suck at pvp :P
19:39.14id`lol :>
19:39.21id`i love it >_>
19:39.42id`hah i owned this warrior that thought he was going to totally own me in wsg
19:39.53id`so he charges and i just stand there while he hacks away
19:40.03id`then i heal and start wanding and healing and wanding
19:40.11id`and when hes about 40% hp he gets scared
19:40.15id`and tries to run
19:40.17id`ke ke ke
19:40.43NeronixHeh
19:40.48id`Neronix: do you like horde?
19:41.20NeronixIt's ok
19:41.44NeronixIf the Allies on your server aren't monkeys on speed, I won't mind rejoining them
19:47.36id`I made an undead rogue
19:47.40id`Graveworm
19:47.42id`kickass name
19:47.50id`(If you know the band its even better)
19:47.59Qaarhthat would even work as a name on a roleplay server... no clue about the band though heheh
19:48.03id`on Nordrassil
19:48.11QaarhI prefer RPPvE-servers
19:48.13id`Its a black metal band ;)
19:48.15Qaarhheheh
19:48.20QaarhI thought so ;)
19:53.10*** join/#wowace Ratbert_CP (n=KCummins@proxy-ce1.disney.com)
19:53.56*** join/#wowace phyber (i=phyber@midgar.cardboardium.com)
20:05.04*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
20:05.04*** mode/#wowace [+o [MoonWolf]] by ChanServ
20:11.34id`ok
20:11.38id`im locing watchdog
20:11.41id`loving*
20:11.59id`except for the part where it does weird stuff when you use [left] and [center]
20:12.00id`:p
20:16.49*** join/#wowace Tem|AFK (n=Tem@204.90.50.252)
20:16.50*** mode/#wowace [+o Tem|AFK] by ChanServ
20:19.35*** join/#wowace pagefault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca)
20:19.48*** join/#wowace pfault (n=pagefaul@toronto-HSE-ppp4035403.sympatico.ca)
20:27.16Qaarhok, I'm definitely sure there is a connection between having low mana and taking extra hard hits.. *grumble*
20:33.00TemTekkub: you around?
20:33.11Tekkubleaving for work in like 5 min
20:33.20TemI took a look inside Metrognome
20:33.28Temand I had a thought
20:33.40Tekkubdid it hurt?
20:33.44Temyeah, a bit
20:33.53Temyou aren't always turning off your OnUpdate when you should
20:34.09Temyou are going off of Register and Unregister
20:34.19Temjust because a timer is registered doesn't mean it's running
20:34.35Tekkuberm. true it should be in start stop
20:34.45Tekkubfunny braindead logic for you
20:34.58Temheh
20:35.10Temand another thing that's been bugging me
20:35.15Tekkubpop a reminder for me on my portal so I remember to fix that
20:35.31Temif Timex is so 'bad' at repeated schedules, wtf is it doing managing bars?
20:35.55TekkubSHORT TERM repeated schedules
20:36.11Tekkubyou tried using timex for say, a 0.2 sec repeating timer?
20:36.16Tekkubnot purdy on the resources
20:36.17Temum
20:36.20Temthe bars
20:36.28Temthey repeat every 0.2ish
20:36.49TainTime for Tembars!
20:36.54Tekkubyes but their scheduling isn't
20:37.07Temthe way it does bars iirc is it creates a repeating schedule for everytime it needs to update them
20:37.16Tekkubtimex's schedule reschedule every time their done basically
20:37.25Tekkubso 5 reschedules a second...
20:37.31Temno thanks
20:37.50TemI never liked the Timex API...
20:37.54TekkubI dunno, I'll look at it later, gott go
20:38.28Tekkubtimex just needs to use metro as it's internal timer instead of an OnUpdate frame :)
20:38.43TainI just time everything in my head anyway.
20:40.21kergothheh, timex vs metrognome is not unlike the differences between the timing methods in the linux kernel.  add_timer/mod_timer is the continuously rescheduling variety
20:41.56[MoonWolf]tekkub http://img138.imageshack.us/img138/6594/screen111113nx.jpg
20:44.15[MoonWolf]or anybody else willing to comment on how that screenie looks
20:45.57Tem[MoonWolf]: is that a KCI plugin that puts mendy stuff in the seperated tooltip?
20:46.46[MoonWolf]no, this is going to be a setting in mendeleev in version 0.7 and up.
20:46.59[MoonWolf]i wanted to do enhanced tooltip too
20:47.06Luceni like that a -lot- moonwolf
20:47.10Temsexy
20:47.13[MoonWolf]but that is badly documented.
20:47.32Tembut turn off KCI's stacksize indicator
20:47.59[MoonWolf]actually, i dont know if you can do that, but you can turn off mendeleev stacksize indicator.
20:48.54[MoonWolf]I am using builtin KCI functionality and that wont let me touch the kci tooltip itself. i only a series of strings to be added to a tooltip.
20:49.07[MoonWolf]took like 15 lines of code.
20:52.23id`cladhaire: highlight highlight
20:52.59id`cladhaire: i sent you an email about the svn about a week ago. guess you didnt get it. I'd like a username/pass. You can make it random (the pass).
20:53.36hyperChipmunkhum
20:54.23hyperChipmunkis there any way to pass item info from a link?
20:55.20Temwhat do you mean?
20:55.24Eraphine|Labyou mean, to strip a link?
20:55.36[MoonWolf]get item info from a link
20:55.40[MoonWolf]or remove it ?
20:55.41hyperChipmunklike
20:56.00hyperChipmunkif I want to add items to my BulkMail autosend
20:56.06hyperChipmunkusing a slash command
20:56.47[MoonWolf]http://www.wowwiki.com/API_GetItemInfo ?
20:56.49hyperChipmunkand i type /bulkmail autosend add Fooalt [link] [link] [link]
20:57.28hyperChipmunkyea, but how do you get the itemstring?
20:57.32hyperChipmunkfrom a link
20:59.11[MoonWolf]"iitem:(%d+):%d+:%d+:%d+" this is the lua matching string for itemlinks.
20:59.16[MoonWolf]oops
20:59.21[MoonWolf]item:*
20:59.44hyperChipmunkevery time I try to pass an itemlink from chat to a function, it goes crazy
20:59.51hyperChipmunksec
21:02.26hyperChipmunkwow tain
21:02.31hyperChipmunkthat was a remarkable likeness
21:02.49hyperChipmunkI almost thought it was mira talking for a moment
21:03.32[MoonWolf]your not bitter are you tain :)
21:03.38hyperChipmunkhe's definitely one of those "if I complain about something that's good, it'll make me look smarter than everyone, because only I can see the flaws"
21:03.41hyperChipmunktypes
21:05.42TainI'm a bitter fuck.
21:18.59id`Neronix: you gunna reroll then? :p
21:19.08id`im having fun with this undead rogue
21:19.51[MoonWolf]rogues change very little after lvl 35 or so, the only thing different is the damage amounts you do.
21:21.01Elkanowell, with 40 you get freefall, but that's all
21:21.38TainYeah, but the talents can change a lot what you do as a Rogue.
21:21.44Elkanoat 60 some rogues will respec from swort to dagger but no must
21:23.57TainI'd still really like a reason to spec unarmed.
21:24.51Neronixid`: I'll make a warrior soon and see how I like it
21:25.13NeronixI've got exams starting next week though :(
21:27.42Elkanowell, Tain, I'm working towards a 30/21/0 spec
21:29.09Elkanobut you're totaly right that the class plays different when spect different.
21:30.35TainI still enjoy Rogue the most out of everything I've played.
21:32.02hyperChipmunk/script BulkMail:LinkTest([Gnomish Death Ray])
21:32.19hyperChipmunk[string "BulkMail:LinkTest([Gnomi..."]:1:unexpected symbol near `|'
21:32.54Elkano/script BulkMail:LinkTest("[Gnomish Death Ray]")
21:33.45hyperChipmunkyea I tried that; it works as ace.GetItemInfoFromLink("[Gnomish Death Ray]")
21:34.14hyperChipmunkbut BulkMail:LinkTest...which is basically print(ace.GetItemInfoFromLink(l))
21:34.38hyperChipmunkjust gives me the first line
21:35.01hyperChipmunkand I don't want to be telling the users to put quotes around stuff
21:35.16hyperChipmunkand any attempt to concatenate 'em on gives the unexpected symbol near | error
21:37.08hyperChipmunkitem links don't tostring correctly or something
21:37.55Elkanohow about using a slash command?
21:38.21Elkanothis way you wouldn't have to convert to string
21:38.33hyperChipmunkthat's what I want it fo
21:38.34hyperChipmunkr
21:38.52hyperChipmunkhm
21:39.10hyperChipmunkif I do it in a slash command, will the user have to type "[Link]" or can they just [Link]
21:39.33Elkanobut when using /script you'll have to add the quotes in order to have it interpreted as string and not as a variable
21:39.47hyperChipmunkaha
21:39.50hyperChipmunk=)
21:41.05Elkanowhen you build the slash command it will be given to the handling function as content of a variable so it's a string :)
21:43.19hyperChipmunkcool; thanks =D
21:43.42Elkanonvm :)
21:46.08Temhey Cairenn
21:46.13Cairennhey :)
21:47.15hyperChipmunkCairenn: question
21:47.24hyperChipmunkwhy would anyone ever want to request a bug?
21:47.24CairennhyperChipmunk: anser
21:47.29Cairennlol
21:47.42Cairennummm, they don't? they request requests and report bugs
21:47.42hyperChipmunkwhen I go to my admin area
21:47.48Cairennand that was *answer* btw
21:47.49hyperChipmunkin the Feature Request
21:47.52hyperChipmunkyea sure it was
21:48.10hyperChipmunkthere's that dropdown list for changing the status of the feature
21:48.25TainI have some bugs I'd like to see added
21:48.32hyperChipmunkWont(sic) Fix, Already added, etc.
21:48.39hyperChipmunkat the bottom it says, "Move to Bug Requests"
21:48.49Cairennlol
21:48.58Cairennokay, thanks, I'll point it out to Dolby
21:49.11hyperChipmunkhave him fix Wont too =P
21:49.33Cairennheh, okay
21:49.40Cairennthanks for pointing it out
21:50.13TainCan we also get new status options of, "RTFM" and "STFU noob"
21:50.18Cairennlol
21:50.20hyperChipmunkomg yes
21:50.36hyperChipmunkthat would be awesom
21:50.37hyperChipmunke
21:50.45Cairennso tempting to put that some times, isn't it?
21:51.09TainI would suggest, "Die in a fire" but that may be going too far.
21:51.45Cairennindeed ... stfu noob is so much more civilized
21:51.55ckknighthey all
21:52.00Cairennhey ckknight
21:52.02Tainstfu noob!
21:52.16ckknightman, I died in a fire once
21:52.22ckknightnot a pleasant experience
21:52.55TainAw man you're so lucky, I never get to die
21:53.53Elkanoyou don't? well, you could be a good subject for torturing :) where's my iron maiden? ;)
21:54.26ckknightTain, it's not that great, the respawn time is pretty slow
21:54.48id`Neronix: k maybe we can play together then ;)
21:54.53id`Neronix: my rogue is lv 8
21:55.33TainYour Rogue wears rouge.
21:57.15TainChocolate fudge covered graham crackers are pretty damn tasty.
22:03.47Codayushmm, almost done with finals...
22:04.00Codayusyay
22:08.53*** join/#wowace phyber_ (i=phyber@midgar.cardboardium.com)
22:14.27CairennTem: you still there?
22:14.31Temyeha
22:14.36Cairennwant a laugh?
22:14.44TemI need a laugh
22:15.12CairennSilverShadow, 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.
22:15.46Cairenn(Devla of ui.wow): It wasn't me, I swear, Which mods?
22:16.00Cairennme:  A bunch by Tardmrr, at the very least, possibly others. I haven't checked. But the ones by Tardmrr I can prove. It needs to stop. It needs to stop now.
22:16.01Cairennand Devla? I wouldn't talk much if I were you. I know that you don't doit personally, but someone(s) at ui.wow.net are still uploading modsthemselves. To my knowledge, you guys aren't pulling from here, but you*are* pulling from other places. Again, I have proof, so ...
22:16.05*** join/#wowace phyber (n=phyber@midgar.cardboardium.com)
22:16.15CairennSilverShadow:  *scratches her head* I'm pulling from everywhere... if the links are to the original page and the page says to contact the author on the one site... what is the issue? It's just helping to spread the bandwidth. *sighs*
22:16.15CairennFine.. I'll stop. I just don't see the problem. It's posted publicly..any user can feel free to maintain the addon anywhere they wish... noone is stopping them. Some people actaully thanked me for it before.*shrugs* ment they didn't have to do the work. Guess everyone isdifferent.
22:16.29CairennIriel:  I suspect the problem is that some authors want more control over where there addon is available, or have had bad experiences with finding their code in places they didn't authorize it to be. There's a certain logic to this, for example if you find a severe bug in your addon and rush to update all the places you publish it, you'd be a bit annoyed if another site had grabbed a copy but didn't get the fixed u
22:16.29CairennSome mechanism by which authors could indicate that they're appreciatethis service might resolve the issue (even I suppose if it's a simpleopt-out rather than an opt-in). But that's just me, others may have adifferent opinion.
22:16.29CairennIt's a much trickier proposition in the greater internet with per-clickand/or per-view revenue streams for the various hosting sites, the"share the bandwidth" argument is in a vaccum quite reasonable and verycommunity minded, but it might cause consequences elsewhere that havereal impact to the bottom line/viability of sites. I'm not on that sideof the table here, but working in eCommerce it's a valid issue.
22:16.41CairennMe:  If you want to "assist" the user by "maintaining" their mod in an updated state for them, then contact them directly, ask for permission to do so, and get the files from them.
22:16.41CairennContrary to the popular belief, Addons are not public domain. They arethe intellectual property of those that wrote them, unless they specifically state that they are releasing them under one of the public domain licenses. Otherwise, for someone to take their work and redistribute it (whether charging for it or not) without the express permission of the author is illegal.
22:16.43CairennDon't pull from our database. Pure and simple. Get it direct from theauthors, whether via email, them uploading, whatever. Not from our site.
22:17.16Cairennso, it was SilverShadow that pulled your mods from WoWI and uploaded to CG
22:18.05Cairenn(all of that was in the private multi-site forum we host)
22:18.52Temwow...
22:18.54Temjust
22:18.56Temjust wow
22:19.05Cairennoh my ... http://forums.curse-gaming.com/showthread.php?p=23390#post23390
22:20.38Codayusheh, thats...kinda funny, really
22:21.18Cairennoh my oh my ... Silver, in the post on Curse, tries to say that ALL addons ARE public domain
22:21.28TemContrary to the popular belief, Addons are not public domain. They arethe intellectual property of those that wrote them, unless they specifically state that they are releasing them under one of the public domain licenses. Otherwise, for someone to take their work and redistribute it (whether charging for it or not) without the express permission of the author is illegal.
22:21.31TemQFT
22:21.51Cairenn"And it's not like you own any copyrights to -any- mod. All the files (accept maybe any custom graphics files you made) are all copyrighted by Blizzard. Their code, their functions, their language. I'm not saying this to be mean, but that's just the fact of it. People don't HAVE to credit you. It's polite, encouraged.. but not required. Someone can take your code, jumble it up, slap their name on it, and call it th
22:21.55TainWay for someone to completely miss the point and embarass themselves in public.
22:22.09Temyeah I was just reading that
22:22.30Cairennshe is WRONG
22:23.05Lucenthe "their language" part is kinda funny
22:23.38Temyeah
22:23.43Codayusyeah, that won't fly....
22:23.44Temsince blizzard totally came up with Lua
22:23.52Lucenhehe
22:24.07TemCairenn: mind making a reply to that to rebut the ownership part?
22:24.23Codayusthe only good side is that I can't imagine a mod authornsueing anyone over it...doesn't mean they couldn't, just that they probably won't.
22:24.36TemI don't know enough about it to form a coherent argument without just pasting what you pasted here
22:24.57TainPublic post on the curse thread now, Tem.
22:25.13Temhuh?
22:25.19Temoh, yeah I know that
22:25.30TemI just don't know enough about the subject to properly reply
22:25.50TemI don't understand copyright law, US, international or otherwise
22:26.40TainAh right.  
22:26.50TainWell I only think I do, but without any basis in fact.
22:26.52CodayusI understand it a bit, but...IANAL.
22:27.13TainEverything I know about law I learned from slashdot user comments.
22:27.45CodayusNot only is the idea that Bliz owns the addons incredibly dodgy, all that means is that you're violating bliz copyrights by distributing them instead of the authors
22:27.50TemAnd I think she completely missed ckknight's point about how authors are treated there.  It's not how the cg admins treat authors, it's the complete lack of moderation on the file comments
22:28.01Temthe users there are *horrible*
22:28.10TainYeah.
22:28.10Codayusthe idea that at any point this code is ending up in the public domain is just bizarre.  where do these people GET these ideas?
22:28.26CairennIANAL either, but still
22:28.41CairennI've been dealing with this stuff for long enough that I *do* know that
22:28.44CodayusShow me written authorization where someone said you could distribute it, OR try and tell me YOU are the author.  otherwise, no dice.
22:29.11Temhmm
22:29.27Temmy dad is the financial officer at a law firm...
22:29.28Codayus(Admittedly, if Bliz did own it, that means Tem doesn't have standing to sue.  But it doesn't make distributing it any more right.  And, obviously they don't own it.)
22:29.34CodayusClose!
22:29.36Codayus:-)
22:29.59CodayusHeh
22:30.30hyperChipmunkd = dad()?
22:31.21ckknightTain, what was my point?
22:32.04Temckknight: *cough*
22:32.25Cairennanyway, I just copied over the applicable part of I wrote in the private forum to the post at CG
22:32.45TemCodayus: yeah, that's where my understanding of the situation goes out the window
22:33.02hyperChipmunkhehe
22:33.13hyperChipmunkTem == Tain
22:33.23ckknightwhoops
22:33.27ckknightTem, what was my point?
22:33.35ckknightactually, it wasn't name completion, I misread it
22:33.39TemI know
22:33.47Tempeople misread Tem/Tain all the damn time
22:34.11CodayusTem: I've had a few classes on the subject
22:34.12hyperChipmunkyou're both short-Ts
22:34.35hyperChipmunkthere ya go
22:34.54Codayusthey make everyone hee take a quick crash course on basic legal concepts...IP rules are a bit part of it.  (Harassment and hostile environment laws are most of the rest...)
22:34.56ckknightyou're a tard.
22:35.00Codayuss/bit/big
22:35.06hyperChipmunkalthough I can never remember which of you is tardmrr either
22:35.38tardmrr...
22:44.51ckknightwoot
22:45.18ckknightfun new feature I've added to FuBar: similar to how plugins are arranged with drag and drop, now panels can too :-)
22:46.11hyperChipmunkjust how many panels do you expect people to have O_o
22:46.20TainOne million.
22:46.20tardmrryeah, seriously
22:46.22kergothi could see blizzard enforcing rules on addon _licensing_, as your addons, by way of their usage of blizzard's apis, can be considered derived works of wow
22:46.26kergothbut copyright is quite independent
22:46.27kergothsilly people
22:46.39Cairennkergoth: indeed
22:46.56TainYeah kergoth I almost made that point but figured that was just going too far into it, and I'm not sure really how that part would go.
22:47.24ckknighthyperChipmunk, it doesn't matter
22:47.26TainMy past experience in somewhat similar but not the same areas was with Neverwinter Nights mods/addons, but Bioware had lots of specific legal wording around it.
22:48.06hyperChipmunkwell NWN is rather different
22:48.19hyperChipmunkthat's content, not interface
22:49.17TainThere's similarities to the idea of modifying the game.  
22:49.25TainIt's also "not the same" as I already said.
22:50.46hyperChipmunkyea, but they don't have to worry about writers in wow...there's no original storytelling in mods =)
22:51.33hyperChipmunkmost people don't think of programming as a creative art
22:51.43TainThe US Copyright law does.
22:51.57Tain"The Copyright Act now reaches architectural design, software, the graphic arts, motion pictures, and sound recordings."
22:53.01Cairennthe main point to ALL of this being that those of us in both this channel and the lounge know better
22:53.17Cairennaddon authors most certainly DO have rights (and copyrights)
22:53.29hyperChipmunkmaybe they don't, in france =p
22:53.37Neronixpmed an admin to have my mod removed
22:53.47NeronixI can't stand that place anymore >.>
22:53.49Cairenn<== long time advocate of addon author rights
22:54.14Cairennthe reason you will NEVER see us upload mods without express permission
22:54.30Cairennand even then, we'll ask that the authors do the uploading themselves
22:54.38Cairennanything else is just flat out wrong
22:55.01hyperChipmunkwell happy mod authors make happy mods
22:55.09hyperChipmunkit's only sensible =p
22:56.14Cairennwe do our best
22:56.27CairennI don't claim that we are perfect, or that we don't make mistakes
22:56.42Cairennbut we try damn hard, and if we screw up, we don't get defensive, we apologize
22:56.54CIA-1303neriak * r1054 10gfxToggle/gfxToggle.lua:
22:56.54CIA-13gfxToggle: minor fixes, fixed list function, removed Util: TableIsEmpty because
22:56.54CIA-13it doesn't work when it's embedded in the Utils. I decided to use next(table) ~=
22:56.54CIA-13nil instead. Removed most debug messages and the compost:Stats in List()
22:56.56Codayus*nod*
22:58.10weabsuch humility
22:58.23weabyou're better than curse. say it!
22:58.27Cairennnope
22:58.32Cairennwe're different than curse
22:58.45weab:P
22:58.46Cairennwe view things differently, we do things differently
22:58.46CodayusA lot better than curse.  also ui.wow...
22:58.50TainLittle, yellow, different.
22:58.54Cairennwhether that is better or worse, /shrug
22:59.12tardmrrI vote better
22:59.30Cairennthat's just cause you want to get in my pants
22:59.34Cairenn<PROTECTED>
22:59.43CIA-1303neriak * r1055 10FuBar_gfxToggleGUI/ (FuBar_gfxToggleGUI.toc gfxToggleGUI.lua): gfxToggleGUI: updated to FuBar 1.1, now uses DewDropLib and TabletLib, removed Util: TableIsEmpty because it doesn't work when it's embedded in the Utils. I decided to use next(table) ~= nil instead.
23:01.47*** join/#wowace Neriak (n=Neriak@dslb-084-058-110-019.pools.arcor-ip.net)
23:01.52Qaarhok, I don't know what I'm still doing up... good night, people
23:02.05Neriakhi
23:02.21Cairennhey Neriak
23:02.24CIA-1303ckknight * r1056 10FuBar/PanelClass.lua: FuBar - now can change the position of panels in the attaches state with drag and drop.
23:03.11tardmrrckknight: nice touch with the radio buttons
23:03.12*** join/#wowace snurre (n=snurre@AVelizy-153-1-30-71.w83-199.abo.wanadoo.fr)
23:03.12kergothwhy didnt i take a vacation day?
23:03.15snurremeow
23:03.17kergothworking on one's birthday is the devil
23:03.23kergothfoo.
23:03.37ckknightCairenn, I like your policy of treating developers like they're people
23:03.50Neriakckknight: Is it intended that you're using radio buttons in the FuBar Panel Menu now ?
23:03.50Cairennkergoth: Happy Birthday!
23:03.57Cairennckknight: weird concept, huh?
23:03.57ckknightyea
23:04.08NeriakzOMG! happy b-day kergoth !!
23:04.08ckknighthey, happy birthday
23:04.14ckknightNeriak, why?
23:04.23Neriakbecuae it's looking ugly ;)
23:04.33Neriakand I don't get the sense of it
23:04.46ckknightit's pretty simple..
23:05.41NeriakIs it to optically separate the detach/anchor functions from the others?
23:05.58*** topic/#wowace by Cairenn -> |wowace.com | ace.pastebin.com | Understanding is a three edged sword. Your side, their side, and the truth. Happy Birthday Kergoth!
23:06.10kergoththanks all
23:06.19kergoth26... 30 approaches.
23:06.24snurrehrmf, nobody wishing me a happy birthday :(
23:06.29ckknightNeriak, no, it's to group the detach/anchors together
23:06.43Neriakoh btw: I love DrewDrop and Tablet, just brilliant :)
23:06.45ckknightyea, at 30, you're like already dead
23:06.50ckknightDewdrop
23:06.55Neriakyeah Dew
23:06.57Neriaksorry
23:07.00weabkergoth: the earth circled around the sun yet another time! did you think it would make it this year?
23:07.03ckknightNeriak, if you have any API suggestions, let me know
23:07.13Neriaksure
23:07.28kergothweab: i'm generally more concerned about my ability to make it another year, rather than the earth :P
23:07.53*** join/#wowace Stylp3 (n=Stylpe@210.80-202-248.nextgentel.com)
23:07.53tardmrrcladhaire: you around?
23:07.54TainScrew the Earth, what did it ever do for you?
23:08.11hyperChipmunkprovided water, an atmosphere, solid ground...
23:08.12cladhairetardmrr: Yeah, just finished dinner, whats up?
23:08.14Neriakckknight: the best about TabletLib is the children argument .. totally awesome :)
23:08.25tardmrrcladhaire: perfect raid was broken yesterday
23:08.31ckknightyea, having it tiered makes things pretty well structured
23:08.34cladhairehuh?
23:08.34tardmrrall sorts of nasty
23:08.40cladhaireWhat versino of PerfectRaid?
23:08.43tardmrrI was getting svn
23:08.45tardmrrer
23:08.46cladhairethat's why
23:08.47ckknightI'm trying to get a way to have it work in both a procedural and a tiered fashion, side by side
23:08.53cladhairethe ;last commit message says "this is horribly broken"
23:08.55cladhaireactually =)
23:08.59hyperChipmunkyea
23:09.10tardmrrI was getting "Attempt to index AceLib" or something
23:09.11hyperChipmunkyou have to go to rev...sec
23:09.19hyperChipmunk968 or something
23:09.19cladhaireuse WoWI release
23:09.25cladhaireits the best bet right now =)
23:09.25tardmrrI was going to revert it, but I didn't have time between WSG games
23:09.28cladhairewell I restructure.
23:09.31hyperChipmunk868
23:09.37hyperChipmunk[20] [staharaj@hyperion]$ svn -r868 checkout http://svn.wowace.com/root/trunk/PerfectRaid
23:09.44cladhairePerfectRaid-0.3-Beta works well =)
23:09.51cladhaireor grab the tag
23:10.01hyperChipmunkyou put my patch in?
23:10.15cladhaireany way works =)
23:10.15Neriakbut the ghost bug's still in there, isn't it cladhaire ?
23:10.16cladhaireno
23:10.21cladhaireNeriak: What ghost bug?
23:10.22hyperChipmunk>8(
23:10.26NeriakI mean in WoWI release
23:10.39cladhairewhat ghost bug?
23:10.41Neriakthe one that I submitted
23:10.44cladhaireive never been able to reproduce it.
23:10.46Neriakletme check my Bugsack SV
23:11.57Neriak[339] = "[21:40-814] PerfectRaid\\PerfectRaid.lua:366: attempt to compare nil with string\
23:12.06cladhairecan you reproduce it?
23:12.08Neriak[348] = "[22:03-831] PerfectRaid\\PerfectRaid.lua:364: attempt to compare nil with string\
23:12.11cladhairethats just a general sort error.
23:12.21cladhairefor when you dont' exist as a member of the raid.
23:12.37Neriakhm probably not, since I don't know what revision of Ace I've been using when that error occured
23:12.43cladhaireits not an Ace issue.
23:12.45cladhaire=)
23:12.50Neriak[347] = "[21:16-830] Ace\\AceEvent.lua:81: attempt to call field `?' (a nil value)\
23:12.57cladhairethat one could be =)
23:13.03Neriakthis was right before the perfectraid error
23:13.07tardmrrthat one is cladhaire's fault
23:13.09cladhaireinstall 1.3 Ace and 0.3-Beta PR and you should be fine
23:13.10cladhaire=)
23:13.14tardmrrhe broke ace
23:13.17Neriakaye ;)
23:13.22cladhaireneg
23:13.26cladhairei didn't break shit =)
23:13.31Neriakyou did ^^
23:13.35tardmrrKael said you broke his Ace
23:13.41cladhairenope.
23:13.43cladhaireAce trunk is fine.
23:13.48cladhaireAce Cladhair branch is broken =)
23:13.48hyperChipmunkwfm
23:13.54cladhairebut Cladhaire branch is always broken
23:13.59*** join/#wowace Parak (n=profi@user-0cev737.cable.mindspring.com)
23:15.14Neriakclad: on patch 1.11 do you adopt frame:RegisterAllEvents() to AceEvent frame ?
23:15.23tardmrrno
23:15.25cladhaireno
23:15.33Neriakthis one could shrink Fireshow for example
23:15.56NeriakWhy? Afaik it's for debugging anyway?
23:16.03tardmrrwell, we could add a RegisterAllEvents API
23:16.14cladhaireno reaqosn to.. anyone who wants tocan handle their own evernts =)
23:16.24tardmrraye
23:16.56Neriakhm sure but that would mean eg. FireShow would need it's own dynamic frame ... but why reinvent the wheel when you could use Ace's frame ?
23:17.40cladhairebecause you don't want the ace handler being called
23:17.44cladhaireyou want to process the events directly
23:18.23CIA-1303ckknight * r1057 10FuBar/ (5 files):
23:18.23CIA-13FuBar - Switching profiles works again.
23:18.23CIA-13Put attachment options into a submenu.
23:19.08ckknightthere we go
23:19.10NeriakI stillt don't get the point, sorry :)
23:19.19NeriakBut I trust on your words *g*
23:19.32Neriakyou're the better coders hehe
23:19.53Neriakme padawan, you jedi
23:20.14TainI couldn't code my way out of a wet paper method inherited from tissue.
23:22.22ckknightI bet I could, Tain
23:22.49Neriakckknight: would you mind looking at my trunk of gfxToggleGUI to check if I used DewDrop and Tablet right and efficient?
23:23.00ckknightsure
23:23.04Neronix`sleeptissue:WetPaper = nil?
23:23.10NeriakI just wanna make sure I did thinks right, wanna release tomorrow
23:23.16Neriakthings
23:25.06ckknightNeriak, get rid of all your 'keepShownOnClick',TRUE
23:25.26ckknightDewdrop instead has closeWhenClicked
23:25.48Neriakouch
23:26.37ckknightouch?
23:28.24ckknightlooks good besides that
23:28.42NeriakYes, because I didn't check for the new arguments :)
23:28.59NeriakOk I'm fixing this. Thank you for looking over it.
23:29.00ckknightI have a list of them
23:29.54NeriakI guess I can wait until you add an API.html
23:30.16NeriakIt's my only FuBar 'baby' at the moment
23:30.38ckknightI added an API.html
23:30.40ckknightit's there
23:30.45ckknightI document all my libs
23:30.45Neriakwoot :)
23:31.05ckknightit's not in the FuBar directory, it's on svn outright
23:31.25ckknightokay, I think I'm gonna upload FuBar to WoWI now
23:31.49hyperChipmunk*earthshattering*
23:32.05hyperChipmunkcome quick, everybody! boss is gonna do an upload!
23:32.16ckknightI did a lot of stuff this time around
23:32.21ckknightdrag and drop goodness etc.
23:32.40Neriakyay!
23:33.00weabhe's been doing those damnedable uploads on nearly a daily basis
23:33.02ckknightand now you can change the x on attached panels
23:33.03weabi can't keep up!
23:33.14ckknightweab, would you rather I not work on it?
23:33.25Neriakno way ckknight
23:33.46weabonly teasing you :P it's great
23:33.51weabyou're a trooper
23:33.59NeriakI hope they never unlock the shackles that are attached to your desk
23:34.01Neriak;)
23:34.23ckknightI don't have a desk
23:34.25ckknightI have a bed
23:34.33ckknightI'm on it now
23:34.36ckknighteating mac and cheese
23:34.39Neriaklol
23:34.39ckknightthis is the life
23:35.07hyperChipmunkSchroeder style =)
23:35.11ckknightScroeder?
23:35.14ckknightSchroeder*?
23:35.27hyperChipmunkthe peanuts character
23:35.37hyperChipmunkthat plays the piano
23:35.38ckknightdon't know who that is
23:35.40ckknightLinus?
23:35.49Neriakit's Linus hyperChipmunk
23:35.54hyperChipmunkand he sort of sits and looks down at it
23:36.20hyperChipmunkhttp://images.google.com/images?q=schroeder
23:36.50Neriakhehe, you're right ... it's Schroeder
23:37.02Neriakfunny they gave him a german name
23:37.34Neriakthat was the name of our last president btw ;)
23:37.38NeriakGerhard Schroeder
23:38.14Neriakand Linus is definitely skandinavian, isn't it ?
23:39.12ckknightcrap, can't upload
23:39.19ckknighttoo many bugs
23:39.26CIA-1303ckknight * r1058 10FuBar_BagFu/BagFu.lua: FuBar_BagFu - fixed menu bug.
23:45.56ckknightanyone know how to make a frame not take on its parent's alpha value?
23:48.55hyperChipmunkbesides giving it its own, you mean?
23:50.13CIA-1303neriak * r1059 10FuBar_gfxToggleGUI/gfxToggleGUI.lua: gfxToggleGUI: removed all instances of keepShownOnClick and used closeWhenClicked instead for some options
23:50.13CIA-1303ckknight * r1060 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - no longer reparents.
23:50.36Codayushmmm.
23:50.53Neriakckknight: just found a bug while playing with a detached tooltip
23:51.00ckknighthit me
23:51.07hyperChipmunk~whaleslap ckknight
23:51.09purlACTION beats ckknight upside and over the head with a freakishly huge killer whale named Hugh
23:51.10NeriakI wanted to change the color of it and then this error popped up
23:51.11Neriak[01:50-965] FuBar\FuBarTooltip.lua:1432: attempt to call method `GetColor' (a nil value)
23:51.11Neriak<PROTECTED>
23:51.32NeriakIs this fixed yet?
23:51.35ckknightyea
23:51.41Neriakkk :)
23:51.41ckknightI updated that a while ago
23:51.56Neriakbut it's in the latest release on WoWI
23:52.26*** part/#wowace Ratbert_CP (n=KCummins@proxy-ce1.disney.com)
23:53.41Neriakok bedtime now *sigh*  -- I hate working.
23:53.49NeriakGoody night, y'all :)
23:54.22Neriakhmm where's that 'y' is coming from? .. I meant good, of course
23:55.03tardmrrtest
23:55.09tardmrrs/test/./
23:56.09CIA-1303ckknight * r1061 10FuBar/FuBar.lua: FuBar - fixed Autohiding
23:56.10hyperChipmunkprofound
23:56.35ckknightalpha
23:56.38ckknights/alpha//
23:58.32cladhaireanyone happen to know the blizzard raid UI functino we need to block in order to stop it fro loading?
23:59.30hyperChipmunkUI_SuckMemoryUsage()
23:59.38cladhairewow u suck
23:59.47hyperChipmunklol

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.