IRC log for #wowace on 20090904

00:00.42Yssarilwhat do you guys think is it overkill to include a 1MB tga just so i can have a nice swirly texture that swirls (animated via the animation system)?
00:00.44*** join/#wowace Repo (n=supybot@repos.curseforge.net)
00:03.13Zeksiedoes it need to be 1mb?
00:04.32Zeksieupscaling a smaller one would probably turn out decent enough
00:04.58Zeksiealso, you can make it a lot smaller with BLPConverter or something.
00:05.07ZhinjioI need a network geek's help. please PM me if you have a few minutes. good understanding or routing, NAT and firewalls required.
00:06.07Daemonacan i have one in my living room please? http://cache.gawker.com/assets/images/gizmodo/2009/09/attops.jpg
00:06.35Daemona(at&t noc ny)
00:07.11GnarfozDaemona: nice
00:10.03TradeMarkhmm
00:10.06Zeksiewhy do people send me tickets about action bar problems to X-Perl page..
00:10.15TradeMarkif I do frame:Hide(), will frame stop receiving OnUpdate events?
00:10.23Zeksieyes
00:10.27TradeMarkdamn >.<
00:11.10TradeMarkis there an alternative to OnUpdate that will give me an event every frame? or should I just be creating an empty/invisible frame?
00:12.24Gnarfozthat's what OnUpdate is for
00:12.56Gnarfozand yes, there's no requirement to do your event handling through an actually visible frame that has some function in the UI part of your addon
00:12.59Gnarfoz*GUI
00:14.43TradeMarkI'm not sure I understand
00:14.57TradeMarkhow would I tell the API to call OnUpdate each frame, independent of an actual Frame object
00:15.07TradeMarkmy OnUpdate method*
00:15.09*** mode/#wowace [+v Xtek] by ChanServ
00:15.21GnarfozI was, indirectly, answering the latter part of your question with a 'yes'
00:15.38Gnarfozi.e. make a frame just for events and use that =)
00:16.25ZeksieOnUpdate event is automatically called every frame. the elapsed arg tells you how long since last OnUpdate.
00:16.46Zeksiein most cases some form of throttling based on the elapsed arg would be in order
00:17.18TradeMarkyes, I'm already throttling, that's not the issue
00:17.26vhaarryou're not listening
00:17.45Zeksieor maybe not asking the right question
00:17.45vhaarrlocal f = CreateFrame"Frame";f:SetScript("OnUpdate", function(self,elapsed)... end); f:Show()
00:17.46vhaarrdone
00:18.22Gnarfozthat's what I was trying to suggest =)
00:18.27vhaarrI know
00:18.28TradeMarkcheers xD
00:18.41TradeMarkgotta love the roundabout answers :P
00:18.49vhaarrhis answer was fine
00:18.53vhaarryou just suck at reading
00:19.36Gnarfozview it this way: he just gained a skill point ;)
00:23.40*** join/#wowace Shadowed (n=Shadowed@174.34.168.226)
00:25.19TradeMarkvhaarr: so a frame created in that manner won't actually be "visible" in the sense of being interactive and/or rendered in any way?
00:25.46Zeksiecorrect
00:25.51Zeksieit has no height/width/location
00:26.06TradeMarkalright :) thankyou
00:30.14*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
00:30.14*** mode/#wowace [+o ckknight] by ChanServ
00:52.33*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
00:54.40*** join/#wowace SinusPi (i=sinus@87-205-87-163.adsl.inetia.pl)
01:05.02*** join/#wowace NightHawkTheSane (n=jonathan@63-226-228-87.tukw.qwest.net)
01:05.39*** join/#wowace joel-_ (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
01:07.38*** join/#wowace vithos (i=vith@unaffiliated/vithos)
01:20.01Repo10n-quest-log: 03casualblair * r244 / (16 files in 7 directories): nQuestLog:
01:24.40*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
01:24.40*** mode/#wowace [+v MentalPower] by ChanServ
01:26.19Repo10n-quest-log: 03casualblair * r245 .pkgmeta: nQuestLog:
01:31.29Repo10n-quest-log: 03casualblair * r246 nQuestLog.toc: nQuestLog: Updating to new mainline without externals
01:31.38Repo10n-quest-log: 03casualblair * r247 / (7 files in 1 directory): nQuestLog: Updating to new mainline without externals
01:32.10Repo10n-quest-log: 03casualblair * r248 sounds (2 files in 1 directory): nQuestLog: Updating to new mainline without externals
01:33.15Repo10n-quest-log: 03casualblair * r249 / (216 files in 52 directories): nQuestLog: Updating to new mainline without externals
01:36.14Arrowmasterok i am one more bad commit away from yanking him from that project
01:36.42Arrowmasterconsidering the last commit just added every fucking library directly to the repo
01:37.18Repo10n-quest-log: 03casualblair 04nQuestLog 3.2 beta * r250 : Tagging as nQuestLog 3.2 beta
01:37.27Arrowmasteryeah that does it
01:37.34Gnarfozsounds pro lol
01:37.46taledenI dunno, 216 files in 52 directories sounds pretty useful to me
01:37.51taledenI mean, there's bound to be some gold in there somewhere
01:39.27Arrowmasteri just deleted that beta with the reason "Do not add libraries directly into the repo. A lot of them use $Revision$ svn keyword replacement and you just broke them all."
01:39.38Arrowmasterthats his chance to make it right
01:40.42Gnarfozcuriously non-flamy
01:40.56Gnarfozor rather, no profanity!
01:41.22TradeMark:E is it bad practice to embed libraries directly in SVN?
01:41.34taledenusually
01:41.37Arrowmasteryes
01:41.48taledenlibstub and cbh and maybe ldb are the only common exceptions I think
01:41.55taledenand even those can usually still just be externaled
01:42.02Arrowmasterthose are the only exceptions that i wont go batshit on you for
01:42.11vhaarr<Repo> n-quest-log: casualblair * r244 / (16 files in 7 directories): nQuestLog:
01:42.14vhaarr^ that's reason enough to pull his commit privs
01:42.17Arrowmastereven though they shouldnt either
01:42.23Arrowmastervhaarr: i know
01:42.57Arrowmasteri considered just deleting the libs dir and removing the tsvn:logtemplate but he made a tag
01:43.02Arrowmasteri might still do that
01:43.29Arrowmasterwithout the tsvn:logtemplate he would have to enter a commit message
01:43.46vhaarror put something like
01:44.00vhaarr"Hey fucknut, this is where you describe the changes you're committing."
01:44.01vhaarrin it
01:44.33Arrowmaster"Hey fucknut, this is where you describe the changes you're committing. (p.s. If you commit this message I will site ban you.)"
01:44.40vhaarrlol
01:50.52Arrowmasterhe intentionally wiped out the .pkgmeta leaving it with nothing but the package-as: line
01:52.22*** join/#wowace Shadowed (n=outlaw@c-98-207-200-159.hsd1.ca.comcast.net)
01:55.41YssarilArrowmaster: his bad file is still there http://www.wowace.com/addons/n-quest-log/files/726-r249/
01:55.52Arrowmasterits marked as deleted
01:56.22Arrowmasterthe beta one is
01:56.22Yssarili can still download it though
01:56.26Yssarilahhh
01:56.39Yssarilmight wanna get rid of the alpha too
01:57.37Arrowmasterim feeling nice and sent him a PM too with the same message i used for the delete reason since that twat ckknight is too busy with other stuff to work on the website now and the only way to see a file deletion reason is to go looking in the activity log
01:58.34Yssarilhehe
01:58.52ckknightdon't call me a twat, you fucking asshole
01:59.09Arrowmasterwhile your here
01:59.19Arrowmasterwhere the fuck did this project forum stuff come from
02:01.26Arrowmasterand how is it controlled
02:05.57*** join/#wowace Groktar (i=Groktar@c-98-239-116-74.hsd1.ca.comcast.net)
02:06.47Groktaryay got beast
02:07.03Groktar22 attempts left :(
02:07.09Groktar\
02:10.14*** join/#wowace airtonix (n=airtonix@ppp121-45-94-135.lns10.adl6.internode.on.net)
02:11.17GnarfozGroktar: awsum. we were too bad :P
02:12.19*** join/#wowace Aiiane1 (n=Aiiane@starfire.ST.HMC.Edu)
02:12.31Groktarwe should have had it with about 35 left
02:12.39Groktarwe haven't changed the strat since then
02:12.41TradeMarkwe had lag of epic proportions again last night, went and did some ulduar HMs instead
02:12.43Groktarand it feels so repeatable
02:12.45Groktari don't get it
02:12.46Groktar:(
02:12.50TradeMark~42 attempts left
02:16.27*** join/#wowace Inc` (n=incendiu@user-0cet4r2.cable.mindspring.com)
02:18.35*** join/#wowace ckknight__ (n=ckknight@68.62.175.169)
02:26.49*** join/#wowace Lisimba (n=Lisimba@s55915088.adsl.wanadoo.nl)
02:31.49Gnarfozwe never have lag, really, just really crappy players. :p
02:32.42Fiskerslaps Gnarfoz around a bit with a large trout
02:32.43Fiskerslaps Groktar around a bit with a large trout
02:32.45Fiskerslaps ckknight around a bit with a large trout
02:32.48Megalonsets Fisker on fire
02:32.53Fiskercries
02:32.57Fiskerwhat are you doing Megalon ?
02:33.00Gnarfozsets Megalon atop of Fisker
02:33.06Megalonfarts
02:33.13Fiskeryou've killed us all
02:33.28Megalonand I'll get serveral noble prices for that
02:37.46*** join/#wowace Thelyna (n=burp@222-152-89-17.jetstream.xtra.co.nz)
02:38.24*** join/#wowace Jygga (n=Jygga@f053008226.adsl.alicedsl.de)
02:40.29Groktarnominates MentalPower for Supreme Ruler of the Universe for killing Fisker
02:40.59quiescenso.o
02:41.03quiescensso violent
02:50.38*** join/#wowace PProvost (n=PProvost@c-71-229-131-32.hsd1.co.comcast.net)
02:50.38*** mode/#wowace [+v PProvost] by ChanServ
02:54.43*** join/#wowace guineabear (i=rothbart@24.224.118.236)
02:56.09Repo10n-quest-log: 03casualblair 04r250 * r251 : Tagging as r250
02:58.18TorhalArrowmaster: ^^ ROFL
02:58.47TradeMarkuh oh
02:58.52pompylol
02:59.22taledenclassic
03:00.09Arrowmasterwtf
03:00.12Arrowmaster"I'm new to this - I intended to break my externals because some of them are not supported anymore and I have fixes. Did I break more than just mine?"
03:00.15Torhalcackles1
03:00.35Arrowmasterand yes i fucking pulled his ass from that project
03:00.36TorhalHe didn't even change anything, just tagged again
03:00.38TorhalHAHAHAHAHA
03:01.00TorhalWho owned it originally?
03:01.09Arrowmasterneuron
03:01.11TorhalThey should be slapped for letting him take over
03:02.15Arrowmasterbut i think quagmire was working on it then, and like 6 months ago it seems stijnh requested to take it over and was given project lead by another moderator (its a gpl project...)
03:02.27Arrowmasterand it was stijnh that gave it to casualblair
03:03.00TorhalSeriously - if someone who has no projects or experience takes over an existing one, it should be moved off of WoWAce, or at least slapped with the experimental tag
03:05.19Arrowmaster"I was removed as the author - was this you?"
03:05.23Arrowmaster"Yes it was me."
03:06.18Arrowmastergood thing my PMs show that moderator color for my name
03:06.21TorhalFirstly, he was told that he did something majorly wrong. Secondly, he throws "I'm new to this" up as an excuse, then RE-DOES the wrong thing. And he's seriously wondering WTF?
03:06.32Torhalsighs.
03:09.13quiescens?
03:10.04quiescensshrugs.
03:10.05Torhalquiescens: Scroll back to the fuckton-in-a-row commits to n-quest-log
03:10.11TorhalThen, you'll understand.
03:10.26Groktarkewl, got jaraxxus
03:10.42Arrowmasteri just deleted the files for all the commits he did
03:11.45Arrowmaster"
03:11.46ArrowmasterI'm intending to get a "Hey this works, you can keep using it" version posted out there so that it is not hosted by some strange third party server. I understand it breaks nQuestLog's externals, but I'm unaware of any impact it has elsewhere (legal or software based). I could not find documentation on this, so if you could point me somewhere it would be appreciated.
03:11.51ArrowmasterI don't want to fuck things up, but I do want to update this addon both short term and long term. I seem to be doing it incorrectly, and I'm sorry."
03:12.29Arrowmasterhes only talking after i pulled his access but im not really in a talking mood
03:12.34Arrowmastershould i tell him to get on irc?
03:14.11TorhalArrowmaster: You'd get your point across better
03:14.30TorhalAnd not give him enough time to sit back and think up cute shit to say
03:15.13*** join/#wowace SinusPi (i=sinus@87-205-85-183.adsl.inetia.pl)
03:17.26*** join/#wowace Sesshu (n=Sesshu@ip-238-19.travedsl.de)
03:19.11*** join/#wowace Azurewrath (i=Azurewra@88.215.85.86.dynamic.cablesurf.de)
03:23.24*** join/#wowace gherkin (i=1856978e@gateway/web/freenode/x-vvyizoizfvbzmucb)
03:24.41*** join/#wowace casualblair (i=1856978e@gateway/web/freenode/x-rhygmpyniubzrphx)
03:26.37*** join/#wowace Greltok (n=Greltok@98.246.70.135)
03:26.58casualblairanyone have a moment to help a new guy?
03:29.20*** part/#wowace casualblair (i=1856978e@gateway/web/freenode/x-rhygmpyniubzrphx)
03:29.28Arrowmasterdoing multiple things at once but i can try
03:29.42*** join/#wowace casualblair (i=1856978e@gateway/web/freenode/x-rhygmpyniubzrphx)
03:30.47Arrowmasterdoing multiple things at once but i can try
03:33.16casualblairI'm updating an old addon with libraries that have been depreciated.  I know that I should redevelop using the new ones, and plan to.  Is there an interim solution such that I can update the depreciated library without causing grief?
03:33.40Arrowmasteryou mean quixote?
03:33.43casualblairyes
03:33.58Arrowmasteryou shouldnt be using version 1.0 at all period
03:34.04Arrowmasterit doesnt work
03:35.47ArrowmasternQuestLog and FuBar_QuestsFu are perty much clones of each other and Kemayo updated FuBar_QuestsFu to use LibQuixote-2.0, so you can start by looking at the changes made to FuBar_QuestsFu if you dont know what to do
03:38.09casualblairone of the guys who helped me out on this ended up fixing quixote 1.0
03:38.19casualblairill go take a look at questsfu tho
03:38.24Arrowmasterhe shouldnt have
03:38.33ArrowmasterKemayo wrote quixote 1.0 and 2.0
03:38.36Arrowmaster1.0 is dead
03:39.14quiescenswhat's the most common variable naming convention?
03:39.44quiescenslike, randomly capitalized words or underscore seperated
03:40.00ShefkiThere isn't one.
03:40.17ShefkiThat's like asking vi or emacs.
03:40.29quiescensso, foo, bar, i, x etc
03:42.17*** join/#wowace Seerah (n=Ryan@c-76-107-188-150.hsd1.tn.comcast.net)
03:42.37casualblairI see what you mean by nquest being a questsfu clone.  
03:42.40Torhalcasualblair: To be honest, if the AddOn has been broken for some time you aren't going to really accomplish anything by baind-aiding it and then eventually making it work properly.
03:43.03TorhalAlso: Embedding every library it uses directly into the repository makes absolutely no sense.
03:43.09Arrowmasterkemayo threw a bandaid on questsfu just to shut people up
03:43.13*** join/#wowace TreadMark (n=trademar@ip-118-90-67-196.xdsl.xnet.co.nz)
03:43.33Arrowmasterbandaid being to use quixote 2.0 instead of 1.0
03:46.00quiescensI keep typing :: instead of just :
03:46.03quiescens):
03:46.32TreadMark)::
03:46.44quiescensyou know what I mean ):
03:46.50*** join/#wowace iNs|Renew (n=mronlin@adsl017.cnetco.com)
03:54.09*** join/#wowace Aiiane1 (n=Aiiane@134.173.63.21)
04:08.32NightHawkTheSanetekkub: if that redirect is meant to go to http://help.github.com/mac-key-setup/ it works...
04:08.48tekkubonly if you're n a mac :P
04:09.00NightHawkTheSanewell i am, so i guess so. :)
04:09.19NightHawkTheSanepretty snazzy
04:09.26tekkubhence why I asked for nixers, I already tested windows and mac :)
04:09.36tekkubyea it's a neat lil redirect
04:09.47tekkubmade that side menu less cluttered
04:10.01NightHawkTheSaneoh, you DID ask for linux, didn't you.
04:10.06NightHawkTheSanecan read, honestly
04:10.15tekkubyes, I did :P
04:11.04NightHawkTheSanewell i can test it on linux as soon as that machine starts
04:11.26Torhaltekkub: What am I supposed to test?
04:11.28tekkubheh
04:11.32Arrowmastertekkub: link?
04:11.45tekkubhttp://help.github.com/key-setup-redirect
04:11.52tekkubshould redirect to the guide for your OS
04:12.01NightHawkTheSaneworks on linux
04:12.07tekkubyatta!
04:12.27Torhaltekkub: Aye, works.
04:12.34Arrowmasterwell it shouldnt be that hard
04:12.40Arrowmaster"Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Firefox/3.0.12 (Debian-3.0.12-1)"
04:12.47Arrowmasterit says Linux right there in the useragent
04:12.57tekkubaye, I just had no way to confirm it works
04:13.08tekkubas I said, I tested mac and win already
04:13.16NightHawkTheSanethere's "shouldn't be that hard" and then there's "i managed to fuck something up and can't test it" :P
04:13.46tekkubhttp://gist.github.com/180723
04:13.50tekkubif you're curious
04:15.35NightHawkTheSaneyou know, it occurs to me that you could google for user agent strings and use safari's user agent switcher to test it
04:15.53tekkubhrm...
04:16.16NightHawkTheSane(assuming you have safari's develop menu enabled, i think thats still a hidden pref)
04:16.33tekkubwell shit
04:16.47NightHawkTheSane:)
04:16.47tekkubwhy didn't I think of that?
04:21.09*** part/#wowace casualblair (i=1856978e@gateway/web/freenode/x-rhygmpyniubzrphx)
04:22.29*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust576.bagu.cable.ntl.com)
04:25.40NightHawkTheSanehttp://help.github.com/mac-key-setup/
04:25.44NightHawkTheSaneer, woops. wrong link
04:25.49NightHawkTheSanehttp://slog.thestranger.com/slog/archives/2009/09/03/roadside-weed
04:26.32quiescensis it possible to get a list of all frames under the mouse cursor?
04:26.37quiescensrather than just the topmost?
04:26.48Sunwinddoes wow limit addon memory usage to 100mb or something? when I reach about the 100mb mark during raids my whole UI will break and I have to /reloadui to fix anything
04:26.54VonhintenHOME`yes, devtools did it
04:26.55Repo10utopia: 03Zeksie * r160 / (5 files in 4 directories): Fixed problem with Show When options.
04:27.21quiescensI'm not aware of a 100mb limit
04:27.36quiescenso.o
04:28.26*** join/#wowace Norton (n=chatzill@bas1-streetsville39-2925010311.dsl.bell.ca)
04:29.45Sunwindhmm
04:29.54Fiskercame
04:29.57NightHawkTheSanewhile i'm not aware of a limit, can i just say "jesus fuck, 100mb?"
04:29.59quiescensoh fun, it just enumerates every frame and checks them all
04:30.02SunwindMessage: memory allocation error: block too big
04:30.02SunwindTime: 09/03/09 18:12:13
04:30.02SunwindCount: 1
04:30.02SunwindStack: [string
04:30.17Sunwindthat's the start of the lua errors I get when the memory gets to about 100
04:30.29quiescensthere are however, limits to the size of an individual allocation
04:30.30quiescensprobably
04:30.50quiescensand or limits based on available ram
04:31.10quiescensbut there is no hard "100mb" limit
04:31.17SunwindI don't know why it gets so high, the only thing that should be accumilating memory is recount and I reset it but it doesn't seem to make much of a dent in the memory usage
04:31.29NightHawkTheSaneHm, could be some addon badly misbehaving, and by the time it gets so out of control, you've hit 100mb of memory
04:31.36Yssarilyea there is no hard limit its one of your addons screwing up
04:31.44quiescensif you're wondering you should probably get something to find out how much each one is using
04:32.24quiescensthey're right, chances are something is misbehaving though because it doesn't just stop at 100mb
04:32.25NightHawkTheSaneer, rather, "by the time it gets so out of control errors start being generated..."
04:34.28Sunwindhttp://paste.wowace.com/1076/
04:47.47YssarilSunwind: your problem is most liekly cowtip
04:55.34*** join/#wowace Srosh (n=Srosh@c222108.adsl.hansenet.de)
04:59.57pakozany warrior offtanks here that've done anub?
05:00.01Torhals/is most liekly/is /
05:01.53*** join/#wowace Arrowmaster` (i=arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
05:03.25*** part/#wowace Seerah (n=Ryan@c-76-107-188-150.hsd1.tn.comcast.net)
05:04.17quiescenso.o
05:06.17Fiskerhttp://forums.wow-europe.com/thread.html?topicId=10711083727&sid=1
05:06.20Fisker*sigh*
05:06.26Fiskerwell pakoz
05:06.30Fiskerpala off-tank
05:06.37Fiskerwhat do you want to know? :P
05:07.39Repo10grid-status-raid-debuff: 03azelkeeber * r206 WotLK (2 files in 1 directory): -Add Boss : Koralon
05:07.42Repo-Add : Flaming Cinder
05:13.43asmodailesser extinct? guess that poster meant extent
05:18.18*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
05:36.25*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
05:39.41*** part/#wowace guineabear (i=rothbart@24.224.118.236)
05:44.01*** join/#wowace Hjalte_ (n=chatzill@212088073020.static.sonofon.dk)
05:46.26Repo10grid-status-raid-debuff: 03azelkeeber * r207 WotLK (2 files in 1 directory): -Update TOC
05:47.09Repo10big-wigs: 03s8095324 * r6014 Ulduar/Freya.lua: zhTW update
05:49.17Fiskercalm the fuck down
05:51.03TorhalFisker: What if it's a hyper fuck?
05:54.01Repo10ice-hud: 03Parnic * r440 modules/TargetCC.lua:
05:54.04Repobug http://www.wowace.com/addons/ice-hud/tickets/28-add-hex-to-target-cc-module/ - added Hex to the CC list as an incapacitate effect
05:54.41Repo10little-wigs: 03s8095324 * r599 LittleWigs.toc: zhTW update
06:07.47Repo10big-wigs: 03s8095324 * r6015 Coliseum/Champions.lua: zhTW update
06:16.55*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
06:17.36*** join/#wowace eoM_rM (n=moe@p5489F6F5.dip.t-dialin.net)
06:18.57*** join/#wowace ilovemrdoe (n=ddd@88-104-53-203.dynamic.dsl.as9105.com)
06:19.33Elkano<3 japan: http://www.geeksaresexy.net/2009/09/01/a-hidden-gem-in-html/
06:21.34sb|workwtf :)
06:22.39Megalonhaha
06:28.51*** join/#wowace Vegeta]BT[ (n=CBus@xdslhg147.osnanet.de)
06:36.25*** join/#wowace tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
06:36.25*** mode/#wowace [+v tekkub] by ChanServ
06:40.55*** join/#wowace SinusPi (i=sinus@87.205.149.38)
06:42.19*** join/#wowace Aikawa (n=shingo@p5B057BAF.dip.t-dialin.net)
06:44.27sb|workmh wtf, someone tell me how do get more dps for #U(!)# northrend beasts :p
06:46.59Repo10libhealcomm-4-0: 03Shadowed 07master * dc7edc1 LibHealComm-4.0.lua: [+2 commits]
06:47.03*** join/#wowace Zhinjio1 (n=Geo@97-118-3-54.hlrn.qwest.net)
06:47.05Repodc7edc1: Fixed another bug in the format sent for comms
06:47.08Repo57bea93: Added support for bomb heals into the comm (Lifebloom)
06:48.08*** join/#wowace Aikawa (n=shingo@p5B057BAF.dip.t-dialin.net)
06:53.31*** join/#wowace tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
06:53.31*** mode/#wowace [+v tekkub] by ChanServ
06:56.04*** join/#wowace calidore (n=flo@ppp-82-135-4-181.dynamic.mnet-online.de)
06:59.44Repo10talented: 03jerry * r625 / (2 files in 2 directories): Fix Ticket-60
07:04.34*** join/#wowace Zhinjio (n=Geo@97-118-3-54.hlrn.qwest.net)
07:09.57*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
07:10.01Repo10libsink-2-0: 03Rabbit * r66 LibSink-2.0/LibSink-2.0.lua: Update for latest Parrot, someone test please.
07:12.16*** join/#wowace Caleb| (n=caleb@dsl4E5C06C6.pool.t-online.hu)
07:14.02sylvanaargod wiki language pisses me off
07:14.17sylvanaar{{{
07:14.19sylvanaarcode
07:14.23sylvanaar}}}
07:14.30Repo10big-wigs: 03Rabbit * r6016 / (3 files in 2 directories):
07:14.33RepoThere's no berserk at thorim p3. So nuke it. Also some other random changes.
07:15.02sylvanaarlinebreaks required
07:17.09Repo10grid-status-raid-debuff: 03azelkeeber * r208 WotLK/Coliseum.lua: -Add : Touch of Jaraxxus, Curse of nether
07:18.48sylvanaarvhaarr the strings buggrabber is saving are getting "..."'ed by lua.
07:19.49vhaarrsylvanaar: show me
07:21.17asmodaiGood morning people :)
07:21.35*** join/#wowace Kalroth (n=kalroth@0x573f1066.cpe.ge-1-1-0-1101.hjnqu1.customer.tele.dk)
07:21.47asmodaisylvanaar: Sounds like Creole or Trac wiki syntax
07:24.53*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
07:25.42sylvanaarasmodai its creole i hate it
07:26.39sylvanaarvhaarr http://sylvanaar.dontexist.com/solace/en/topic/1-attempt-to-index-global-scripterrors-a-nil-value
07:28.27sylvanaarim pretty sure that i did something recently that had the same problem
07:28.40*** join/#wowace Nargiddley (n=nargiddl@125-239-28-214.jetstream.xtra.co.nz)
07:28.43vhaarrthose lines are truncated before I get them
07:29.25sylvanaarwonder why
07:30.33*** join/#wowace Caleb| (n=caleb@dsl4E5C06C6.pool.t-online.hu)
07:38.01sylvanaarsomething i did recently had the same problem, i wish it could remember what it was
07:38.21*** join/#wowace plexiglass (n=plx@93-33-134-46.ip44.fastwebnet.it)
07:40.59*** topic/#wowace by [Ammo] -> http://www.wowace.com | http://paste.wowace.com | http://lua.org | Curse Client: http://www.curse.com/client | http://wowace.com/a/author-store-is-launched | Want your Username changed? http://www.wowace.com/request-name-change/
07:41.44asmodaiadvertisement fail : http://imgur.com/5jxA3.png
07:44.03Repo10grid2: 03jerry * r231 modules/StatusAuras.lua: Fix Ticket 25 and 26
07:44.53quiescensgasp
07:44.54quiescensgrid2
07:45.31sylvanaarthats funny asmodai
07:48.49Fiskeri would get it if i had any idea about agriculture asmodai
07:50.52FiskerTranslated: Give hint asmodai
07:51.20Repo10libbagutils-1-0: 03mikk * r15 LibBagUtils-1.0/LibBagUtils-1.0.lua:
07:51.23RepoDo away with the idea of a bag list cache. It seemed nice, but I totally forgot about the event reception ordering problem. (I.e. addons reacting to BANK_OPENED before the lib has time to react to it and so forth)
07:51.57Fiskerwtf
07:52.01Repo10libbagutils-1-0: 03mikk 041.0.15 * r16 : Tagging as 1.0.15
07:53.31Repo10baggins: 03mikk * r426 Baggins-Filtering.lua: - Minor code cleanup
07:53.34Repo- Pull new LibBagUtils to fix Ticket 37 (and the second half of Ticket 34)
07:55.26orionshockriddle me this - why do people name their projects for libs with the major version? are they intending development of the major version after they have moved on to the next major?
07:55.43orionshock<PROTECTED>
07:56.37quiescensmoo
07:58.40Torhalorionshock: Future-proofing the lib. If you make API-breaking changes, it's time to make LibBagUtils-1.1 or even 2.0, depending on the severity of the change.
07:59.00TorhalOtherwise, you break all the AddOns which use it.
07:59.50*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
08:10.04*** join/#wowace profalbert (n=profalbe@91-113-0-17.adsl.highway.telekom.at)
08:11.10*** join/#wowace Whitetooth (n=chatzill@118-169-192-185.dynamic.hinet.net)
08:14.23*** join/#wowace Adirelle|work (n=adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
08:15.16sb|workmh lol :/
08:15.18orionshockTorhal i'd aggree when we where operating on the all in one svn.. but now a days.. F That.
08:15.34orionshockif you arn't paying the F attention you deserve your shit to be broken as hell
08:16.03sb|workguildie hat low fps yesterday (down to ~10fps in beasts fight) - then he disabled DBM... and guess what :/
08:16.37orionshock^^ sb|work only goes to show just how shitty their code is
08:17.11*** join/#wowace Borlox (n=borlox@i577BC594.versanet.de)
08:17.33*** join/#wowace TOCADAE (n=imaok@c-24-127-117-119.hsd1.va.comcast.net)
08:18.32*** join/#wowace Groktard (i=Groktar@c-98-239-116-74.hsd1.ca.comcast.net)
08:19.38Groktarmy interwebs died when my beasts video was at 88%
08:19.39Groktar:(
08:20.32TOCADAEis anybody here familiar with Bartender4?
08:21.20profalbertnevcairiel might be
08:21.50TOCADAEwell this is the IRC channel that it linked me to
08:22.26sb|workGroktar: i died yesterday when the beasts (worms) were at 88%! :/
08:22.43TOCADAEanyways I was just wondering if you could use Bartender's customizable bars without ditching the regular WoW bars at the bottom
08:23.52orionshockTOCADAE: more info, your request is to vauge
08:24.09profalbertTOCADAE: I don't think so, because Bartender4 augments the original bars
08:24.36TOCADAEAlright, what I was looking to get out of Bartender is just an -aditional- bar on which I could place my main skill rotation
08:25.10TOCADAEnot augment everything else i've already gotten familiar with
08:25.16TOCADAEbut if its not possible, thats alright, and thanks.
08:25.19ZeksieI think you're after something like Macaroon then, which can just add bars
08:28.54*** join/#wowace robotusch (n=robotusc@80.162.217.137)
08:29.16TOCADAEYeah thats essentially it. I currently play prot paly which has a rotation between CD times which is most effecient. So in order to time it with these skills placed in the normal WoW bar, I end up looking at the bottom of the screen 80% of the time which isnt a good idea for a tank.
08:29.52*** join/#wowace ilovemrdoe (n=ddd@88-104-53-203.dynamic.dsl.as9105.com)
08:33.40Groktari bind all my abilities with spellbinder
08:33.53sb|workclicky click!
08:34.13Groktarand then put my abilities with a short cd in a row in the bottom middle of my screen
08:34.27Groktarand use coolline for everything else
08:34.58TOCADAEthats exactly what I mean, short CD rotation on a customizable bar in the lower middle of the screen
08:35.07asmodaiFisker: Sugar is CxHxOx
08:35.21asmodaiFisker: So saying carbonfree would mean: CxHxOx -> HxOx
08:35.29asmodaigoing from sugar to water(-based molecules)
08:35.35Groktarso make an extra bar with bartender
08:35.42Groktarstick it in the middle of the screen
08:35.45Groktarand put some shit on it
08:35.46Groktardone
08:37.04TOCADAEI did but it killed everything else i had already settup, i just wanted this in addition, not a total rewrite of the normal stuff as well
08:37.19*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
08:37.19TOCADAEanyways im checking out macaroon, thanks for the advice
08:38.02*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
08:43.33*** join/#wowace Sliker_Hawk (n=SlikerHa@5acf8965.bb.sky.com)
08:52.17asmodaioh man, that's just great: http://www.youtube.com/watch?v=jVFyRfX84Dc
08:52.50*** join/#wowace Guest44110 (n=shingo@p5B0539FA.dip.t-dialin.net)
08:56.39Repo10big-wigs: 03Rabbit 07release * r6017 : Remove this fucked up branch.
08:57.23Repo10big-wigs: 03Rabbit 07release * r6018 : Create new release branch based on pristine 5890 release.
08:58.32Repo10big-wigs: 03Rabbit 07release * r6019 Coliseum (2 files in 1 directory): Update Anub'arak to the latest changes.
08:59.23*** join/#wowace Thelyna (n=burp@222-152-89-17.jetstream.xtra.co.nz)
09:01.48Repo10big-wigs: 03Rabbit 07release * r6020 Ulduar/Thorim.lua: Fix Thorim berserk timer.
09:03.17Repo10big-wigs: 03Pettigrow * r6021 / (5 files in 2 directories): frFR Update
09:06.52*** join/#wowace faCe| (n=face@p5489F6F5.dip.t-dialin.net)
09:07.02Fiskercries
09:08.41*** join/#wowace Yivry (i=c1ac2303@gateway/web/freenode/x-djglvojrajqjfhgz)
09:09.13vhaarrhow do I manage an addon on curse?
09:09.17vhaarrI need to nuke some files from it
09:09.26nevcairieljust delete them on wowace
09:09.31nevcairieland they'll vanish sooner or later
09:09.59vhaarrah thanks
09:10.14vhaarrnevcairiel: also what's this I hear about alpha/release type stuff with the curse client?
09:10.32nevcairielmore specific? :P
09:10.40*** join/#wowace lmeyer (n=lars@dslc-082-083-250-062.pools.arcor-ip.net)
09:10.49vhaarrif I make a new release, CC will consider that the most recent even though there are alphas?
09:11.32asmodaiwant corehound and windrider pets
09:11.35sb|workif the release is > alpha, why not!?
09:11.45nevcairielIt'll always get the latest version depending on your CC setting, so if you make a release, everyone will get that, if you push alphas afterwards people with "alpha" enabled, will get those again
09:11.54vhaarralright
09:11.57asmodaibadgers nevcairiel about totem bars in bt4
09:12.06nevcairielI still have no shaman!
09:12.09asmodaiI has!
09:12.45profalbertnevcairiel: wtb dualspec-profile-switching
09:13.01nevcairielwtb more time
09:13.09asmodai10g
09:13.18profalbertthat's what my patch is about ;)
09:13.25profalbertit's posted in the corresponding ticket
09:13.34Repo10big-wigs: 03Rabbit 04r5890-5-release * r6022 :
09:13.37RepoCreate a new proper release. -2, -3 and -4 were completely broken.
09:13.59nevcairielabout more time?
09:14.39profalberthmm, kind of, you don't have to code it anymore ;)
09:15.28Repo10big-wigs: 03Rabbit * r6023 Plugins/RaidIcon.lua: Just call it 'Icons'.
09:15.32*** join/#wowace Caleb| (n=caleb@dsl4E5C06C6.pool.t-online.hu)
09:18.44sb|work@ticket bartender4
09:18.45Reposb|work: (ticket <project> <ticket-num> or <game>/<project> <ticket-num>) -- Returns details about the ticket
09:18.47sb|workoh hm
09:19.01sb|work@ticket bartender4 9001
09:19.02Reposb|work: No such ticket exists
09:19.03sb|work:/
09:19.34*** join/#wowace Lysithea (i=Lyset@c-2da972d5.017-172-73746f34.cust.bredbandsbolaget.se)
09:20.31sb|workmh - what happens to 'frames' if i 'overwrite' them? (so two times "CreateFrame" with the same identifier)?
09:23.39sb|worki need to remove some frames - overwriting them would be nice, but no idea if that works :)
09:24.03nevcairielthe name is just a global variable, it probably just overwrites it
09:24.14[Ammo]but any local refs you have to the old frame will remain
09:24.19[Ammo]frames are not garbage collected
09:24.23sb|workme
09:24.32[Ammo]so you're better off just reusing the old frame
09:25.27*** join/#wowace Borlox__ (n=borlox@i577BC594.versanet.de)
09:25.43sb|work[Ammo]: i don't know how xml frames / and oUF-spawn handles those frames, would it be enough to re-use the "parent" frame? (which has some nameList and XML parent/target magic in it)?
09:26.41sb|workor would that just reuse the parent frame and leave a lot of frame-garbage behind (which will be not collected :p)
09:26.48*** join/#wowace Jim-Bim (n=thorben_@pD9E70DFD.dip0.t-ipconnect.de)
09:28.40*** join/#wowace Shadowed (n=outlaw@98.207.200.159)
09:30.43YivryI've had mac-specific errors that suggest frames do get garbagecollected on macs somehow
09:31.25nevcairielframes never get GCed, the Lua table of the frame might get GCed, but the frame reference in C will still lurk in memory
09:31.35nevcairielwithout anyone ever being able to gain access to it again
09:31.50sb|workmhhh
09:32.17nevcairielgranted its not much memory, but its still there =P
09:33.59sb|workso i could just spawn/create new frames when changing options, because its not that much memory and will be gone on relog/reload ui - nobody changes options every 5 minutes when playing :p
09:36.33*** join/#wowace Tristanian (n=Tristani@cpe-77-83-203-243-dsl.netone.gr)
09:38.55*** join/#wowace yoshimo (i=5b0c0fd7@gateway/web/freenode/x-gjyklmyyrmqedivx)
09:43.06Repo10big-wigs: 03Ammo * r6024 / (17 files in 8 directories):
09:43.09Repo- load all modules via a modules.xml construction, no need to add a new module to 2 files anymore
09:43.12Repo- clean out dewdrop from .pkgmeta, it's nolonger used
09:43.15Repo- remove empty beta.lua file from coliseum
09:43.53*** join/#wowace mojosdojo (n=gdbzet26@p4FEFF587.dip.t-dialin.net)
09:44.51*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
09:46.30Repo10big-wigs: 03Ammo * r6025 / (2 files in 1 directory): oops, dew is still used by bars and messages
09:48.54Groktarour beasts video would be a lot better if i wasn't on floor for all of icehowl
09:48.55Groktar:(
09:52.07Repo10big-wigs: 03mojosdojo * r6026 Ulduar (3 files in 1 directory): deDE update
09:52.30VonhintenHOME`I don't understand why The Black Heart is valued so highly in the latest Rawr, for my bear
09:52.40VonhintenHOME`it's a nice trinket, but it's #1
09:53.21Groktari died because my trinky ran out just as the enraged worm was breathing
09:53.22Groktar:(
09:53.23mojosdojobear scales very good with stamina and armor
09:55.05VonhintenHOME`it's #2 actually, the Glyph of Indomitability is #1, and not by much
09:55.52VonhintenHOME`I'm just not seeing how a trinket that drops in non-heroic ToC can be that high on the list
09:57.26asmodaiGroktar: so you failed :(
09:57.49*** join/#wowace sylvanaar (n=sylvanaa@unaffiliated/sylvanaar)
09:57.56Groktaryeah
09:58.09Groktari had fucked up earlier
09:58.32Groktari thought everyone had the poison off when dreadscale submerged
09:58.46Groktarso i ran over to go tank him and didn't see a shaman
09:58.50Groktarpoor thing went splat
09:59.02Groktarwell, i saw it after my bile debuff ran out
09:59.16VonhintenHOME`shamans always die... if it wasn't for heroism, we wouldn't bring them at all
09:59.53sb|workmanatide! :p
10:00.03*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
10:00.19VonhintenHOME`pfff.. innervate
10:00.41VonhintenHOME`always bring at least 4 druids =P
10:01.36VonhintenHOME`they can res OTHER people in battle, not just their own stupid ass once an hour when they die all of a sudden to stupid shit :)
10:03.15*** join/#wowace Sliker_Hawk (n=SlikerHa@5e03bcd5.bb.sky.com)
10:03.31VonhintenHOME`<PROTECTED>
10:08.26asmodaiVonhintenHOME`: hey! I don't always die
10:08.35asmodaiknows better than to pop his ankh
10:08.48asmodaiI generally only pop it when there's a wipe
10:09.19asmodaiVonhintenHOME`: besides, with proper talents its once every 40 minutes ;)
10:10.09*** join/#wowace airtonix (n=airtonix@ppp203-122-217-203.lns20.adl2.internode.on.net)
10:10.17Groktargrrr
10:10.28Groktari can't find the option to unlock the buff frames in sbf :(
10:10.39Groktari know i found it once when i got everything where i wanted it
10:10.48VonhintenHOME`you fail
10:10.55Groktaryeah, i'm about to rage
10:11.06airtonixlol
10:12.00airtonixok serious now, anyone got any experience creating windows sidebar gadgets?
10:12.37VonhintenHOME`Grok, lol, when you're in /sbf config
10:12.44VonhintenHOME`the bars have anchors, just drag
10:12.56Groktarthank you
10:12.58*** join/#wowace nuoHep (n=nuoHep@89.222.156.36)
10:12.59Groktarshoots himself
10:13.09VonhintenHOME`RAGE OVERTED
10:13.10Groktarthe worst part is that i've done this before with no problem
10:13.33Groktari was making a new buff frame and only putting shield wall, last stand, pain suppression, etc in it
10:13.34Groktarguess why
10:13.36Groktar:p
10:13.48Repo10big-wigs: 03Rabbit * r6027 Coliseum/ValkyrTwins.lua: Make the touch of light/dark messages better.
10:14.12VonhintenHOME`You're in hard mode?
10:14.26Groktari died on our beasts kill today
10:14.42Groktarmy last stand ran out while he was breathing
10:14.42Groktarthought i had a couple seconds
10:14.42VonhintenHOME`Probably a better idea to burn them down equally
10:14.50Groktarno
10:14.53Groktarthat's a horrid idea
10:15.08Groktarneed to rid of the poison
10:15.11Groktarit ruins your dps
10:15.21Groktaronce the first worm dies the second goes down in under a minute
10:15.41*** join/#wowace Olison (i=olison@89.238.71.120)
10:17.18VonhintenHOME`bring dread to acid tanked in a V, burn hero, blade flurry, heart strike, divine storm, etc get a bunch of damage on the 2nd mob
10:17.35VonhintenHOME`gained all your DPS down, and spent very little time in enrage
10:17.51VonhintenHOME`poison clouds don't matter once the worms move
10:17.58VonhintenHOME`it's the only time you can really bring them together
10:18.32Groktarthat's kinda awesome
10:18.57VonhintenHOME`hell, may even be able to position in a wide V so that melee get sweeped into the wall
10:20.07VonhintenHOME`I usually look to achievements when new stuff comes out... they usually foreshadow effective strats...
10:20.11sb|workGroktar: mh so kill acidguy and then hard dps on dreadscale (with tank rotation (ffs, you have 3 of them)  + cooldown burning)!? thats what my next try would be (once we can get p1 under control :p)
10:20.19*** join/#wowace Wobble (n=Wobin@124-170-216-168.dyn.iinet.net.au)
10:20.40sb|work3 tanks is like 60s of tank-cooldowns, no problem there (my guess... :p)
10:20.58Groktar1 warrior is 33 seconds
10:21.05Groktarthrow in a gs and ps
10:21.11*** join/#wowace Megalon (n=starfox@d86-32-5-52.cust.tele2.at)
10:21.11Groktarand then had another taunt off after that
10:21.14Groktarit's dead
10:21.16VonhintenHOME`XT hard mode, razorscale down in 2 attemtps (meaning 25% each floor phase), getting the worms down within 10 seconds of each other
10:22.51VonhintenHOME`So, 25man Anub is quite a cock-block compared to 10 man
10:23.36sb|workjust get nerubianguys right
10:24.04sb|work(aka kill them before the second spawn :p)
10:24.11VonhintenHOME`we didn't try keeping them tanked until the burrow, that'd probably help us
10:24.46VonhintenHOME`we weren't getting enough DPS on the boss, 10% down by the first burrow
10:24.48VonhintenHOME`that's bad
10:24.55sb|workwe did 3 tanks, 1 anub, 1 add offtank, and 1 tanks his add right inside the boss - so melee can finish it quickly
10:25.15Groktarya, that's what we did on normal mode
10:25.23Groktarwe'd kill the first two adds while he was up
10:25.25Tristanianyou don't really need so many tanks
10:25.28Groktarand leave the second two alone until the burrow
10:25.50sb|workTristanian: no, but its easier then :p
10:25.57VonhintenHOME`so you killed 2 while he was up?
10:26.01Groktaryeah
10:26.03Tristanianyes
10:26.09Groktartank them right under his azz
10:26.10Tristanianon normal it doesn't matter
10:26.11sb|workGroktar: yep, but we screwed up the 30% thingie :p
10:26.13VonhintenHOME`just from incidental damage?
10:26.19sb|workspawn right before 30%, so 30% was like 3 adds + boss :/
10:26.36Groktarwe were aoeing
10:26.40sb|workkilled with 5 people alive... %-)
10:26.44Groktarmelee switched and ranged would do proper aoe
10:26.58Groktarwonder what it's like on heroic
10:27.05Tristanian5 orbs
10:27.09VonhintenHOME`probably retarded
10:27.15Tristanianfor the entire fight
10:27.39Tristanianso you need mad DPS
10:27.42*** mode/#wowace [+v Wobin] by ChanServ
10:27.57Tristanianget him to like late 50's before the 1st burrow
10:29.02VonhintenHOME`so, why not tank all 4 until the first burrow, in normal?  Too much damage taken no add tanks?
10:29.10VonhintenHOME`no=on
10:29.39Tristanianthe debuff..
10:29.40Groktarit was for us
10:29.48Groktartwo adds = exploding tank
10:30.11VonhintenHOME`the debuff stacks to 10 and then falls off doesn't it?
10:30.11Groktarof course, we had alts offtanking in our first 25 man
10:30.58Tristanianwell there is really no reason not to kill the adds
10:31.12Tristanianon heroic you kinda have to do it anyway :P
10:37.03*** join/#wowace Megalon (n=starfox@d86-32-5-52.cust.tele2.at)
10:38.48*** join/#wowace Olison (i=olison@89.238.71.120)
10:41.18*** join/#wowace DarkerAudit (n=Brian@pool-74-99-19-117.clrkwv.east.verizon.net)
10:41.22sb|workstack is limited to 10
10:41.24*** join/#wowace Wobble (n=Wobin@124-170-216-168.dyn.iinet.net.au)
10:41.33sb|workso if you spamheal that tank its possible to tank 2 of them :p
10:41.37*** join/#wowace kenlyric_ (n=chatzill@c-71-228-10-172.hsd1.in.comcast.net)
10:41.56sb|workand wtf? orbs limited in heroic?
10:41.58sb|workthats bad...
10:42.27*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
10:43.14*** mode/#wowace [+v WobWork] by ChanServ
10:44.09*** join/#wowace pompy1 (n=Mike@c-68-38-45-3.hsd1.nj.comcast.net)
10:45.58*** join/#wowace vhaarr (n=folk@WoWUIDev/WoWAce/Rabbit/vhaarr) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Wobin (n=Wobin@124-170-216-168.dyn.iinet.net.au) [NETSPLIT VICTIM]
10:45.58*** join/#wowace airtonix (n=airtonix@ppp203-122-217-203.lns20.adl2.internode.on.net) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Tristanian (n=Tristani@cpe-77-83-203-243-dsl.netone.gr) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Borlox (n=borlox@i577BC594.versanet.de) [NETSPLIT VICTIM]
10:45.58*** join/#wowace faCe| (n=face@p5489F6F5.dip.t-dialin.net) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Guest44110 (n=shingo@p5B0539FA.dip.t-dialin.net)
10:45.58*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics) [NETSPLIT VICTIM]
10:45.58*** join/#wowace eoM_rM (n=moe@p5489F6F5.dip.t-dialin.net) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net) [NETSPLIT VICTIM]
10:45.58*** join/#wowace Srosh (n=Srosh@c222108.adsl.hansenet.de)
10:45.58*** join/#wowace bien| (n=bien@p4FF44A0A.dip.t-dialin.net)
10:45.58*** join/#wowace the-golem (n=the-gole@adsl-75-48-22-171.dsl.scrm01.sbcglobal.net) [NETSPLIT VICTIM]
10:45.58*** join/#wowace netcurse (n=hthieblo@dsl092-049-237.sfo4.dsl.speakeasy.net)
10:45.58*** join/#wowace pompy (n=Mike@c-68-38-45-3.hsd1.nj.comcast.net)
10:45.58*** join/#wowace Cairenn|afk (n=Cairenn@MMOI/Administratrix/Cairenn)
10:45.58*** mode/#wowace [+ovvo vhaarr Wobin netcurse Cairenn|afk] by irc.freenode.net
10:45.58*** join/#wowace Kaelten (n=Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
10:45.58*** join/#wowace Shefki (n=breser@fornix.brain.org) [NETSPLIT VICTIM]
10:45.58*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
10:45.58*** join/#wowace Primer (n=vi@www.ceregatti.org) [NETSPLIT VICTIM]
10:45.58*** join/#wowace jy_ (n=jy@mara.renchap.com) [NETSPLIT VICTIM]
10:45.58*** join/#wowace vrak (i=vrak@putsch.kolbu.ws) [NETSPLIT VICTIM]
10:45.58*** join/#wowace xemacs (i=xemacs@stress-kind.de) [NETSPLIT VICTIM]
10:45.59*** join/#wowace lua_bot (n=lua_bot@li37-84.members.linode.com)
10:45.59*** join/#wowace NivFreak (n=niv@gw-105.extranet.sea01.isilon.com) [NETSPLIT VICTIM]
10:45.59*** mode/#wowace [+o Kaelten] by irc.freenode.net
10:46.23vhaarrzomg
10:46.36*** join/#wowace End (n=end@tetris.cornhooves.org)
10:49.00*** join/#wowace Repo (n=supybot@repos.curseforge.net)
10:54.16*** part/#wowace lmeyer (n=lars@dslc-082-083-250-062.pools.arcor-ip.net)
10:56.27nevcairielfreenode seriously has issues the last week
11:01.08asmodaidisconnects nevcairiel
11:01.15asmodaiOh wait, the network will do that for me
11:02.28Megalonsplits asmodai
11:02.35*** join/#wowace Higdur (n=nike@136-246-96-87.cust.blixtvik.se)
11:02.48asmodainow is 2
11:02.52sb|workfiskers Megalon
11:02.53asmodaidouble the fun, double the nuisance!
11:03.39Megalonenjoys
11:07.18*** join/#wowace Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
11:08.32*** join/#wowace robotusch (n=robotusc@50A2D989.flatrate.dk)
11:08.33*** join/#wowace lmeyer (n=lars@dslc-082-083-250-062.pools.arcor-ip.net)
11:20.58*** join/#wowace Kazie (n=Kazie@port207.ds1-vg.adsl.cybercity.dk)
11:24.32*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust576.bagu.cable.ntl.com)
11:37.04*** join/#wowace Worf (n=worf@84-119-72-149.dynamic.xdsl-line.inode.at)
12:01.54*** join/#wowace profalbert (n=profalbe@91-113-0-17.adsl.highway.telekom.at)
12:05.05Elkano<3 http://www.explosm.net/comics/1785/
12:06.31*** join/#wowace Zealin (n=Lucas_Bi@cm56-200-51.liwest.at)
12:12.02WobNetElkano: The perfect ending
12:13.46KazieAnyone who can hjelp me make this work? http://paste.wowace.com/1081/ <-- supposed to show lvl/class for players and lvl/classification for npcs when rage/runic power is 0 and mana/focus/energy is max... but it just shows power :(
12:14.09KazieText for PB4 btw.
12:14.44*** join/#wowace texke (n=tex@pdpc/supporter/base/texke)
12:16.32ElkanoKazie: PowerType == "RAGE" or "RUNIC_POWER"
12:16.38Elkanothat's your problem...
12:16.45*** join/#wowace Xinhuan (n=xinhuan@bb116-14-20-26.singnet.com.sg)
12:16.46*** mode/#wowace [+v Xinhuan] by ChanServ
12:16.47sb|worksomething is wrong here
12:16.53sb|workmy firefox dies when browsing wowace.com
12:16.56ElkanoKazie: PowerType == "RAGE" or PowerType == "RUNIC_POWER"
12:17.05sb|workits _really_ slow, maybe its some javascript, i dont know
12:17.07Elkanosame for mana/energy
12:17.29KazieOkay i'll try that.
12:17.37*** join/#wowace Gibbonz (n=irc@router.tgfn.mywits-end.co.uk)
12:17.59Kazie(PowerType == "RAGE" or PowerType == "RUNIC_POWER") Like this?
12:18.10KazieOr must it be 2 different parenteses?
12:18.14Elkanoyeah
12:18.27ElkanoI just replyed to your paste
12:19.31*** join/#wowace Guest44110 (n=shingo@p5B0539FA.dip.t-dialin.net)
12:20.02Gagorianyou don't need parenthesis at all
12:20.07Gagorianunless you combine it to something else
12:20.48KazieElkano: Where were you yesterday? :P .. i was up all night trying to make this work :) thanks
12:20.50Gagorianah, looking at your code, you're doing that so nvm
12:21.38KazieGagorian: hehe :)
12:27.35*** join/#wowace Next96 (i=Next96@121.129.140.91)
12:27.53XtekDon't listen to Elkano he's a noob.
12:28.53KazieWell he made my code work, when i could not :)
12:30.28ElkanoAt least I have a job! *puts on his flak jacket*
12:31.10Xteklol I have a job
12:31.26XtekA fun one at that. :P
12:31.27Megalontrolling the internet ain't a job!
12:31.41Elkano(this was actually a game quote... name the game ;) )
12:31.44Megalonor else fisker would have one too
12:31.52Elkano~emulate Fisker-
12:31.53purlemulate fisker- is, like, DISCLAIMER - The views of Fisker- do not necessarily represent this channel or its inhabitents. The Fisker- regularly browses 4chan looking for CP, or at least JB, and tries to convert more followers to his cause everyday. He says he's just a fan of "Captain Picard" and "Joe Bishop", but we know better, right? We think he's just here to try and get more CP, so watch out! - END DISCLAIMER
12:32.02Xtekhah
12:32.34XtekElkano, I have no idea the only place I remember a flak jacket is CS.
12:32.43XtekHaven't played that seriously since 1.5.
12:33.04Elkanowas refering to C&C:RA2
12:33.20Xtekah
12:33.23Elkanohmm, are flak troopers wearing flak jackets?
12:33.56*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
12:35.11KazieMakes sense to me lol :P
12:35.26asmodaiAnd firing flak guns?
12:39.14GagorianThe first usage of the term refers to the armour originally developed by the Wilkinson Sword company during World War II to help protect Royal Air Force (RAF) air personnel from the flying debris and shrapnel thrown by German anti-aircraft guns' high-explosive shells (flak itself is an abbrevation for the German word for "anti-aircraft gun" (Fliegerabwehrkanone)).
12:41.06WobNetpft
12:41.10WobNetdamn germans =P
12:41.24WobNeteven the full name sounds awesome =P
12:46.19nevcairielwe *are* awesome
12:47.13Megalonoldschool flak or newschool flarak
12:47.21Megalonchoose your weapon? :<
12:47.29*** join/#wowace joel-_ (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
12:47.48vhaarrKaelten, nevcairiel: can I make a page on wowace.com private, so that it's not linked from anywhere?
12:47.55asmodaidrops a Big Bertha on nevcairiel :P
12:48.19*** join/#wowace EthanCentaurai (n=ethan@89.240.193.96)
12:49.43*** join/#wowace EthanCentaurai (n=ethan@89.240.193.96)
12:51.21Megalondrops a Schwerer Gustav on asmodai
12:51.22Megalon:p
12:51.44nevcairielvhaarr, not that i know of, no.
12:51.45Elkanodrops a Dora on Megalon
12:52.05*** join/#wowace Cyrez (i=Cyrez@c-69-181-203-45.hsd1.ca.comcast.net)
12:52.24vhaarrKaelten: is that something you'd consider?
12:52.41Megalondrops an unfinished Langer Gustav on Elkano
12:52.46nevcairielWhat do you have to hide? =P
12:53.25Elkanooh, cool, Gustav and Dora are siblings ^^
12:53.53Megalon;)
12:53.56MegalonRate of fire 1 round every 30 to 45 minutes or typically 14 rounds a day
12:54.04Megalonbut not of the fast kind :P
12:54.22Megalonbut on the other hand the only needed to hit once ;)
12:55.29Elkanodrops a P1000 Ratte on Megalon
12:56.08Elkanoor should I drop a P1500 Monster?
12:56.27Elkanook, I go for the Monster ^^ was ment to have a Gustav as main gun ^^
12:56.36Elkano-> http://en.wikipedia.org/wiki/Landkreuzer_P._1500_Monster
12:57.06Megalon;>
12:57.16nevcairielthats one of the crazy ideas in WWII that you see in movies only :P
12:57.20Elkanoor, eben better, I'll drop THE BAGGER 288!
12:57.24*** join/#wowace rothbart (i=rothbart@24.224.118.236)
12:57.36Elkano-> http://rathergood.com/bagger288
12:57.42Megalonhttp://www.youtube.com/watch?v=l7qx1FGRt54
12:57.43Megalon!
12:57.49Megalonbest vid ever
12:57.56Megalonthe leaders of the world
12:58.01Megalonsat down around a secret table
12:58.02Megalonweeeeee
12:58.13ElkanoI see we understand eachother ^^
13:03.39*** join/#wowace p3lim (n=p3lim@084202209241.customer.alfanett.no)
13:06.22WobNetnevcairiel: gah, I went and setup my boomkin's actionbars in BT4
13:06.24WobNetand it was great
13:06.31WobNetthen I went and dual specced
13:06.34WobNet=\
13:06.42nevcairieleh, so?
13:06.47WobNetis there any way to copy the settings across specs?
13:07.06nevcairielisnt that what blizzard does? just copy your bars onto the second spec?
13:07.18WobNetIt clears them, it seems
13:07.32nevcairielthats news to me
13:07.40WobNetI was surprised too =\
13:07.52nevcairielyou could use something like actionbarsaver
13:07.57nevcairieland copy it over
13:08.00Elkanofor me it copied them the moment I got my 2nd spec
13:08.10Elkanobut after that. they are independant
13:08.24orionshockwhen you first get dual spec, it copies everything from 1 to 2nd, from there they are seperate ^ as Elkano said
13:08.55WobNetomg, bagger288
13:09.32WobNetthe lyrics are ... inspired
13:09.39WobNet"... soon to be de-meated"
13:09.45nevcairielyou didnt know it yet? :P
13:09.54WobNetno! I've been bereft!
13:11.22*** join/#wowace Xtek- (n=Xtek@69.73.16.202)
13:11.45*** join/#wowace Xtek (i=Xtek@user-24-236-92-80.knology.net)
13:11.48*** mode/#wowace [+v Xtek] by ChanServ
13:12.01WobNetalthough the actual music reminds me of Nena and 99 Luftballoons
13:12.25*** mode/#wowace [+v Xtek] by ChanServ
13:12.31*** join/#wowace Xtek-- (i=Xtek@user-24-236-92-80.knology.net)
13:13.27WobNetoh I know why
13:13.38WobNetI went and bought my DS before deciding what to actually spec
13:13.42WobNetso my actionbars were blank
13:13.49*** join/#wowace Matrix110 (i=Matrix11@ip-95-222-224-247.unitymediagroup.de)
13:14.28Fiskerhttp://forums.wow-europe.com/thread.html?topicId=10711183474&postId=107096805475&sid=1#5 <-hohoohoh
13:14.31Fiskernevcairielmen
13:14.35WobNetShadowed: Thank you for ABS!
13:17.29Repo10zzhuntar: 03Turaka * r17 .pkgmeta: [+] Added pkgmeta file
13:18.31Brunersneeds more fisker rage
13:19.26*** join/#wowace Kraftman (n=kraftman@212-139-65-209.dynamic.dsl.as9105.com)
13:20.08*** join/#wowace Darthn_Work (n=dmm_15_2@63.238.158.26)
13:20.11FiskerBrunersmen
13:20.19Fiskeri want harddrive
13:20.20Fiskerwhat about you?
13:20.50Brunersim going to go buy a fiber optical cable to my friends stereo
13:21.52Fiskeri can't buy my harddrive yet
13:21.52Repo10zzhuntar: 03Turaka 04v2.0a * r18 : Tagging as v2.0a
13:24.18Repo10sick-of-clicking-dailies: 03OrionShock * r286 core.lua:
13:24.21Repofix hook for GetQuestRewardOption to not care about if we have an NPCid or not.. not too important anyways.
13:25.44Repo10zzhuntar: 03Turaka 04v2.1 * r19 : Tagging as v2.1
13:27.00*** join/#wowace EvilJohn (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
13:29.03Fiskerkisses Bruners
13:32.27Groktarhttp://forums.worldofwarcraft.com/thread.html?topicId=19717352950&postId=197154088907&sid=1#0
13:32.28Groktar:D
13:34.42StanzillaYou may need Haali Media Splitter to download it. < Why O_O
13:35.12Groktarmkv files?
13:35.18Groktarand i guess i should change that to view
13:35.23Stanzillayup :P
13:35.37Fiskerslaps Groktar around a bit with a large trout
13:35.57Groktari really wish that attempt hadn't been the kill
13:36.06Groktari fucked up so much that attempt
13:36.45*** join/#wowace robo\afk (n=robotusc@50A2D989.flatrate.dk)
13:37.25*** join/#wowace profalbert1 (n=profalbe@188.23.41.32)
13:38.54*** join/#wowace maqr_ (n=maqr@c-69-253-79-73.hsd1.nj.comcast.net)
13:43.29Fiskerslaps Groktar around a bit with a large trout
13:43.35Kaeltendsg'morning guys
13:44.10Fiskerdsg?
13:44.35Kaeltens/dsg/g/
13:49.08Groktarpounces Kaelten
13:49.12*** join/#wowace Lyset (i=Lyset@c-2da972d5.017-172-73746f34.cust.bredbandsbolaget.se)
13:49.19Kaeltenowe
13:49.32Darthn_Workyou're a druid now Groktar?
13:49.58Groktarwhat?
13:50.12Darthn_Work[09:54] * Groktar pounces Kaelten
13:50.19Darthn_Workcats pounce duh
13:50.20Groktari just like pouncing :(
13:50.27Fiskeri disagree Kaelten
13:50.30Groktarcharge is pouncelike, isn't it?
13:50.37nevcairielno
13:51.56nevcairielpunce is druids cheap shot .. more or less
13:52.07nevcairielnot like a in-your-face-charge
13:53.31Darthn_Workwell cat charge is like an in your face charge then LOL TRICKED YOU and we get behind you
13:53.41Darthn_Worknow druids do it from behind
13:56.24*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
13:56.24*** mode/#wowace [+o Funkeh`] by ChanServ
13:57.12*** join/#wowace Silowyi (n=silowyi_@24-155-116-210.dyn.grandenetworks.net)
13:57.20*** join/#wowace Vegeta]BT[ (n=CBus@xdslhg147.osnanet.de)
13:57.57*** join/#wowace profalbert1 (n=profalbe@188-23-41-32.adsl.highway.telekom.at)
14:08.42*** join/#wowace DarkAudit (n=Brian@pool-74-99-19-70.clrkwv.east.verizon.net)
14:12.11*** join/#wowace Keias (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
14:17.29KaeltenFisker: I assert your lack of agreement is a fault of one's self
14:18.03Elkanoa fault of one's self? did you call using . instead of :?
14:18.25Kaeltenlol
14:18.41*** join/#wowace profalbert (n=profalbe@188-23-41-32.adsl.highway.telekom.at)
14:21.37*** join/#wowace profalbert1 (n=profalbe@188-23-41-32.adsl.highway.telekom.at)
14:22.01Pneumatuswtb wowhead filters for 10man/25man/normal/heroic :<
14:26.10Repo10ice-hud: 03Parnic * r441 modules/TargetOfTarget.lua:
14:26.12Repo- changed the vertical position extents to 600 instead of 300 by request
14:30.22*** join/#wowace Seerah (n=Ryan@c-76-107-188-150.hsd1.tn.comcast.net)
14:35.46*** join/#wowace purl (i=ibot@rikers.org)
14:35.46*** topic/#wowace is http://www.wowace.com | http://paste.wowace.com | http://lua.org | Curse Client: http://www.curse.com/client | http://wowace.com/a/author-store-is-launched | Want your Username changed? http://www.wowace.com/request-name-change/
14:41.11Pneumatusis there a way to tell if a raid member is mouseover an interactable object like a chest?
14:42.23FiskerKaelten i disagree
14:42.31Fiskeri want a new harddrive
14:42.55Yivrywho doesnt :P
14:43.06Yivryeven I, and I just bought a new pc :P
14:43.23Yivry(those ssds are just too expensive)
14:43.42Fiskernaw
14:44.24Fiskerwant a 80GB X25M and a 2TB Caviar Black
14:46.46ZeksiePneumatus: no. only indications are the tooltip and cursor change I believe
14:47.29PneumatusZeksie: as i though, so other users would have to be running an addon that sends messages if they are mouseover-ing a chest or somethng
14:47.45Zeksieyeh
14:47.59Zeksieother than players, there's little to nothing that indicates interaction with the world
14:48.10Fiskerslaps Zeksie around a bit with a large trout
14:48.35Pneumatusi wonder how other loot tracking/dkp mods handle chests
14:49.09Zeksiebadly. one of our guys runs something, and loot from chest often gets attributed to something 30 mins ago
14:49.32PneumatusHeadCount just attributes it to Trash Mobs until you change it in the loot management popup
14:49.48*** join/#wowace Gagorian (n=k@a85-156-203-53.elisa-laajakaista.fi)
14:49.56Pneumatusas it relies on someone in the raid having a boss corpse targetted
14:50.11Gagoriananyone have experience with getting your addon removed from www.brothersoft.com?
14:50.32*** join/#wowace Ghli_ (i=chatzill@netblock-68-183-227-13.dslextreme.com)
14:50.48*** join/#wowace Lisimba (n=Lisimba@s55915088.adsl.wanadoo.nl)
14:52.05*** join/#wowace plexiglass (n=plx@93-33-134-46.ip44.fastwebnet.it)
14:52.29*** join/#wowace rothbart (i=rothbart@24.224.118.236)
14:54.05Zeksiedunno. but just sent them a msg..
14:54.09ZeksieHello. Please remove Utopia and ZOMGBuffs from www.brothersoft.com. I do not appreciate having to support my mods when they are supplied by your four months out of date.
14:54.19WobNetmail them?
14:54.26Zeksiecontact us link at bottom
14:54.26WobNethttp://www.brothersoft.com/info/contact_us/
14:54.42*** join/#wowace EvilJohn (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
14:56.27*** join/#wowace Higdur_ (n=nike@fttp1-stoc.233.cust.blixtvik.net)
14:56.27FiskerDMCA them
14:56.28Fiskerup the ass
14:56.52CodayusI hate people like them.
14:56.56Repo10ora3: 03Ammo * r260 modules/Cooldowns.lua: watch for SPELL_RESURRECT to catch rebirth
14:57.18*** join/#wowace Mikk (n=Mikk@78-73-111-137-no162.tbcn.telia.com)
14:57.18*** mode/#wowace [+v Mikk] by ChanServ
14:57.21CodayusHaven't seen them mirror WoW mods before, but they do slurp down and mirror whatever random software their bots can find to try and drive traffic.  :(
15:00.10Repo10big-wigs: 037destiny * r6029 Ulduar (3 files in 1 directory): koKR Update
15:01.58*** join/#wowace robotusch (n=robotusc@50A2D989.flatrate.dk)
15:02.04*** join/#wowace the-golem (n=the-gole@adsl-75-48-22-171.dsl.scrm01.sbcglobal.net)
15:03.03*** join/#wowace profalbert (n=profalbe@188-23-41-32.adsl.highway.telekom.at)
15:07.11Pneumatusi laughed hard at http://wow.curse.com/downloads/wow-addons/details/test-charlie.aspx
15:07.23Pneumatusinstall base of 4717 people
15:07.35PneumatusWhat is this?? where did it come from?? description not in English. screen shots don't give any info at all. the only reason its still on my pc is cause ckknight name is on the additional authors list. please give any info that is available.
15:07.35Pneumatusthanks Mugs
15:07.57WobNet8k downloads =P
15:08.25profalbert57 per day!
15:08.36Grumeven better; http://wow.curse.com/downloads/wow-addons/details/test-charlie.aspx#410677
15:08.40AckisI'm a proud user
15:08.46Grumoh Pneumatus pasted it :(
15:09.16WobNetand I bet they'll update it if ckk updates the files =P
15:10.01Grumyup ;(
15:10.11*** join/#wowace Xtek (i=Xtek@user-24-236-92-80.knology.net)
15:10.11*** mode/#wowace [+v Xtek] by ChanServ
15:10.19Pneumatusi surprised it hasnt had any pledgie donations
15:10.21*** join/#wowace Ghli (n=chatzill@32.155.102.168)
15:10.22*** join/#wowace DarkerAudit (n=Brian@pool-74-99-19-70.clrkwv.east.verizon.net)
15:10.30*** join/#wowace texke_ (n=tex@pdpc/supporter/base/texke)
15:10.31*** join/#wowace Cyrez` (i=Cyrez@c-69-181-203-45.hsd1.ca.comcast.net)
15:10.53profalbertit must be throwing errors
15:11.01Pneumatusyup
15:12.03profalbertThen Ackis is lying!
15:12.15quiescensgasp
15:12.19Ackisme?!?
15:12.39profalbertyou can't use it, because there is nothing to use
15:12.47Grumomg, stake him!
15:12.47profalbertsounds kinda philosophical
15:12.56quiescensif a tree falls in the forest?
15:13.31*** join/#wowace Torhal|Sleep (n=callahan@74-132-200-5.dhcp.insightbb.com)
15:15.34*** join/#wowace DarkAudit (n=Brian@pool-74-99-19-70.clrkwv.east.verizon.net) [NETSPLIT VICTIM]
15:15.34*** join/#wowace Darthn_Work (n=dmm_15_2@63.238.158.26) [NETSPLIT VICTIM]
15:15.34*** join/#wowace Xtek-- (i=Xtek@user-24-236-92-80.knology.net)
15:15.34*** join/#wowace texke (n=tex@pdpc/supporter/base/texke)
15:15.34*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz) [NETSPLIT VICTIM]
15:15.34*** join/#wowace mjc (n=mjc@c-67-191-21-229.hsd1.fl.comcast.net) [NETSPLIT VICTIM]
15:15.34*** join/#wowace mitch0 (n=mitch@www.drvolomdental.hu) [NETSPLIT VICTIM]
15:17.32*** join/#wowace Repo (n=supybot@repos.curseforge.net)
15:22.00*** join/#wowace Zyn (n=faggotry@h243n2-av-a11.ias.bredband.telia.com)
15:23.04*** join/#wowace Xtek- (n=Xtek@69.73.16.202)
15:23.13*** join/#wowace Kraft (n=kraftman@89-168-225-103.dynamic.dsl.as9105.com)
15:23.25*** mode/#wowace [+v Xtek] by ChanServ
15:23.31*** join/#wowace Xtek-- (i=Xtek@user-24-236-92-80.knology.net)
15:30.06*** join/#wowace bien| (n=bien@p4FF4643B.dip.t-dialin.net)
15:32.55*** join/#wowace Next96 (i=Next96@121.129.140.91)
15:33.46*** join/#wowace kadrahil (n=kad@xor.pablotron.org)
15:35.54*** join/#wowace Yssaril (n=Yssaril@99-57-35-45.lightspeed.cicril.sbcglobal.net)
15:38.59Repo10shamanwarning: 03Silmano 07master * v1.1.14-1-gd37fb71 / (4 files in 2 directories): [+1 commit] v1.1.15:
15:39.24Repo10shamanwarning: 03Silmano 04v1.1.15 * 7a03173 /: [new tag]
15:39.27Repo- Added Maelstrom warning.
15:41.42steevis there an addon like... questhelper or the blizzard quest/achievement tracker, but for reps?
15:41.54*** join/#wowace Odlaw (i=Unknown@c-98-245-39-78.hsd1.co.comcast.net)
15:42.05steevi'd like to have em out as i'm working on them (i'm still leveling)
15:42.16*** join/#wowace Keias (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
15:46.19Jyggasteev blizz ui has a rep tracker build in doesnt it?
15:47.15Mikkand then get an addon that switches it to the faction you last gained rep with
15:47.17Mikktadaa
15:47.24steev...
15:48.09steevJygga: no, you can switch your xp bar with a rep bar (has to be programmatically entered for oUF frames)
15:48.19steevi was hoping something more like the achievement tracker itself
15:48.52Mikkthere probably is.
15:49.06steevhttp://ubersekret.com/screenshots/battlegrounds.png
15:50.44Fiskermust be a bug steev
15:50.46Fiskeror premades
15:50.59Grumor just afking!
15:51.11Fiskerno
15:51.19steevwhat?
15:51.21steevi don't afk
15:51.24Fiskerunless you mean alliance afk'ing
15:51.30Grumomg steev is an afker!
15:51.35*** join/#wowace Ghan (n=Miranda@ppp-93-104-58-33.dynamic.mnet-online.de)
15:51.37steevnegative.
15:51.42Fiskerreports steev as afk
15:51.50Grumoh its worse
15:51.52steev:(
15:51.58Grumsteev is a nonlvl80 afker
15:51.59Fiskeri hate jerks btw
15:52.15steevi just want like, how it shows the towers i have left to defend, but being rep instead
15:52.20FiskerThere was some time that a person would make the raid flag me afk
15:54.06steevannoying, but easy to fix
15:54.25steevslaps Grum about with a large Fisker
15:54.49Fiskersure
15:55.10steevbut yes, still annoying that someone would keep doing that
15:55.13Fiskerbut you don't gain any honor with the first debuff either do you?
15:55.42steevdunno, i've never gotten the debuff :-P
15:56.39FiskerStarcraft 2 looks so finished
15:56.42Fiskerjust release it :(
15:56.59steevsorry Fisker :(
15:57.15durcynthey can't release it until i'm done beta testing it, Fisker, i told them to wait
15:57.36CodayusNobody wants sc2, gief d3.
15:58.32ulicbah, how about "Unnamed" MMO, you know blizzard is just leveling to the cap first before releasing.
16:00.05CodayusYeah, that'd be interesting too.
16:00.09CodayusDepending on what it is.
16:00.42CodayusWoW2...would be boring.  :-)
16:00.54sylvanaarDiablo 2 was
16:01.13sylvanaarbut you were all mostly too young for it to be a true sequel
16:01.13YssarilCodayus: they already said that they wouldnt follow any of their storylines
16:02.36GagorianI agree d3 > all
16:02.38Codayus*shrug*  Yeah, but...  There was a lot more scope for Diablo 1 to be improved upon, IMHO, partly due to the nature of an MMO.
16:03.37*** join/#wowace Vulcanus (n=Vulcanus@cm-84.211.9.187.getinternet.no)
16:03.50CodayusBliz has already added new classes, zones, races, and in Cataclysm is redoing a lot of old content and adding a new graphic feature (non-fail water).  The game's progressed a LOT since 1.0, and isn't - IMHO - nearly as dated as Diablo 1 was the same period after it was released.
16:04.24Codayus....wait, I just realized, I completely misinterrpeted your comment.
16:04.31nicoli_sbut diablo had such awesome expansions as hellfire, where you fight spooky aliens!
16:04.34CodayusOr maybe not.  Gah, 4am.  Why am I not asleep.  :-(
16:06.30GagorianYou should live in Finland, 7 pm. Plenty of time to sleep
16:06.34steevGrum: oh, i also happen to be leveling this guy via pvp (once I left the DK starter area)
16:13.40sylvanaarCodayus im wondering how i am awake...lol
16:14.04CodayusIn my case, insomnia.
16:14.10CodayusI can't speculate as to you.  :-)
16:15.11sylvanaari want to get some mroe of this error reporting stuff done - but..., thatnks for reminding me - i need to go to bed now...
16:16.38*** join/#wowace iNs|Renew (n=mronlin@adsl017.cnetco.com)
16:17.36Repo10libhealcomm-4-0: 03Shadowed 07master * da2324c LibHealComm-4.0.lua: [+2 commits]
16:17.39Repoda2324c: Added debug code to GUID decompression to track down why it's bugging out sometimes
16:17.42Repo65decc0: - Fixed a leaked global
16:18.49*** join/#wowace Ghan (n=Miranda@ppp-93-104-58-33.dynamic.mnet-online.de)
16:19.42*** join/#wowace yoshimo (i=5b0c0fd7@gateway/web/freenode/x-hdycggltkowxdgue)
16:23.57*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
16:29.45yoshimois it possible to convert the authorrewardpoints to a gamecard that gets delivered by e-mail?
16:32.12*** join/#wowace elaa (n=ela@p54B4FFC2.dip.t-dialin.net)
16:32.39steevwoot
16:32.43steev9 more towers to go!
16:39.29*** join/#wowace Hjalte (n=chatzill@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
16:47.07*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
16:47.52AdirelleShadowed: I found the issue with LHC4 and my addon: I messed up with the callbacks arguments
16:48.11ShadowedAdirelle: Ah what did you do? Might need to make the docs more clear
16:48.32AdirelleI took spellId as healflags and apparently nourish spell id did not pass the flag test
16:48.42Adirelleactually the doc miss the event
16:48.49Adirellewhich is added by CBH
16:49.10Shadowedaha oops
16:49.17Adirellee.g. HealComm_HealStarted(casterGUID, ... is actually HealComm_HealStarted(event, casterGUID, ...
16:49.48AdirelleI had the event argument, but I dropped another one (mainly because I put it in _)
16:50.35ShadowedI still neeed to figure out why the decompression code is sometimes bugging out
16:50.40Shadowedsince it's a really weird/obscure issue
16:52.47Torhal|Sleeporionshock: Ok, let me put it this way: It's the _considerate_ thing to do, so you are not forcing every person who uses your library to modify their AddOn because you break the API.
16:52.50Adirelleactually I happened one or two time
16:52.54Adirelles/I/it/
16:53.04Adirelleand I could not reproduce it
16:53.07Shadowedyea
16:53.30ShadowedIt's not a nil GUID error, because if it was there would be either a concat error or the decompression would exit before the string.byte call
16:53.50*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
16:54.39Shadowedit should be a semi-valid GUID too given it's matching everything after 0x
16:54.54Adirellehrm, still no luck with regrowth hot part
16:55.00ShadowedRegrowth hot isn't supported yet
16:55.03Adirelleoh
16:55.07Adirelleoverlooked that
16:55.17ShadowedRegrowth hot, Lifebloom bloom and Sacred Shield + FOL hot aren't in
16:55.17Adirelle"working as intended" then ^^$
16:55.40ShadowedI have to redo it to use manual data rather than automatic tooltip scanning to support that + the PTR tooltip change
16:55.53Shadowedsince on the PTR the Lifebloom tick estimate goes up by 100 from the change :<
16:56.30Adirellecalculating lifebloom tick/bloom from spell power is beyond my comprenhension
16:56.41*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
16:56.58Shadowedit's not that complicated really, it's just a lot of little details that makes it annoying
16:57.06*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
16:57.10Adirellewowiki formulaes seem not to match the value I tried to calculate
16:57.36Adirellelet alone calculating bonuses from idols
16:57.55Shadowedidols are pretty simple, none of them do anything special
16:58.06Shadowedbut EJ spreadsheets or DrDamage are best for formula info
16:59.51Adirellewhat annoys me really is that the idols states "+125 spell power on lifebloom tick", which translates to a woohooping ... wait for it ... +14 life per tick...
17:01.26Adirelleanyway, LHC4 is very promising, nice work
17:01.38Shadowedthanks
17:02.23yoshimothere are already several requests on various addons to include lhc40
17:02.47ShadowedIt's still another 2-4 weeks before I do a stable tag :<
17:03.00*** join/#wowace Wizardling (i=Durandal@ip-118-90-98-91.xdsl.xnet.co.nz)
17:03.11*** join/#wowace Zealin (n=Lucas_Bi@cm56-200-51.liwest.at)
17:03.21ShadowedNeed to move it to using static data for spells, add Lifebloom bloom/Regrowth hot, check the comm code and do a beta tag, then after thats all good and tested do a stable
17:03.31Adirelleafter that, we would just pray that you would not vanish in the air ^^
17:04.14yoshimodo you have a second account to test your comm-module , zeksie didn't ;)
17:04.28ShadowedI do
17:05.55ShadowedI put 400 comments into LHC specifically so if I do stop working on it for some reason, someone knows why it does what :p
17:06.16*** join/#wowace Sekkyo (n=sekkyo@c-98-193-50-129.hsd1.il.comcast.net)
17:08.56Adirellesee the incoming HoT portion on health bars is just priceless
17:08.59Adirelleseeing*
17:10.01GnarfozI just don't like the visual style of extending the incoming healing bar out over the border of the normal health bar, as many UFs do :\
17:10.01yoshimoim currently redoing my ui, including new unitframes ;)
17:10.41Gnarfozbecause using that would force me to leave space between UFs to account for the incoming healing bar
17:10.45AdirelleI made so the incoming healing do not get out, in a grid-like layout it is really annoyinf
17:10.48Adirelleannoying*
17:10.50Gnarfoztruncating it at the normal bar's cap, like Grid does, I like more :)
17:10.54Adirelleshould learn to type one day
17:11.15asmodaiSup homies!?
17:14.46AdirelleI'm wondering about the accuracy when displaying incoming heals in the next 3 seconds, updating only on LH4 callbacks
17:16.24dodgavhaarr: Anything special you need to test in LibSink-2.0 with Parrot?
17:17.04dodgavhaarr: I used Witch Hunt to output test messages in a Parrot scroll area, and that worked
17:28.26*** join/#wowace Kalroth (n=kalroth@2506ds1-hj.0.fullrate.dk)
17:37.34Shadowedgot pulled away from the phone, anyways
17:38.20Shadowedyoshimo trial accounts are a lovely thing, I think I've gone through 4-6 trial accounts when I do testing :>
17:39.05ShadowedI don't really like the expanding the bars outside of the normal health bar either Gnarfoz, next SUF is going to let people cap it since HC40 lets me add more configuraiton with what heals to show ec
17:39.07Shadowedetc
17:39.13GnarfozShadowed: woot
17:39.18Gnarfozawsum
17:39.36Shadoweddon't you use SUF? I don't remember
17:48.03yoshimoyes, trial accounts are great,there even was a tool that created as many accounts as you wanted, the only thing you had to do is type in the captcha
17:48.42Shadowedgive me a dev server or an ATR that is always up and I'd be happy :<
17:52.13yoshimoatr?
17:52.27Pneumatusyoshimo ForteWarlock -> ForteExorcist now
17:52.32nevcairielAddon Test Realm :P
17:52.35Pneumatusthey still send the same prefix, but the addon name has changed
17:53.20*** join/#wowace eoM_rM (n=moe@p5489AE65.dip.t-dialin.net)
17:55.38*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
17:57.36Camci#showtooltip Shadow Word: Death /stopcasting /cast [target=focus] Shadow Word: Death; Shadow Word: Death - doesnt seem to work after the patch, did they change anything?
17:58.00yoshimoi have a few more addons to add, but i need to check them online , one of them uses a lot of different prefixes again...
17:58.06*** join/#wowace Kraftman (n=kraftman@212-139-93-139.dynamic.dsl.as9105.com)
18:01.15asmodaiWhat's the average respawn timer on most rare elites? 6-8 hours?
18:01.46yoshimoi was told so , yes
18:02.12Camcianyone good with macros can check if this is correct? #showtooltip Shadow Word: Death /stopcasting /cast [target=focus] Shadow Word: Death; Shadow Word: Death
18:02.16Camciafter patch it tells me i have no target
18:02.42asmodaiyoshimo: will be fun trying to get these rare elites then >_<
18:03.35yoshimothe most annoying rare mob is vyragosa, addon rings and you think you might have found the protodrake.. :P
18:04.11PneumatusCamci, think you need a [] after the target=focus condition
18:04.22Pneumatusand then you can not put the duplicate sw:d
18:04.40*** join/#wowace tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
18:04.40*** mode/#wowace [+v tekkub] by ChanServ
18:04.43Pneumatus#showtooltip Shadow Word: Death /stopcasting /cast [target=focus][] Shadow Word: Death
18:05.28Pneumatusalthough you might want [target=focus,exists][harm,exists]
18:14.50*** join/#wowace NeoTron (n=neotron@pool-173-64-144-162.sttlwa.fios.verizon.net)
18:17.08GnarfozShadowed: yes, I do use sUF, very much to my liking =)
18:22.25Repo10arl: 03Ackis * r2424 Docs/Main.txt: Main page update.
18:26.41*** join/#wowace Baraius (n=bhuddles@150.105.84.5)
18:27.26Repo10arl: 03Ackis * r2425 Docs (2 files in 1 directory): More doc updates.
18:27.31Gnarfozvhaarr: any reports of BW modules not activating at all? currently doing mimiron 10 hard, and the mod just doesn't come up at all
18:30.51Gnarfozhmm
18:31.35FiskerAckismen
18:33.35Gnarfozoh well
18:33.59Gnarfozmodules.xml in the alpha builds all have the debug lines comment out the actual modules
18:34.03Gnarfozso nothing besides the core loads
18:34.04Gnarfoz:)
18:34.15Fiskerslaps Gnarfoz around a bit with a large trout
18:34.39Stanzillahnng
18:36.01StanzillaGnarfoz: thx
18:36.19*** join/#wowace Caleb| (n=caleb@dsl4E5C06C6.pool.t-online.hu)
18:36.29yoshimofunky backported all important fixxes to the releaseversion, no need to run alpha
18:37.43Gnarfozyoshimo: ? just telling him, :P
18:37.49Gnarfozmight even be intended
18:40.39Repo10fu-bar_reagent-fu: 03Ackis 07master * v3.03-7-g2d4acf8 / (2 files in 2 directories): [+4 commits]
18:40.42Repo2d4acf8: typo fix.
18:40.45Repo767f626: Move stuff out of on init and into onenable, bit of an optimization.
18:40.48Repo0de1d1c: Remove ;'s
18:40.51Repo30c6f24: Doc update.
18:41.38CamciPneumatus: Thank you. so something like this? #showtooltip Shadow Word: Death /stopcasting /cast [target=focus,exists][harm,exists] Shadow Word: Death; Shadow Word: Death
18:41.55Camcii just want it to shadow word death my focus target :P
18:42.31*** join/#wowace yoshimo (i=5b0c0fd7@gateway/web/freenode/x-gjqvhaggzxwmrnjd)
18:43.38Pneumatus#showtooltip Shadow Word: Death /stopcasting /cast [target=focus,exists][harm,exists] Shadow Word: Death should work
18:43.53Pneumatusthat will SW:D your focus if it exists, else your target if you can harm it, and it exists
18:44.46Pneumatusif you have no focus and a friendly target, or no target it will do nothing
18:45.28*** join/#wowace Sirow (n=Sirow001@p57A4BCAB.dip.t-dialin.net)
18:45.36Gnarfozyou don't need to specify "Shadow Word: Death" in the #showtooltip line, if that's the only spell in the macro
18:46.37Pneumatusalso true
18:46.52Pneumatusalthough it might not show the tooltip, but it will show the icon
18:47.51Camcicool thank you
18:49.03Gnarfozno
18:49.04ShadowedGnarfoz: You can cap the incoming stuff in SUF I just don't expose it, if you do /script ShadowUF.db.profile.units.raid.incHeal.cap = 1 will make it not go outside the bar for raid frames for example
18:49.14Gnarfoz#showtooltip shows the correct icon and tooltip automagically
18:49.26Gnarfoz#showtooltip spellname/itemname forces it to show whatever you specify
18:50.00GnarfozShadowed: neat
18:50.04ZhinjioI've setup my for-fun fantasy hockey league again this year. If you're interested in participating, please PM me.
18:50.21GnarfozI only use it for player/target/tot/focus/focustarget and sometimes in arena, but even there, that could be useful
18:50.26Gnarfozback to mimiron hard now
18:50.27Gnarfoz:D
18:53.09Shadowedhum how does wowace pull libs for the packager? If you say latest it grabs the latest tag, not the latest packaged version?
18:55.28GnarfozI think so, but don't take my word for it
18:55.36Gnarfozis there something about it in the KB? :)
18:55.46GrumIt appears BigWigs is not loading ToC modules atm, is that known?
18:56.42*** join/#wowace Zeksie (n=zeksie@cpc1-nott9-0-0-cust756.nott.cable.ntl.com)
18:56.54Shadoweddoesn't say, although given it says tag which I just realized that answers that
18:58.03Grumvhaarr: can it be that for some reason the bigwigs modules for ToC dont load?
18:59.31*** join/#wowace QuantumDelta (n=blahblah@77-99-36-41.cable.ubr04.chap.blueyonder.co.uk)
19:00.52Grumvhaarr: downgrading to the current 'release' works -- is this because of the config stuff?
19:01.10*** join/#wowace calidore (n=flo@ppp-82-135-4-181.dynamic.mnet-online.de)
19:05.11AeyanProbably - I believe the conversion stuff hasn't made it into the release yet
19:05.26*** join/#wowace Reke (n=lka@port-92-201-27-222.dynamic.qsc.de)
19:06.55*** join/#wowace Cavisty^gerber (n=sup@c-71-200-111-231.hsd1.md.comcast.net)
19:09.07Repo10tomquest2: 03gagou * r211 / (3 files in 1 directory): fix achievementTracker display/hide of tooltip
19:09.11Repofix questsInformations module
19:12.13Repo10tomquest2: 03gagou * r212 questsInformations.lua: remove debug in questsInformations module
19:31.31sb|workYAY
19:31.35sb|workpandora's plea, finally
19:31.40sb|work& conquerer of ulduar completed
19:32.03Pneumatusyou must have more mana than me now :<
19:32.29sb|work34.3k raidbuffed (no flask)
19:32.32Pneumatusive only had a cloak upgrade so far in coliseum :<
19:32.42sb|workoh wait
19:32.45sb|workwrong gloves :p
19:32.49Pneumatus34.5k no flask
19:33.07sb|work34.4 it is :p
19:33.20sb|workbut 2 items non-int sockets
19:33.23sb|work(sp+haste there)
19:34.14*** join/#wowace akromat (n=fake@cpe-65-25-74-129.neo.res.rr.com)
19:34.34sb|workPneumatus: giev cloak :(
19:36.37sb|workmhhh
19:36.49sb|workheartmender circle or band of the invoker... :/
19:41.01*** join/#wowace DarkAudit (n=Brian@pool-173-50-0-5.clrkwv.east.verizon.net)
19:42.31sb|workPneumatus: help! :p
19:42.38*** join/#wowace fewyn (n=fewyn@249.215.205.68.cfl.res.rr.com)
19:43.12*** join/#wowace Cyrez` (i=Cyrez@c-69-181-203-45.hsd1.ca.comcast.net)
19:44.14*** join/#wowace SinusPi (i=sinus@87.205.149.38)
19:48.29GnarfozGrum, Aeyan: current alpha builds have @debug@ tags commenting out all Include lines in all modules.xml files, so nothing is loaded. :)
19:49.42GrumGnarfoz: so useful ;(
19:57.49*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
20:01.25Repo10wtf: 03smb * r13 / (5 files in 2 directories):
20:01.28RepoAdded some options (BAD IMPLEMENTATION!!!! Have to do it better When i have time - you should reload UI after changing some options) - But its okay for now.
20:01.38sb|workyay... :o
20:01.50sb|worki should add a "do not use this" :/
20:04.50*** join/#wowace lmeyer (n=lars@dslc-082-083-250-062.pools.arcor-ip.net)
20:06.03*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
20:11.37*** join/#wowace syeren (i=syeren@cpc3-oldh9-2-0-cust704.10-1.cable.virginmedia.com)
20:11.38Fiskerslaps sb|work around a bit with a large trout
20:12.01Fiskeryou cannot stop me
20:12.34Fiskerhttp://forums.worldofwarcraft.com/thread.html?topicId=19675728341&sid=1&pageNo=7#130 <-ITT: GC gets owned and gets butthurt
20:21.39*** join/#wowace Lirad (i=836b0052@gateway/web/freenode/x-dpkmppbghkvngkhu)
20:22.58Repo10tributeloot: 03Euthy 04r18-release * r12 : test tag
20:23.17Repo10tributeloot: 03Euthy 04r19-release * r13 : test tag
20:23.52steevwell, he DID say they were going to fix it before S7
20:25.52BaraiusAnybody done a p4 to Hg conversion?
20:27.18yoshimop4?
20:29.14Cavisty^gerberare the valkyr twins in TOC?
20:30.19AdirelleShadowed: LHC4 decompressGUID error again
20:30.22yoshimoare you talking about the current bwalpha ?
20:31.45*** join/#wowace SlikerHawk (n=SlikerHa@5e03a7d1.bb.sky.com)
20:32.48ShadowedAdirelle are you using latest with the print message?
20:32.58Adirelleyes
20:33.01Adirelleit passed through it
20:33.03Shadowedwhat was the GUID it printed
20:33.08BaraiusPerforce
20:33.11Shadowedno message just an error?
20:33.13Adirelleit didn't print anything
20:33.14Adirelleyes
20:33.18Shadowed.... weird
20:33.21Shadowedwhat was the error this time
20:33.23AdirelleI changed the debug to pcall string.format
20:33.23BaraiusHeh...wrong channel :-)
20:33.29yoshimoCavisty^gerber , if you're using  an alpha of bigwigs, you won't find them in the toc, they are only added in the xml now. and for now they are all covered in debug-tags
20:33.40Adirellebad argument #8, expected number not nil
20:33.58Shadowedmmmmm
20:34.01Shadowedline #64?
20:34.23Cavisty^gerberyoshimo no i mean are they in the instance toc
20:34.50sb|workmhh calidore
20:34.52sb|workerr Caleb|
20:35.10Shadowedtry changing decompressGUID to http://gist.github.com/181105 Adirelle
20:35.22AdirelleShadowed: yes, I think this should output me the invalid GUID : http://paste.wowace.com/skfntqe8bwam5pvj/
20:35.32Shadowedthat too
20:35.40Repo10pitbull4: 03Shefki 07master * v4.0.0-beta3-45-g5dd44d8 / (2 files in 2 directories): [+2 commits]
20:35.41sb|workCaleb|: http://pastey.net/124664 <-- whats that?
20:35.42Repo5dd44d8: Add some defaults for bar provider modules that I should have added when
20:35.45Repo65207ba: Better fix to deal with MT frames getting set properly when loading in
20:35.46Shadowedthat works
20:35.51Shadowedoh actually
20:35.53Shadowedprint out usc too
20:36.10Shadowedthe variable that is
20:36.23yoshimoCavisty^gerber : "Modified : /trunk/Coliseum/BigWigs_Coliseum.toc : - load all modules via a modules.xml construction, no need to add a new module to 2 files anymore"
20:37.26Adirellebtw, I'm also using LHC3 and the wrapper
20:37.27Pneumatusis BW dropping the idea of splitting everything into LoD mods for each instance?
20:37.32Adirelleif that matters
20:37.48Shadowedhrm
20:37.53Shadowedmaybe
20:38.00Caleb|supposed to be some version check sb|work :P not exactly working as intented as of yet
20:38.22Pneumatuswhy no anubarak kill, Caleb| :<
20:38.37Caleb|not too easy
20:38.45Caleb|and ppl are afk
20:38.57Caleb|pointless to waste tries with shitty setup
20:39.04Shadowedshouldn't be
20:39.27Shadowedthe wrapper interacts with the data tables in HC40 directly so it doesn't need to do any sort of GUID compression/decompression
20:39.48ShadowedI think it's just an issue in a bad GUID, what class are you Adirelle?
20:42.01Repo10tomquest2: 03gagou 043.2 beta14 * r213 : tag as 3.2 beta14
20:42.25yoshimocaleb, is there a difference between hardmode and normal mode except of mobs dealing more dmg?
20:42.49Repo10arl: 03pompachomp * r2426 / (3 files in 2 directories):
20:42.52RepoAdded missing Jewelcrafting trainer data, tickets 697,736,763,773
20:42.54RepoAdded a missing trainer to the trainer database.
20:42.55Caleb|are you asking anubarak?
20:43.10*** join/#wowace Skizelli (i=skizelli@c-71-198-153-32.hsd1.ca.comcast.net)
20:44.16Repo10big-wigs: 03StingerSoft * r6030 Coliseum/Anubarak.lua: ruRU update
20:48.40yoshimocaleb , i was talkng about the whole trial of the crusader
20:49.00Caleb|yeah basically more damage and a couple of extra abilties
20:50.12yoshimowhat kind of abilities? thats more intresting than extra dmg
20:50.44Caleb|like for example on Lord Jaraxuss, the mother sharaz like adds have an ability called soothing kiss
20:50.55Caleb|they put it on a couple of ppl
20:51.03Caleb|and when you cast a spell, it will lock that school
20:51.36Caleb|or on twins, you will get debuffs that will force an individual to switch from light to dark or vica versa
20:52.22yoshimospell lock was already introduced in the ignis-encounter
20:53.17*** join/#wowace StingerSoft (n=stingers@cable-235-157.cgates.lt)
20:53.53AdirelleShadowed: druid
20:54.33Adirelleit seems to happen only when someone else in the raid is using LHC3 (as I assume there is no much LHC4 around)
20:54.45*** join/#wowace BWMerlin (n=chatzill@58.174.148.250)
20:55.18AdirelleI have some difficult to test it as I'm doing WSGs to get grouped :o
20:58.11ShadowedIt might be, but the stack traces and the fact that compression is only done when sending a spell and decompression when HC40 is parsing a spell means I dunno
20:58.26Repo10arl: 03pompachomp * r2427 RecipeDB/ARL-Inscription.lua:
20:58.29RepoAdded/removed missing/incorrect Inscription trainer data, ticket 781
20:58.30Shadowedit's definitely not a bad GUID, it might be a GUID is being compressed twice and thats whats breaking it
20:58.47Shadoweder bad = nil
20:59.18Shadowedthe debug will tell us though
20:59.49Adirellenow I've seen this like twice in two days
21:00.06Adirelleso this may take some time
21:00.10ShadowedUnitGUID returns a valid GUID or nil right
21:01.26SkizelliCan anyone recommend a mod similar to BattlegroundFu? Ace, Broker or otherwise.
21:01.28ShadowedThe fact that it rarely happens is the confusing part... I literally cannot think of any issue that would be causing this that wouldn't trigger another error
21:01.49Shadowedand I'm sure it's going to be something stupid like a misspelled variable
21:02.44Torhalluac -l|grep GLOBAL
21:02.47Torhal:D
21:03.08ShadowedIt's not, I already ran a script to check :p
21:03.15TorhalHeh
21:03.26Shadowedit's going to drive me nuts until I know
21:03.45*** join/#wowace tim_l_ (i=Timothy0@ool-44c26357.dyn.optonline.net)
21:03.50*** part/#wowace StingerSoft (n=stingers@cable-235-157.cgates.lt)
21:04.12yoshimoall we have to do is , run the latest lhc4 and reproduce it?
21:04.21Shadowedyea
21:04.53ShadowedAlthough it's more like, run latest LHC and hope you find the 1" needle in the haystack instead of the 1.10" needle
21:10.14yoshimoshadowed, could you give me the url of the lhc4 repo? wowace has internal server errors
21:11.25Shadowedgit@git.wowace.com:wow/libhealcomm-4-0/mainline.git
21:12.12*** join/#wowace NightHawkTheSan1 (n=jonathan@67-40-27-205.tukw.qwest.net)
21:12.47*** join/#wowace arcana (n=arcana66@87-194-8-42.bethere.co.uk)
21:16.45*** join/#wowace cubicool (n=cubicool@router.emperor-sw2.exsbs.net)
21:19.56cubicoolIs there a simple mod that will tell me when I've found a buyer for an auction, rather that just the chat message? (And not Auctioneer, which is giagantic and scary, though I'm sure a great mod)
21:28.21Pneumatushow would you want it to tell you?
21:28.28cubicoolJust a popup
21:28.37cubicoolReally what I'm looking for is some event I gues
21:28.42cubicoolAUCTION_SOLD
21:29.13Zeksiethere's no event. just hte chat msg in CHAT_MSG_SYSTEM
21:29.22FiskerI AM GENTLEMAN FINN
21:29.29ZeksieI did one a long time ago when i played the market
21:29.30Pneumatuschatlog filter to the auction sold message, to call a staticpopup
21:29.58Zeksiewell. i just pulled out the item name and looked up a saved list of what i had on auction. keep running total etc.
21:34.49Repo10sick-of-clicking-dailies: 03OrionShock * r287 core.lua: remove debug added in previous commit
21:37.33cubicoolIs there a small mod I can start dissecting to see how to interface with the Chat system without diving into something complicated like Prat?
21:37.44PneumatusChatFrame_AddMessageEventFilter("ERR_AUCTION_SOLD_S", function(...) print(...) end)
21:38.01cubicoolEasy enough.
21:38.19Pneumatusyoull probably want to do something more clever than print(...) tho
21:38.37cubicoolI'd send myself a message using WIM if possible.
21:38.43cubicoolThat's the ideal scenario.
21:45.49*** join/#wowace Renew (n=mronlin@adsl017.cnetco.com)
21:47.39Fiskersnoboller Zeksie
21:49.38harlwhy does installing tekkub's Kennel via the curse client not include the tekkonfig directory, although the same zip file does contain it when downloaded manually?
21:49.49Gnarfozgahhh
21:50.05Gnarfozcan GMs reverse "I talked to the wrong watcher"?
21:50.17GnarfozI know it doesn't reset on instance soft reset ;\
21:50.19nicoli_shttp://www.nytimes.com/2004/05/01/arts/01DINO.html?ex=1084388448&ei=1&en=4acfaab545bdf565
21:50.50Hjalteharl: You using addons with libraries included as default in CC?
21:51.07harlwhat?
21:51.13FiskerGnarfoz it doesn't look like it
21:51.36Fiskeratleast there was a thread on the us forums about some guy griefing a guild by activating all keepers
21:51.43Fiskerand they would neither reset them nor look into who did it
21:52.03Hjalteharl: Are you using regular or nolib versions? To check, you can see if any of your addons have a -nolib behind their revision number.
21:52.15Fiskerhttp://forums.worldofwarcraft.com/thread.html?topicId=19377970107&pageNo=1&sid=1#5
21:52.40harlHjalte: i don't see how i'd be able to tell the curse client to do otherwise. so yes, it does download all addons with libraries included.
21:53.55Hjalteharl: There are two ways for the curse client to download the addons in regards to libraries. It can either get a zip with the libraries for the addon included or it can download a bare zip and then download the libraries separately. If you don't know which you are using, you will be using the first option. And then I suppose tekkonfig should be in the zip.
21:53.57harli haven't been using nolib addons for over a year
21:54.41harlyes, i know it is. that's what i'm basically asking about, why it doesn't extract it with the rest
21:55.58harlmanually downloading kennel includes tekkonfig and my cc downloads all other addons fine (including their libraries), so i don't know why it isn't there.
21:56.14sylvanaardoes anyone know a good ide to work with mySQL?
21:56.38sylvanaarthat isnt myphpadmin
21:57.22Fiskermysql
21:57.41sylvanaarwhat, and a text editor?
21:57.47Fiskernaw
21:57.49Fiskermanual input ftw
21:57.55HjalteI used sqlyog some time ago
21:58.39sylvanaarwell, for mssql, i use thier SQL server management studio which comes free with it
21:59.13Fiskeromg
22:00.16sylvanaar?
22:00.32FiskerChrome doesn't just update now
22:00.36Fiskeryou have to click a butan now
22:01.23Repo10wtf: 03smb * r14 WTFrames.toc: Change version #
22:01.23sylvanaarhow old school
22:01.34robotusch:(
22:01.59Pneumatus@project-version@ tbh
22:02.43sylvanaari thoughg that there was a version added by the curse packager
22:03.03Pneumatusthere's a metafield added by the packager as well
22:03.19Pneumatus## X-Curse-Packaged-Version: r6011
22:03.22sylvanaarthats the one
22:03.40sylvanaarthe only one guaranteed to be correct
22:03.43Pneumatuswhich i think is always equal to @project-version@
22:03.48sylvanaarit is
22:04.17sb|workmhh...
22:04.19Torhal@project-version@ is guaranteed to be correct, so throwing that in the Version line is appropriate
22:04.24sb|worki should fix that :p
22:04.32sb|worklater...
22:04.48sylvanaarno, the authors should be putttin that int their version lilne
22:04.51Pneumatusit wont be correct for svn co
22:05.11Pneumatusbut people using svn co should know what version they are running anyway
22:05.12sylvanaarbut if they dont want to - they dont have to
22:05.25sylvanaarPneumatus they arent checking out a version
22:06.04sylvanaarif you use the packager's substitution keywords, then the only way to get an 'acctual version' is from the packager
22:06.13TorhalAye
22:06.22sylvanaarotherwise you are using THE 'development version'
22:07.09Torhallocal version = GetAddOnMetadata(MODNAME, "Version")
22:07.11Torhalversion = string.gsub(version, "@project.version@", " - Development")
22:07.12Torhal:D
22:07.20sylvanaarwhich is why we needed to get the packager to start adding version info
22:07.44sylvanaarbecause it is the only one that really knows the version
22:07.48Fiskerslaps sylvanaar around a bit with a large trout
22:08.00TorhalFiskers Fisker.
22:08.01Arrowmasterit does add version info
22:08.54sylvanaarin my code i do this: local minor_version = tonumber("@project-revision@") or 99999
22:09.02sylvanaarfor libraries
22:09.07Arrowmasterthats just bad
22:09.14*** join/#wowace faCe| (n=face@p5489AE65.dip.t-dialin.net)
22:09.25Arrowmasteryou are using svn so fucking use $Revision$
22:09.31Fiskerhttp://forums.worldofwarcraft.com/thread.html?topicId=19717482622&sid=1 <-stop posting
22:09.36sylvanaarArrowmaster
22:09.41sylvanaarthats in my code
22:09.59Arrowmasteri know
22:10.11Arrowmasterand i think youre an idiot for doing that
22:10.14sylvanaaryou know good and well that the svn revision wont change unless i modify the file
22:10.30Arrowmastera library should only have one file
22:10.48Pneumatusand the toc, and possibly an xml file
22:11.08sylvanaarwhen i check out a local library
22:11.08sylvanaarwhen will that number change
22:11.31sylvanaar....it  wont
22:11.48Arrowmasterhuh?
22:12.30Arrowmasteratleast use the highest number between both @project-revision@ and $Revision$
22:12.38*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
22:12.38*** mode/#wowace [+v Antiarc] by ChanServ
22:12.57sylvanaarwhen i check out from svn i dont know @project-revision@
22:13.03sylvanaarit just says
22:13.05sylvanaar"@project-revision@"
22:13.21Zeksieso it'll be 0 and you'll get the $Rev$
22:13.33sylvanaaror, i just use 99999
22:13.45sylvanaarbecause its my developement copy
22:13.49Pneumatuswhat if someone has your lib checked out as externals on 2 addons, and one copy is out of date
22:13.55Arrowmasteryour development copy
22:14.00Arrowmasterbut you fuck shit up for others
22:15.14sylvanaarhow
22:16.16sylvanaarprepares for more insults
22:16.30Arrowmasteryou create a downgrade path that could now break too
22:18.44sylvanaarso what should it be? what number would be any different than the one im using
22:19.31Arrowmasteryou shouldnt be setting it to an arbitrary high number when it cant find one
22:20.31taledenimho you shouldn't be trusting some intermediate layer to fill in version numbers on a library in the first place
22:20.40sylvanaarits a dev copy, so it needs to be the highest number so that its the one which is running
22:20.45taledenshared code versioning is more complicated than some magic keyword that does everything
22:20.55Arrowmasterlocal minor_version = tonumber("@project-revision@") or tonumber(string.match("$Revision$", "%d+")) or 0
22:21.26taledenif it's a dev copy, hardcode the version number to be the highest release version + 1
22:21.34sylvanaarnone of those things ensure that my development version is the version that runs
22:21.44taledenhighest released + 1
22:21.47sylvanaartaleden you cant
22:21.54sylvanaarITS SVN
22:21.55Arrowmastersylvanaar: damn right because you shouldnt be doing that
22:22.04taledenI know it's svn
22:22.11taledenyou know what version you released last
22:22.12Arrowmastersince you are not the only person that can checkout from the svn
22:22.17taledenso you know what the highest number that should ever be seen is
22:22.58asmodaiwell that was fun
22:23.05sylvanaari dont see how it hurts anyone
22:23.08asmodaijoin 2 bgs and won both relatively easily
22:23.26taledenif somebody pulls your svn code into their addon, they start packaging a version of your lib with a broken high version number
22:23.35sylvanaarWHOA
22:23.45sylvanaarthats wrong
22:23.50TorhalWHy the fuck would they do that?
22:23.52Arrowmasterand yet people do it
22:23.59Shefki~seen ckknight
22:24.02purlckknight <n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight> was last seen on IRC in channel #wowace, 20h 25m 10s ago, saying: 'don't call me a twat, you fucking asshole'.
22:24.04taledeni'm not saying what you're doing is guaranteed to break the world, i'm saying it's risky
22:24.10Shefki>.>
22:24.13TorhalHaha
22:24.14Pneumatusthat would break if you used $Revision$ as well though
22:24.27sylvanaarit would
22:24.29ArrowmasterPneumatus: only if they set svn:keywords on the file
22:24.35sylvanaareven worse
22:24.43Pneumatusor have it in autoprops, like a lot of people do
22:25.00sylvanaarthat's a 'some idiot could fuck it up' argument.
22:25.06taledenwhich brings us back to, i think it's a bad idea to use magic version keywords in libraries
22:25.11taledenit's just asking for something to get screwy
22:25.16Arrowmasterthe old wowace 'intro' crap used to tell a lot of people to set svn:keywords in autoprops but luckly new people dont have anything telling them to do that anymore
22:25.22taledenlike the lib being backaged in some addon, and suddenly the lib gets assigned the version of the addon
22:25.29Torhalsylvanaar: Some idiot could also say _G = {}
22:25.36sylvanaarright
22:26.11sylvanaarArrowmaster usually tells me "those idiots need to go fuck themselves" or something along those lines
22:26.29Arrowmasterright but you shouldnt do anything to help them
22:26.49Arrowmasterpersonally i like the idea of using dates instead of revision numbers
22:27.10sylvanaarthat breaks in the same way i hope you know that
22:27.17Arrowmastersomebody royally fucks shit up you yell at them then just push a new revision
22:27.21Fisker4 weeks Gnarfoz
22:27.31sylvanaarits just like going 99999+date
22:28.15Arrowmasterwhy the fuck would you do 99999+date?
22:28.26*** join/#wowace weab (n=weab@70.114.214.60)
22:28.33sylvanaarwhy would you have date
22:29.26sylvanaarif someone checks a dev copy of my lib into their addon - fuck em
22:29.33Arrowmasterbecause i hate how over half the libraries have some tonumber(string.match("$Revision", "%d+")) + 90000 in them
22:29.47GnarfozFisker: 4 weeks what?
22:29.51Fisker4 weeks
22:30.03Gnarfozright
22:30.08FiskerLike SG:U and stuff
22:30.08Gnarfozuntil you get out of jail!
22:30.09taledenit doesn't matter what you use if you're hardcoding it in the source file
22:30.12Gnarfozsglol
22:30.15Fiskeri wish Gnarfoz
22:30.16taledenso no matter who gets that file, it has the proper version attached to it
22:30.18Fiskeri still got a few years left
22:30.22Pneumatusyeh, the artificial bump because of the change from old->new wowace is crappy :<
22:30.34sylvanaaractually with @project-revision@ it always gets replaced, so the only way they can fuck up is to not release through the packagger
22:30.35ShefkiFisker: SG:U looks stupid. IMHO
22:30.36sb|workmhh... more goa'uld?
22:30.49FiskerGOULD
22:30.58Fiskermeh Shefki :o
22:31.00taledenwhat happens if they check your code into their svn, and then the packager packages their addon?
22:31.01ShefkiFisker: Seems like they went "ohh people like BSG let's make a Stargate like BSG."
22:31.09taledenit'll apply their addon's version to @project-revision@ instead of your lib's
22:31.09FiskerI like the moar serious tone of the series
22:31.17ShefkiExcept now it seems tired and done.
22:31.18sylvanaarit gets their svn's revision
22:31.18FiskerThe fun aspect of SG died years ago
22:31.21Arrowmastersylvanaar: but if they do release through the packager then they fuck up your library for anybody that uses that addon
22:31.27taledenwhich is not the right version of the lib
22:31.45sylvanaarthey may or may not, depending on what the revision of their repo is
22:31.58taledenwhat are the changes their repo has the same revision as your lib's repo?
22:32.00taledenabout zero? :)
22:32.03taledenchances*
22:32.44taledenit just seems like a needless convenience to me, it's not that bad to just hardcode a proper version number and increment it whenever you're going to tag a package
22:32.47sylvanaarthe only way they can fuck up is if their repos revision is higher than mine
22:32.56taledenthen you don't ever have to worry which magic keywords might be screwed up somewhere
22:33.06ShefkiFisker: I think it's gonna fail along the lines of Enterprise.  It's too close to the end of the previous line to reboot the franchise and have it do well.
22:33.08sylvanaartaleden, are you new?
22:33.39sylvanaarits not meant to be rude, just asking
22:33.40Fiskermaybe Shefki
22:33.41ArrowmasterDongle got majorly fucked up by using $Revision$ due to people hard embedding it into their svn repos
22:33.45FiskerEnterprise was decent in the end though :(
22:33.55taledenno I'm not new, and yes I thought it was rude :)
22:33.56ShefkiFisker: I know. :(
22:34.01sylvanaarArrowmaster yeah - thats svn props though
22:34.17Arrowmasterthe same will happen with packager replacements
22:34.18sylvanaarand no packager
22:34.26taledenbelieve me I ignore arrow as much as the next guy, but in this case I think he's right, at least for libraries
22:34.31taledenautomagic version tags are asking for trouble
22:34.31*** part/#wowace CShadowRun (n=cshadowr@cshadowrun.com)
22:34.43Fiskeri lol'd @ atlantis' attempt to be srs business
22:34.46Fiskerwith that asgard episode
22:34.49sylvanaarYOU ARE SUPPOSED TO BE USING TAGGED EXTERNALS
22:34.59sylvanaarOMG
22:35.12taledenagreed.  also, you are supposed to define a proper version number for your library and not just let the packager/svn/whatever make something up
22:35.34taledenit's the same principle -- there is a proper way to do things, but it's still worth trying to mitigate the damage if someone does it wrong
22:35.39ShefkiFisker: Atlantis turned people off with the wraith.  I heared from a lot of people that just didn't watch becuase they couldn't stand the wraith.
22:36.00sylvanaartaleden you still havent answered me
22:36.07Torhalsylvanaar: There was a guy last night who hard-embedded every library into nquestlog, after wiping out its .pkgmeta
22:36.15taledenanswered you about what?
22:36.17TorhalThose are the clueless folk who can fuck shit up for others.
22:36.20ShefkiThat said I really appreciated the fact that in Atlantis that we wern't entirely clearly the good guys.
22:36.33sylvanaarTorhal you know i deleted the entire branches tree of the svn once
22:36.40sylvanaarthe wowace one
22:36.50TorhalOuch.
22:37.07ShefkiSG1 had us stumble into bad stuff.  Atlantis had us do things that were downright wrong and get into trouble.  I appreciated that depth.
22:37.47Fiskertrue
22:37.47Fisker:o
22:39.00sylvanaarim open to an actual solution if someone has one
22:39.14Arrowmasteryouve been given two
22:39.15taledenwhat's the current version of your repo, that's getting filled in for you
22:39.49sylvanaarthe development version needs to be the highest version so its the one running
22:40.11Fiskergive me a WD2001FASS
22:40.15Arrowmasterno it doesnt
22:40.18Fiskeror i will destroy you Kaelten
22:40.25ShefkiSG1 also benefited greatly from Pete Deluise's involvenment.  Which I don't think he was really involved in the Atlantis writing.
22:41.26taledenhow about putting your silly high trump-card version number in a separate file, that never gets put in svn at all
22:41.37taledenreference that file from the standalone lib's .toc, maybe inside #@debug@
22:42.13sylvanaartaleden are you new?
22:42.23sylvanaararound here
22:42.23Arrowmasterno hes not
22:42.23taledeni answered you already, no i'm not and yes that's a rude thing to ask
22:42.32Arrowmasterand thats a valid idea, and a good one imho
22:42.39taledenarrow already has his fun going out of his way to be rude to me back  in the day
22:42.41sylvanaarim not saying it isnt
22:42.42taledeni've been hazed already
22:42.45sylvanaarand I already said
22:42.50Arrowmasteri did?
22:42.54sylvanaarIt wasnt ment rudely
22:42.54taledenyup
22:43.08Arrowmastertoo many people its hard to remember
22:43.14taledenwell i appreciate that, but what's the point of asking?
22:43.17Fiskerhttp://edition.cnn.com/2009/WORLD/asiapcf/09/04/test.now/index.html?eref=rss_latest <-clearly didn't know about lorem ipsum
22:43.24ShefkiFisker: And you know honestly I don't think SG:U is really that much more serious.  They've got that kid as comic relief.
22:43.39taledeneither i have a point or i don't -- if i do it doesn't matter if i'm new, if i don't you should be able to refute it even if i'm old
22:43.42taledenright?
22:43.49Fiskeryeah looks a bit like it Shefki
22:43.55sylvanaarbecuase I dont recall talking to you - and there is a point - i need to know that you understand why things are they are currently
22:43.58FiskerThat's not going to work though i think
22:44.04ShefkiI'll probably watch it anyway.
22:44.09ShefkiBut I don't really have high hopes for it.
22:44.10Shadowedor hell
22:44.24sylvanaars/they/the way that they are/
22:44.33taledenas i see it, using automagic packager/svn replacements is just convenience
22:44.40ShefkiFrankly SciFi has really turned me off lately.
22:44.40taledensaves you having to remember to increment your version number when you commit or tag
22:44.53taledenbut it costs you this risk of it getting fubar'd, which for a library is a bigger deal than just an addon
22:44.53Shadowedit's not that hard to remember
22:45.28TorhalShefki: SyFy. Remember, they turned their name into a texter's dream.
22:45.40ShefkiTorhal: I refuse to type that nonsense.
22:45.43taledeni agree shadowed and i don't use them, but that seems to be why some people do
22:45.49sylvanaarthats fine - but that still wont solve needing to inflate the number in the devlelopment version
22:45.51Fiskeri lol'd Torhal
22:46.00Shadowedtaleden's solution is fine
22:46.03TorhalShefki: I wish I could refuse to see that shit whenever I watch Eureka or Warehouse 13
22:46.11taleden"inflate" only requires "highest that might exist in some other addon + 1"
22:46.12taledenright?
22:46.21ShefkiTorhal: Ohh it's easy I don't watch any of their new shows.
22:46.22sylvanaarright
22:46.23Arrowmastersylvanaar: why do you need to inflate the version number in the development version? NOBODY ELSE DOES
22:46.23taledenyou just need to make sure you standalone copy overrides whatever's embedded elsewhere
22:46.30taledenif you had been assigning manual version numbers in the first place
22:46.46taledenthen you would know what the highest number could possibly be anywhere
22:46.46ShefkiSG:U will probably get me to watch it like I said above.
22:46.47taledenand set your own copy one higher, as it should be, since it will have to go up when you commit anyway
22:46.55ShefkiBut that's only becuase I'm a fan of the SG franchise.  If I had another option of where to watch it I would.
22:47.56sylvanaarwell, someone else could make a change too, and forget
22:48.07sylvanaarjust like people forget to change thier version tags in the toc
22:48.17taledenyes, that's a problem
22:48.25Shadowedthen yell at them
22:48.27taledenmy point is the risks of automagic version numbers are a bigger problem
22:48.34sylvanaarwe can talk all day about 'ideal' cases
22:48.34TorhalBut it doesn't have the possibility of fubaring shit down the line
22:48.38taledenso you're better off getting everyone to learn how to assign proper version numbers without it
22:48.44Arrowmasteryou mean like how every fucking swatter error report says a person is using version "2.0" of cartographer?
22:49.04sylvanaartaleden  i do agreee - but history has shown they dont
22:49.18sylvanaarArrowmaster exactly
22:49.36taledenif someone forgets to increment a version, the risk is their change doesn't get picked up because some other addon loads the old copy first with thet same version number
22:49.42Arrowmastereven though Cartographer.revision has the proper version number in it
22:49.42taledensad day, you have to tag again, no harm done, right?
22:49.47sylvanaardo you know how much shit i got for asking that version number get added to the toc
22:50.17sylvanaartekkub said, what if the author doesnt want to update the version number, for example
22:50.19Arrowmasterthe X-Curse-Version?
22:50.34sylvanaarhe objected to the x-curse-version
22:50.56Arrowmasterwell i would have objected if you wanted to force Version to be updated
22:51.05sylvanaari didnt
22:51.35sylvanaari could understand that
22:52.58sylvanaarthis was for the automated error reporting that i was looking into last year - getting the correct version number was diffcult/impossible without the packager doing it
22:53.02sylvanaarbtw
22:53.05Repo10arl: 03pompachomp * r2428 / (3 files in 2 directories):
22:53.08RepoAdded/removed missing/incorrect Enchanting trainer data, tickets 780,770,754,745,727,713,703,701,693
22:53.12RepoAdded a missing trainer to the trainer database.
22:53.31sylvanaarim finally getting back around to working on it again - if anyone is interested in participating
22:53.38Arrowmastersure
22:53.47Arrowmasterbut i still think its going to be a fucking pain in the ass
22:53.54Arrowmasterand not work correctly
22:54.54sylvanaarwell - heres my idea - we upload the buggraber and swatter errors and store them en-masse, as well as let the tester indicate certain ones hed like to report
22:54.58Arrowmasterit would need a good server side backend imho along with a community page
22:55.05sylvanaarArrowmaster
22:55.35sylvanaarhttp://sylvanaar.dontexist.com/solace/en/
22:55.43asmodaifighting rogues in PvP always sucks
22:55.49sylvanaarjust forget what it was originally used for
22:56.16*** join/#wowace dewkstraykr (i=de9a288f@gateway/web/freenode/x-yyvpplehhknglbfn)
22:56.21Arrowmastersupporting both buggrabber and swatter is a bad idea imho
22:56.31asmodaijesus
22:56.49asmodaieither cheap shot or kidney shot disable you long enough to just die
22:57.07sylvanaarArrowmaster i already have some code that does it
22:57.29sylvanaarits just still in bits
22:57.31sylvanaarhttp://forums.wowace.com/showpost.php?p=244926&postcount=40
22:57.33TorhalSwatter makes my balls itch.
22:57.47sylvanaaryeah, but did you know they show about the same information
22:57.50ShefkiI really don't understand the hate for Swatter.
22:58.14Arrowmasterits a bad idea imho, should make custom one, like a modified version of buggrabber so all errors are in the same format
22:58.38sylvanaarArrowmaster that works too
22:58.56Arrowmasterhave a community page where inteligent people can help point error messages to the right project since the masses cant fucking read a debugstack
22:59.07sylvanaarthats the idea
22:59.12TorhalShefki: Every time I've gotten bug reports with Swatter, it leads me nowhere. Same bug report using Buggrabber, I suddenly know exactly how to fix the problem. Same bug.
22:59.36sylvanaarheres a swatter error
22:59.37sylvanaarhttp://sylvanaar.dontexist.com/solace/en/topic/4-raidtracker-raidtracker-lua:396:-table-index-is-nil
22:59.41ShefkiI don't see why it's the same stack trace.
22:59.54TorhalIt didn't look like the same stack trace
22:59.55sylvanaarheres buggrabber
22:59.58Arrowmasterand have the server try to compare debugstacks, mostly by comparing the amount of text that is the same and allowing for numbers to be different to help match duplicate debugstacks together
22:59.59sylvanaarhttp://sylvanaar.dontexist.com/solace/en/topic/3-libqtipclick-1-1:9-cannot-find-a-library-instance-of-libqtip-1-0
23:00.03TorhalIn fact, the Swatter one lead to default UI
23:00.28sylvanaarArrowmaster top line error text was my idea of the "key"
23:00.50ShefkiI've never seen a swatter error like that.
23:00.57ShefkiAnd I use it so *shrug*
23:01.06Arrowmasterthe top line can be the same but be caused by something completely different
23:01.18Arrowmasterthats the entire reason we use debugstacks and not just the top line
23:01.27sylvanaaryeah, but we need a key
23:01.39Arrowmasterfor what?
23:01.46Arrowmasterlisting them?
23:01.50sylvanaarno no
23:01.52Torhalsylvanaar: I hope that's an old trace. LQTC is deprecated.
23:01.53Arrowmasteror trying to match dupes?
23:02.00sylvanaarTorhal i nkow
23:02.19sylvanaarits just something i found in a saved var
23:03.13sylvanaarim just trying to work out how to ID errors the best
23:03.26ArrowmasterID for what purpose?
23:03.36sylvanaarto filter out dupes
23:03.52Arrowmasteryou have to do a comparison on the entire text
23:04.20sylvanaarembedded libraries make that difficult
23:04.37Arrowmasterthis is probably something more towards Shirik expertise
23:04.38ShefkiI don't think you'll ever be able to match them 100% of the time.
23:04.44sylvanaari know
23:04.51Shirik?
23:04.57Shirikwhat did I do
23:05.02sylvanaarim just trying to get the most obvious ones
23:05.08ShefkiReally not sure why you're trying.
23:05.12Arrowmastersylvanaar: not really, look at buggrabber debugstacks
23:05.40sylvanaarthey will change with different versions of the libraries
23:05.40Shirik(19:04:27) (Arrowmaster) this is probably something more towards Shirik expertise
23:05.44ArrowmasterShirik: trying to determine if a debugstack is a dupe of another
23:05.45ShirikSaved quote
23:06.06sylvanaarbasically
23:06.14Shirikactually, I've done that before
23:06.14sylvanaarif you look at ths site
23:06.22ShirikI'm not sure I have the code though :/
23:06.27sylvanaarwhat should go in the title of each post
23:06.34Arrowmastersylvanaar: start with only using buggrabber debug stacks
23:06.46Arrowmasteryou know exactly where the library version is in the debug stack
23:07.09Arrowmasterso you know what parts you can allow for fuzzy matching and what parts must be absolutely a match
23:08.01sylvanaarthat sounds good to me
23:08.06Arrowmasterthis is why i said its more Shirik expertise since its statistical analysis of text
23:08.24sylvanaarfirst though, what should be in the topic line of the error report
23:08.31Arrowmasterfor the most part numbers will be a lot weaker match than letters
23:08.44Shirikhm, sounds something more suited for an AI routine actually
23:08.57Shirika neural net should be able to handle it quite well I think
23:09.03sylvanaaractually thats why this triage site is there
23:09.05Arrowmasterthe first line of the debug stack is fine for a topic line
23:09.23sylvanaarbecause you need real eyes sometimes
23:09.25taledendo you think you can classify them reliably enough just from automated analysis?  maybe they should just go into an anonymous pool until someone indicates what kind of bug they think it is, and to which lib/addon it applies
23:09.41sylvanaarread this first: https://www.dyndns.com/account/services/hosts/sylvanaar.dontexi
23:09.42Arrowmastertaleden: exactly
23:09.44Arrowmasterthey should
23:09.44sylvanaarmeh
23:10.01sylvanaarhttp://forums.wowace.com/showpost.php?p=244926&postcount=40
23:10.03sylvanaarthis
23:10.08Arrowmasterbut once a debug stack has been classified you can use that information to try to make suggestions for others like it
23:10.17ShirikI agree with Arrowmaster here
23:10.23Shirikwith sufficient training, a simple AI routine could handle this
23:10.30sylvanaaryes i agree as well
23:10.32Shirikit just would take a few to get it off the ground
23:10.34Arrowmasternever do it fully automatic and classify it on its own but allow it to make suggestions
23:11.12Arrowmasteryou could hard code patterns for some common things though
23:11.32Arrowmasterlike the errors about missing LibBabble-*-3.0 translations
23:11.45sylvanaarbasically each error can have tags assinged to it
23:11.54sylvanaarautomatically or manually
23:12.01Arrowmasterthe addon causing those are almost always found on the last line of the debug stack
23:12.22asmodainow knows for sure
23:12.28asmodaiBlizzard can't balance pvp worth shit
23:13.42Arrowmastersylvanaar: right but for the best chances of being able to do any automatic tagging all debug stacks will need to be in the same format, perferably with as much information as possible, which is why i like the buggrabber format as a base
23:14.10Arrowmasteri wanted to steal your embedded library detection from ACP and put it into buggrabber for a long time
23:15.12sylvanaarwell, 1 idea would be to make an in-game addon to do some of the pre-processing
23:15.24Arrowmasterwhich is what buggrabber does
23:15.48Shefkiasmodai: Why would you expect it to be balanced in a gear based game?
23:15.59sylvanaarbut, bugrabber doesnt take running addon snapshots and some other things
23:16.18sylvanaarthat ideally, you'd like to have
23:16.22Arrowmasterwell i hate the way swatter does it
23:16.30sylvanaari do too because its spammy
23:16.50Arrowmasterbut i had an idea of making a tree of the addon loading order along with every library that loaded from that addon, using your code in ACP
23:17.22sylvanaarbut, we could have buggrabber save that info silently so that we could extract it - but users wouldnt be posting spam
23:17.32sylvanaarthats a good idea too
23:17.38Arrowmasterright
23:17.54Arrowmasterit would never be appended to the debug stack like swatter does it
23:18.00asmodaiShefki: One can still hope eh? :)
23:18.01Arrowmasteri wanted to just put it in a seperate window
23:18.16asmodaiShefki: But now that I am doing lvl 80 bgs, it just shows how utterly unbalanced the shit is
23:18.52Arrowmastersylvanaar: also blizzard added some debuglocals stuff
23:19.13ShefkiArrowmaster: I thought that stuff never worked right.
23:19.35ArrowmasterShefki: blizzard has the entire debug offsets fucked to hell in their code
23:20.01asmodaiArrowmaster: and probably not a consistent offset mistake?
23:20.10Arrowmasterwhich is why EVERY fucking error starts saying its from BasicControls.xml
23:20.32Arrowmasterthey use debugstack(2) instead of debugstack(3) i think
23:20.54Shadowedthe blizzard error reporter is fucked in general
23:21.14Arrowmasterbuggrabber uses debugstack(3) or debugstack(4) depending on conditions
23:21.22sylvanaari really need to build an IDS file for lua.lib
23:21.55taledenis there a way to do string.gsub() treating everything as plain strings?  I have strings that contain "[" and it wants to treat it as a pattern, but it's not, so it breaks
23:22.31sylvanaar"%["
23:22.59kd3grrs at lua's "regex"ish thing not using backslashes
23:23.01ShefkiArrowmaster: Yeah but I've never seen the locals actually report anything useful.
23:23.08taledenkd3: yeah I tried that first too :)
23:23.12sylvanaartheres an example of on the lua users wiki, and in stdlib
23:23.16ArrowmasterShefki: their stack level is wrong too which is probably why
23:23.27ShefkiArrowmaster: Ahh
23:24.08Arrowmasteri looked at adding it to buggrabber but i think the code needs some refactoring to properly add it
23:24.25Xtekzomg VNC is such crap
23:24.25Arrowmastersince it uses variable stack levels
23:26.19taledenhm.. LoadAddOn() returns nil,nil and doesn't load the addon
23:26.28taledenbut if I do /script LoadAddOn() ingame it works fine
23:26.33taledendoes it not work during initial load?
23:27.21Arrowmasteryeah blizz broke it
23:27.27taledenI thought it was fixed in 3.2
23:27.37Arrowmasterno they broke it in 3.2
23:27.47taledenwasn't it broken before? or was that a different kind of broken?
23:28.01Arrowmasterno it worked before
23:29.01Zeksieworks any time after PLAYER_LOGIN
23:29.15taledenhm
23:29.32Zeksie3.1 i think was a different kind of broken. where LOD in toc was fubar'd
23:29.41taledenmaybe that's what I'm thinking of
23:29.43Arrowmasterno that was 3.0
23:29.50Arrowmasterfixed in 3.0.8 i think
23:29.51Zeksie3.0 was it... how time flies
23:30.20taledenwell anyway, I need A to do some stuff, load B if it's available, then do some other stuff
23:30.46taleden##LoadWith doesn't seem to help because then A can't do anything after B finishes, unless B signals it, which won't happen if B isn't enabled at all
23:31.19Zeksieyou can get the addon to do it. just not too early.
23:31.46taledenhm
23:31.59sylvanaarok so whats a good minimal system to get working so that we can start refining it
23:33.38sylvanaar1) way to get errors in game, 2) way to get those outside of game, 3) place to send them, 4) way to get them there 5) tbd...
23:34.29sylvanaari think among us we have all those parts
23:34.33Repo10classtimer-eclipse: 03rindy * r2 / (3 files in 1 directory): Initial import
23:35.15Arrowmaster@project classtimer-eclipse
23:35.16RepoArrowmaster: http://www.wowace.com/addons/classtimer-eclipse/. ClassTimer Eclipse. Game: WoW. Status: Needs approval. rindy (Manager/Author). Updated: 11 minutes ago
23:35.48Pneumatus@describe classtimer-eclipse
23:35.49RepoPneumatus: http://www.wowace.com/addons/classtimer-eclipse/. ClassTimer Eclipse. Displays the internal cooldown of Eclipse as a ClassTimer bar
23:37.25*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:37.25*** mode/#wowace [+o Funkeh`] by ChanServ
23:38.27Repo10classtimer-eclipse: 03rindy * r3 ClassTimer_Eclipse.toc: X-Category
23:40.57*** join/#wowace FtH|Daemona (n=koaschte@i59F61202.versanet.de)
23:43.18Repo10classtimer-eclipse: 03rindy 04v1.0 beta * r4 : Tag as v1.0 beta
23:44.47FtH|Daemonahrhr ich weiss warum die affen so slacken
23:44.56FtH|Daemonadie machen grad beta test für nen next gen mmo
23:44.58FtH|Daemonahttp://www.youtube.com/watch?v=abBzmlTDu2Y
23:45.00FtH|Daemonada, trailer
23:45.05GnarfozFtH|Daemona: muh? :>
23:45.10FtH|Daemonaagh
23:45.11FtH|DaemonaFC
23:45.13FtH|Daemona:/
23:45.14Gnarfozhehe
23:45.24Gnarfozaber nice ;)
23:46.00FtH|Daemonadefinitly too late :(
23:46.44Gnarfozahaha sicher für kinder
23:47.18Gnarfozalso, rofl @ yt comments: "Es würde mich nicht wundern wenn das Spiel zu einem Asia Grinder wird :D"
23:48.27Dessahaha
23:53.06*** join/#wowace Elsia (n=elsiarow@adsl-99-35-27-251.dsl.sfldmi.sbcglobal.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.