irclog2html for #wowace on 20060507

00:00.01Temnothing you are doing should create garbage
00:00.05Kaeltentem well memory goes up about 600kb a second.
00:00.16Tem...
00:00.17Kaeltenand it doesn't without it
00:00.33KaeltenI'd like to figure out why :)
00:00.33Temthat's like creating 6-10 tables in an OnUpdate
00:00.40Kaeltenexactly.
00:00.42Kaeltenbut I'm not.
00:01.21Kaeltenself:Hook("TradeSkillFrame_Update", function () self:Update() end)
00:01.26Kaeltenwould that create more garbage?
00:01.39ckknightNeronix, test the new BabbleLib
00:01.39Temno
00:01.51TemKaelten: try commenting out your hook call
00:02.00Temand running the function like 1000 times or so
00:02.15TemI don't think it's your fault at all
00:03.37Kaeltenhmm
00:03.46Kaeltenit shouldn't be the hook
00:04.00TemI don't think it's the hook per se
00:04.03Kaeltenand disabling KCET leaves 1.5kb of memory usage
00:04.15TemI think it's something else that's down the hook chain
00:04.47Wobin_What texture button should I use for the 'up history' one?
00:04.57Kaeltener?
00:04.57Kaeltenhmm
00:05.34TemI'm sorry Kaelten, I just don't see it
00:06.17ThianaSilly question Kael.
00:06.35Kaeltensill answer Thiana
00:06.38ThianaIsnt the local xxx in the for() going to recreate the vars every iteration?
00:06.40Kaeltens/sill/silly/
00:06.55Kaeltenhmm
00:06.57Kaeltenya actually
00:06.59Kaeltenit would
00:07.10ThianaSo that would be some GC
00:07.14Kaeltentrue
00:07.17Kaeltenlet me play with it
00:09.29ThianaBuildData() also has a local inside a loop.
00:09.38Thiana5 of them
00:10.02ckknightthat doesn't cause memory flux, though
00:10.24ckknightKaelten, why don't you just add a bunch of gcinfo() stuff in there?
00:10.32ckknightpinpoint the location
00:12.06GenNMX|ThraeKaelten: Has the bug where writing [Something] in plain text makes KCI spam "Not a valid link" been reported yet?
00:12.32Kaeltenno
00:12.45Kaeltenbut I'm going to be changing that functionality I think
00:13.09Kaeltenya I just ran the function 100k times with next to no mem increase.
00:13.24GenNMX|ThraeYeah, just writing [Something] in the chat edit box will make KCI say "Not a valid link" for each and very valid chat edit box key pressed after that.
00:13.42GenNMX|Thraes/very//
00:14.02GenNMX|Thraes/very/every/
00:14.13GenNMX|ThraeDamn your spam purl
00:22.01Kaeltenphyber,  from what I've seen it appears that the memory spike you're seeing is being caused by the inital generation of the cache
00:22.08Kaeltenthe update function is innocent
00:23.19kergothregarding waht you were talking about 20 minutes ago, creating a local on each pass of the loop doesnt do anything to memory usage.  a local is a slot, not a value
00:23.30kergothhmm, i need to finish up the work on the mixin class
00:24.15phyberKaelten: yeah, but it happens even after I've scrolled down the list. or if i just sit in the same place pressing up and down.
00:24.41phyberah well :)
00:25.30Kaeltenphyber, it does?
00:25.43Kaeltenphyber,  it doesn't on mine,  after that inital scroll its fine.
00:26.12KaeltenI've checked it each time BuildData is caused it creates abotu 300(kb?)  of memory use
00:27.29Kaeltennot sure what else I could do to make it cleaner,  I already use compost to cut back on memory use of the table usage
00:35.50Kaeltenphyber are you running any other tradeskill mods?
00:37.25phybernope
00:38.08Kaeltenafter that intial little bit of lag you shouldn't have any more after that
00:38.20Kaeltenmaybe a small bit here and there wheny our crafting
00:38.49Kaeltendepending on the mete you're using it may take a few seoncd for it to whine back done.
00:39.01Kaeltenalso raising your memory cap may help some on getthing things to work right
00:41.41phyberI have a memory cap of 72 right now, but at most I use 45.  I'll check it out some more tomorrow.
00:42.08phybergo through and make totally sure that no other mod is doing something with the trade windows.
00:42.18Kaeltenk
00:42.49Kaeltensome memory use is unavoidable,  I use 5 differnt tables to figure out the amounts, and thats probably most of it.
00:43.52ThianaIs this version the trunk or branch?
00:44.16phyberToFu is nice :)
00:44.39cladhairekergoth my friend
00:44.43cladhairehow are you this evening?
00:44.57Wobin_yay
00:45.05Wobin_History is complete
00:45.10Wobin_Now to make it pretty
00:45.12kergothphyber, nice
00:45.22Wobin_Again, looking for suggestions to the 'up history' button texture =)
00:45.23kergothpretty good, heading out in a couple hours
00:45.24ThianaHistory?
00:45.31kergothyou?
00:45.44cladhairepretty good
00:45.48kergothhmm, you didnt get my message cause i forgot to identify with nickserv
00:45.51cladhairewe should discuss acelib/aceoo when we get a chance
00:45.52cladhaireooh
00:45.53cladhairehaha
00:46.07cladhairecause if i feel better tomorrow, i may try to get things finalized.
00:46.37kergothi actually want to get coding on some actual addons soon
00:46.40kergothwant to get this wrapped up
00:46.56Wobin_Thiana: Gopher (name change possible) adds to the tradeskills frame so that clicking on a reagent that is constructed will scroll you down to that reagent. With a history button, so you can climb back up the tree
00:47.24ThianaOh nice :) Esp for engineering :)
00:47.34Kaeltenbranch
00:48.03Wobin_Hehe, 3 hours of code =P
00:48.20Kaeltenwobin_ is it available somewhere?
00:48.34Wobin_Kael I haven't uploaded it to the SVN yet
00:48.41*** join/#wowace Neriak (n=Neriak@dslb-084-058-145-067.pools.arcor-ip.net)
00:48.43Wobin_Still have some cosmetic things I want to add
00:48.44Kaeltenk, I'll help test it while I'm at all this other stuff too
00:48.50hastetodays question: When you right click a summoning portal, do you usually get a castingbar?
00:48.57Wobin_haste: No
00:48.58haste'cause the stop channeling event fires :p
00:50.00phyberis it firing when the person accepts the summon so you know to stop doing that animation?
00:50.06phyberor as soon as you click it?
00:50.20hastenot sure
00:50.31hasteI haven't touched a summoning portal in ages
00:50.39phyberah :)
00:50.45hastesomeone just whispered me in-game with it
00:50.51hasteI'm usually then who summons :p
00:51.00KaeltenNeriak,  I aproved those things for you
00:51.07hasteI'm basicly just making up theories
00:51.45Kaeltendoes bosspanel_mail or bosspanel_minixp have a fubar replacement yet?
00:51.57Kaeltenalthough I don't really use minixp anymore.
00:52.09hasteI think _mail is on the SVN
00:52.18Wobin_SetScript overwrites the current handler, yes?
00:52.30Tainminixp was Tekkub's right?
00:52.45hasteFubar_MailFu is on the SVN
00:53.01hasteWobin_: Just test it
00:53.03Kaeltenminixp was I think
00:53.06Wobin_yeah
00:53.12hasteit should tho'
00:53.14TainYeah Tekkub discontinued MiniXP, I think saying the one with Bosspanel had the same features now
00:53.17Wobin_I had a stack overflow cause I forgot to reassign the functions =)
00:53.18TainOr something I vaguely remember.
00:53.35Tekkubno
00:53.37Kaeltenah
00:53.38Kaeltenk
00:53.49TekkubI just havn't updated it cause I've not been off my 60 in some time
00:53.51Thianackknight, are you here?
00:53.54ckknightyes
00:54.06hastedamn that was a fast respons :p
00:54.31Tekkuband Mail's been on the SVN for a long time :P
00:54.49TainWell then if it works make a release of it.
00:55.28TainYou really can't rely on anything you grab from svn these days since everyone uses it differently.  You might get something that works, you might get something that has no intention of working.
00:55.44ThianaOk, someone wrote an addon to filter /macro spam from the cmd history. What was it called?
00:55.51kergothtrunk is never guaranteed to function, generally speaking, ever
00:55.59Wobin_Only Tag
00:56.13ThianaMore fun following the trunk though :)
00:56.19Wobin_Absolutely =)
00:56.29Wobin_Which reminds me, I need to tag MrPlow
00:57.14kergothtag or a stable branch, if one exists
00:58.02hyperChipmunkThiana: MacroStop
00:58.08ThianaThanks :)
00:58.55Wobin_hrm, I'm technically hooking...
00:59.00Wobin_but it's not safehooking
01:00.34Wobin_bah
01:00.38Wobin_AceHooks here we go =P
01:02.09CIA-1303kaelten * r1522 10FuBar_ReloadFu/reload.lua: ReloadFu: Added fuCompatible
01:02.33TainWow that actually annoys me a little.  I was talking to people in #wow-lounge about possible different ways to change the chat history.
01:03.33TainI know I would have at least said, "Hey I did this..." to someone who was talking about it.
01:03.38Kaeltenwhat annoys yout tain?
01:03.49Kaeltenthey didn't respond?
01:04.19TainNo, I guess just the idea that I was brainstorming that in channel with people because I was workign on another chat history addon.
01:04.49TainIf someone else did that and I came up with solutions I personaly would have just let them know since I knew they were doing it and asking questions.
01:05.10Kaeltenya I get ignored too
01:05.15TainNot exactly a big deal, just something I see as a common courtesy that's all.
01:05.30Neriak[02:52] <@Kaelten> Neriak,  I aproved those things for you
01:05.34Neriakthank you Kaelten
01:06.14Kaeltenhow do you do tooltips in fubar now?
01:06.39CIA-1303devla 07Devla * r1523 10AceHeal/AceHeal/ (7 files):
01:06.39CIA-13AceHeal:Another fix for Reagent check errors, mad props to Wobin
01:06.39CIA-13<PROTECTED>
01:06.39CIA-13<PROTECTED>
01:06.39CIA-13<PROTECTED>
01:07.47*** join/#wowace haste (n=haste@host-81-191-131-80.bluecom.no)
01:08.33Kaeltenno clue?
01:09.21Neriakkaelten check query
01:09.57Kaeltengeez it just gets more and more complicated to add a simple tooltip
01:12.19TainWait until tooltips are OO mixins generated from a derived factory. ;)
01:12.35*** join/#wowace pfault (n=pagefaul@Toronto-HSE-ppp3858305.sympatico.ca)
01:14.36*** join/#wowace Slayman (i=Slayman@c145233.adsl.hansenet.de)
01:15.09kergothheh, the new stuff makes things easier, not more complicated
01:16.15TekkubI branched MacroStop, BTW :)
01:16.19Tekkubit's all tiny now
01:16.24TekkubTinyer :)
01:17.27TainYes, I'm going to steal it for CommandHistory.
01:17.39Neriakhow tekkub badly didn't localize FuzzyLogic n/c n/c
01:17.41Neriak^^
01:18.03Tekkubmeh
01:18.08Tekkubit was my own personal mod
01:18.15Neriaknice and tiny tho :)
01:18.17Tekkubwhy would I care about localization
01:18.20NeriakI love it hehe
01:18.29Tekkubain't it nice?: )
01:18.34Neriakbecause you're an ignorant ;)
01:19.20Neriakthe good thing about it is, I have 3 buttons which I got rid off :)
01:19.24Kaelten[20:16-353] FuBar_ReloadFu\reload.lua:30: You must add categories in within a registration.
01:19.24Kaelten<PROTECTED>
01:19.26Kaelten?
01:19.29Kaeltenany ideas?
01:19.57Neriakhad this bug, too .. hm
01:20.13Neriakppost the code on ace.pastebin.com pls
01:20.19Wobin_Anyone know what the texture name is for the right turn arrow button you get on the character frame?
01:20.23Tekkubthat was the whole point ner!
01:21.06cladhaireAnyone know what the aura bar is called?
01:21.14Tekkubwewt, got my release-creater batch file all made :)
01:21.26Tekkubuh, shapeshiftbar I think
01:21.33Neriakwhat does it do, Tekkub?
01:21.51NeriakShapeshiftBar .. yup
01:22.03cladhaireShapeshiftBar = nil on mine
01:22.10Neriakhmpf .. hang on
01:22.17kergothNeronix, fix the syntax errors in nanostatslocals.. and changje the french translation to put the WORD_DAMAGE and WORD_HEALING into the nanostatslocals table
01:22.19kergothNeriak, :)
01:22.33Tekkubit basically just pulls down the SVN commit log, zips it, and gives it a version of the last commit it had
01:22.40Tekkublike "Metrognome r1288.zip"
01:23.09Tekkubbased off Boss's python script, but it crappy microsoft scripting lang
01:24.14TekkubShapeshiftBarFrame
01:24.37cladhairethanks
01:24.37TekkubShapeshiftButton## (1-10)
01:24.38Neriakkergoth: ? nanostats isn't my baby :)
01:24.45kergothdamn tab completion
01:25.01Neriakdoh yes, ShapeshiftBarFrame ...
01:25.12Neriakkergoth: nm :)
01:25.24Tekkubokey guess it's time to churn out some "real" releases
01:26.20NeriakTekkub: I also wanted to use such a batch, but I lack skill to code it .. dunno how to pull informations ..
01:26.42Tekkubyou need the subversion client
01:26.48Tekkubthe "official" one :)
01:26.51Neriakhmm python .. I could try that too ;)
01:27.01Neriakoh
01:27.11Tekkubboss pastebined up his one
01:27.19Tekkuband it uses the "real" client too
01:29.40Neriakjust seen it, thank you ... I'll toy around with it later
01:30.16Kaeltenckknight,  what does this mean? [20:16-353] FuBar_ReloadFu\reload.lua:30: You must add categories in within a registration.
01:30.17Kaelten<PROTECTED>
01:30.36ckknightpastebin your code, I'll tell you the problem
01:30.42CIA-1303tekkub * r1524 10SpecialEvents/ (SpecialEvents.lua SpecialEvents.toc): SpecialEvents - Setting svn:keywords
01:30.55Neriakkaelten: I already asked you for pastebin your code :)
01:32.00Kaeltenopps missed that sorry
01:32.01Kaeltenhttp://ace.pastebin.com/702864
01:34.52ckknightwoot, I got my new versioned FuBarPlugin dealy working
01:35.40*** part/#wowace cladhaire (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
01:35.47*** join/#wowace cladhaire (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
01:36.10ckknightodd
01:36.15ckknightseems like it should theoretically work
01:36.36Kaeltenlol, confusing me too.
01:37.00kergoth~botmail for neronix: nanostats works great once i fix the syntax issues in NanoStatsLocals.lua.   One bug report though, when you right click on it and lock it into position, it doesnt just stop accepting left clicks, it stops accepting right clicks too, so i cant get back into the menu to unlock it again :)
01:37.09ckknightwould you mind zipping your code and mailing it to me?
01:37.30ckknightkergoth, press alt and click
01:37.32Kaeltenits on the svn
01:37.52CIA-1303tekkub * r1525 10MountMe/ (Core.lua MountMe.toc): MountMe - setting svn:keywords
01:37.58CIA-1303kaelten * r1526 10FuBar_ReloadFu/reload.lua: Attempt at getting the tooltip to working.
01:38.01Kaeltenor at least it is now.
01:38.02ckknighthe should have a separate unlock button, though
01:38.08ckknightokay, Kael
01:39.02NeriakKaelten: lol I don't see any wrong at the code .. tried to put tablet in a local instead of into the object?
01:39.25ckknightyea, I don't know why you did self.tablet
01:39.33ckknightbut that shouldn't affect it
01:40.08Kaeltenits just the way I've been doing the embedable stuff
01:40.35ckknightoh
01:40.38ckknightI know your issue
01:40.48ckknightput FuBar_ReloadFu:RegisterForLoad() at the end
01:41.32Neriaklol
01:41.36Neriakyes :)
01:41.38Kaeltenum that was already in there
01:41.46KaeltenI tried moving it and all it did was change the line number
01:41.57ckknightand you shouldn't use categories for what you're trying to display
01:42.03ckknightjust do tablet:SetHint(locals.instructions)
01:42.33Kaeltenlol
01:42.36Kaeltennow someone tells me
01:42.42ckknightread the API docs?
01:42.49CIA-1303kemayo * r1527 10FuBar_KungFu/KungFu.lua: Fubar_KungFu - Try to squash an intermittent zoning glitch.
01:42.50ckknightor the example
01:43.35Wobin_Anyone know the path to the icon for engineering?
01:43.36Kaeltennow I get this:[20:43-357] FuBar_ReloadFu\reload.lua:28: You must set hint within a registration.
01:43.37Kaelten<PROTECTED>
01:43.38Wobin_The yellow gear?
01:44.57ckknightKaelten, I'll figure it out
01:45.22CIA-1303tekkub * r1528 10Kennel/ (. Kennel.lua Kennel.toc):
01:45.22CIA-13Kennel
01:45.22CIA-13- Setting svn:keywords
01:45.22CIA-13- Added PT embed (and thus removed dependancy)
01:46.09NeriakKaelten: so you just have  self.tablet:SetHint(locals.instructions) in your UpdateToolTip() now ?
01:46.11ckknightoh
01:46.15ckknightnow I know the issue
01:46.21ckknightyou're using the 1.0 API, not the 1.2 API
01:46.26ckknightchange fuCompatible to 102
01:46.59Neriakfunny
01:47.08Neriakthis makes sense
01:47.14ckknightwhat's that?
01:47.28ckknightI'm about to change the whole fuCompatible deal anyway
01:47.46Neriakwhat's worng with it?
01:47.46ckknightit's gonna turn into PluginFu = FuBarPlugin:GetInstance('1.2'):new({ ... })
01:47.56Neriaks/worng/wrong/
01:47.59Kaeltenlol
01:48.08Kaeltenok, its working now.
01:48.09Kaeltenthanks.
01:48.11ckknightyea
01:48.30ckknightNeriak, nothing is inherently wrong, it's just that the instance way is cleaner
01:48.43ckknightit allows me to have a separate compat-1.0.lua file
01:48.53ckknightand without it, the 1.0 API won't be supported
01:48.54CIA-1303tekkub * r1529 10Metrognome/Metrognome.toc: MetrognomeLib - Setting svn:keywords on TOC
01:48.55NeriakI see, nifty.
01:49.19Neriakwhoah tekkub on a tuning spree :P
01:50.04Tekkubyarr
01:50.11hasteTekkub: gogogo!
01:50.12TekkubI'mm churnin em out to WoWI too
01:52.47CIA-1303kaelten * r1530 10FuBar_ReloadFu/reload.lua: Fixed tooltip issues.
01:52.47CIA-1303tekkub * r1531 10FuBar_LootTyFu/ (. Core.lua FuBar_LootTyFu.toc): FuBar_LootTyFu - Setting svn:keywords
01:55.17CIA-1303tekkub * r1532 10FuBar_NameToggleFu/ (. Core.lua FuBar_NameToggleFu.toc): FuBar_NameToggleFu - Setting svn:keywords
02:02.31Wobin_hm
02:05.58Wobin_Textures don't get GC'd do they?
02:06.55Wobin_Oh wait, I can reparent
02:09.08Temno 'frame' objects are ever GCed
02:12.43Wobin_aye
02:13.02netcursenight
02:13.03cladhaireZOMG WHY ARENT FRAMES DELETED?  THERE A MEMORY LEEK
02:13.21Wobin_Oh, I'm getting an "Attempt to unhook a method (OnClick) that is not currently hooked" error
02:13.33cladhaireThen you're probably attempting to unhook a method "OnClick" that isn't currently hooked.
02:13.34cladhaireimo
02:13.36Wobin_even though I'm hooking it... I think?
02:13.38Wobin_oh
02:13.48cladhaireself:HookReport() will tell you all your current hooks
02:13.48Wobin_?
02:14.04Wobin_But I'm using ScriptHook to hook them?
02:14.16cladhaireHookScript() I hope =)
02:14.26cladhaireif you use HookScript() then they'll be in the hookreport.
02:14.44cladhairebest bet is to enable AceDEbug for your addon.
02:14.48cladhairesee i9f you're getting any other non-fatal messages
02:14.49Wobin_aaye
02:14.55Wobin_I'm not =)
02:15.01Wobin_wait, I'll reload and try agian
02:15.18Wobin_and it's Acedebug that's giving me the errors
02:15.29cladhaireok
02:16.09Wobin_yeah
02:16.22Wobin_it's just giving the errors...
02:16.32cladhairejust the UnHook error?
02:16.46Wobin_yeah
02:16.55cladhairetry running a hook report prior to that.
02:16.58Wobin_k
02:17.08cladhairewhats the format for your unhook?
02:17.12cladhaireand your hook
02:17.14cladhairepastebin it
02:17.50Wobin_k
02:20.46CIA-1303ckknight * r1533 10FuBar/ (7 files in 2 dirs):
02:20.46CIA-13FuBar -
02:20.46CIA-13API change:
02:20.46CIA-13removed fuCompatible.
02:20.46CIA-13changed declaration of plugin from FuBarPlugin:new({ ... }) to FuBarPlugin:GetInstance("version"):new({ ... })
02:20.46CIA-13Added an independant compatibility file, that without, the 1.0 API would be unsupported. (compat-1.0.lua)
02:22.12Wobin_bah
02:22.17Wobin_pastebin is taking so long
02:22.17CIA-1303tekkub * r1534 10FuBar_MailFu/ (. Core.lua FuBar_MailFu.toc Localization.lua): FuBar_MailFu - Converted to use SEEmbedMail
02:23.27Wobin_can anyone get anything from pastebin right now?
02:23.51Wobin_bah
02:23.59Wobin_basically: hooking like: self:HookScript(TradeSkillReagent1, "OnClick", function() Gopher:Clicked(1) end)
02:24.12Wobin_and unhooking like: self:UnhookScript(TradeSkillReagent1, "OnClick")
02:24.18*** join/#wowace Gngsk (n=gngsk@c-68-33-204-115.hsd1.md.comcast.net)
02:25.05kergothgod, i wish people would stop calling constants Locals in their addons
02:25.08kergothdamnit, they arent locals
02:25.10kergoth:P
02:25.27cladhaireO.o
02:25.30cladhairehuh?
02:25.46kergothFooAddonLocals = { NAME = "foo" } etc
02:25.48kergothjust annoying
02:25.52cladhaireeew
02:25.59kergoththey're constants, dangit
02:26.05cladhaireWobin_: /dump self.Hooks[TradeSkillReagent1].OnClick
02:26.23ag`what's the better approatch?
02:26.52cladhaireag`: Don't call them locals, when they're not "local" Variables =)
02:27.46pagefaultwow I love this new build
02:27.50pagefaultI am #1 for damage in MC right now
02:28.34CodayusHmmm
02:28.50CodayusActually, I might have called some constants locals, possibly.
02:29.02Wobin_cladhaire: attempt to index global self
02:29.07Wobin_(nil value)
02:29.12CodayusI believe the thought process was they were for localization, and localization ~= locals.
02:29.14cladhaireWobin_: You have to replace self with the addon you're calling
02:29.17cladhairewhen you call it from the commandline
02:29.17Wobin_k
02:29.21cladhairebut i don't know what namespace you're using =)
02:29.22CodayusIt ALMOST makes sense, if you're tired enough.
02:29.53ag`okies, nn :)
02:30.03Wobin_well it works...
02:30.13Wobin_when the tradeskill frame is open, as expected
02:30.25Wobin_but returns nothing when closed (also as expected)
02:30.37cladhaireok
02:30.41cladhaireare you using an event?
02:30.43cladhaireto unhook?
02:30.46Wobin_yes
02:30.47cladhairecause i think that event fires twice.
02:30.50Wobin_aha
02:30.52cladhaire=)
02:30.53cladhairecheck it
02:30.55Wobin_tricksy
02:32.43Wobin_I'll make the event dependant on the situation
02:32.58Wobin_Brilliant
02:33.01cladhaireor
02:33.04cladhairejust check if its hooked.
02:33.36cladhaireif self.Hooks[BlahBlah].OnClick and self.Hooks[BlahBlah].OnClick.active then ZOMGUNHOOK() end
02:35.18Temhmm, how would I go about seeing the file modification dates on a set of files?
02:35.18Wobin_I like your naming scheme =)
02:35.39Wobin_PS, anyone got a good name for my addon?
02:35.57Tem"PEWPEWLAZERZ" would make a good name
02:36.09Wobin_If nondescriptive
02:36.14Tekkubhrm....
02:36.23TekkubI'm renaming Zookeeper
02:36.34Tekkubto OMGKITTYKATMEWMEWMEW
02:36.52Wobin_are there any command line commands? =P
02:37.19Temseriously, how do I see the modificaiton date for files?
02:37.55Tem(I'm talking unix command line btw)
02:38.15CIA-1303ckknight * r1535 10BabbleLib/ (BabbleLib.toc Lib/ Lib/BabbleLib.lua): BabbleLib - added 1.1 -> 1.0 compatibility layer.
02:38.28ckknightls -lA
02:38.45Wobin_no suggestions?
02:38.46Wobin_Tekk?
02:38.51ckknightwhat addon?
02:39.23Wobin_Tradeskills frame modifier, you can click on reagents you can make, and it scrolls to that reagent
02:39.48Wobin_With a history button to pop back up
02:39.49Temthanks ckknight
02:39.49Wobin_And an indicator as to which reagents can be created
02:39.49ckknightthanks for what?
02:39.52ckknightoh
02:39.54ckknightyea
02:40.00Tekkubfood now ask later
02:40.12TekkubLogos
02:40.16Tekkub*Legos
02:40.22ckknightI have other people come up with names for me
02:45.12Temoh man
02:45.28Temmental note: don't write a project this complex and not document immediately
02:45.56TainThe only name coming to mind right now is, "Craftmatic"
02:45.59CIA-1303ckknight * r1536 10BabbleLib/ (8 files in 8 dirs): BabbleLib - updated svn:keywords
02:46.21ckknightTem, what are you building?
02:46.34Temoh, a java assignment from a while back
02:46.41TemI finished it a week ago
02:46.45Temit's due tonight
02:47.09Tembut I made it retardedly overcomplex
02:47.21Temand so I have like 20 classes to document...
02:47.27*** join/#wowace Parak (i=PROFI@user-0cev737.cable.mindspring.com)
02:49.24CIA-1303ckknight * r1537 10BabbleLib/Class/BabbleLib-Class.lua: BabbleLib - fixed nil bug.
02:55.48TainTook a SS of my current interface for someone today.  I still have to flip the map though.  This is on a new character so it's not exactly "flushed out" with actions on buttons.
02:55.50Tainhttp://crushingdreams.com/images/WoWScrnShot_050606_154642.png
02:56.28CIA-1303ckknight * r1538 10FuBar/ (. FuBar.lua FuBar.toc): FuBar - removed all remnants of FuBarTooltip
02:59.28ckknightwell, I have 14 libraries in FuBar now
02:59.32ckknightlol
02:59.47Gngskis there an easy way to add a border to timex bars other than hacking the xml?
03:02.44CIA-1303ckknight * r1539 10GratuityLib/Lib/GratuityLib.lua: GratuityLib - updated FindDeformat to work with BabbleLib 1.1
03:04.50CIA-1303wobin * r1540 10ReAgent/ (. ReAgent.lua ReAgent.toc): ReAgent: Initial import - Drills down your reagents in your tradeskills and back up again
03:06.05CIA-1303ckknight * r1541 10FuBar_DurabilityFu/DurabilityFu.lua: FuBar_DurabilityFu - updated for BabbleLib 1.1
03:06.20CIA-1303ckknight * r1542 10FuBar_HonorFu/HonorFu.lua: FuBar_HonorFu - updated for BabbleLib 1.1
03:07.23CIA-1303ckknight * r1543 10FuBar_HonorFu/HonorFu.lua: FuBar_HonorFu - fixed typo
03:08.09Wobin_Well.
03:08.28Wobin_I'm definitely waiting til you release your next version of Fubar before putting ReAgent out, ckknight  =P
03:08.40Wobin_Cause otherwise it's just irritating =P
03:08.41ckknightdon't worry about it
03:08.45ckknightall backwards compatible
03:08.49Wobin_nono
03:08.57Wobin_In the new addons section =P
03:09.01ckknightoh
03:09.11ckknightI'll only be uploading like 5-6 things
03:14.46Gngskangler totally hijacked my mouse!
03:14.52ckknight?
03:15.18Gngskgot an error about SetKeyBinding and was stuck in mouselook mode
03:15.21Gngskhad to relog
03:15.55CIA-1303ckknight * r1544 10GloryLib/ (. API.html GloryLib.toc Lib/GloryLib.lua README.txt): GloryLib - updated for BabbleLib 1.1
03:16.26CIA-1303ckknight * r1545 10TouristLib/ (. Lib/TouristLib.lua README.txt TouristLib.toc): TouristLib - updated for BabbleLib 1.1
03:16.47ckknightcouldn't you just /rl ?
03:17.14Wobin_Gngsk: Yeah, same
03:17.20Wobin_although /rl worked for me
03:17.23Gngskodd
03:17.24Wobin_but still! hijacked!
03:17.48GngskI'm getting an ocb error too, but I can't tell what it is cuz ImprovedErrorFrame sux
03:17.55Wobin_bugscak
03:18.04Gngskyah, I think I'll do that now
03:20.25ckknightokay, turns out I have 8 things to upload
03:25.06TekkubReAgent, bah
03:25.12TekkubI liked Legos better
03:26.05CIA-1303ckknight * r1546 10BabbleLib/README.txt: BabbleLib - updated README.txt for 1.1
03:26.52Wobin_Legos didn't make much sense
03:27.05Wobin_Cause it's more a breakdown than a buildup
03:27.21Wobin_Still have time for suggestions
03:27.28Wobin_It hasn't hit the awkward renaming stage yet
03:27.29TekkubAtomizer
03:28.00TekkubNutritionalInformation
03:28.19Tekkuboh oh oh
03:28.22Tekkubperfect name
03:28.32TekkubReverseEngineering
03:28.37Tekkub^^
03:28.39Wobin_hehe
03:28.42Wobin_I like it
03:28.52Wobin_Done =P
03:28.55Tekkub"It's just like Gnomish Engineering"
03:29.02Wobin_But backwards!
03:29.29Tekkubno... we need to credit the quote to the gobbie artisan trainer
03:29.58Tekkuband qoute the gnomist artisan as saying "It's just like Goblin Engineering"
03:30.10Wobin_hehe
03:32.17Tekkubit's so applicable too, cause engineering is the one trade that really needs a parts lookup
03:33.13CIA-1303wobin * r1547 10ReAgent/ (. ReAgent.lua ReAgent.toc RevEng.lua RevEng.toc): ReverseEngineering - Now renamed from ReAgent
03:33.26Wobin_hm
03:35.09CIA-1303wobin * r1548 10/trunk/ (ReAgent/ ReverseEngineering/): Renamed addon from ReAgent
03:35.26CIA-1303tekkub * r1549 10Kennel/Kennel.lua: Kennel - Fixed Tpo in PTEmbed init
03:35.41ckknightall done uploading
03:37.11Wobin_hrm, RevEng -shouldn't- conflict with KCET
03:39.02Codayusckknight: Hmm, seem to have an error with TransparencyFu
03:39.05CodayusJust double checking.
03:39.28ckknightCodayus, TransparencyFu is no longer supported
03:39.32ckknightjust don't use it
03:39.32CodayusOh?
03:39.40CodayusOh...well, that explains it...  :-)
03:39.46ckknightthat, SpacingFu, and FontSizeFu
03:39.51ckknightjust use FuBar's right-click menu
03:45.11CodayusAh, yes, it works now.
03:50.36Wobin_I wonder why noone's written this one before?
03:50.52Cairennall approved
03:50.54Wobin_Cosmetics aside, I think all the functionality was around for a while
03:54.04CIA-1303ckknight * r1550 10BabbleLib/Spell/BabbleLib-Spell.lua: BabbleLib - added Soulstone Resurrection to spells.
03:54.43ckknightwritten what, Wobin?
03:55.29Wobin_Reverse Engineering
03:56.22ckknightah
03:56.24ckknightokay
03:59.48Temckknight: you completely shut down Anduin
04:02.03ckknightI know
04:02.21ckknightit's true, though
04:02.28ckknightthe way I do it now is most efficient
04:02.45ckknightif I did it his way, it would cause more memory usage, which is what i want to avoid
04:05.48*** join/#wowace Soku[Laptop] (i=WinNT@towers155-19.sfsu.edu)
04:05.54*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net)
04:08.39CIA-1303ckknight * r1551 10/trunk/ (13 files in 13 dirs): Changed fuCompatible = 102 to :GetInstance("1.2")
04:10.13Cairennummm, ckknight?
04:10.20ckknightyes?
04:10.26Cairennjust loaded up the new ones, hit reload, got this:
04:10.57Cairenn<PROTECTED>
04:11.03ckknightah, hell
04:11.06Cairennminus the spelling errors
04:11.17Cairennand no bar
04:11.21ckknightoh
04:11.26ckknightfully exit wow
04:11.33Cairenntoc change/
04:11.35Cairenn?
04:11.36ckknightright
04:11.39ckknightbig one
04:11.48Cairennk, gimme a couple then, lemme get to a safe spot
04:11.50ckknightBabbleLib is now like 6 different things
04:11.56Cairenngotcha
04:12.12ckknightand the 1.0 compatibility layer is fully separated
04:12.51ckknightso it's all happy
04:13.53Cairennokay, now this instead:
04:14.12CairennFubar\compat - 1.0.lua: 1331: attempt to concatenate a nil value
04:14.16Cairennand still no bar
04:15.22ckknighthrm
04:24.19Wobin_30Kib on load
04:28.00ckknightwell, I found another bug from searching for that, but I couldn't figure out the bug you gave me
04:29.16CIA-1303ckknight * r1552 10FuBar/compat-1.0.lua: FuBar - fixed some bugs with FuBarTooltip
04:29.29ckknightCairenn, would you be so kind to try that?
04:29.41Cairenntoss it up on WoWI :)
04:31.17Cairennor just give me the proper svn addy, I can never remember it
04:31.23Cairennreally should bookmark it
04:31.47Gngskhttp://svn.wowace.com/listing.php?repname=Ace+SVN&path=%2Ftrunk%2F
04:32.20Cairennwhee, trying to time out on me here ...
04:32.36ckknighthttp://svn.wowace.com/root/trunk/FuBar
04:32.42ckknightjust the compat file changed
04:35.12Cairennnope, still same, unless I need to do a complete relog
04:35.22Cairennactually, hang on
04:35.32Cairenndifferent number ... 1460 instead of 1331
04:36.29ckknightokay...
04:37.05ckknightwtf.
04:37.08ckknightcrappy Blizzard
04:37.12ckknightI'm calling this a game bug
04:37.15Tekkubhey Cairbear....
04:37.28Cairennhey Tekkubby :)
04:37.30Cairenns'up?
04:37.32TekkubI know I know... I'm a slow fucker....
04:37.32Tekkubhttp://www.wowinterface.com/downloads/fileinfo.php?id=4939
04:37.42CairennWOOT!
04:37.46Cairenn;)
04:38.05TekkubBossy inspired me to make a release packaging batchfile
04:38.22CIA-1303ckknight * r1553 10FuBar/compat-1.0.lua: FuBar - trying to work around name bug.
04:38.28Tekkuband I made a wiki template to format my descriptions/links for WoWI and cursed
04:38.39TekkubI'm still torn over ui.wow and the link shit
04:38.48ckknighti want Dolby to make the backend upload page
04:38.52Tekkubbut anyway, it's just write-once copy/paste now :)
04:39.28ckknightCairenn, try that out?
04:39.38Cairennjust did, no errors, bar is back
04:39.42Cairennlooks like you sorted it
04:39.42ckknightalright
04:39.57ckknightif Dolby implements the upload deal, that copy-paste bit won't have to happen anymore
04:40.23Cairennbeep my name when it's ready to be approved at WoWI
04:40.33ckknightI'll upload it now
04:40.37Cairennokay
04:42.12ckknightokay
04:42.15Cairennhave you guys posted about the backend uploader?
04:42.22ckknightyes
04:42.29ckknightand I gave the specs and everything
04:42.30Cairennk
04:42.32Cairennand approved
04:42.34ckknightdon't know why it's taking so long
04:42.49Cairennbecause he's up to his eyeballs in other stuff as well?
04:43.28CairennI mean, come on, give the guy a break
04:43.43Cairennhe's got a full time job besides the sites
04:44.10ckknightah, I suppose
04:45.40Cairennanother one for you
04:46.09CairennFuBar\FuBar.lua: 1712: attempt to call method 'SetOwner' (a nil value)
04:46.19Cairennhappened when I moused over the bar
04:46.22hasteto make a long story short: emerge -avuDN world
04:46.30hasteI'm going to bed now *afk*
04:46.53Cairennhappens every time I mouse over the reload icon
04:47.14Cairennhrm, more than just that one, it seems
04:47.57Cairennjust about every one that isn't by you is popping up that error when I mouse over
04:49.11ckknightI just fixed that...
04:49.21ckknightor did I?
04:49.22ckknighthrm
04:49.24ckknightdammit
04:54.09Thianaemerge -avuDN world?
04:56.05CIA-1303ckknight * r1554 10FuBar/ (FuBar.lua compat-1.0.lua): FuBar - fixed more 1.0 compatibility issues.
04:56.38ckknightThiana, gentoo
04:56.47ckknightCairenn, alright, fixed those issues
04:56.51Cairenntesting now
04:57.12ThianaThat is the gentoo version of apt/dpkg?
04:57.23Thiana(debian)
04:57.30Cairenncompat - 1.0.lua: 721: attempt to ... yadda yadda
04:57.33ckknightportage is
04:57.59Cairennit's the same setowner message, just different ln
04:58.51TainYeah Thiana, same overall idea, except Gentoo graps source and compiles everything as it installs, instead of installing binaries.
04:58.59ckknightokay, Cairenn
04:59.01CIA-1303ckknight * r1555 10FuBar/compat-1.0.lua: FuBar - fixed nil bug
04:59.10ThianaAh ok. Thanks :)
04:59.42Cairenn724 this time
05:00.08ckknightdammit
05:01.21CIA-1303ckknight * r1556 10FuBar/compat-1.0.lua: FuBar - fixed nil bug.
05:01.50ckknightit's hard for me to test this, cause the error's not happening on my end
05:01.57Cairennstill 724
05:02.51ckknightokay, do me a favor
05:02.52Cairennthat's why it's handy to have others around that have 1/2 a clue and can help you
05:02.54Cairennsurely
05:02.54ckknight<PROTECTED>
05:03.17ckknightI just need to know if it's nil or not
05:04.08Cairenn[string "local func - function (...) if type(arg[1]) == 'table' then prin..."\:1: ')' expected near "TooltipFrame'
05:04.59Wobin_Do you have iriel's devtools installed?
05:05.03Cairennnope
05:05.10ckknightjust do /print FuBarTooltipFrame == nil
05:05.37Cairennfalse
05:06.02ckknightokay
05:06.04ckknightthen wtf.
05:11.24CIA-1303ckknight * r1557 10FuBar/ (FuBarUtils.lua compat-1.0.lua): FuBar - theoretically fixed FuBarTooltip
05:12.55Cairennstill
05:12.58ckknightwtf
05:13.00ckknight+
05:13.13Cairennlet me try logging
05:13.47*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
05:13.52CIA-1303ckknight * r1558 10FuBar/compat-1.0.lua: FuBar - fix
05:14.00ckknighthey robodude666
05:14.02ckknighthow's things?
05:14.05robodude666hey ^^
05:14.08robodude666good good, you?
05:14.13ckknighttrying to fix a bug
05:14.17ckknightthat I can't reproduce
05:14.19ckknightfun times
05:14.34robodude666yup
05:14.39Cairennstill
05:14.42ckknightwtf
05:14.44robodude666took me 30min to get my irc working lol
05:14.44ckknightthat's impossible
05:14.51ckknightwhat's the line number?
05:14.58Cairenn724
05:15.00CairennI know
05:15.03ckknightand what does it say?
05:15.05ckknightthe full error
05:15.30CairennFuBar\FuBar.lua: 724: attempt to call method 'SetOwner' (a nil value)
05:15.36CIA-1303kemayo * r1559 10FuBar_ToFu/ToFu.lua: FuBar_ToFu - Updated for FuBar's new plugin-creation method.
05:15.38ckknightget the most recent version
05:15.40Cairennerrr, no, hang on
05:15.45ckknightthe one you have can't be the latest one
05:15.50ckknightline numbers are off
05:16.09CIA-1303kemayo * r1560 10FuBar_QuestsFu/QuestsFu.lua: FuBar_QuestsFu - Updated for FuBar's new plugin-creation method.
05:16.10robodude666fun
05:16.11Cairenn<PROTECTED>
05:16.22ckknightno!
05:16.35ckknighthere's line 724: if plugin.tooltip.SetOwner then
05:16.36CIA-1303kemayo * r1561 10FuBar_KungFu/KungFu.lua: FuBar_KungFu - Updated for FuBar's new plugin-creation method.
05:16.45Cairennnow 742
05:16.49ckknightoh, okay
05:16.56robodude666ckk, thats the corrent line
05:16.57Cairenn*just* changed
05:17.11robodude666the error means SetOwner is not in the class
05:17.27CIA-1303ckknight * r1562 10FuBar/compat-1.0.lua: FuBar - fix
05:17.37robodude666for some reason, plugin.tooltip.SetOwner was not set
05:18.01ckknightrobodude666, I kinda revamped the code a bit
05:18.08Cairennokay, that error is gone
05:18.09ckknightthe compatibility stuff is now a separate package
05:18.18ckknightalright, but does it work like it "should"?
05:18.22CairennBUT (don't hurt me)
05:18.38Cairenneverytime I hit reload ui, I'm getting ... hang on
05:18.39robodude666lmao i like the "should" part :P
05:19.26CairennFuBar\FuBar.lua:1729: attempt to call method 'IsOwned' (a nil value)
05:19.46ckknightum, no
05:19.53ckknightwrong line number
05:19.58Cairennnot
05:19.58ckknightget the recent FuBar.lua
05:20.57robodude666ck, i take it that its a bad time now and I should come back later?
05:21.01Cairenn1753
05:21.07Cairennhang on, completely different now
05:21.15ckknightnah
05:21.30ckknightwhat's your issue, robodude666 ?
05:22.22robodude666right, so i wanted to know if your dewdroplib could do a function or something onenter to a menuitem that hasArrow
05:22.53Cairennckknight: FuBar\FuBar.lua:1753: attempt to call 'Plugin_HideTooltip' (a nil value)
05:22.57Cairennon reload
05:23.04Cairennwith new FuBar.lua
05:23.27Cairennand some plugins not showing data on mouseover now
05:23.47robodude666Cairenn, you broke it!!!
05:23.49robodude666lol
05:23.58Cairennyeah, I suck that way
05:24.08robodude666*points at Cairenn*
05:24.33Cairennbut at least I also help track it down to debug
05:25.16robodude666:)
05:25.26robodude666bless those lovely debugs
05:25.35robodude666yea. better than those noobs that say "I have a problem. fix it"
05:25.52robodude666SWEET My poker works :D
05:26.06Cairennno no, you've got it all wrong robodude666, it's "it dun wrk"
05:26.38robodude666dun?
05:26.43CIA-1303ckknight * r1563 10FuBar/ (FuBar.lua compat-1.0.lua): FuBar - fix
05:26.46Cairenndoesn't :p
05:26.52ckknightrobodude666, why would you need to call a function on mouse over?
05:26.53robodude666dnt?
05:26.58ckknightCairenn, try that
05:27.17robodude666either than or set a variable to the value of a menuitem
05:27.42ckknightCairenn, it's more like "it dun wrk lol kthxbai"
05:28.00ckknightrobodude666, of a subemnu?
05:28.03ckknightsubmenu*
05:28.13robodude666*either that
05:28.44Cairennokay ... NO error messages at all this time
05:28.46CairennBUT
05:28.49ckknightgrr.
05:28.53Cairennheh
05:28.53robodude666alright. remember that bastardization of tables?
05:29.00ckknightyea?
05:29.08Cairennsome plugins still not showing info on mouseover
05:29.33robodude666well, i want to know over which menu item the user is over so i can build the next level for that item
05:29.44ckknightCairenn, /print FuBarTooltipFrame.SetOwner
05:29.53ckknightrobodude666, that's what value is for
05:30.03robodude666but thats when you click it!
05:30.07ckknightno it's not
05:30.16ckknightfunc is called when clicked
05:30.16robodude666it only sets for me when i click it :S
05:30.19ckknightvalue is for submenus
05:30.20CairennFactions, Quests, Guild, InnBound, Tracker, Aspect and Reload are the ones not showing
05:30.26ckknightpastebin
05:30.41ckknightdo /print FuBarTooltipFrame.SetOwner
05:31.41ckknightit'll either give nil or a function
05:31.57robodude666hmm. so your saying onenter value UIDROPDOWNMENU_MENU_VALUE gets set to what ever .value is?
05:32.19Cairenn[string "local func =function(...) if type(arg[1]) == 'table' then prin..."]:1: ')' expected near "TooltipFrame'
05:32.25Cairenn:p
05:32.41ckknight<PROTECTED>
05:32.50ckknightrobodude666, no
05:33.05robodude666what are you saying then?
05:33.05ckknightrobodude666, did you even read the API docs?
05:33.11robodude666yes...
05:33.27ckknightso you'll know that your menu function takes arguments
05:33.28Cairennckknight: false
05:33.34robodude666il read it again
05:33.45ckknightCairenn, hrm
05:34.06CairennI suppose I really should install Iriel's DevTools one of these days
05:34.18ckknightCairenn, can you wipe your FuBar directory and get the whole folder again?
05:35.14ckknightrobodude666, Dewdrop does not work with Blizzard's dropdowns at all, it merely looks similar
05:35.53robodude666i understand
05:36.28robodude666AHHH your talking about the value thing in dewdrop!
05:36.47robodude666I thought you were talking about it in blizzard's UIDropDownMenu
05:37.22ckknightno
05:37.27robodude666Sweet. this is exactly what I wanted!
05:37.33robodude666*hugs ckknight*
05:37.38ckknightalright
05:37.43robodude666yay ^^
05:38.01robodude666I finally get to finish my mod! Hope it will come useful for some people.
05:38.11ckknightwhat is your mod?
05:40.19Cairennckknight: as requested, complete wipe and reload from the svn, all looked good till I got to InnBoundFu:  FuBar\compat- 1.0:lua: 1679: attempt to index a nil value
05:40.40ckknightprivate is nil
05:40.40ckknightokay
05:40.46robodude666A cmd manager. I notice a lot of mods these days only have cmds to set options and do things because people don't make GUIs for their like first mod because they dont know. Nor do they have keybinding or do users want to make macros to take up space. So I am making a little mod which allows users to organize their cmds they use. The mod will add a little icon next to minimap where their list of cmds will show up in a dropdown menu and
05:41.11Cairennditto aspect, tracker and reload - all four on mouseover
05:41.13robodude666Think it would be useful?
05:41.38CIA-1303ckknight * r1564 10FuBar/compat-1.0.lua: Fixed nil bug.
05:41.38ckknightokay
05:42.04robodude666CIA-13 is a bot?
05:42.22ckknightsure is
05:42.24robodude666awwwwww
05:42.29Cairennckknight: uh oh
05:42.31CIA-13ow
05:42.33ckknightuh oh?
05:42.49robodude666anyways. 3 last questions
05:43.24Cairennnew compat lua ... no bar ... \compat- 1.0.lua: 1460: attempt to index filed 'data' (a nil value)
05:44.03ckknightah crap
05:44.07ckknightI must've saved an old version
05:44.08ckknightrevert!
05:44.10Cairennalso, I've been a good doobie and installed Iriel's DevTools, finally
05:46.05robodude666So my last 3 questions and I leave.
05:46.05robodude6661) Think it would be useful?
05:46.06robodude6662) Could I be able to include DewDropLib in my zip download?
05:46.06robodude6663) Why did you chagne your name from Boss to ckknight?
05:46.17ckknight1) meh
05:46.22ckknight2) sure
05:46.32ckknight3) it always was ckknight, I don't know why I called myself Boss on WoWI
05:46.42ckknightdoobie?
05:46.44Gngskhehe
05:46.46robodude666i see
05:46.50Cairennold expression, nm
05:47.53ckknightlighting it up under the moonlit sky?
05:48.25Wobin_hm
05:48.26CIA-1303ckknight * r1565 10FuBar/compat-1.0.lua: FuBar - fixed nil bug.
05:48.36ckknighttry that, Cairenn
05:48.40ckknighthopefully that's all of it
05:49.12ckknightrobodude666, just be sure to give me credit for writing Dewdrop
05:49.28Cairennokay ... everything looked happy when I moused over and no error on reload
05:49.33ckknightalright
05:49.34ckknightfinally
05:49.38Cairennheh
05:49.47ckknighttime to upload
05:49.52robodude666yea yea yea, i will
05:49.55Cairennindeed
05:50.26ckknightrobodude666, the whole point of writing the libraries is so people besides myself can use them
05:50.34ckknightalso, it's better for modularization
05:50.38robodude666well thats why im using it :)
05:51.40robodude666oh, quick question. What does value in blizzard's UIDropDownMenu do? Is it onclick or onenter?
05:51.51ckknightonenter
05:51.53ckknightfor the submenu
05:52.02ckknightblizzard's dropdown menu is flawed in so many ways
05:52.05ckknightthat's why I wrote Dewdrop
05:52.25robodude666i noticed you and other people bitching about blizzard's dropdown menus
05:52.42robodude666titan and cosmos were also bitching about it
05:53.16robodude666mind my language
05:55.29FryGuy-does anyone use ora ressurection?
05:56.14ckknightdown with Titan and Cosmos!
05:56.17Cairennckknight: approved
05:56.23ckknightthe revolution is upon us!
05:56.32Cairennckknight: down with Titan, cosmos isn't that horrid
05:56.41ckknightmeh
05:56.50ckknightMiravlix got pretty up in my face yesterday
05:56.59Cairennmiravlix is an ass, ignore him
05:57.09robodude666titan is ok. good panel with some good mods
05:57.16ckknightno.
05:57.16Cairennhell, he's part of the cosmos team and most of THEM ignore him
05:57.20robodude666i have yet to see a good XP mod for fubar
05:57.28ckknightwhat's wrong with the one I wrotE?
05:57.31ckknightwrote*
05:57.40robodude666fubar is perfect :P
05:57.57ckknightwhat's wrong with ExperienceFu?
05:58.06robodude666second
05:58.14robodude666finding the titan version of what im talking about
05:58.59robodude666http://www.wowinterface.com/downloads/fileinfo.php?id=4299 that one
05:59.22robodude666haven't seen a XPStatus like this for FuBar
06:00.10Cairennanyway, since it's all sorted out, I'm out ... night guys
06:00.20Wobin_night Cair
06:00.20robodude666night
06:00.32ckknightcya
06:00.37ckknightI don't see what ExperienceFu is missing
06:00.41ckknightexcept the Kills to level bit
06:00.56robodude666guess i havn't seen the latest expfu
06:00.58ckknightand the XP to 60
06:03.30robodude666heres what I see is missing:
06:03.30robodude666avrg xp per kill, total kills, kills needed to lvl, lack of options in menu(? not sure. havnt tried it since like release), no xp status bar
06:04.08ckknightxp status bar?
06:04.29ckknightthere are lots of menu options
06:04.37robodude666yea, little tiny bar under the text that shows how far you are
06:04.46ckknightI'm not adding that
06:04.53ckknightdon't like nonstandardization
06:04.57robodude666well as i said, i havnt tried it so im not sure but you dont have a screen of options so i wouldnt know
06:05.02ckknightif you want, you could use ExpRepGlueFu
06:06.18robodude666i dont want a full bar, just a little bar to see how much i have left
06:06.36robodude666now i dont really care as much because i have Royal2
06:06.50robodude666and theres a slot there for XP which i use with discord
06:07.09robodude666well, thanks :) have a good day/night (which ever applies)
06:07.13ckknightcya
06:07.33robodude666keep up the good work
06:07.44*** part/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
06:09.28CIA-1303ckknight * r1566 10DewdropLib/Lib/DewdropLib.lua: DewdropLib - mouseup on an unclickable button no longer makes a slight movement.
06:32.52Gngsklooks like RollsFu is gonna need an update
07:01.29ckknightoh?
07:01.41Gngskyah
07:01.53GngskRollsFu.lua:376: attempt to call method `Plugin_ShowTooltip' (a nil value)
07:01.57ckknightoh
07:02.08ckknightwhy was that called directly?
07:02.10ckknightbad.
07:02.23Gngsk:(
07:02.27ckknightif it's not listed in API.html, it's off limits
07:02.40ckknightcause it's considered internal
07:18.42ckknightyea, how can 1 lb of pasta be only 1600 Calories?
07:37.48SlaymanGood morning at all
07:38.31Slaymanckknight: is there a way to have a FuBar Plugin without any tooltip on mouseover? like absolutely no tooltip?
07:38.39ckknightno
07:38.51ckknightand I won't add it
07:38.51Slaymansad
07:38.57ckknightwhat's the big deal?
07:39.00ckknightit'll just show the title
07:39.07Slaymanwell a bottom bar
07:39.15Slaymanright above that my action bar
07:39.40ckknightokay?
07:39.41ckknightso?
07:39.47Slaymanand a tooltip is hiding my action bar if i mouse accidentialy too low u know?
07:40.14ckknightso you move your mouse up slightly
07:40.27ckknightas soon as you exit the panel, it hides the tooltip
07:40.33ckknightso I really don't see where there's a problem
07:41.33ckknightyou mouse would be on the plugin anyway
07:41.41ckknightthe tooltip is causing absolutely no harm, as far as I can tell
07:43.07Slaymanif for some weirdness which can occur the addons on the bottom bar grow themselves cuz of some changes to the actual situation directly below my actions those o them having a huge tooltip won't disappear as long as the mouse is within it's tooltip ...
07:43.38ckknightthat only happens if clickableTooltip is set by the plugin
07:44.04Slaymanvery much of em do so ...
07:44.09ckknightno they don't
07:44.13ckknightonly a few do
07:44.45ckknightwell, it depends on the plugin, really
07:44.48Slayman...
07:45.12Slaymanwell my point is why not an option for plugins to suppress their tooltip?
07:45.18*** join/#wowace Neronix (i=neronix@user-955.l6.c3.dsl.pol.co.uk)
07:45.26NeronixMorning
07:45.38Slaymanhey there Neronix
07:45.47Slayman~mornings
07:45.49purlMornings MUST be destroyed! (see also http://www.destroymornings.com/)
07:47.30*** join/#wowace Jarenthal (n=Roo@cpe-066-057-087-213.nc.res.rr.com)
07:49.30Slayman"after 73 year Adolf Hitler is no longer honorary citizen" they are fast, aren't they?
07:50.09Slaymans/honorary citizen/freeman/
07:53.48CIA-1303neronix * r1567 10NanoStats/NanoStatsLocals.lua: NanoStats - Fixed syntax and other very silly errors in locals. That's what I get for not testing...
07:55.21ckknightI will not suppress tooltips
07:55.33ckknightI never plan to have that option
07:55.36ckknightit's just unneeded
07:56.10Slaymanalright
07:57.04Slaymanon other thing someone mentioned some days ago the autocreation of new bars to fit in plugins should be disableable (disableable?????)
07:57.12Slayman*one other ..
07:57.17ckknightit is already disableable
07:57.42Slaymanthen i just haven't found that option ...
08:01.45ckknightOverflow something
08:01.52*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
08:01.52*** mode/#wowace [+o [MoonWolf]] by ChanServ
08:03.09*** join/#wowace Soku[Laptop] (i=WinNT@towers155-19.sfsu.edu)
08:03.10*** topic/#wowace by [MoonWolf] -> wowace.com | ace.pastebin.com | Karmariffic
08:03.19ckknightkarmariffic?
08:06.25ckknightbeen a while since I checked out the ace forums
08:06.43[MoonWolf]we have a karma mod installed now.
08:07.27NeronixWhat exactly is it?
08:08.31[MoonWolf]it allows you to rate a post good or bad. this is then shown under the posters avatar.
08:08.50[MoonWolf]so when you have a poster who posts mostly bad negative things you can see it in his karma rating.
08:10.01NeronixI see
08:10.35Slaymanso why can't i get a clean instance of GloryLib?
08:10.36Slayman[10:08-303] Cannot find library instance with version '1.0'   ---GloryLib.lua:19: attempt to index local `babble' (a nil value)   ---BandAid.lua:15: attempt to index global `GloryLib' (a nil value)   ---
08:15.45Slaymanok!
08:15.53Slaymanbabblelib readme says: local babbleCore = BabbleLib:GetInstance("Core 1.0")
08:16.04Slaymanglorylib does: local babble = BabbleLib:GetInstance('1.0')
08:16.12Slaymancould not work now could it?
08:17.32ckknightI updated GloryLib
08:18.17ckknightand BabbleLib does have 1.0 backwards compatibility
08:18.21ckknightso I don't know what to say
08:18.33Slaymanme neither
08:18.44ckknightupdate your local version of glorylib
08:19.31SlaymanI'm on it but the webinterface still needs to be stabbed
08:19.42[MoonWolf]WOW, that shadowtrance sound of necronomicon rocks!
08:22.57Slaymanthe update did it, silly new versions ...
08:26.01CIA-1303neronix * r1568 10NanoStats/ (. NanoStats.lua NanoStats.toc): NanoStats - Updated for BabbleLib Core 1.1
08:28.51ckknightlol
08:28.52ckknight:-)
08:34.24CIA-1303handdol * r1569 10BigWigs/AQ20/ (5 files):
08:34.24CIA-13BigWigs
08:34.24CIA-13<PROTECTED>
08:35.31*** join/#wowace Wobin_ (n=Wobin@221.221.30.146)
08:36.45CIA-1303handdol * r1570 10BigWigs/AQ20/Buru.lua:
08:36.45CIA-13BigWigs
08:36.45CIA-13<PROTECTED>
08:41.46[MoonWolf]http://nov.4chan.org/f/src/trollhammaren%201.1.swf <- cant stop laughing.
08:43.27ckknightmeh
08:43.32ckknightI didn't think it was that funny
08:43.41[MoonWolf]but I did.
08:46.21NeronixHeh
08:50.36StylpeSo, has anyone been using KIC? I'm thinking about releasing the current version as stable
08:58.28CodayusRandom comment unrelated to anything:  Professors teaching graduate level management classes who are unable to explain the concept of a Nash Equilibrium are sad.  Those who cannot, but try anyhow, and end up stammering out "game theory...like...the movie...Nash...uh...invented game theory" should be shot for the sake of the gene pool.
08:58.39CodayusThat is all.  We now return you to your regularly scheduled lurking.
08:58.49Wobin_!comfort Codayus
08:59.46ckknighthttp://www.howtocreate.co.uk/browserSpeed.html is pretty interesting
09:02.47Wobin_er
09:02.55Wobin_~comfort Codayus
09:02.56purlThere, there, Codayus.  It's OK.  I'm here for you.
09:03.04CodayusHeh
09:03.06Codayus:-)
09:03.43[MoonWolf]EEEUH, how do people like that get to be professors anyway.
09:04.06CodayusI wish I knew.
09:04.38CodayusI mean, it's bad enough not knowing, but to bring the subject up, stutter a bit, and then blow it completely just pains me.
09:06.02CodayusAnd he didn't JUST fail to explain it, he actually said Nash invented game theory.  That just screems "I have no idea about what I'm talking, but I saw the movie
09:06.19Codayuser...  ...movie and so now I'm just going to babble a bit".
09:07.12Wobin_ckknight: hm
09:07.17Wobin_I may switch to Opera
09:07.22ckknightI like Opera
09:07.24ckknightit's shiny
09:07.36ckknightand I typically have 60+ tabs open at a time
09:07.37Wobin_The reason I switched to FF was due to the lack of ads, and the standards support...
09:07.39ckknightcause I'm like that
09:07.48Wobin_how much memory does your 60tabs take?
09:07.55ckknightI dunno, like 40 megs?
09:08.00ckknightlemme check
09:08.02Wobin_But recently? FF? memory hog =(
09:08.23NeronixGimme adblock for Opera and I'll consider it
09:08.50ckknightI opened about 80, I'm at 57.2 megs
09:09.02ckknightOpera has adblock stuff
09:09.03CodayusThe extensions for firefox are what make it hard for me to switch back to opera.
09:09.08Codayus(I used to use it a while back.)
09:09.25NeronixI'll try it out later then
09:09.36NeronixI only have the BabbleLib API open and I'm at 55mb O.o
09:09.45ckknightwith Firefox?
09:09.49NeronixYep
09:09.55CodayusFirefox is currently using 404mb.
09:09.57CodayusHmmm
09:10.08TekkubCod: restart it daily man!
09:10.20Tekkubdon't ever leave FF open
09:10.21CodayusTekkub: Yeah, I guess it's been running a few days by this point.
09:10.30Wobin_the extensions are what keep me stuck to FF
09:10.31NeronixIs there something like Greasemonkey for Opera yet?
09:10.32Tekkubwhen you go to bed close it out
09:10.37ckknightI leave my Opera open
09:10.39ckknightNeronix, don't know
09:10.47Wobin_Oh yeah =(
09:10.49Wobin_Greasemonkey
09:10.54Wobin_I can't live without that =\
09:10.57CodayusOh well, I have enough memory...
09:11.01ckknightclosing opera isn't a big deal, cause the tabs save
09:11.09CIA-1303stylpe * r1571 10KeepItCool/ (5 files): KeepItCool: Minor cleanup before releasing 1.4.0
09:11.18NeronixYay, they have something similar!
09:11.24ckknightwhere?
09:11.28Neronixand it can run the majority of GS scripts
09:11.33Codayus...although when you're webbrowser is using well over 10x the ram of MS Word, you know you've got a problem...
09:11.44Neronixhttp://www.opera.com/support/tutorials/userjs/
09:12.03Neronixmore specifically, http://www.opera.com/support/tutorials/userjs/examples/#greasemonkey
09:12.46Wobin_I don't want to have to do work =(
09:14.12ckknightI also use Opera as my mail/rss client, which is handy
09:14.16ckknightcause it's all in one place
09:14.53Wobin_I need an automatic redirector to Anonymouse for certain sites.
09:15.05Wobin_Since the GFWoC is looming over me
09:15.16Wobin_greasemonkey is a lifesaver in that sense
09:15.22Wobin_I can access Wikipediea!
09:15.55CIA-1303ckknight * r1572 10GloryLib/Lib/GloryLib.lua: GloryLib - fixed bug caused by the evil semicolon.
09:17.59ckknightoh well, Opera works for me, cause Firefox's speed pisses me off
09:18.10ckknightif firefox was faster, I'd have no problems using it
09:18.25ckknightalso, I like Opera's RSS better
09:19.38*** join/#wowace Stylpe_2 (n=Stylpe@210.80-202-248.nextgentel.com)
09:20.04ckknightoh yea, if you do get Opera, be sure to get 9.0, not 8.54
09:26.21Neronix`afkWhoa, what's the widgets tab thing that's always on top? O.o
09:26.49Neronix`afknvm
09:27.57ckknightlol
09:28.31CIA-1303stylpe * r1573 10KeepItCool/ (KeepItCool.lua KeepItCoolLocals_frFR.lua readme.txt): KeepItCool: Always a good thing to do a last test run before release =) Fixed up a few flaws.
09:29.20CIA-1303neriak * r1574 10AceLoot/AceLoot.lua: AceLoot: fixed typo in non-german localization
09:30.42CIA-1303neriak * r1575 10AceLoot/AceLoot.lua: AceLoot: changed major version
09:31.48*** join/#wowace [Cu]NeT (n=net@dslb-088-064-181-097.pools.arcor-ip.net)
09:34.21*** join/#wowace Neriak (n=Neriak@dslb-084-058-145-067.pools.arcor-ip.net)
09:34.36ckknighthey [Cu]NeT
09:36.48CIA-1303tekkub * r1576 10FuzzyLogic/ (Core.lua FuzzyLogic.toc): FuzzyLogic - Helps to RegisterForLoad
09:37.23Neriakheya
09:37.57Neriakhm whats up with ui.worldofwar.net .. anyone else gettting a time out when trying to reach the URL?
09:37.58ckknighthey Neriak
09:38.02ckknightI am
09:38.18StylpeMe too
09:38.19Neriakok
09:38.31Neriakso, do I have to change my FuBar plugin again?
09:38.53StylpeYou mean to use GetInstance?
09:38.53ckknightlikely no
09:38.58Neriakyep
09:38.59ckknightbut you will within a week or so
09:39.23ckknightbasically, you "should" change your plugin
09:39.34ckknightsoon, it'll spam you with messages
09:39.35NeriakI know a better way: ckknight changes my addon on SVN ^^
09:39.40ckknightworks for me
09:39.46Neriakyou're always getting us to work ;)
09:39.59Neriakit's sunny out there ..
09:40.33StylpeFuBarPlugin:GetInstance("1.2"):new({ right?
09:40.37Neriakdid you already released a fixed starterpack for this? so I can have a look what top  change
09:40.50Neriaks/top/to/
09:40.55CIA-1303ckknight * r1577 10FuBar_gfxToggleGUI/gfxToggleGUI.lua: FuBar_gfxToggleGUI - changed fuCompatible = 102 to :GetInstance("1.2")
09:40.59Neriaklol
09:41.04Neriakthank you :))
09:41.27ckknightyea
09:41.37ckknightI haven't released a new starter pack for it yet
09:41.45Neriakactually this made me laughing , hehe .. funny guy :)
09:41.46ckknightit'll be a "silent" update
09:41.52Neriakyes
09:42.08ckknightbasically, when a new change happens in a plugin, it'll also get this uploaded with it
09:42.13ckknightuntil then, there's no reason to
09:42.23ckknighteither way, fuCompatible is deprecated
09:42.28CIA-1303stylpe * r1578 10FuBar_PetitionFu/petition.lua: FuBar_PetitionFu: changed fuCompatible = 102 to :GetInstance("1.2")
09:42.41NeriakI'll update version anyway .. but not today :)
09:42.57ckknightbecause of this, I was able to completely separate the 1.0 code from the 1.2 code
09:43.07ckknightwhich is damn handy
09:43.47Neriakyou know what ... sometimes I wish we all had english clients .. this localization stuff is annoying like hell. released AceLoot yesterday and forgot to change the un-localized method call in CmdOptions ...
09:43.48Tekkubhey Boss...
09:43.49Tekkubhttp://www.wowinterface.com/downloads/fileinfo.php?id=4930
09:44.04Neriakit sucks to always maintain 2 or more lacalizations
09:44.25ckknightwhat about it, Tekkub?
09:44.33Tekkub*shrug* :)
09:44.34CIA-1303stylpe * r1579 10FuBar_PetitionFu/petition.lua: FuBar_PetitionFu: And updated the version number and date.
09:44.56NeriakTekkub: preety pointless this addon, the asshole just released it to push Earth some more I believe ;)
09:45.02Neriaks/preety/pretty/
09:45.03IndustrialPetitionFu ?
09:45.08Tekkub^^
09:45.14Tekkubokey now, bed, fo realz
09:45.20Tekkubbie bie!
09:45.23Industrialnini
09:45.25ckknightcya
09:45.26Neriakbed? it's high noon here
09:45.36StylpeIndustrial, adds a small clickable flag to open the petition UI
09:45.44Neriakwhere do you live Australia ? aussie aussie aussie hehe
09:45.52ckknightI want there to be work on Ace2
09:45.53ckknight...
09:46.06StylpeSay what? Ace2?
09:46.10NeriakI drool for Ace 2 and a library design
09:46.14IndustrialStylpe: k
09:46.18ckknightI've worked with it a little
09:46.25ckknightbut there needs to be a dictator willing to take action
09:46.31ckknightwhich I'm just not seeing
09:46.35*** join/#wowace Andalia (n=xx@p54AD951C.dip0.t-ipconnect.de)
09:46.42NeriakI want ckknight for take over AceDB and for president!
09:46.59ckknightI wrote AceLocale (for Ace2) already
09:47.06Neriakhehe :)
09:47.23ckknightbut there's discrepencies about the object model or something
09:47.35ckknightand kergoth keeps changing something or another
09:47.41ckknightI want a pragmatic approach
09:48.16Neriakyeah, all of you guys are great, but you should find to eachother .. just to work together not against each other :)
09:48.31Neriaky'all brilliant in what you're doing, no doubt
09:49.23*** join/#wowace Wobble (n=Wobin@221.221.33.185)
09:49.52ckknightI just see a lack of a good dictatorship, and it's sorely needed in something like this
09:50.12StylpeAnd you're not gonna do it?
09:50.47ckknightnah, it'd be hard for me to claim leadership, as there's already a pseudo-governance system in place
09:51.26ckknightand I'm not sure I'd fully want to anyway
09:51.56ckknightin a project like Ace, there needs to be a definite manager
09:52.05Neriakwell Kaelten did get leadership from Turan ... he won't give it to someone else, except his spare time wouldn't let him continue to manage this project
09:52.44ckknightpart of me wants to fork, make everything work, then release
09:53.48ckknightbut I fear that if I do that, not all the decisions I will make will be the "right" ones
09:54.03Stylpehm
09:55.42[MoonWolf]About the pseudo-governance, Personally, I simply do not have the knolidge to take leadership in such a project (ace2), kaelten is pretty busy, and I think tem is in the same boat as me.
09:56.00ckknightI could see it happening, though, cause I am just eccentric enough to devote 18 hours a day to something
09:56.32ckknightthough it's actually more like 30 straight hours, then sleep for 8, then 30 more
09:56.33ckknightish
09:56.40[MoonWolf]So if leadership is needed, you will have to look for it in clad, or kergoth or yourself.
09:56.43NeriakAceDB is really aweful .. When I'm using a simple "if self.db:get("foo") then bar end" it's using up to 3 kib ... that's a joke for reading a variable from a small file
09:57.30NeriakI don't want hundreds of hardcoded checks to prevent me from nil .. I'll can do this myself ..
09:57.54ckknightNeriak, that's why I made self.data for FuBar plugins
09:58.11ckknightbecause I like it raw.
09:58.14ckknightbecause it's fast
09:58.18ckknightand efficient
09:58.33[MoonWolf]if we have a difenite base for the new ace then there will most likely be a new iteration of aceDB. your not the only person who thinks it needs work.
09:58.50ckknightTem said he'd claim AceDB
09:59.00ckknightreally, I just need a working OO model
09:59.05ckknightwhich I've been pushing kergoth for
09:59.08Neriakckknight: did you check how much memory it's using when you're pulling SV data with FuBar?
09:59.14ckknightbut it keeps stalling for one reason or another
09:59.21[MoonWolf]the guy knows what he does, and he already sacrifices a lot of time to it.
09:59.25ckknightNeriak, 0 KiB/s, it's raw.
09:59.41ckknightI know he's been trying
09:59.52ckknightbut it keep stalling because it keeps changing
09:59.56ckknightfor one reason or another
10:00.24NeriakIf I didn't had to register for AceDB events I already had changed all my addons to the self.data/self.chardata style
10:00.54ckknightand instead of providing a pragmatic first approach with a solid API, both the API and the methods behind it keep shifting around
10:01.10Neriaksorry for grammatical errors btw.. I've got serious problems with the correct time phrases :P
10:01.24ckknightI think had should've been have
10:01.48ckknightand the second has should've been before already
10:01.52ckknightaside from that, you were fine
10:02.00Neriak;) thanks
10:02.30[MoonWolf]reboot, curser is acting weird
10:04.12*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
10:04.12*** mode/#wowace [+o [MoonWolf]] by ChanServ
10:04.21Wobblehoky
10:04.30Wobbleback to RogueTimer
10:04.54NeriakHow do people without Ace save things in SV? I mean, the actual system in WoW isn't that bad, isn't it? It's already supporting perChar saving.
10:06.24[MoonWolf]you do the same in the toc only you have to manage everything in the var yourself.
10:06.46CIA-1303ckknight * r1580 10FuBar/compat-1.0.lua: FuBar - fixed nil bug with 1.0 compat
10:07.18ckknightNeriak, ah, it's a bit more raw
10:07.21ckknightno profiles
10:07.31ckknightno implicit table
10:07.53Neriakbtw: it's funny AL's localization lib did get a rating of five when it only had like 10 downloads .. and something like gfxToggle, which has about 1000 d/l's, didn't get a rating at all :)
10:07.59ckknightI think it's good to have a setup and a shutdown wrapper for the SVs, but outside of that, shouldn't be touched
10:08.15NeriakI believe AL voted himself *g*
10:08.15ckknightI should totally rate it down out of spite
10:08.23ckknightI don't use gfxToggle, sorry
10:08.26ckknightI'm always on low
10:08.29Neriakhehe np :)
10:08.59Neriakyou're playing on linux, ckknight?
10:09.04ckknightno
10:09.07ckknightWindows
10:09.14ckknightATI, so I'm stuck
10:09.26ckknightI have gotten it to run in Linux, just way too graphics laggy
10:09.36Neriak:(
10:10.00ckknightwoot!
10:10.09ckknightonly 33 favorites away from hitting #1
10:10.18[MoonWolf]GRATS
10:12.05StylpeWhere do you see that, ckknight?
10:12.12ckknightfront page of WoWI
10:12.21ckknightbelow New & Updated
10:12.29ckknightoh crap
10:12.32ckknightI read the numbers wrong
10:12.35ckknightAce is 33 away
10:12.52ckknightI'm 77 away
10:13.13ckknightreally, what I want is an embeddable Ace with cleaner modules (AceDB, etc.)
10:13.17StylpeHmm, I think KeepItCool is a bit behind :/
10:13.21ckknightI'm not fretting about object purity
10:13.21Neriakhehe, give it some time ..
10:13.45Stylpe=P lol, I'm gonna watch some 24 now, talk to ya later =)
10:13.49ckknightcya
10:26.09Neriakckknight: could you change ClockFu to display text in green when colored text is activated ? :)
10:26.31ckknightwhy?
10:26.36NeriakI've edited it from first release locally but did stop after some twenty versions ;)
10:26.38ckknightand colored is default
10:26.44Neriakbecause it's looking way better
10:26.54ckknightI'll consider it
10:26.59Neriaktry it, it looks nifty then :P
10:27.14Neriakand it get's an eyecatcher#
10:27.38Wobin_hm
10:27.51Wobin_haste doesn't use timers in his castingbar =)
10:28.26Neriakthe castingbar really rocks, best I've seen so far
10:29.22Wobin_I know =)
10:29.25Wobin_It's so shiny
10:30.04Wobin_ckknight: You suggest the Opera 9 beta?
10:30.07ckknightyea
10:30.10Wobin_Coolies
10:31.54NeronixOo, the progress bar's funky
10:33.06Wobin_I'm going to borrow his bar code to see if I can put up a roguetimer one
10:33.10Wobin_for ticks
10:35.24Wobin_Anyone here use TrainerSkills?
10:58.18IndustrialNeronix: what realm/side are you on? (EU right?)
10:58.26Wobin_argh
10:58.41Wobin_What would prevent an addon from appearing in the addon list?
11:00.33Neriaka faulty Toc file
11:01.01Neriaktoc file has to have the same name then the folder ;)
11:01.16Neriaks/then/than/
11:02.00Industrials/than/as/
11:02.01Industrial:P
11:02.07Neriakack
11:02.13Neriakyou're right ;)
11:02.15Industrial^^
11:03.25Neriakthat's the problem with you dutch people, you don't have an own language.. it's mostly slightly changed english ^^
11:04.18[MoonWolf]neriak, actually, english has a lot of adopted dutch words
11:04.23Neriaklol
11:04.24[MoonWolf]especially when sailing is involved.
11:04.26Neriakno way !
11:04.42[MoonWolf]WAY
11:04.50Industrial:-)
11:04.52Industrialhttp://en.wikipedia.org/wiki/Dutch_language
11:05.39NeriakDutch, English, and German all have a shared genetic history in the Germanic language family.
11:06.10[MoonWolf]true, but dutch and german are much closer then english to the former ones.
11:06.43NeriakI lived 40 minutes away from Venlo .. it's not too hard to understand dutch
11:07.04[MoonWolf]understand no, properly speak... pretty hard.
11:07.10Neriakwhen you listen closely you can understand a lot of german sounding words :)
11:07.16Industrialevne for most of the dutch!
11:07.18Industrial(kids)
11:07.23Industrial:p
11:07.45Neriakspeaking is indeed hard
11:07.51IndustrialNeriak: we also borrow alot of words from english and french
11:08.13[MoonWolf]oh yeah, a lot of french in dutch.
11:08.19Neriakik will neuken ^^
11:08.21Industrialkek
11:08.33Industrialoh yea, that'l get you there
11:08.34Industriallamo
11:08.38Industriallmao*
11:08.38Neriakhrhr
11:09.01Neriaklooking for lekker cuntjes
11:09.02[MoonWolf]Well, depends on where you are, say that in the right part of town and you will get what you want pretty fast.
11:09.14NeriakI'm pretty sure dutch girls would understand hehe
11:09.21Industrial:p
11:09.23Industriallol
11:09.25[MoonWolf]understand it yes, and then slap.
11:09.48NeriakIn the past I was camping a lot near Den Haag .. and I learned this 'neuken' stuff
11:10.06NeriakHowever at breakfast in the restauran I said it a bit louder
11:10.19Neriakand two dutch girls began to laugh and came to us hehe
11:10.22IndustrialIn addition to the many dialects of the Dutch language many provinces and larger cities have their own accents, which sometimes are also called dialects. Ethnic minority communities tend to have varying accents: for example many people from the Dutch Antilles or Suriname speak with a "Surinaams" accent, and the Dutch-Moroccan and Dutch-Turkish youth have also developed their own accents, which in some cases are enhanced by a debased Dutch slang with
11:10.34Neriakwe didn't have sex, but we made good friends lol
11:10.39Industrialhehe
11:11.00[MoonWolf]also, we have a second language called frisian.
11:11.06IndustrialNeriak: its just like when i say "eeeuhhh bumsen!?"
11:11.08Industrial:P
11:11.09[MoonWolf]or "fries" in dutch.
11:11.14NeriakOstfriese
11:11.21[MoonWolf]is related.
11:11.37[MoonWolf]but not the same.
11:11.42Neriakyeah, bumsen, poppen, ficken .. you know that stuff Industrial :P
11:11.58Industrial:P
11:12.07Industrialhahah poppen never heard that one
11:12.09[MoonWolf]http://en.wikipedia.org/wiki/Frisian_language
11:12.10IndustrialLOL
11:12.17NeriakBut you can't say this here .. most girls will hit you hard hehe
11:12.23Industrial:P
11:14.51NeronixIndustrial: Hellscream EU Horde
11:15.05NeronixI've decided to stay there
11:15.15IndustrialNeronix: yea ill join you
11:15.16Industrial:P
11:15.19IndustrialNeronix: k?
11:15.23Neronix:)
11:15.24IndustrialL:D
11:15.27Industrialwhats your nick
11:15.32Neronix<--
11:15.34Industrialk
11:16.25CIA-1303wobin * r1582 10ReverseEngineering/ (4 files): ReverseEngineering - Renamed files so that they actually load
11:16.50Industrialwobble whats reverseengineering?
11:17.34Industrial[MoonWolf]: LOL!! --> Sranan was previously referred to as the less politically correct taki-taki, nengre or negerengels (Dutch, "negro-English").
11:17.45Industrialtaki-taki ahahah
11:17.46Industrial:P
11:17.49[MoonWolf]lol
11:18.36Wobin_It's a top down engineering thingie for your tradeskills frame
11:18.49Wobin_you can click on the reagents you can create and it'll scroll down to that reagent
11:19.00Wobin_And you have a history button so you can pop back up the stack
11:21.02IndustrialNeronix: hmm, druid? :P
11:21.42Neriaktaki-taki hehe
11:21.43Neriakfunny
11:22.26NeronixIndustrial: What do you mean? You want to try a druid?
11:22.45Neriakwobin: will this also work for other languages?
11:23.15IndustrialNeronix: yeah
11:23.15Wobin_Neriak: Sure, It works off itemids and the names the itemid's return, so should be completely compatible
11:23.31Wobin_Although I have no hard evidence to back it up =)
11:24.13NeronixIndustrial: If you don't mind having to be the healer in 99% of groups, go for it
11:24.16Neriakoh this is cool, I'm gonna give it a try, since my rogue ist goblin engineer :)
11:24.25Wobin_hehe same =)
11:24.38IndustrialNeriak: I do mind :\
11:24.44IndustrialNeronix:
11:24.50Wobin_feral druid ftw!
11:25.00Wobin_WEN DURID IS FITING...
11:26.25IndustrialI haven't played mage
11:26.26Industrialever
11:26.32IndustrialSo thats an option..
11:29.11Industrialmade a female undead mage
11:29.13IndustrialGraveWorm
11:29.19Industrials/W/w/
11:30.04Neriakwobin: nice addon
11:30.48NeriakWobin_: it doesn't work when you selected a filter in the dropdown, eg. like Parts or so
11:30.59Wobin_no
11:31.03Wobin_it doesn't.
11:31.09Wobin_Which is what I said on the page =)
11:31.11Neriakyup, noticed that
11:31.14Neriak:)
11:31.21Wobin_But it should open up completely unfiltered
11:31.31NeriakI've downloaded from the SVN, so that's an good excuse hehe
11:32.26NeriakIt's working great .. thank you :)
11:32.28Wobin_I guess I could have it automatically revert to unfiltered when you click...
11:33.10NeriakThat could fix this, I'm pretty sure most people are used to work with filters and don't read the page either ;)
11:33.54NeriakBut to me it's nice as it is.
11:34.43CIA-1303wobin * r1583 10ReverseEngineering/ReverseEngineering.lua: ReverseEngineering - Changed so it reverts to unfiltered each time you click to drill down
11:34.49Wobin_I like one line fixes =P
11:42.22Neriakwobin:
11:42.23Neriak[13:43-1304] MrPlow\MrPlow.lua:707: attempt to compare number with nil
11:42.23Neriak<PROTECTED>
11:42.38Neriakhappens when I'm doing /mrplow theworks
11:42.52NeriakI have the latest Bagnon running
11:43.00Wobin_ga
11:43.04Wobin_hum
11:43.29Neriaka./R4 that is
11:43.46Wobin_bah
11:43.57Neriak:)
11:44.20NeriakIt didn't happen with R3 or lower, that's for sure
11:45.00Neriakand damnit! whoever made the german localization I hate it for one thing ... he did localize /mrplow to /schneepflug which is fucking too long
11:45.41Wobin_hm
11:45.46Wobin_a better suggestion?
11:46.07Wobin_or I can add in /sp
11:46.14Wobin_er /sf?
11:46.19Neriakand /ms is already taken by mapscroll
11:46.19Wobin_Damn you germans =)
11:46.32Neriaksf could work
11:46.55Neriakor /spf
11:47.22Wobin_k
11:47.47IndustrialNeronix: can you lend me 1g? :P Ill pay you back 2.
11:48.13NeronixSure
11:48.36Wobin_hm
11:48.51Wobin_I'll have to work on getting the MrPlow update out so you can have the fix
11:52.19netcursehi ck
11:52.24netcursei was sleeping
11:52.59NeriakWobin_: I don't know if it helps but when I did theworks it defragmented first and then the error popped up
11:53.23Wobin_yeah, I found the bug =) It was me being lazy in my assignations =)
11:53.34Neriak:P
12:02.25CodayusWobin_: Hmmm.  A common problem in Arthurian legends, that.
12:02.34Wobin_hehe
12:02.49*** join/#wowace [MoonWolf] (i=moonwolf@f176182.upc-f.chello.nl)
12:02.49*** mode/#wowace [+o [MoonWolf]] by ChanServ
12:03.16CIA-1303handdol * r1584 10oRA_Resist/ (oRA_Resist.lua oRA_ResistLocals.lua):
12:03.16CIA-13oRA_Resist
12:03.16CIA-13<PROTECTED>
12:03.16CIA-13<PROTECTED>
12:03.37Codayusbtw, where is the rss feed for  svn?
12:03.45hasteCodayus: give me a sec
12:04.05Codayushaste: No hurry, just vaguely curious.  :-)
12:04.41hastehttp://cia.navi.cx/stats/project/Ace/.rss
12:05.07CodayusErm...
12:05.15CodayusThat doesn't *look* like the right svn...
12:05.26CodayusHmmm
12:05.41CodayusHmm, never mind.
12:06.05CodayusI'm just slow at 8am.
12:06.07Codayus:-(
12:06.09CodayusThanks haste.
12:06.13haste:-D
12:07.26IndustrialNeronix`afk: ? :P
12:07.39Industrialoh you replied already
12:07.40Industrial:
12:07.41Industrialx
12:08.19Wobin_http://svn.wowace.com/rss.php?repname=Ace+SVN&path=%2Ftags%2F&rev=0&sc=0&isdir=1
12:09.42CodayusHmmm
12:11.14CodayusHey Cairenn.
12:11.19CodayusAnd what are the users doing now?
12:11.20Cairennmorning
12:11.28[MoonWolf]morning.
12:11.28Cairennhttp://www.wowinterface.com/forums/showthread.php?p=22400#post22400
12:11.42CodayusI...
12:11.48[MoonWolf]eeeuh, okay.
12:11.51[MoonWolf]some people
12:12.21CodayusWell, so, maybe he's new to the whole forum thing...
12:12.42Codayus...and is blind.
12:13.21[MoonWolf]asctually the few blind people on the internet are pretty good at it.
12:14.42CodayusHmm, how did that quote go?  "There are none so blind as those that will not see?"  :-)
12:14.58Wobin_gah/
12:15.06Wobin_so many sub sub sub chat options
12:15.12Wobin_I'm getting confused =P
12:18.57Wobin_hum
12:19.04Wobin_is there any way to jump to the 'other bracket' in vim?
12:20.06Industrial%
12:20.47Wobin_ta
12:22.09Wobin_heh /mp ignore bag add [0-4]|[0-6]
12:23.50Industrialtheres a plugin that ships with vim
12:23.54Industrialin $VIMFILES
12:23.57Industrialmatchit
12:24.20Industrialmakes it able to use % to jump from if/for/etc to end
12:46.55IndustrialNeronix`afk: you palying atm>?
12:46.58Industrialhm nm
13:25.33cladhaireckknight: I understand your frustration, but there's a lot that has to be taken into consideration when working on an OO model, and library model at the same time.  We want to make sure it gets done right.
13:26.19*** join/#wowace Qaarh (i=Qaarh@c-931c72d5.029-112-6c6b701.cust.bredbandsbolaget.se)
13:26.52Qaarhhello everyone
13:31.05Industrialhi
13:31.30Industrialwah
13:31.35Industrialdamn this sogn is cool
13:31.53Qaarhnever heard it, what sort of song is it?
13:32.16Industrialindustrial
13:32.18Industrial:-)
13:32.43IndustrialI'm liking this conjusre thing...
13:33.18Industrials/sr/r/
13:34.11Qaarhhehe
13:34.48IndustrialI'm starting a new char on Neronix's server
13:34.52Industrialthis time aiming for 60
13:34.55Industrialnot wsg 19 :P
13:35.08*** join/#wowace [1]Neriak (n=Neriak@dslb-084-058-138-011.pools.arcor-ip.net)
13:39.07*** join/#wowace Elkano (n=elkano@ip-213-135-2-174.handshake.de)
13:42.21Industriallv 7, 30 dps
13:42.24Industrial5 sec cooldown
13:42.28Industrialthats crazy >_o
13:42.37*** join/#wowace Parak (i=PROFI@user-0cev737.cable.mindspring.com)
13:55.56*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
14:01.57Slaymanthe GloryLib from the SVN contained a bug .. so does the mrplow ...
14:07.11Slayman<PROTECTED>
14:07.22Slaymanappears on /idc standby
14:08.06*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
14:08.25robodude666hello people :)
14:08.56robodude666*crickets noises*
14:10.26Industriallo
14:10.51robodude666Hey, do you know if Mr. ckknight is alive? I tried to poke him but he doesnt move. *pokes again*
14:11.33Industrialpatience :P
14:11.36IndustrialSlayman: thanks
14:11.43robodude666Ahhh, I see.
14:11.55SlaymanIndustrial: u r wcm ...
14:12.15robodude666"wcm" interesting spelling
14:13.19robodude666So, Mr. ckknight is not alive atm?
14:13.51Industrialseems not
14:13.56Industrialim sure hell be here some time
14:13.56robodude666='[
14:14.36SlaymanIndustrial: appears only if switching to standby activating again with the same command doesn't throw the error!
14:15.14Industrialbet i forgot a self somewhere :
14:15.15Industrial:p
14:15.47Slaymanu know i always kinda feel like I'm a beta tester ...
14:17.18robodude666*pats the beta tester*
14:17.26Industrialwell its not proffesional software :>
14:17.54ShyvaSome people need a set of survivial knives, a spoon, a saw, a fish scaler, and a box of minty toothpicks to go camping. Then there is some guy with a swiss army knife. He has more limited options and less flexibility than someone using all the individual tools but he's happy with the smaller versions and having less to carry. -> I really like that explanation ^^
14:19.08*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
14:19.08*** mode/#wowace [+o [MoonWolf]] by ChanServ
14:25.41robodude666hello :)
14:26.44[MoonWolf]welcome.
14:28.49robodude666You know the current status of ckknight?
14:29.05[MoonWolf]been silent for an hour or 4 now.
14:30.48robodude666lol. its only and hour.. or 4 >_>
14:31.00[MoonWolf]4 hour then
14:31.02robodude666ok
14:31.08[MoonWolf]hours*
14:31.13robodude666so the little knight is in his kingdom sleeping?
14:31.48cladhaire~seen ckknight
14:31.50purlckknight is currently on #wowi-lounge #wowace. Has said a total of 500 messages. Is idling for 4h 1m 43s, last said: 'yea'.
14:31.53Slaymanckknight: latest SVN of GloryLib GloryLib.lua:724: attempt to call global `Deformat' (a nil value)
14:32.09Industrial~seen Industrial
14:32.10purlindustrial is currently on #wowi-lounge #wowace. Has said a total of 335 messages. Is idling for 1s, last said: '~seen Industrial '.
14:32.49Slayman~seen Slayman
14:32.50purlslayman is currently on #wowace (13h 18m 14s). Has said a total of 35 messages. Is idling for 1s, last said: '~seen Slayman'.
14:33.03robodude666how you do that?
14:33.13Slaymanby cheating of course ~~
14:33.20robodude666eh?
14:33.24robodude666~seen robodude666
14:33.26purlrobodude666 is currently on #wowace (25m 20s). Has said a total of 16 messages. Is idling for 2s, last said: '~seen robodude666'.
14:33.26robodude666:(
14:33.28robodude666sweet
14:33.30haste~seen haste
14:33.32purlhaste is currently on #wowi-lounge (13h 25m 45s) #wowace (13h 25m 45s). Has said a total of 7 messages. Is idling for 2s, last said: '~seen haste'.
14:33.32robodude666purl is a bot?
14:33.36Shyvaya
14:33.44[MoonWolf]purl is a channel bot, he repsonds to messages beginning with ~ or purl,
14:33.47robodude666hello purl
14:34.04haste~comfort robodude666
14:34.05purlThere, there, robodude666.  It's OK.  I'm here for you.
14:34.14Wobin_Slayman: What was the bug for MrPlow?
14:34.16robodude666aww *hugs purl*
14:34.19robodude666~help
14:34.33SlaymanMrPlow.lua:707: attempt to compare number with nil
14:34.37Slaymanon "theworks"
14:34.42Wobin_ah yeah, I've fixed that
14:34.51Wobin_it'll be out in the next release, which should be soonish
14:35.07Slaymanisn't it on the SVN ?
14:35.16Slaymanyet
14:35.33robodude666this bot is crazy :S lol
14:36.25robodude666~say wtf?
14:36.29purlwtf
14:36.57robodude666woot
14:36.57robodude666~say robodude666 is the coolest!
14:36.58purlrobodude666 is the coolest!
14:36.58haste"fail"
14:36.58robodude666say it damn it!
14:37.04robodude666i like this bot :)
14:37.09hastesuch a slow typer
14:37.13haste~emulate gir
14:37.15purldooom doooom doom
14:37.20robodude666sweet
14:37.21cladhaire~emulate me
14:37.22purlGood code is something to appreciate like a work of art.
14:37.23[MoonWolf]~emulate zim
14:37.24purlIt's like you said!  They try to end the hunger for sweetness.. in their.. RUMBLING.. UNDEAD.. _bellies_!
14:37.24Slayman~emulate girl
14:37.32cladhaire~emulate peter
14:37.34purlNow, I know you're a feminist, and I think that's adorable, but this is grown-up time and I'm the man.
14:37.45robodude666~emulate help
14:37.53robodude666or is it ~help emulate ?
14:38.03robodude666~help emulate
14:38.16robodude666~emulate Sakura
14:38.32robodude666need to update its anime emulate db :)
14:38.44hasteno, don't add naruto
14:38.46SlaymanCCS is bullshit
14:39.01robodude666why naruto?
14:39.11robodude666i was talking about sakura from card captor sakura
14:39.27hasteyes, but update = add = add naruto also :p
14:39.42robodude666sakura is hot though
14:40.13[MoonWolf]sakura is jailbair.
14:40.23robodude666how can you say no to such a cute little girl? http://members.fortunecity.com/gofujoo1/CardCaptorSakura10.jpg
14:40.35Slaymancuz it'S pedophile
14:40.44robodude666but shes so cute ^^
14:41.35Slayman~translate this
14:41.51Slaymanapparently not
14:42.16robodude666~selfdestruct
14:43.08[MoonWolf]try not to abuse purl to much.
14:43.18robodude666im trying
14:43.28robodude666stupid bot doesnt listen to my ~help commands
14:44.30robodude666~help wtf
14:44.39robodude666sweet
14:44.51[MoonWolf]try pm's and keep the channel clean.
14:45.09robodude666i doesnt work
14:45.18robodude666i tried in a private window with the bot
14:45.23robodude666doesnt register the commands
14:45.46Eraphinehrm ckknight FuBar:Plugin_HideTooltip(self) this function got replaced right?
14:46.03Slaymanhe's not here right now
14:46.06robodude666ckknight is in his castle sleeping
14:46.12robodude666or just not here
14:46.42robodude666Who here are ace dev.?
14:47.19[MoonWolf]lets define that term before we awnser
14:47.31robodude666mmmmM?
14:47.36[MoonWolf]would an ace dev be someone who uses ace, or someone who develops ace itself ?
14:47.44robodude666ahh
14:47.50robodude666ace creator
14:48.46*** join/#wowace Kaelten (n=Kaelten@68.63.3.183)
14:48.54*** mode/#wowace [+o Kaelten] by ChanServ
14:48.59[MoonWolf]here comes the creator himself
14:49.05[MoonWolf]~hail Kaelten
14:49.07purlACTION bows down to Kaelten and chants, "I'M NOT WORTHY!!"
14:49.10Kaeltenlol
14:49.15robodude666lol
14:49.15Kaeltenhows it going guys
14:49.16[MoonWolf]actually, not really creator.
14:49.33[MoonWolf]robodude asked who here were ace developers.
14:49.34Industrial:P
14:49.44robodude666well, are i suppose
14:50.09[MoonWolf]see, there is a slight difference
14:50.17[MoonWolf]we have ace1... that is already there so where
14:50.24[MoonWolf]and we are working on a base for ace2
14:50.28[MoonWolf]that would be are.
14:51.03robodude666Well, i just wanted to know if there was a version for 1.10 planned before 2.0
14:51.20robodude666i hate the stupid "Out of Date" text next to my mods
14:51.24[MoonWolf]we are curerntly in 1.3.0 rc3
14:51.43robodude666I see
14:52.17robodude666i never understood how ace's oop works ='[
14:52.44robodude666bad in non-php OOP
14:53.10KaeltenI need to get a windows script to package up the releases like ckknight has for linux
14:53.24hasteKaelten: You have a link for that one?
14:53.28hastewould make my life easier at least
14:53.36Kaeltentalking about the ace?
14:53.37Eraphineanyone know how I can fix RollFu ? I'm getting a FuBar:Plugin_HideTooltip(self) error
14:53.47hasteKaelten: package script he uses
14:53.56Eraphinethe function got replaced I think
14:54.50[MoonWolf]robodude666, there are chat logs in the class part of the forums
14:55.03[MoonWolf]read those, then read programming in lua on the lua site.
14:55.15robodude666i know but i dont understand the :new part
14:55.25Kaeltenhttp://ace.pastebin.com/702688
14:55.25robodude666but il go read now :)
14:55.39hasteKaelten: thanks
14:55.41Kaeltenhttp://ace.pastebin.com/702690
14:56.43Kaeltenwould it be possible to do the same thing in a bat file?
14:56.51hastethen I have something to do (read more to do) later today
14:57.02hasteI'm not sure, isn't the .bat files very limited?
14:57.10KaeltenI honestly don't know
14:57.25Kaeltenhell I would love to have a small exe that would do something like this though
14:57.30hasteYou could write a simple VB / Delphi app to do it tho'
14:57.42Kaeltenhmm
14:57.57KaeltenI'd have to reinstall, and refresh my memory on vb
14:58.13Kaeltenscary idea
14:58.22hasteI don't remmeber them myself, might be just as good :p
15:00.30Kaeltenit'd probably be possible to do it on a php script too
15:00.52hasteI was thinking of that
15:00.56cladhaireKaelten: Just use his package.. its python.
15:01.01hastesince I don't know perl or python
15:01.02robodude666you would have to have the files on the serve
15:01.03robodude666r
15:01.10robodude666unless you install php onto your computer
15:01.12Kaeltenhmm I've nver used python before
15:01.21hasteand I kind of want to have something that does exactly the way I want
15:01.21cladhaireshouldn't be difficult.
15:01.45robodude666(what the hell you guys talking about in the first place? lol)
15:01.46cladhairepython has great svn bindings
15:01.48cladhaireso does ruby
15:02.08cladhaireyou could download the websvn php script to get some php functinos to use svnlook
15:02.14cladhairejust download the win32 binaries of SVN
15:02.16cladhaireand use svnlook
15:02.26cladhairethats all anyscript does
15:02.30cladhairethen just parse and package
15:03.03Kaeltenhmm
15:03.33robodude666What is the title of the forum in wowace forums for OOP?
15:04.20[MoonWolf]I dont understand what you mean ?
15:04.34robodude66610[10:54] [MoonWolf]: 01robodude666, there are chat logs in the class part of the forums
15:04.44robodude666ohhh. classroom?
15:04.51Slaymanu could get like ActivePerl and write yourself a sweet PerlScript
15:06.18Kaeltenheh, never used perl either
15:06.54cladhairelook at the python one
15:07.12Kaeltenso if I download python and put those into a python file then should it work?
15:07.25Kaeltenor am I going to have to adjust those to run on python on windows?
15:07.25cladhaireyou may have to install the SWIG bindings for python
15:07.32cladhaireno you shouldn't have to.
15:07.34cladhairebut i'm not positive.
15:09.21robodude666can anyone quickly tell me what function in AceAddon is called when you do AceAddon:new({...})? registerforload?
15:10.18cladhaireKaelten: It should, yes.
15:10.31Kaeltenrobodude666,  new
15:10.32cladhaireall that does it drops the svn log to xml
15:10.42cladhaireand then parse the xml
15:11.06robodude666anyways, g2g to store. bbl
15:11.11*** part/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
15:11.22[MoonWolf]I dont think i like him.
15:11.30hasteI blame the 666 part
15:11.54cladhaireKaelten: Install the win32 binaries,  go to a working copy, and svn --xml log
15:11.58cladhaireit'll dump the FULL rev log
15:12.06cladhaireyou just need something to parse the XML
15:12.57Wobin_He didn't register his nick, so none of the purl help commands got back to him =P
15:13.32cladhairequick someone register it
15:13.35cladhaireand ghost kick him every time =)
15:13.58[MoonWolf]i dont dislike him enough for that.
15:14.05cladhaireheheh
15:14.05cladhaire=)
15:14.46[MoonWolf]yet
15:15.07Kaeltenlol
15:15.16Kaeltenok python is kinda annoying so far
15:15.17Kaeltenlol
15:15.20cladhairehaha
15:15.32cladhairei'm not a huge fan
15:15.51cladhairemaybe lua stdlib has an xml parser
15:16.44Neronix`afksomeone's already on the nick >.>
15:20.09[MoonWolf]same person... he has only left the channel.
15:20.22Neronix`afkJust noticed
15:20.25cladhairehttp://lua-users.org/wiki/LazyKit
15:28.57IndustrialNeronix`afk: im lv 9 now
15:29.04Industrialwanna play? :P
15:33.00Neronix`afkI'm kinda busy right now :<
15:33.10Neronix`afkgimme ~30 mins
15:35.56Industrialk :p
15:43.22Slaymanis it possible that AceTimer Development has stopped?
15:44.49hasteSlayman: spectego is keeping it alive
15:45.11hasteand rasmus says hello once in a while
15:45.25Slaymanbut it's not in the SVN and it's buggy like hell ...
15:53.38IndustrialNeronix`afk: im picking up quests for RFC
15:53.51Slaymanhaste: u know that Partyframe is still not doing well on my OUF ...
15:58.14cladhairehaste: Did you put up a patch somewhere to include aimed shot in your casting bar?
15:58.59hastecladhaire: I patched a hunter timer for a friend
15:58.59IndustrialNeronix`afk: im done :P
15:59.14cladhaireany chance i could snag it? =)
15:59.14hasteand a person on the forum just happened to ask for a fix for the same mod :p
15:59.22cladhaireoh okay
15:59.26cladhairesorrens hunter timer?
15:59.29hasteyeh
15:59.30Qaarhanyone know of a a way to figure out if an addon is hooking tells somehow?
15:59.40cladhaireyou can't hook tells.,
15:59.49Qaarhare there events on tells then?
15:59.49cladhaireyou can hook the event, or the message to the chatframe.
15:59.52hastethey register the event
15:59.58hasteCHAT_MSG_WHISPER I believe
16:00.01cladhairethey could change the global arguments
16:00.23Qaarhbecause I crash sometimes when I send or receive tells.. and I need to find which addons to disable...
16:00.36cladhaireare you sending item links?
16:00.43Qaarhno
16:01.00Qaarhit was just a normal tell there
16:01.25Qaarhthe game doesn't crash normally either, it freezes instead.
16:01.37QaarhI have to kill it and restart it.. and wait for my char to get logged out of course, heh
16:02.42cladhaireand you're sure an addon is the issue?
16:03.04Neronix`afkIndustrial: want me to run you through RFC?
16:03.16cladhaireI need someone to run me through ZF
16:03.55Qaarhcladhaire, I think there is an addon, why else would it lock like that? And since it is locking exactly when I send or receive tells...
16:04.08NeronixRegistered >)
16:04.12cladhaireHAHAHAHA
16:04.13cladhairenice
16:09.04hasteQaarh: disable all addons -> test -> then have fun
16:09.34Qaarhhaste, bleh, I could do that... but the thing is.. testing this mod by mod.... a week? I get one crash or two per day at most..
16:10.03hasteyou can enable and disable addons from within the game :)
16:10.19Qaarheh
16:10.28QaarhI need to have a crash before I can find the problem..
16:10.34Qaarhand one for each mod I have
16:12.07hastedisable all -> activate one by one
16:12.23hasteand if you can replicate the crash by sending tells you yourself.. well, it's easier then :D
16:12.37Qaarhhrm, I'll try..
16:13.11Qaarhbut of course, now it doesn't crash on me sending tells to myself...
16:15.16NeronixIndustrial: I'm in Org right now
16:22.56IndustrialNeronix: ok, ill log in
16:23.43Industrialim at the rfc entrance
16:28.56*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
16:29.18robodude666Sir ckknight is still away in his castle?
16:29.25robodude666~seen ckknight
16:29.41purlckknight is currently on #wowi-lounge #wowace. Has said a total of 500 messages. Is idling for 5h 59m 34s, last said: 'yea'.
16:29.52robodude666guess so ='[
16:31.13Kaelten~seen kaelten
16:31.15purlkaelten is currently on #wowi-lounge (1h 42m 29s) #wowace (1h 42m 29s). Has said a total of 24 messages. Is idling for 2s, last said: '~seen kaelten'.
16:31.22Kaeltenlol
16:31.45robodude666hmmmmm
16:31.52robodude666~poke ckknight
16:31.56purlACTION grabs a syringe
16:32.31hastehttp://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html
16:32.36robodude666whoever owns purl needs to work on him'her
16:32.42robodude666*him/her
16:32.53hastewhy?
16:32.54Tekkubpurl's a moron :P
16:32.56hasteit's a blootbot
16:33.54Slaymanis that site sarcastic?
16:34.01robodude666go linux!
16:34.20robodude666linux > windows
16:34.26Slayman"Computers are an American invention." no they are not
16:34.38Tekkubquiet you!
16:35.25Slaymanyeah go to Marlboro Land dude
16:36.04robodude666i wouldn't mind a cute little penguin in a tux taking over the world
16:40.15robodude666anyone here alive?
16:40.20Tekkub:P
16:40.29robodude666one person
16:40.43TekkubI'm a werebear, I'm neither alive nor dead!  I think...
16:40.52robodude666lol
16:40.52Tekkubhow does that work anyway?
16:40.56robodude666are you a wisp?
16:40.59haste:o
16:41.07hasteI'm partly here
16:41.10Tekkubyou calling me a poofda?
16:41.16hastecurrently recompiling my system!
16:41.21robodude666man i want wisps to be new alliance race T_T
16:41.29TekkubI'm recompiling YOUR MOM!
16:42.05TekkubI honestly hope for Worgen or Panda, but I'm placing my bets on some derivative of Dranei
16:42.18robodude666panda lmao
16:42.27robodude666wisps are hot. essp. the pink ones :)
16:42.35Tekkubwell I am a bear, of course I'd want that
16:43.02Tekkubhrm... that reminds me....
16:43.14robodude666does everyone else here just leave their computers on overnight or w/e? lol
16:43.37cladhaire..
16:43.38cladhaireyes
16:43.50robodude666i see '_'
16:43.57Tekkub*checks to see if Genma is already taken on his server*
16:44.26Slaymanare those retards on that site serious? i can't take this crap
16:44.44cladhairewhat site slay?
16:44.57Slayman[18:32] <haste> http://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html
16:45.00hasteI cba to turn it off
16:45.01cladhaireoh
16:45.11hastesince I kind of... broke my bootloader :p
16:45.18haste(two weeks ago)
16:45.21hasteand I haven't fixed it yet
16:45.49Tekkubhehe
16:46.02Tekkub"I can't shut down or I'll have to reinstall!"
16:46.22hastenah, I have to pull forth a liveCD and fix it then
16:47.16hasteokey.. zidomo whines on my castingbar because it's not "user-friendly" enough
16:47.24hasteso I make it more user-friendly
16:47.32hasteand then he whines on the INCREASE of size :(
16:47.51hasteI should clean it up tho'
16:47.54TainThat's what you get for pandering to users.
16:47.57hasteit's been on my todo list for a while now
16:48.23hasteI'm not even replying on the post, at least not untill I've fixed it :p
16:49.29robodude666il come back later to see if ckknight is on. ttyl
16:49.30*** part/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
16:49.31Tekkubyes, you need to panda your users instead
16:50.51hasteissue solved!
16:51.19cladhaireNeronix: Why didn't you ghost him?
16:54.56phyberFuBar_DuraTek doesn't show anything on mouseover now, is that intended?
16:57.05Neronixcladhaire: was busy ingame
16:57.12cladhaireBOO
16:57.12cladhairelol
16:57.26NeronixI'll change the pass
16:57.34Neronixoh, it's in use...
16:57.38cladhaireghost him
16:57.42Neronixdead
16:57.44cladhairelol
16:57.50cladhairehahaha
16:58.02Tekkuboro?
16:58.08cladhairei'm suc a bad influence
16:58.12Tekkub*grabs latest Fu*
16:58.35Neronixnew pass is omglol
16:58.44Industrialrobodude666: robodude666 eadfasdfsadfdasf
16:58.44hasteNeronix: haha, so evil
16:59.27*** part/#wowace zerocool (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
16:59.31*** join/#wowace zerocool (n=jnwhiteh@cpe-24-59-191-241.twcny.res.rr.com)
16:59.38hastezerocool: hackers!
16:59.44zerocoolzomg acidburn
17:00.31cladhaire"Mess with the best, die like the rest"
17:01.32Qaarh"Crash and Burn"
17:02.31cladhaireword.
17:04.22cladhaireAngelina Jolie is so hot.
17:05.13Tekkub*yawn*
17:05.16TainOh yeah.
17:06.15TainWe were out for drinks one night after work, some people I used to work with, and the conversation somehow came to, "The list of people your S.O. would let you sleep with."
17:06.32TainSo this hot, hot, hot girl I worked with said she and her boyfriend both had their top 3 people they'd sleep with.
17:06.44cladhaireyou were one on each side?
17:06.44TainAnd she said that Angelina Jolie was on her list.
17:07.02cladhairemost girls say that.
17:07.07TainAnd I, without any filter on my brain/mouth said, "Now I have a new top 3 things I'd like to see."
17:07.16cladhaire=0
17:07.22cladhaires/0/)/
17:07.25cladhaire~botsnack
17:07.25purlcladhaire: :)
17:07.31Tekkubhuzzah for akward social situations!
17:07.38*** join/#wowace pfault (n=pagefaul@toronto-HSE-ppp4035746.sympatico.ca)
17:07.46TainDamn she was so hot, and a Unix systems admin.
17:07.55Industrialno wai
17:08.05hyperChipmunkWobin_: I love you
17:08.31Industrialas thw world of warcraft turns
17:08.34Industriallive in #wowace
17:08.35TainActually later that same night she was completely trashed and bit me on my neck, leaving a mark that was visible for months.
17:08.59Wobin_hyperChipmunk: If you can think of any other features, let me know
17:09.06cladhairenice
17:09.52hyperChipmunkI want a button that says, "Marry me, Wobin_"
17:10.58Wobin_You'll have to wait til 1.11 =P
17:11.04hyperChipmunkk
17:11.11hyperChipmunkI can wait for you
17:11.27TainI want a button that makes Angelina Jolie appear in my bedroom.
17:11.35hyperChipmunkO_o error
17:12.47hyperChipmunkyour .toc is wrong
17:13.15hyperChipmunkCompostLib\Compost.lua should be CompostLib\CompostLib.lua
17:14.31Wobin_ah. ta
17:14.47hyperChipmunkI don't love you anymore
17:15.30Wobin_Such is young love
17:16.26CIA-1303wobin * r1585 10ReverseEngineering/ReverseEngineering.toc: ReverseEngineering - fixed path in toc
17:24.33CIA-1303tekkub * r1586 10MountMe/ (. ItemSwap.lua):
17:24.33CIA-13MountMe
17:24.33CIA-13- Added arg checks to the item-testing methods
17:24.33CIA-13Bug : 1028
17:24.46Tekkubbah it didn't URL... stupid tort
17:27.18CIA-1303tekkub * r1587 10MountMe/ (. Core.lua):
17:27.18CIA-13MountMe - Testing bug thingy in tort (again)
17:27.18CIA-13Bug : 1028
17:27.24Tekkubfucker
17:30.25*** join/#wowace Elkano (n=elkano@ip-213-135-2-174.handshake.de)
17:30.47CIA-1303tekkub * r1588 10MountMe/ (. Core.lua):
17:30.47CIA-13MountMe - Testing bug link AGAIN
17:30.47CIA-13http://www.wowinterface.com/portal.php?id=10&a=viewbug&bugid=1028
17:30.53Tekkubthere we go!
17:39.20SlaymanSuper Ghouls'n Ghosts made me very very angry
17:46.18Tainhaha the days when games were actually difficult.
17:48.22CIA-1303otravi * r1589 10oRA/oRA_Core.lua: oRA_Core - Fixed nil error on line 106.
17:48.51cladhairemorning kergoth
17:49.03[MoonWolf]i hate how my nick is always shortend to moon, not that i mind that, but I have to set up a highlite for moon, if i dont i miss half the chances of people trying to get my attention, if i do half the beep and flashing windows are because someone mentioned the word moon.
17:49.31TekkubI'll call you woof then
17:49.43[MoonWolf]that wont help on the other dozen of channels.
17:52.13kergoth[MoonWolf], that is annoying.  mine is often shortened to kerg, but that at least isnt a word
17:52.16kergothmorning all
17:53.43[MoonWolf]yeah
17:54.26Elkanomoonwolf, I know that problem... I had been in a channel with a lot of people from northern europe in it... they used to talk about elks often :/
17:54.52[MoonWolf]lol
17:56.36Wobin_moon... the reason?
17:56.45Wobin_Noone can be bothered to type the [ for the tab completion
17:57.02Wobin_If you called yourself MoonWolf, we'd be more likely to use your full name =P
17:57.19[MoonWolf]I call myself moonwolf on all server but this one
17:57.26[MoonWolf]doesnt make a difference.
17:57.43[MoonWolf]lots of people simply wont press tab
17:57.59Elkanowell, many don't konw :)
18:10.21kergoth~/downloads$ wow_addon -v 1.1.1517 FuBar_ToFu-1.1.1517.zip
18:10.22kergothWOW_ADDON: Version 1.1.1488 of FuBar - |cffffffffTo|r|cff00ff00Fu|r is already imported and tagged.
18:10.22kergothargh
18:10.32kergothpeople not updating their .toc is rampant now that people are using svn revision
18:10.49kergoth90% of all fubar .zips have the wrong version in the .toc, at least
18:11.06hyperChipmunkoh that reminds me
18:11.23hyperChipmunkI ought to put a version in BulkMail's toc
18:11.24kergothsince its the revision of hte .toc itself in the .toc, not of the addon
18:11.28kergothjust plain incorrect
18:11.39kergothi'd rather people left the version out completely rather than having an incorrect one
18:11.42kergothheh
18:12.35hyperChipmunkyou get a chance to try out BulkMail, kergoth?
18:13.06kergothnot yet, thanks for the reminder :)
18:13.37hyperChipmunk<3 any feedback at all would be greatly appreciated
18:14.30Wobin_Anyone here use Fizzwidget's Autocraft?
18:15.00hastekergoth: that seemed like an intersting script :o
18:15.04hyperChipmunkthink I tried it once
18:15.39Wobin_I got a bugrep saying that it crashed Wow
18:15.42Wobin_with my addon
18:15.48Wobin_which doesn't make much sense =P
18:16.19Wobin_Nor the fact that I tried doing exactly the same thing as the bugreporter with no problems
18:16.20kergothhaste, http://kergoth.com/projects/homefiles/browser/bin/wow_addon
18:18.13haste*explores*
18:25.52kergothhaste, you'll want to check out http://svk.elixus.org/, thats the scm tool i make use of there to maintain my addon set
18:26.00kergoth(without losing local changes in the addons dir)
18:27.48hasteh-ai~
18:28.15hasteI'm thinkering with the thought of putting up my own svn also
18:28.23hastesince I have a server that basicly doesn't do enough
18:28.26cladhaireto what end?
18:28.31cladhaireyou could just have local repositories
18:29.08hastewell, I'm tired of sending people pieces of code and such :)
18:29.26Wobin_Anyone having problems connecting to the us servers?
18:29.40hasteand I do have a couple of other project with friends
18:29.53cladhairewell have fun with that =)
18:30.03hastehehe
18:31.45cladhairekergoth: Is there any way to have the svn checked out copies of addons in a directory which I check in and out of a seperate repository?
18:31.48cladhairei assume not.
18:32.17TainSo what do do people use for buff frames addons?
18:32.26[MoonWolf]svn external an intire svn ?
18:32.36cladhairemeh that could work.
18:32.43[MoonWolf]i use gypsy_buffbar.
18:32.44cladhairelol
18:33.24hasteI use default
18:33.27Shyvact_buffmod + ct_itembuffs
18:33.45TainI know I used to like ct_buff
18:33.57TainBut that was like a year ago.  heh
18:34.06CIA-1303neriak * r1590 10BigWigs/BWL/ (Chromaggus.lua Nefarian.lua Vaelastrasz.lua): BigWigs: changed german localization for Chromaggus and Vaelastraz, added german localization for Nefarian
18:39.03*** join/#wowace Wobble (n=Wobin@221.221.21.250)
18:40.04Industrial:P
18:40.07[MoonWolf]spamtacular
18:51.54Neronixkergoth: Did you get the botmail?
18:54.01CIA-1303tekkub * r1591 10BossBlock/ (. BossBlock.toc Core.lua):
18:54.01CIA-13BossBlock
18:54.01CIA-13- Will now block messages encased in any number of asterisks
18:54.01CIA-13- Setting svn:keywords
18:54.36CIA-1303neriak * r1592 10BigWigs/BWL/Nefarian.lua: BigWigs: Another localization change for Nefarian
18:56.16cladhaireTain: Are you around by any chance?
18:59.39cladhairenvm
18:59.40cladhaire=)
19:02.05TainOh in that case, yes I am.
19:06.14cladhaire=)
19:06.30cladhaireI was checking to see if I could hook OnShow with a visor script to compensate for Warriors.
19:07.06TainWell, I just started a Warrior to see how it all works.
19:07.18haste~slap CIA-13
19:07.24purlACTION slaps CIA-13, keep your grubby fingers to yourself!
19:07.50cladhaireyou're ALWAYS using a bonusbar
19:07.59TainYeah
19:08.01cladhaireunless you switch pages.
19:08.04cladhairei have a script that works
19:08.07cladhairesame script i was using before
19:08.08TainThat's something I knew before and then forgot about.
19:09.17cladhairei have to figure out how to use it natively and have it still work
19:09.23cladhairei.e. how many buttons to show.
19:16.10hasteGngsk: oh please, tell me how to pronounce that word
19:16.21ckknighthey
19:16.26Gngsk[15:13-19] FuBar\compat-1.0.lua:1451: attempt to index field `profiles' (a nil value)
19:16.46ckknightI already fixed that, I thought
19:17.05Gngskwell, i guess it could be my fault, I don't have ace profiles setup
19:17.10Gngskwas working fine on my priest last night
19:17.28GngskI log on my rogue and fubar isn't on the screen, minimap is 1/2 on 1/2 off
19:17.33*** join/#wowace Wobin_ (n=Wobin@221.221.21.250)
19:17.38Industrialhey Neronix
19:17.41Industriali have 8G now
19:17.49Industrialtold you i'd give it back quick :D
19:17.52Wobin_Cairenn: You about?
19:18.01Gngskso I tried disabling all addons but ace and fubar and that's what I got
19:18.01SlaymanThis fucking Bitch of Princess, the first time i managed to play through Super Ghouls and Ghosts and now she wants me to do it again for some FUCKING BRACELET
19:18.06Wobin_What are you selling, Indy?
19:18.11CairennI'll brb
19:18.52IndustrialSlayman: eh?
19:18.58Gngskhaste, my handle?
19:19.01IndustrialWobin_: linen cloth
19:19.08Eraphineckknight, i'm not sure what's wrong with FuRoll
19:19.11IndustrialWobin_: its so low to buy, its a gold deal to sell
19:19.16ckknightI do
19:19.16IndustrialWobin_: and wool cloth later on
19:19.19Wobin_who buys cloth?
19:19.23IndustrialWobin_: 20s 40s buyout
19:19.29SlaymanIndustrial: i played Super Ghouls and Ghosts, the first time i completed the game ...
19:19.33Industrialpoeple leveling their clithworking
19:19.40IndustrialSlayman: eh what game
19:19.41Wobin_meh =)
19:19.46Wobin_I've always made my own cloth =)
19:19.54Industriali know but it sells like mad
19:19.59Slaymancome on get yourself a SNES and go oldschool
19:20.00Wobin_Interesting
19:20.07Industriali try to won the market
19:20.11Industrialso everyone only sees my name
19:20.19Industrialown*
19:20.39Industrialwhen you have 5-6 the same items
19:20.46Industrialunder 1g buyout
19:20.57Industrialmake the last one be the buyout in g's not s
19:21.03Industrialsome dumbasses still buy it
19:21.07CIA-1303ckknight * r1594 10FuBar/compat-1.0.lua: FuBar - fixed profiles nil bug.
19:21.09hyperChipmunkdo both |c and |C work for color?
19:21.12Industrialand you make like 60g in one go :P
19:21.57hasteGngsk: yes :D
19:22.27Gngskit's not meant to be pronounced by humans :P
19:22.33haste:-(
19:22.51IndustrialWobin_: together with all green items you dont need
19:23.06IndustrialWobin_: but its better to make an AH char and learn it enchanting and disenchant everything for mats
19:23.10Wobin_yeah
19:23.14Wobin_I do that
19:23.21hasteIndustrial: such a scammer!
19:23.24Wobin_I have an enchanting mule full of stuff
19:23.27Wobin_and an AH mule
19:23.32Wobin_Who lives in SW
19:23.37Industrialhaste: so?
19:23.46Gngskckknight, ok next time I'll make sure I'm running the latest before I paste an error :\
19:23.46cladhaireI have a leather mule, an enchanting mule, and a jewel/elemental mule called "FamilyJewels"
19:23.50hasteIndustrial: it's a legal tactic so :p
19:24.06Industrialhaste: most of them are idiots and not nice to me when i ask questions so poo on them
19:24.37hyperChipmunkactually, is there anyplace with a list of WoW lua quirks?
19:24.44cladhairewhat do you mean?
19:24.47cladhairethere really aren't any
19:24.53hyperChipmunklike, the conventions for hyperlink and stuff
19:25.00hyperChipmunkguess lua not the right term
19:25.10cladhairethe wiki is really ti
19:25.12cladhairefor stuff like that.
19:25.32hyperChipmunkbe curious to know what all the |-conventions are
19:26.21hyperChipmunklike I was just needing to check for a color, but I'm not sure whether the |c is case-sensitive; stuff like that
19:26.51cladhaire*nod*
19:26.51cladhairei duno
19:26.56cladhairetest and write a wiki page
19:26.57cladhaire=)
19:26.57ckknightah, everyone does lowercase
19:27.09cladhaireyeah, i've always done lowercase.
19:27.13hyperChipmunkyea, but if I'm checking for it, I have to know
19:27.38hyperChipmunkif |C is valid, I have to allow it
19:27.57Tekkubhehe, this song makes me think of like, 1/3 of the population of WoW
19:28.09Tekkub"Learn to use you words so you can communicate"
19:28.13Tekkub*your
19:30.58hyperChipmunk|c is NOT case sensitive; have to check for |[cC]
19:33.17ckknighthrm
19:34.23CIA-1303hyperactiveChipmunk * r1595 10BulkMail/ (BulkMail.lua BulkMailLocals.lua):
19:34.23CIA-13BulkMail:
19:34.23CIA-13- Properly handles adding items to AutoSend list if no destination is specified (assigns it to the default destination)
19:39.10Wobin_Any german speakers on?
19:39.44hyperChipmunkI have my Klipsch speakers on atm; that sounds german
19:40.16Wobin_they do at that
19:40.27CairennWobin_: back, sorry 'bout that, what's up?
19:40.36hyperChipmunkactually, my speakers are Sony
19:40.40hasteI'm compiling  php right now, that looks german
19:40.41Wobin_Are we supposed to get email alerts when new bugs are entered?
19:41.11CairennI don't know whether Dolby has that in place yet or not
19:41.23Wobin_ah, k =)
19:41.44CairennI know it's supposed to happen, but whether it has already or not, I don't recall right now, sorry
19:42.43Wobin_no problems =) Just wanted to be sure =)
19:42.47Cairenn:)
19:43.09Wobin_I have Opera checking my RSS feed often enough anyways =)
19:43.15Cairenn:)
19:44.56Tekkubrssfwd.com :)
19:49.49hasteTekkub: nice site
19:51.52Tekkubit's handy
19:52.15Tekkubalthough as of late it goes wonky wonky with the SVN feed and mails EVERYTHING repeatedly
19:52.18Tekkubnot just new items
19:53.01Temgah
19:53.36TemCairenn: can you put a filter on WoWI so people aren't allowed to upload addons named ".*Ace.*"
19:53.56ckknightagreed
19:54.28Cairennlink?
19:54.32Temnothing new
19:55.13TemNeriak: you still here?
19:55.15Tekkubheh, we've just gotten sick of AceGenericModName havn't we?
19:55.33hyperChipmunkyea, I saw two more Ace* up today
19:55.37hyperChipmunkby some guy i never heard of
19:56.02Wobin_AceLoot? =P
19:56.12TekkubAcePlayerMenu prolly
19:56.22CairennAceLoot is a very old mod
19:56.46Temvery old
19:56.54Temprobably one of the first to use that naming scheme
19:57.01hyperChipmunkand AceBidHelper
19:58.02Cairennanyway, I'll talk to Dolby, see if there's any way to do something like that
19:58.25*** join/#wowace kopple (n=mroc@h135n1fls31o969.telia.com)
19:59.19Temit's something we need to do
19:59.21Temnot you guys
19:59.56TemI was being facetious
20:00.06Cairennokay
20:00.23Tekkubwe just need to get people to rename stuff :)
20:00.26Temaye
20:01.11Tekkubno people never read stickies ><
20:01.16Tem>< true
20:01.27hasteYou can't see stickies on the forum
20:01.36hasteit's like the same icon, only with a tiny border under
20:02.17ckknightI think I should rename FuBar to AceBar
20:02.19ckknightjk
20:02.32TemI think I'd kill you
20:02.47TekkubI think you should name it SoAMageWalksIntoABar
20:03.08TemSoAMageWalksIntoABarAndComplains
20:03.12hyperChipmunkI thought it was a Priest, a Paladin, and Verimithras
20:03.23TemVarimanthras*
20:03.28Tem... I think
20:03.30hyperChipmunkyea, I know I botched that one
20:03.42TemI'm not entirely sure I spelled it right either
20:03.49ckknightit's Varimathras
20:03.54hyperChipmunkI think it's Varimathras
20:04.03Temaha
20:04.05hyperChipmunkyea
20:04.11Tekkubugh, I should go do laundry already
20:04.16Temditto
20:04.20hyperChipmunkI'm pretty sure I got all the consonants right
20:04.26TemI have a 4 foot tall pile of laundry
20:04.45hasteI have a question for a Opera user!
20:04.49hasteanyone here?
20:05.05haste(I'm doing my usual browser vs browser change)
20:06.36ckknightI am
20:06.55hasteno need, just figured it out I think
20:07.01hastewanted to change the hotkeys a little
20:07.13ckknightlol
20:08.16hasteI ignored the word "shortcuts" on the bottom of the Advanced options list
20:24.33SlaymanLol u guys gotta be kidding me as i thought I'm the only one too lazy to wash his clothes regularly. Well i guess I'm not
20:25.53ckknightI figured out the perfect way to not have to wash clothes
20:25.55ckknightdon't wear them
20:27.17Slaymanwell as long as I don't need to get out to buy something to eat, or go to work i call my self a naked gamer, Yeah baby yeah!
20:28.15*** join/#wowace [MoonWolf] (n=moonwolf@f176182.upc-f.chello.nl)
20:28.15*** mode/#wowace [+o [MoonWolf]] by ChanServ
20:28.24Slaymanckknight: u recognised that GloryLib Bug with the Deformat i posted ?
20:28.53hastewth.. I just thought "emerge", but I typed "wget"... must be a sign
20:30.26Neriakbtw: is there a fixed Timex out there ? BigWigs timers are 2-3  seconds too short.
20:31.08Neriaktrue
20:31.30[MoonWolf]dutch beer so outranks german beer.
20:32.24NeriakHeineken is nice
20:32.30Slaymanu have no idea [MoonWolf] our beer is contains exactly 3 ingredients
20:32.37Slaymanno more
20:33.00NeriakI know amstel :)
20:33.56ckknightSlayman, I already fixed it
20:34.35hyperChipmunkwhat's the situation on AceGUI/lua templates
20:35.11Slaymanthe very last version i pulled off the SVN has that error and since then no CIA 13 posts on glorylib in here ...
20:36.04ckknightodd
20:36.09ckknightwhat's the full error?
20:37.58SlaymanGloryLib.lua:724: attempt to call global `Deformat'
20:38.12Slayman(a nil value) ...
20:39.13ckknightyea, I already fixed that
20:42.09Slaymanthen there appears to be an outdated Lib File in some of my addons i think ... ty anyways
20:57.45kergothNeronix`afk, got the botmail now, thanks
21:06.53ckknighthey kergoth
21:10.07kergothhey
21:14.34TemhyperChipmunk: AceGUI is waiting for 1.11 because it needs the API we're getting
21:16.05Temoh man...
21:16.09Tem"how about the commands to enable the addon since there is no mention of them in the post and no readme in the package. Thanks."
21:16.41hyperChipmunkdo we have something with what we have now?
21:16.57*** join/#wowace Stylpe_2 (n=Stylpe@210.80-202-248.nextgentel.com)
21:17.20TemhyperChipmunk: I have a version that mostly works, but I'm 99% sure there is a bug in the anchoring code
21:17.43Tembut it's by no means ready to be used
21:17.49hyperChipmunkwhat's the likeliness of compatibility withthe final
21:17.58Temwell
21:18.00Temum
21:18.09Temyour config blocks can mostly stay the same
21:18.41Tembut since theres all of like 3 addons that use AceGUI I'm not too worried about keeping it compatible
21:19.14hyperChipmunkk
21:25.33TemAll I have written thus far is Frame, Texture, and Fontstring support
21:26.08Temonce I'm done implementing the other "native" types, I'll get to work on the things people are more familliar with
21:26.21Temie, AceGUIListBox
21:26.26Temect
21:26.39cladhaireAnyone know how exprepgluefu is supposed to work?
21:26.48hyperChipmunkwtf
21:27.39[MoonWolf]Did you say exprepglue ?
21:27.47[MoonWolf]????
21:27.49cladhaireyeah
21:28.05hyperChipmunkwhat the devil's that
21:28.36TemTekkub: you around?
21:28.43Tekkubyarr
21:28.51cladhairehttp://svn.wowace.com/root/trunk/FuBar_ExpRepGlueFu/
21:28.57TainHrm.  Looked at an apartment I like, only problem is it's on the third floor. But not twisted stairwells at least.
21:29.07Elkanohmm... when did ck kill merging of fubar plugins?
21:29.23ckknightI didn't
21:29.30cladhaire*cheer* you're back
21:29.32ckknightleast I don't think I did
21:29.36cladhairethis guys has been here ALL day lookin for you
21:29.46ckknightyea, I know
21:29.50ckknightrobo something
21:29.53ckknightI saw his messages
21:29.59cladhaireneronix registered his nick so he can ghost kick him =)
21:30.00[MoonWolf]robodude666
21:30.05[MoonWolf]worst name 3v4r
21:30.13ckknightyea
21:30.27Elkanowell, exp and honor can'T merge anmore for me (resulting in honor being hidden after launch and me thinking it was broken... until I noticed I had to reenable it)
21:30.32cladhaireckknight: How do I make ExpRepGlueFu work correctly, is there any trick?
21:30.49ckknightwork correctly?
21:30.59[MoonWolf]What is it supposed to do ?
21:31.07TainRead the readme and you'll see!
21:31.22cladhaireckknight: Yeah, its doing nothing, other than showing some weird icon on my FuBar
21:31.35ckknightright-click the icon
21:31.41[MoonWolf]does it make sticky tooltips out of honour and xp ?
21:31.47cladhaireyeah, i've done that.
21:32.30ckknighthrm, doesn't merge for me either
21:32.31ckknightblast
21:32.49Temckknight: do you have a job?
21:33.02Tem(if you don't mind me asking)
21:33.17ckknightnope
21:33.40TemTekkub: there's some person talking on BossBlock's page.  I tried to shut em up, but I dunno
21:33.42ckknightit's why I can devote large amounts of time to coding
21:33.48Tekkuboro?
21:33.48TemI was trying to figure that out
21:33.51Tekkub*looks*
21:34.51cladhairehttp://img361.imageshack.us/img361/2214/fubarcry9ya.jpg
21:36.33cladhaireckknight: That's all i'm getting with Attach to Top, On left Side (or any options really)
21:36.38cladhaireNot a big deal, just curious =)
21:37.19ckknightI dunno
21:37.25ckknightit seems to work for me without flaw
21:37.48*** join/#wowace SilverShadow[CU] (n=silversh@dsl-255.warsaw.kconline.com)
21:37.51TekkubTem, you're sech an ass :P
21:38.04TemI am?
21:38.14ckknighthey SilverShadow[CU]
21:38.23TemI'm still a little alseep so I may have missed it
21:39.05SilverShadow[CU]howdy!
21:39.16SilverShadow[CU]just a few short hours..
21:39.19TemTekkub: heh, I see now.  You wanna respond to him instead of me?
21:39.50TekkubI think it was just the "wtf do you care?" that set the "Tem's being a dick again" tone :)
21:39.59TekkubI responded, it's no biggie
21:40.02Temyeah, um
21:40.09TemI don't have patience today
21:40.14Tekkubtoday?
21:40.23Temcrap! I can't
21:40.31ckknighthrm?
21:40.31Tekkub\s\today\ever\
21:41.11[MoonWolf]hello SilverShadow[CU]
21:41.21SilverShadow[CU]howdy MoonWolf
21:41.23TemTekkub: lol.
21:41.34Tekkub<PROTECTED>
21:41.36TainBy the way, I used Mr Plow for the first time.  Holy crap that's so awesome.
21:41.45[MoonWolf]hehe
21:41.58SilverShadow[CU]:-(
21:41.59kergothhmm, i should try mrplow
21:42.01TemTekkub: Was probably brought on by the amount of drama that Mazzle is causing
21:42.04TekkubI need to write up my little mim MrPlow
21:42.18Tekkubthat just corrects ammo stacks...
21:42.23TainI know the sorting algorithm could be improved, but man the idea of it is great.
21:42.24hyperChipmunkyea
21:42.26Tekkubname it PlowKing just to be a dick
21:42.30Tainhaha
21:42.33TainTekkub that's mean.
21:42.38Tekkubwhat?
21:42.42TekkubI name MrPlow
21:42.43Temand that's stopped him before?
21:42.45Tekkub*named
21:42.54hyperChipmunkMrPlow is awesome
21:43.02Tekkuband it's like Metro/Timex... not trying to relace
21:43.02hyperChipmunkI been using it for a week
21:43.34hyperChipmunkdunno why it can't just be an option in MrPlow
21:43.38TekkubI like MrPlow but all I want is for me partial stack of ammo to be corrected to the top of the bag so that it's what depleats first
21:44.06Tekkubactually... hrm...
21:44.22Tekkubstack mode pushes partial stack up to front slots right?
21:45.00Temnoidea tek
21:45.06hyperChipmunkstack mode doesn't make ammo correct
21:45.11Tekkubhum... I need to bug him
21:45.31Temwho cares?
21:45.43Temsilly ezmode hunters
21:45.46Tem=P
21:45.48TekkubI don't want the sorting personally, but I'd like the stacking to correct all partials to forwardly slots over full stacks of same item
21:45.58Tekkubcause the game just uses the first stack it finds
21:46.32Tekkubso stuff fragments towards the back of the bags as you use/replesh them
21:46.32TemI'm glad I've never played a class that needs to pay attention to how much ammo it has
21:46.51Tekkubit's the same way with reagents tho
21:47.03TemI only keep 1 stack of reagents around at a time
21:47.08Tekkubtrue
21:47.19Tekkubmy guild has these dumb reagent quotas
21:47.35TemI know some people carry around like 60 Arcane powders, but I carry 20 at most
21:47.36Tekkubif you don't show up with 20g worth of reagents it's like -5DKP :P
21:47.46Temthat's retarded
21:47.59Tekkubyea well we had people that never replenished
21:48.04Temyay for being an officer so I get to say "that's retarded" when someone suggests something like that
21:48.10Tekkubthey'd buy a stack, use it till it was gone, buy more
21:48.23Tekkubinstead of always getting a full stack when they were in town
21:48.53TekkubI always top off my ammo or reagents if there's a vendor nearby
21:48.56Temnow, sometimes we do have an MC Water requirement
21:49.08Tekkuboh yea... I need to write FreeRefills.... *adds to todo list*
21:49.25Temit sucks to kill golemagg and realize that no one in the raid has water
21:49.33Tekkubhehe
21:50.02Temwhat sucks more is when you forget to douse mag's rune
21:52.16Tekkubhehe, I just had a great idea for FreeRefills too
21:52.18*** join/#wowace Suntiger (i=moonwolf@f176182.upc-f.chello.nl)
21:52.43Tekkubsince some stuff (food, water) comes in 5s from vendor, give two different options
21:52.50*** mode/#wowace [+o [MoonWolf]] by ChanServ
21:52.56Tekkubone that makes sure you have at least a full stack, maybe more
21:53.07Tekkuband one that doesn't buy if it'll put you over a full stack
21:53.18Tekkuband name the settings optomist and pessomist
21:53.30Temlol
21:53.40Tekkubwell it is water we're talking about
21:54.53Neronixhttp://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
21:55.01NeronixNow I have no excuse to not learn Vim :P
21:56.00Temsure you do
21:56.12Tem"vim sucks"
21:56.17[MoonWolf]hehe
21:56.32[MoonWolf]mrplow needs a sligtly gagged mode
21:56.45[MoonWolf]that anounces start and end in a nice and tidy way and nothing else.
21:57.13NeronixTem: that only gives me 280 results on google
21:57.39Neronix1000 for "emacs sucks"
21:57.47Neronixand... none for "scite sucks" O.o
21:58.20ckknightI'm not a fan of vim
21:58.36hyperChipmunknobody's perfect
22:00.13cladhairei like scite, just as a lightweiht editor
22:00.37cladhaire*shrug*
22:01.08ThianaHi all
22:01.19ThianaAnyone know what unit frames are in http://img361.imageshack.us/img361/2214/fubarcry9ya.jpg (pasted from earlier)
22:01.33cladhaireWatchDog
22:01.35cladhairemine =)
22:01.55cladhairescreenshot and unitframes
22:01.59ThianaThanks :)
22:03.46*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
22:04.03robodude666hmmm
22:04.07robodude666~poke ckknight
22:04.09purlACTION grabs a syringe
22:04.17robodude666~seen ckknight
22:04.30purlckknight is currently on #wowi-lounge #wowace. Has said a total of 541 messages. Is idling for 6m 10s, last said: 'I'm not a fan of vim'.
22:04.38ckknight...
22:04.40cladhairedude, you gave him like 3 seconds.
22:04.43cladhairecalm down
22:04.49ckknightyea
22:04.49robodude666lol
22:05.11hyperChipmunkrofl
22:05.13Tem><
22:05.14ckknightdeep breath in
22:05.16ckknightlol
22:05.21ckknightgreat.
22:05.28ckknightwho did that?
22:05.32ckknighthehe
22:05.33NeronixMe :P
22:05.35cladhairehahahahaha
22:06.09*** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net)
22:06.09*** mode/#wowace [+o Tem] by ChanServ
22:06.26cladhaireO.o
22:06.31*** join/#wowace Tem (n=Tem@ip70-177-40-169.br.br.cox.net)
22:06.31*** mode/#wowace [+o Tem] by ChanServ
22:06.36Tem_d'oh
22:06.50ckknight?
22:07.03ckknightI wonder if that guy's gonna come back
22:07.03TemI wanted to see what the message was for getting killed
22:07.04*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
22:07.08ckknighthey
22:07.10ckknightwhy'd you leave?
22:07.13ckknightlol
22:07.17Temdude
22:07.19[MoonWolf]hehe
22:07.19hyperChipmunkaww, come on guys
22:07.21Temlet him ask his question
22:07.29hyperChipmunkonce was maybe funny
22:07.40hyperChipmunkbut now that's being a jerk
22:07.47NeronixI guess :<
22:07.55hyperChipmunkhe's annoying, but that's not his fault
22:08.01ckknightyea, stop, Neronix
22:08.20Temlol
22:08.23Tem"not his fault"
22:08.26NeronixI planned to stop at 2 anyway
22:08.35*** join/#wowace robodude666 (n=robodude@ool-182f70be.dyn.optonline.net)
22:08.40hyperChipmunkwb
22:08.45ckknightwhy do you keep leaving?>
22:08.49robodude666i dont
22:08.51robodude666i keep getting kicked
22:08.53[MoonWolf]now stop spamming the channel with leaving and joinings.
22:09.20ckknightoh well
22:09.22ckknightwhat's your question?
22:09.25robodude66604[18:07] *** :services. KICK robodude666 :Nick collision01
22:09.48Tekkubhey bossman, got a tiny optomization for Babble Core
22:09.53ckknightalright, hit me
22:09.58robodude666I was wondering if I am allowed to do frame:Show(); which i know i am...
22:10.00Tekkubthe start of Deformat... all those concats....
22:10.06Tekkubone sec *types*
22:10.14robodude666but it gives me an error
22:10.20robodude666"attempting to index a nil value"
22:10.26ckknightthe concats only happen if there's something to concat
22:10.36cladhairerobodude666: then frame doesn't existy
22:10.41cladhaire./dump it to see for yourself.
22:10.43Tekkublocal pattern = string.format("%s%s%s%s", a1 or "", a2 or "", a3 or "", a4 or "")
22:10.49robodude666<PROTECTED>
22:10.50robodude666wrong?
22:10.57ckknightno, Tekkub
22:11.01ckknightwait
22:11.05ckknightlemme check it out
22:11.06ckknighthang on
22:11.07cladhairei dont know, i'd need to see the entire XML declrartion, and if you post it here i'll kill you
22:11.08hyperChipmunkoh that's slick
22:11.20Tekkubyea but if you have 4 strings to concat you'll use more memory your route
22:11.32Tekkubcause each concat will allocate a new string
22:11.46Tekkublike I said, it's tiny but it should be better :)
22:11.54robodude666was cladhaire @me?
22:11.57cladhaireyes.
22:12.00ckknightokay
22:12.03ckknightyou're right, tekkub
22:12.03cladhairecheck your FrameXML.log
22:12.11ckknightthought you were talking about a different question
22:12.11Thianastring.format is less efficient though because it has to parse the format string. Does it balance out?
22:12.15robodude666oh, i won't dont worry. it was made by Wow UI Designer and its like 500 lines lol
22:12.29Tekkub:)  like I said, minor but it's still an improvement
22:12.39[MoonWolf]only 500
22:12.53robodude666yup
22:13.05robodude666487 to be exact :P
22:13.11robodude666il redo it later after i get this working
22:13.21Tekkubhey clad...
22:13.26cladhairehi
22:13.43Tekkubyou had a special fireshow-like mod that only shows chat events right?
22:13.58[MoonWolf]i can write a whole addon in that size
22:14.02CIA-1303ckknight * r1596 10BabbleLib/Core/BabbleLib-Core.lua: BabbleLib - optimization to Deformat.
22:14.09cladhaireits more simple than that.. it hooks AddMessage and shows the global state of "event"
22:14.09[MoonWolf]90% of mendeleevs code is in 406 lines.
22:14.13cladhaireits MessageEvent, up on WowI
22:14.19ckknightMessageEvent is sweet
22:14.22Tekkub:) that works
22:14.34Tekkubjust need to find the "ML has changed" event
22:14.42cladhaire=)
22:14.55cladhairethe new DevTools has something similar as well
22:14.55TekkubI have the globalstirng already
22:15.01cladhairethats more accurate from what I understand.
22:15.08cladhairebut i haven't looked at it much
22:15.16Tekkubcome 1.11 I'll rework Fireshow I think
22:15.33TekkubRowne's version was a tad heavy with the debug and the output and blah blah balh
22:15.49TekkubI want to make it work without Ace prolly
22:15.55robodude666thx guys. turns out frame is wrong. going to rewrite it
22:17.56ckknightat least for WoW's stuff
22:18.07robodude666me neither
22:19.07ckknightdoing it straight lua is cleaner (in my opinion) and can be more efficient
22:19.45robodude666theres a way to add labels, checkboxes, single and multiline boxes, and buttons with lua? i thought it was just frames
22:21.07[MoonWolf]you can create almost anything from lua
22:21.17[MoonWolf]properly working tooltips are a problem for now though.
22:22.05ckknightthat's where Tablet comes into play ;-)
22:22.09ckknightcan't scan those, though
22:22.20robodude666tablet? let me guess, a lib of yours?
22:22.23ckknightat least be get all the left out stuff in 1.11
22:22.23ckknightyea
22:22.32robodude666how many of them libs you got?
22:22.55Wobin_Tekkub: irt MrPlow, it's always sorted the smaller piles to the 'top' for me
22:22.55ckknighta few
22:23.02ckknightlike 5 or so
22:23.06hyperChipmunkWobin_: it does
22:23.08robodude666more id think
22:23.14hyperChipmunkbut what he wants is only that
22:23.47Wobin_ah
22:23.56Wobin_Well he can call it MrPlo
22:24.06hyperChipmunkand the algorithm for ammo bag just 'bubbles' the lesser stack through the entire bag to the top
22:24.24ckknightrobodude666, Dewdrop, Tablet, Tourist, Babble, and Glory
22:24.29hyperChipmunkJostle
22:24.33Wobin_Hum, I thought I fixed that.
22:24.55hyperChipmunkwhen all you need to do is pick up the top one and drop it on the bottom one
22:25.10Wobin_Oh and Tekk: With the latest versoin you can ignore every single bag, except your ammo bag
22:25.20Wobin_So it'll only sort that
22:25.25robodude666mmmhmm, righto :) back to work for me
22:25.30ckknightoh, yea, JostleLib
22:25.34ckknightforgot, so 6
22:26.03Tekkub:)
22:26.06Wobin_hyperChipmunk: yeah... I think I'll redo the logic on the stacking
22:26.07robodude666funky
22:26.21[MoonWolf]i need some help, destruction or demonology, pick a name.
22:26.29robodude666oh, does your IRC client support private msgs?
22:26.32ckknightDestruction
22:26.36ckknightyea
22:26.39Wobin_Demonology
22:26.47ckknightyou have to be registered with Nickserv to send PMs
22:26.50hyperChipmunkDestructology
22:27.02robodude666ahhh
22:27.29Wobin_Demuction?
22:27.40robodude666its /nickserv register pass
22:28.04hyperChipmunk/msg nickserv register pass
22:28.06Wobin_nah /msg nickserv register pass
22:28.07robodude666yea.. that
22:28.36ckknightwhat profession should I go with for a rogue?
22:28.39robodude666wTF? says im already registered.. him
22:28.44hyperChipmunkbasketweaving
22:28.49robodude666bastard soemone tool my user
22:28.54Wobin_Engineer
22:28.57robodude666*someone
22:29.03Wobin_I'm having so much fun
22:29.06robodude666*ook
22:29.08robodude666**took bah
22:29.30Wobin_with all the splodey and target dummies and stuff
22:29.40ckknightmaybe you registered earlier?
22:29.45robodude666pass doesnt work
22:29.56ckknightwith a different pass?
22:29.59robodude666nope
22:30.01robodude666tried em all
22:30.05*** join/#wowace Parak (i=PROFI@user-0cev737.cable.mindspring.com)
22:30.08hyperChipmunkthen you'll have to pick a new name
22:30.09cladhairewell, did YOU register it?
22:30.14hyperChipmunkand what a travesty that would be
22:30.19robodude666but im robodude666 ='[
22:30.19Wobin_You'll have to pick a different name then
22:30.37Wobin_Yeah, well you tell that -other- Wobin that he or she has my name =P
22:30.38cladhairewell in our hearts you'll always be robodude66, even if you become Bob
22:30.42robodude666going to hunt this bloody theif down and kill em!!!
22:30.48hyperChipmunkyou could be robodude667
22:30.52Wobin_Wouldn't that be RobertDude66?
22:30.57hyperChipmunkhaha wob
22:31.18hyperChipmunkI mean, you've gone through 666 of 'em, why not one more, eh?
22:31.41Wobin_667 Neighbour of the Beast
22:31.48Toriand='[ il be toriand
22:31.58hyperChipmunkhehehe
22:32.07Wobin_Welcome Toroboiand
22:32.43SilverShadow[CU]That's a pretty drastic change..
22:33.09Toriandlol
22:33.21ckknightlol, Wobin
22:34.55Wobin_anyway, naptime for me
22:35.01Wobin_My hours are so screwy
22:36.04ckknightpart of me thinks I should fix all of FuBar's bugs then just release 1.2
22:36.29Toriandme agrees
22:36.38Toriandi like to step on bugs :)
22:37.00Temomg <3 Mr Plow
22:37.14ckknightE>
22:37.39Toriand<3?
22:38.26TemI dunno why I didn't try this sooner
22:38.48SilverShadow[CU]May I ask.. what is Mr Plow?
22:39.20Torianda UI mod last time i checke
22:39.20Toriandd
22:39.22Tembag sorting addon
22:39.31SilverShadow[CU]Ahh.. thanks Tem.
22:39.39Toriandi said it first ='[
22:39.55Toriandanyways, time to do homework. bye girls and boys
22:39.57SilverShadow[CU]Toriand.. I already knew it was an addon.. i wanted to know what kind. ;-)
22:39.57*** part/#wowace Toriand (n=robodude@ool-182f70be.dyn.optonline.net)
22:41.16Codayuswolf:  Get flavored almonds!
22:42.27Tems/is/was/
22:43.14CIA-1303tekkub * r1597 10MountMe/ItemSwap.lua: MountMe - Typo typo typo
22:43.35hyperChipmunkheh, watch purl correct that after he comes back
22:43.56torian1damnit
22:44.09cladhairewas gonna register that name too
22:44.13hyperChipmunk=P
22:45.21Tempurl never corrects actions
22:45.39Temewww
22:45.47TemMr Plow made a mess in my bags
22:45.58Temdid a fantastic job on my bank though...
22:46.29TemAnyone suggest an all in one bag for me?
22:46.47TekkubInvSort!
22:46.57Tekkubtho he needs to fix BAG_UPDATEs
22:47.09kergothinvsort or bagnon if you dont want a sorting one
22:47.51Temugh, not one of ours
22:47.56TemI can't install it via a checkout
22:47.59Tem<PROTECTED>
22:48.22NeronixMyBags is very similar to bagnon
22:48.24TainI tried Bagnon for the first time today.  Have it admit it's leaner than OneBag or MyInv
22:48.44Tekkubever get the urge to make another root level path on the SVN and start uploading "not ours" addons to it? :)
22:49.46Temcan I make bagnon look like it's the default bags?
22:49.46CIA-1303ckknight * r1598 10FuBar/ (FuBarPlugin.lua compat-1.0.lua): FuBar - fixed merging
22:50.07TemI despise the tooltip-style bag replacements
22:50.23TainWhat do you mean?
22:50.58Temthe frame's appearance
22:51.04ckknightah
22:51.05ckknightyea
22:51.09Temit's using a backdrop
22:51.21TainOh.  Not sure.  Never noticed.
22:51.21Temwith essentially the same settings at GameTooltip
22:51.30TemI *hate* that look
22:51.48TainLike what has it?  Is that how MyBags looks?  
22:51.53Neronixbagnon and mybags kinda look like that
22:52.07TainI honestly just don't remember since it's been so long since I didn't use OneBag or MyBags.
22:52.34ckknightthings should only look like tooltips if they are tooltips
22:52.42ckknightor tooltip-like things
22:52.43Temckknight wins a prize
22:53.07ckknightTablet looks like a tooltip but only because it pretends to be one
22:53.33ckknightI'm very much for standardization
22:53.44TemGUIs should be consistent
22:53.48ckknightexactly
22:53.57Temelse, you will have confused users
22:54.05TainIt's a nice idealistic view to have in fantasy land.
22:54.07Tekkubthey're confused anyway
22:54.08ckknighttwo completely separate things should not look similar
22:54.40TainYou got your chocolate in my peanut butter.
22:55.41NeronixThen NanoStats sucks by your logic ;_;
22:56.54TemTekkub: that's not what I meant and you know it
22:57.18Temugh, I want to use Bagnon, but it's *so* ugly
22:57.53TainSo reskin it. :)
22:58.28TemSkinning it would be difficult
22:58.30TainSo there's a spot for a single bag addon that looks like a normal single bag?
22:59.02TemI know they are out there, I've just never had the desire to use one
23:00.07TainThe only other addon I know of is All In One Inventory, and I've never tried it.
23:00.27NeronixWhoa, how do I stop the forums from making a mess of my avatar?
23:01.12Temdon't use an avatar?
23:01.43NeronixFine then >.>
23:03.22*** join/#wowace snurre (n=snurre@AVelizy-153-1-30-18.w83-199.abo.wanadoo.fr)
23:04.11TainWoo Ghost Hunters marathon
23:04.52CIA-1303ckknight * r1599 10FuBar_MoneyFu/MoneyFu.lua: FuBar_MoneyFu - possibly fixed squishing bug
23:05.09ckknightmaking a mess?
23:05.26Neronixtwice as big as it should be
23:06.09hyperChipmunkckknight: you ever gonna fix those gigantic textures that make moneyfu impossible to read?
23:06.18NeronixHmm, works with a different image
23:06.27Neronixmust've been becuase the first was an ani gif :P
23:07.00hyperChipmunkn/m that'x what you just did =)
23:08.22ckknight...
23:08.23ckknightyea
23:09.02NeronixGah, it's not as funny without the animatedness :(
23:09.06Neronixhttp://neronix.net/BearKickAvatar.gif
23:09.38ckknighthehe
23:13.34NeronixBonus points for whoever knows what anime that's from
23:16.02GenNMX|ThraeNever saw that one before...looks like some kind of shoujo
23:16.25NeronixIt's seinen actually :P
23:17.39GenNMX|ThraeAh, interesting. What is it?
23:18.14NeronixAh My Goddess
23:18.32GenNMX|ThraeSecond season?
23:18.35NeronixFirst
23:19.25GenNMX|ThraeWeird, I guess all my time away from Anime made me forget some of my AMG.
23:20.00NeronixHeh
23:21.46CIA-1303ckknight * r1600 10FuBar/FuBar.lua: FuBar - fixed resizing issues on resolution change.
23:21.53GenNMX|ThraeI don't know about calling AMG Seinen though
23:22.49GenNMX|ThraeThe anime, anyway.
23:22.57NeronixThat's what Wikipedia told me anyway :P
23:23.12NeronixI don't know that much about anime
23:25.17GenNMX|ThraeWell, maybe it's right. Shoujo is an overly broad term.
23:27.43ckknighthey, 1600
23:27.43ckknightshiny
23:30.26Gngskwas that the bug I submitted?
23:38.42CIA-1303ckknight * r1601 10FuBar/ (FuBar.lua PanelClass.lua compat-1.0.lua): FuBar - Autohiding is now more separate between top and bottom.
23:40.57CIA-1303stylpe * r1602 10KeepItCool/KeepItCoolLocals_frFR.lua: KeepItCool: Added the last two missing strings for French translation.
23:44.32Stylpe_2Seems a bit too small to warrant another release
23:45.17CIA-1303ckknight * r1603 10FuBar/PanelClass.lua: FuBar - made some logic cleaner.
23:45.45ckknightGngsk, is your nick here different than on WoWI?
23:46.02ckknighte.g. jkw
23:46.24ckknightwait no
23:46.28ckknightyes, that was the bug you submitted
23:53.03Neronix`sleepnight
23:54.05ckknightcya

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.