IRC log for #wowace on 20130314

00:17.23*** join/#wowace profalbert (~christoph@188-23-163-134.adsl.highway.telekom.at)
00:25.48*** join/#wowace Seerah (~RyanNL@adsl-98-66-63-194.mem.bellsouth.net)
00:42.08Stanzillatouches Torhal
00:42.39Torhalgives Stanzilla leprosy.
00:43.17StanzillaI'm bored bro
00:43.42TorhalSo update Cartographer for 5.2
00:43.48Stanzillaaw h ell no
00:43.53Torhal:D
00:48.37znfStanzilla, go commit to x-perl
00:49.44Stanzillano
00:56.29breserStanzilla: Let me lay this out for you...  I work on PitBull4 for fun.  You nagging me about boss frames and bringing it up to me every time the thought occurs to you is not fun.
00:57.18breserStanzilla: A patch comes around, I go to look at stuff that's broken, I fix it, I'm starting to have fun and then along comes the nagging.
00:57.27breserStanzilla: I get it, I'm not stupid, you and everyone else wants boss frames.
00:57.27StanzillaI know that, this time it was not actually to annoy you
00:57.28Stanzilla:(
00:57.45StanzillaI thought the guy could help
00:58.38Stanzillaand I don't even play anymore, so I just want to help :o
00:58.43Gnarfozwhat /is/ the reason anything special needs to be done for this, though? isn't it "just another unit" (and a first-class one, too)
00:59.01Gnarfozobviously must be something related to how pb4 works
00:59.04breserGnarfoz: I could just add them as singletons.  I think that sucks.
00:59.07StanzillaGnarfoz: the framework needs to be changed
00:59.22breserGnarfoz: PB4 has two classes of frames: Singletons and Groups
00:59.33breserGroups are implemented by the Secure group headers.
00:59.45Gnarfozso you can't use that
00:59.47Gnarfozehehe
00:59.48GnarfozI see
00:59.56breserRight now PB4 has zero code in it for anchoring frames together.
01:00.07breserAnchoring code sucks to work on, it's incredibly bug prone.
01:00.20breserI have for years had wip towards allowing anchoring across frames.
01:00.34breserAnchoring between frames is even worse than normal anchoring code because you have to deal with ordering.
01:00.54breserThe frames have to be built in the proper order to support the anchoring.
01:01.58breserOn top of that for all practical purposes I don't play.
01:02.02Stanzillabreser: I'm sorry though :(
01:02.08breserI haven't set inside an instance in years.
01:02.30breserWhen I was playing the boss frames were ocassional things that happend on a handful of fights and I didn't really care about them.
01:03.04Eridiuswhat are Secure group headers?
01:03.17breserEridius: Blizzard's code.
01:04.05Eridiusbreser: I got that from the "Secure" name, but that doesn't explain what they are, or why they can't be used for boss frames. Is there a wiki page somewhere?
01:04.27breserEridius: They can't be used for both frames because they're only for party or raid frames.
01:04.34Eridiusah
01:04.41bresers/both/boss/
01:05.25breserThey handle creating individual frames for group members, sorting, positioning, etc...
01:05.35breserYou just drop some attributes on the frame to tell it how to sort.
01:05.39Eridiushuh
01:05.41breserand what group it should be and so on.
01:05.49breserAnd then Blizzard's code creates the frames.
01:06.09*** join/#wowace echos (echos@2600:3c01::f03c:91ff:fe96:51a2)
01:06.15breserAll you have to do is fill in the content of the frame, which is easy.
01:06.28EridiusI didn't realize unitframes were quite that controlled
01:06.39EridiusI mean, I knew they had to be secure, but I never really looked into it
01:06.45breserEridius: There's a reason why the sort options are almost entirely the same.
01:07.05breserEridius: The ones that have sort options not supported by Blizzard's code can only work right when group changes are made out of combat.
01:07.13Eridiusah
01:07.16breser*cough*grid*cough*
01:09.20breserAnyway I'll just add them as singletons, I guess I've been letting perfect be the enemy of good.
01:29.11durcynwhat did we decide the cause of these CompactRaidFrame error spam was?
01:29.48breserThe errors I've seen are still taint issues from the popup menus.
01:29.52TorhalI thought it was determined that .NET was the culprit.
01:45.17quiescenso.o
02:05.40*** join/#wowace chaud (chaudharym@75-136-140-133.dhcp.gnvl.sc.charter.com)
02:06.01PrimerAnyone know if there's a transparent pixel in game? If so, it's path?
02:06.11PrimerGoogling so far has proven futile
02:06.32PrimerOddly enough, one of my addons has one...
02:06.39breserPrimer: Copy it.
02:07.13Primerwell, I want an addon-independent one, as this is for that PB text code
02:07.32TorhalLemme see if I can find it in XnView
02:07.49breserexpand the graphics and look for one there probably is one.
02:11.16TorhalPrimer: Interface\FriendsFrame\UI-FriendsFrame-OnlineDivider is completely transparent, but it's also 128x16
02:11.40TorhalCould possibly use SetTexCoord to trim it up.
02:11.45Primernot quite a pixel, eh
02:12.01TorhalOh, you literally meant a pizel. Ouch.
02:12.09Torhals/ze/xe/
02:12.20EridiusPrimer: why do you need a transparent pixel at all?
02:12.22PrimerPardon my ignorance, but how do I simply print these http://www.wowpedia.org/UI_escape_sequences to the console in game?
02:12.32EridiusPrimer: you said text code, so I assume it's for a |T escape? Just skip the path entirely
02:12.45Eridius|T:0:0|t prints a transparent square the same height as the text
02:12.45PrimerEridius: well, I'm following Torhal's advice
02:13.07PrimerEridius: I did not know that
02:13.18EridiusPrimer: if you're using /run in the edit box, use \124 instead of |
02:13.26Primerthanks
02:13.28TorhalNor did I, but then again I've never needed anything like that :)
02:13.30Eridiusbecause the editbox will replace any | you type with || internally
02:13.48EridiusTorhal: I used |T:0:0|t as a workaround for issues with LibQTip when indenting stuff :P
02:13.55Eridius(so I could use 2 columns instead of 4
02:13.56Eridius)
02:13.56TorhalMUAH
02:14.57TorhalI just need to get 2.0 out - 1.0 is five years old and has had a few people with completely different coding styles in its guts.
02:15.22Eridiusany chance you're going to go with an open-source license for 2.0?
02:15.33TorhalFuck WoWMatrix and its ilk.
02:16.07Primer/run print ("\124T0:0:0:0:00:0:0:0:0:ff:0:0\124t")
02:16.08Primeryay
02:16.12Eridiusnever heard of wowmatrix before. But I have to say, proclaiming "and contains no keyloggers or spyware" actually makes me suspicious
02:16.32EridiusPrimer: btw when writing the actual text code for PB you can use |, \124 is only for the editbox
02:16.44EridiusPrimer: I also recommend the wowlua addon for testing out lua code, it gives a nice editor that doesn't suffer from this problem
02:16.50Primeryes, I already knew that
02:17.03Primerright, I have wowlua installed
02:17.08Eridiusheh ok
02:17.44TorhalEridius: Most AddOns and libs are ARR today because of them. They'd actually scrape Curse and WoWInterface multiple times per user per download, so on patch days they'd incur insane traffic. They would also inline-edit AddOns to comment out lines that caused Lua errors and remove copyright notices.
02:18.04TorhalSo users would come and file tickets that made no sense.
02:18.14EridiusTorhal: that's really horrifying. What's "ARR"?
02:18.24TorhalNow all they carry (and actually host) are FOSS-licensed stuff.
02:18.29TorhalAll Rights Reserved
02:18.42TorhalWe DMCA'd the shit out of them.
02:19.18Eridiuswait, remove copyright notices? That's one of the things that expressly violates pretty much every OSS license out there
02:19.23TorhalYah.
02:22.32Primeragain, this would be great if the alpha worked, as all I'd have to do is toggle it
02:22.42Primerand just keep all the colors in the string
02:23.24*** join/#wowace dano5_away (~dano5@208.79-160-124.customer.lyse.net)
02:24.10TorhalEridius: Relevant - http://forums.wowace.com/showthread.php?t=18644
02:27.57EridiusTorhal: it's really disappointing that addon authors felt it was necessary to do this. I recognize the argument that in a small community, asking permission isn't onerous, but I still lament the failure of the open-source model here
02:30.42PrimerIs it too much to expect this to display in the console?
02:30.44PrimerDEFAULT_CHAT_FRAME:AddMessage("\124T:10:10:0:0:10:10:0:0:10:10:255:255:0\124t")
02:30.47Primerin wowlua
02:30.56Primerjust a blank line appears
02:31.05Primerthat string is several attempts in, btw
02:31.11PrimerI'm trying to get a colored box
02:32.26PrimerIf I omit one of the colons, I can get a green box
02:32.27EridiusPrimer: what's with all the 10's?
02:32.41PrimerEridius: trial and error, process of elimination
02:33.38EridiusPrimer: what do you get with |T:10:10:0:0:0:0:0:0:0:0:0:0:255|t
02:33.58PrimerI need to control the color. I've yet to figure out how to just make a box appear with the color specified, and since the colors are at the end, I need to fill up to where the colors are
02:34.13Torhal…wait…you're trying to colorize a transparent image?
02:34.23Eridiusactually that's a good point. It's transparent. You can't color it
02:34.38PrimerNothing
02:35.09EridiusPrimer: it's not nothing.. it's a transparent square. You'll need an opaque pixel if that's what you want
02:35.11Primerthat's not the case with my addon
02:35.19TorhalI wish I could find that post where Arrowmaster put his memory dump of WoWMatrix's client that showed the fuckery they were doing.
02:36.48Primerso does the path to an actual texture have to be escaped here too?
02:36.58PrimerDEFAULT_CHAT_FRAME:AddMessage("\124TInteface\AddOns\FlightHUD\transparent.tga:10:10:0:0:0:0:0:0:0:0:0:255:0\124t")
02:37.10EridiusPrimer: you need \\, not \, as the path separators
02:37.22TorhalDrop the tga and double-slash
02:37.22PrimerWould help if I could spell too
02:37.22TorhalYah
02:38.46Primerheh
02:38.50Primerso frustrating
02:39.03Torhal:/
02:39.31PrimerI can get a green box, but I think this is some sort of fluke
02:39.48PrimerDEFAULT_CHAT_FRAME:AddMessage("\124TInterface\\AddOns\\FlightHUD\transparent:0:0:0:0:1:1:0:0:0:0:0:255:255\124t")
02:39.51TorhalThat's WoW saying "Can't find texture, so here's this instead"
02:39.56Primersince the image is actually 1x1
02:40.08TorhalYou have a single slash after FlightHUD
02:40.20Primerdoh
02:40.28EridiusPrimer: if you want a colored box, what you really need is a texture with some white in it that you can reference
02:40.31Eridiushere's one
02:40.33Primerohhh a black one!
02:40.33EridiusDEFAULT_CHAT_FRAME:AddMessage("|TInterface\\ItemTextFrame\\ItemText-Marble-BotRight:10:10:0:0:1:1:0:0:0:0:0:255:0|t")
02:40.48PrimerNo need to escape the pipe there?
02:40.53Eridiusthat's from wowlua
02:41.13Primergreen box for that
02:41.25Eridiusyep. Now change the last 3 numbers
02:41.29Eridius255:0:0 will give you a nice red box
02:41.40Primeryes yes
02:41.42Primerit works
02:42.03Primerlovely
02:42.06Primerthanks
02:42.21PrimerEridius: although I do feel a bit trolled by your use of green :)
02:42.30quiescenschange it to red
02:42.30TorhalHaha
02:42.38EridiusPrimer: :P
02:42.44Eridiusyou said you wanted a green box!
02:43.21quiescenshe said he already managed to get a green box!
02:43.33Eridiuspfft
02:44.40Eridiusbah, wowprogramming tricked me. DestroyTotem() is protected
02:45.57TorhalEridius: Fixed.
02:46.26EridiusTorhal: hah I fixed it first. I guess wowprogramming doesn't protect against simultaneous edits?
02:46.46*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
02:46.57TorhalGuess not
02:46.57Torhallol
02:47.38quiescenswhat happens?
02:47.46bluspacecow(!)
02:47.51TorhalThey both take.
02:47.53bluspacecow*gently pats quiescens*
02:47.54Primerok, time to head home and play with this more there. Thanks for all the help again!
02:47.58quiescensdies.
02:48.30bluspacecow:(
02:48.32bluspacecowso mean!
02:51.35quiescens):
02:52.10bluspacecow*res quiescens*
02:52.13bluspacecow*lay on hands*
02:52.14ArrowmasterTorhal: was on the old wow forums, gone now
02:52.19bluspacecowoooo big boy :)
02:52.47TorhalArrowmaster: Ah, I thought you also posted it on WoWAce.
03:05.59Reporarity: 03allara * r178 Core.lua: - Bug fix: Custom items will once again show in the tooltip
03:06.24Reporarity: 03allara 04r178-release * r179 : Tagging as r178-release
03:12.43quiescenschrome update thingy should wait until i'm not playing a game imo
03:24.21*** join/#wowace Torhal (~torhal@c-71-207-224-241.hsd1.al.comcast.net)
03:26.50Repoarchy: 03Dridzt 07master * 1.8.40a-5-g291a0b1 Archy.lua: [+1 commit] Poke for new Libs. enUS should be fully 5.2 ready, other languages pending.
03:39.23Fiskerthis is not happening Stanzilla
03:39.25Fiskercries
03:40.33Fiskerwhy is this happening bluspacecow ?
03:41.04bluspacecowwot happening ?
03:41.12bluspacecowdid i sexup the internet widget too much ?
03:42.22Fiskernope
03:42.31Fiskergoogle reader is being discontinued
03:44.33bluspacecowmaybe i didn't sex it hard enough
03:44.35bluspacecowBRB
03:53.39Fiskermy ceo resigned bluspacecow
03:53.41Fisker:(
03:53.46bluspacecow:(
03:59.15Fiskeri can't sleep bluspacecow
03:59.35bluspacecowoh dear
04:03.26MysticalOSlooking for a new kr translator, one that doesn't change perfectly fine timers, to which i used for 20
04:03.29MysticalOSplus pulls
04:03.32MysticalOSheh
04:35.58*** part/#wowace Seerah (~RyanNL@adsl-98-66-63-194.mem.bellsouth.net)
04:55.46*** join/#wowace Trela (~Alexia@c-71-207-245-20.hsd1.al.comcast.net)
05:08.27*** join/#wowace ShadniX (shadow1st@b045.apm.etc.tu-bs.de)
05:43.37*** join/#wowace Torhal_work (~jcallahan@76.164.170.2)
05:59.29quiescensmoo
06:31.37Reposaved_instances: 03oscarucb 045.3.0 * r239 : Tagging as 5.3.0
06:31.49*** join/#wowace TNSe (~evil@ti0042a380-dhcp5263.bb.online.no)
06:50.13Repobig-wigs: 03nebula169 * r10395 ThroneOfThunder/DarkAnimus.lua: ThroneOfThunder/DarkAnimus: player check for Explosive Slam
07:06.18StanzillaMysticalOS: change to bigwigs then!
07:17.45Repobig-wigs: 03nebula169 * r10396 ThroneOfThunder/DarkAnimus.lua: ThroneOfThunder/DarkAnimus: clean up
07:36.54TorhalStanzilla: More Phanx rage for no apparent reason: http://www.wowinterface.com/forums/showthread.php?p=274634#post274634
07:37.47Stanzilladafuq is that
07:37.48TorhalStanzilla: Err… http://www.wowinterface.com/forums/showthread.php?t=46049
07:38.24TorhalI wonder if she's that hateful IRL.
07:38.27Torhallol
07:38.37Stanzillacould ask Funkeh`
07:38.42TorhalHahaha
07:38.42Stanzillahe's her boyfriend
07:40.32Stanzillaalso what is up with all the good wow pvp streamers getting so much money from that arab guy
07:40.42StanzillaI mean come on, 50.000$?
07:41.32TorhalNo idea what you're talking about, but then again I don't really do streaming.
07:43.10StanzillaTorhal: there's this guy on Twitch that keeps donating huge amounts of money to WoW PvP streamers
07:43.21TorhalHuh.
07:43.39Stanzillaand he's said to be some arab prince or so
07:43.53Stanzillahttp://www.twitch.tv/sodapoppin < gave him 50k
07:44.16Stanzillahttp://www.twitch.tv/reckful < got 21k
07:44.19Stanzillaand so on
07:44.20Stanzillahuge numbers
07:45.06TorhalStanzilla: Get your PvP on!
07:45.15Stanzillaprobably should!
07:45.53Stanzillawhen you think about it, it's pretty amazing that you can make so much money just playing games for fun
07:48.08TorhalYah, definitely :)
07:49.51*** join/#wowace TNZe (~evil@198.62-97-238.bkkb.no)
07:51.22*** join/#wowace Elkano (~elkano@client00583.vpn.uni-saarland.de)
07:51.22*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
07:51.22*** mode/#wowace [+v Elkano] by ChanServ
08:03.03*** join/#wowace Kalroth (~md@mail1.retailplanit.com)
08:18.50Zarnivoopznf: what is it?
08:19.07*** join/#wowace profalbert (~christoph@62-46-192-106.adsl.highway.telekom.at)
08:27.30*** join/#wowace Jitta (Jitta@91-65-41-255-dynip.superkabel.de)
08:30.32*** join/#wowace profalbert_ (~christoph@62-46-192-106.adsl.highway.telekom.at)
08:39.15Repohealers-have-to-die: 03Archarodim 07master * 2.1.0-8-geda0143 / (5 files in 1 directory): [+2 commits]
08:39.15Repoeda0143: - Fix commit 3dd4e3ca34fec where I added a delayed scan of nameplates when the name doesn't change between two consecutive show events. The feature was failing in race conditions and causing the very issue it was supposed to avoid. - Added some more consistency checks.
08:39.15Repod62dba8: - Added new command line debugging option: /hhtd DebugLevel 1|2|3 (1==all, 2==warning, 3==errors). - Debug is now enabled by default in alpha packages and set at level 2 (warnings)
08:45.24*** join/#wowace chiel (~chiel@static.78.201.46.78.clients.your-server.de)
08:53.26Repohealers-have-to-die: 03Archarodim 07master * 2.1.0-9-gacd8ca5 NamePlateRegistry.lua: [+1 commit] Added a consistency check in NPR:EachByName() (Note: all these consistency checks are commented out in non-alpha packages)
08:55.39*** join/#wowace Fastfire (~kjetil@253.210.251.212.customer.cdi.no)
08:57.51sbmorning
08:58.05sbznf: yup
08:58.06sb?
09:13.32*** join/#wowace EthanCentaurai (~EthanCent@host-92-24-141-156.ppp.as43234.net)
09:18.34*** join/#wowace Fastfire (~kjetil@253.210.251.212.customer.cdi.no)
09:21.57Repolil-sparkys-workshop: 03wildcard_25 * r139 scrollIDs.lua: add some missing scroll ids (k3ik0)
09:22.02Repolil-sparkys-workshop: 03wildcard_25 * r140 pricingSupport (2 files in 1 directory): Update auctioneer support
09:22.08Repolil-sparkys-workshop: 03wildcard_25 * r141 lilsparkysworkshop.lua: Fix not showing some psuedo recipes in tooltip
09:22.12Repolil-sparkys-workshop: 03wildcard_25 * r142 / (2 files in 2 directories):
09:22.13Repodisable LSWs custom cached prices - fixes causing out of bounds errors
09:22.22Repolil-sparkys-workshop: 03wildcard_25 * r143 LilSparkysWorkshop.toc: toc bump
09:22.28Repolil-sparkys-workshop: 03wildcard_25 * r144 lilsparkysworkshop.lua: alpha/beta/release version check
09:22.34Repolil-sparkys-workshop: 03wildcard_25 * r145 lilsparkysworkshop.lua: GetTradeSkillReagentItemLink workaround
09:22.43Repolil-sparkys-workshop: 03wildcard_25 * r146 lilsparkysworkshop.lua:
09:22.44RepoModify to use original GetTradeSkillReagentItemLink if it starts working again (brykrys)
09:45.10*** join/#wowace Megalon (~Starfox@d86-32-5-45.cust.tele2.at)
09:56.51*** join/#wowace Droolio (~drool@host86-159-7-98.range86-159.btcentralplus.com)
10:05.35Repolil-sparkys-workshop: 03wildcard_25 * r147 lilsparkysworkshop.lua: tweak version code
10:10.19*** join/#wowace EthanCentaurai (~EthanCent@host-92-24-141-156.ppp.as43234.net)
10:10.27*** join/#wowace Skizelli (skizelli@c-76-126-74-155.hsd1.ca.comcast.net)
10:10.27*** join/#wowace Skizelli (skizelli@unaffiliated/skizelli)
10:12.02*** join/#wowace isman (~drag@mna75-2-82-67-196-34.fbx.proxad.net)
10:14.51Repognomeworks: 03wildcard_25 * r210 / (2 files in 2 directories):
10:14.51RepoFix queue error 'bad argument #3 to "SetFormattedText" (string expected, got nil)'
10:14.56Repognomeworks: 03wildcard_25 * r211 / (4 files in 2 directories): alpha/beta/release version check
10:15.01Repognomeworks: 03wildcard_25 * r212 plugins/arl.lua: Formatting update/merge
10:15.08Repognomeworks: 03wildcard_25 * r213 / (2 files in 2 directories):
10:15.09RepoModify to use original GetTradeSkillReagentItemLink if it starts working again (brykrys)
10:16.11*** join/#wowace Skizelli (skizelli@c-76-126-74-155.hsd1.ca.comcast.net)
10:16.11*** join/#wowace Skizelli (skizelli@unaffiliated/skizelli)
11:47.27sbznf: HELLO
11:47.41quiescenso.o
11:48.10EthanCentauraigo to sleep
11:48.17quiescens):
11:51.26*** join/#wowace Dridzt (~Instantbi@athedsl-202168.home.otenet.gr)
12:21.10*** join/#wowace Adys (~adys@unaffiliated/adys)
12:33.37GnarfozHULLOOO
12:36.15sbyes Gnarfoz - hullo
13:01.28*** join/#wowace Ressy (~resa1983@unaffiliated/ressy)
13:21.00*** join/#wowace spode (~spode@c-94-255-159-245.cust.bredband2.com)
13:37.48Repobrez: 03funkydude 04v4.22 * r103 : Tagging as v4.22
13:46.58*** join/#wowace Fylwind1 (~Fylwind@76-250-60-119.lightspeed.lnngmi.sbcglobal.net)
13:53.09Repobig-wigs: 03funkydude * r10397 Loader.lua:
13:53.10RepoLoader: Disable when zoning from LFR into a world boss enable zone, cleanup.
13:53.27*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
14:00.11*** join/#wowace Fylwind (~Fylwind@76-250-60-119.lightspeed.lnngmi.sbcglobal.net)
14:06.15*** join/#wowace chiel (~chiel@static.78.201.46.78.clients.your-server.de)
14:06.16*** join/#wowace Telshin (~textual@76.164.170.2)
14:16.19*** join/#wowace Fylwind (~Fylwind@76-250-60-119.lightspeed.lnngmi.sbcglobal.net)
14:22.00*** join/#wowace Fylwind (~Fylwind@76-250-60-119.lightspeed.lnngmi.sbcglobal.net)
14:34.01*** join/#wowace Torhal|work (~jcallahan@76.164.170.2)
14:34.15*** mode/#wowace [+o Torhal|work] by ChanServ
14:38.22Repofarmhand: 03JCinDE 04v1.5 * 052b1ab /: [new tag] Tagging for release
14:42.17Repobig-wigs: 03funkydude * r10398 Plugins (11 files in 2 directories):
14:42.17RepoBars: Add slider for selecting when a bar becomes an emphasized bar, in seconds.
14:48.38*** join/#wowace kagaro (~kagaro@cpe-173-095-140-190.nc.res.rr.com)
14:48.59*** join/#wowace profalbert_ (~christoph@193-83-132-18.adsl.highway.telekom.at)
14:52.58Repobig-wigs: 03funkydude * r10399 ThroneOfThunder/Horridon.lua: Horridon: Add puncture CD bar
15:13.48*** join/#wowace Higdur_ (~nike@h23n5-u-d2.ias.bredband.telia.com)
15:14.40*** join/#wowace Chosi (osxchosi@choseh.de)
15:34.59GnarfozFunkeh`: \o/
15:36.16Repobig-wigs: 03dynaletik * r10400 Plugins/Locales/deDE.lua: - deDE update
15:36.26Funkeh`Gnarfoz, ?
15:41.44*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
15:42.06Reposhadowed-unit-frames: 03Shadowed 07master * v3.8.5-1-gd1f21f9 ShadowedUnitFrames.lua: [+1 commit] Fixed Stagger bar being reset on reload
15:44.00*** join/#wowace Fylwind (~Fylwind@76-250-60-119.lightspeed.lnngmi.sbcglobal.net)
15:47.46Repobig-wigs: 03_yusaku_ * r10401 Plugins/Locales/itIT.lua: itIT Locale updates
15:55.07*** join/#wowace Mihau (~Mihau@76.164.170.2)
15:55.42GnarfozFunkeh`: Puncture CD
15:56.03Funkeh`oh
15:56.09Funkeh`I added it because someone asked for it
15:56.13Funkeh`why didn't you? :P
15:57.07Gnarfozbecause I'm currently spending boss fights raging about which of my 500 addons is actually to blame for my catastrophic FPS problems :>
15:57.49EthanCentaurai500 addons
15:57.53EthanCentauraithere's your problem
15:58.01Gnarfoznot likely
15:58.07Gnarfoz(also, not an accurate number :P)
15:58.19Funkeh`yeah wtf Gnarfoz be realistic
15:58.21EthanCentauraiI've told you a million times, stop exaggerating :P
15:58.24Funkeh`more like NINE THOUSAND
15:58.34Gnarfozmost certainly over 9000
15:58.53GnarfozEthanCentaurai: why would number of addons actually matter, besides making it a gigantic pain in the ass to find the one responsible
15:58.56Funkeh`EthanCentaurai, ow I see wut you did thar
15:59.13EthanCentauraiFunkeh`: :D
15:59.18Gnarfoz(also, it worked fine before)
16:00.11nevcairielplenty of addons you install actually do something while you play, so an increasing amount does relate to lower performance
16:03.59mitch0Gnarfoz: it's PB
16:07.48breserYeah blame it on the easy thing to blame it on, the unit frame that has to do more work than just about any other addon in combat.
16:08.33znfblame it on Zarnivoop
16:08.48Repobig-wigs: 03funkydude * r10402 ThroneOfThunder (7 files in 2 directories):
16:08.48RepoJinrokh: shorten storm bar, add static wound tank only, make wound conduction tank only, cleanup options/colors/sounds.
16:08.59Funkeh`blame it on the user
16:09.13znfZarnivoop, Skada doesn't segment the bosses in ToT properly. You can only see Total and Current Fight.
16:10.38Reporarity: 03allara * r180 Core.lua: - Bug fix for a crash on line 1498
16:10.53Reporarity: 03allara 04r180-release * r181 : Tagging as r180-release
16:17.13quiescensmoo
16:17.18Repobig-wigs: 03Wetxius * r10403 / (2 files in 2 directories): ruRU update.
16:23.29Torhal|workDridzt: I really hate localization.
16:23.37Dridzt:)
16:23.53Torhal|workAnd people who insist on runing Alphas because of the lazy bastard authors over the years who yell at them to do so.
16:23.57Torhal|workBah.
16:24.14Torhal|workWhat's easier? Tagging, or posting the same rant several times?
16:24.19Torhal|workgoes back to work.
16:26.18znfTorhal|work, but alphas are fun!
16:32.10quiescenso.o
16:32.46quiescensi generally try to avoid betas too unless it fixes bugs that i have run into or something
16:34.48Gnarfoznevcairiel: it's not "lower performance" it's "suddenly 0 fps for .25 or more seconds and then back to normal fps"
16:35.20Gnarfozmitch0, breser: I'm using dickwad2000 UF... aka ShadowedUF
16:35.25Gnarfoz:}
16:35.34Gnarfozznf: works for me
16:35.39Gnarfozznf: at least for the first 3
16:35.53znfDoesn't for me :-/
16:36.01znfother people in my raid report the same thing
16:36.11Gnarfozfor me it's only some people with deDE clients
16:36.22Gnarfozwe've not figured out yet, what's the cause
16:36.30Gnarfozit's always the same people, too, and it didn't start in ToT
16:36.41znfStarted in ToT for me :-/
16:52.10bluspacecow*transforms into a ferret*
16:52.12Repogarajalinnervation: 03dratr * r14 GarajalInnervation.toc:
16:52.12RepoAdd library dependencies.  Thanks to report from columnFive@curse
16:52.23Funkeh`what the fuck znf
16:52.25bluspacecow*jumps on Torhal|work's head and curls up in his hair*
16:52.27bluspacecowzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
16:52.35Funkeh`you romanians look up some weird ass porn
16:53.14EthanCentauraibluspaceferret: you are a strange person
16:53.25quiescensyou have something in your hair torhal
16:54.12Repogarajalinnervation: 03dratr * r15 GarajalInnervation.toc: Bump toc for patch 5.2
16:57.06znfFunkeh`, huh?
16:57.18Funkeh`no1 search "mom and son"
16:58.52znf*shrug*
16:58.54bluspacecowi tired EthanCentaurai
16:59.42EthanCentauraigo to sleep
16:59.59bluspacecowkk
17:00.06bluspacecow*sleeps on EthanCentaurai*
17:00.15*** join/#wowace Talryn (~Talryn@unaffiliated/talryn)
17:00.22EthanCentauraidisapproves. (-10)
17:02.48*** join/#wowace Slayman (~dejhap08@port-52472.pppoe.wtnet.de)
17:05.53quiescenso.o
17:13.11*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)
17:17.36*** join/#wowace Julith (~julith@i577B458D.versanet.de)
17:37.09*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)
17:40.15Repobad-boy: 03funkydude * r1129 / (2 files in 1 directory): anti-spam update
17:45.15*** join/#wowace Elkano (~elkano@client01007.vpn.uni-saarland.de)
17:45.15*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
17:45.15*** mode/#wowace [+v Elkano] by ChanServ
17:47.13*** join/#wowace spode (~spode@c-94-255-159-245.cust.bredband2.com)
17:47.57*** join/#wowace Julith (~julith@i577B458D.versanet.de)
17:53.01Funkeh`good to see the spam reporting disconnecting is is more prominent than ever
17:53.07Funkeh`disconnecting on the first report ftw
17:53.58Funkeh`Ressy, maybe you can get them to fix that after 3 years?
17:54.39Ressyhm?
17:56.24Funkeh`heavily populated servers seem to experience issues when reporting player. Most commonly disconnecting when trying to send 2 reports in a close space of time, but rarely even on the first report
17:56.35Funkeh`doesn't seem to affect lightly populated servers
17:57.41Funkeh`Has been an issues for a few years now and all I can say to people is "nothing I can do"
17:57.51Funkeh`which in turn results in them not reporting anyone :/
17:59.21Repobig-wigs: 03dynaletik * r10404 ThroneOfThunder/Locales/deDE.lua: - deDE update
18:02.12Repobad-boy: 03funkydude 04v11.611 * r1130 : Tagging as v11.611
18:02.52Repofarmhand: 03JCinDE 07master * v1.5-1-g2b6b602 / (2 files in 1 directory): [+1 commit] Misc Tools and Icon Overrides
18:03.22Repofarmhand: 03JCinDE 04v1.6b1 * d136bd2 /: [new tag] Tagging v1.6b1
18:07.17Repofarmhand: 03JCinDE 04v1.6b2 * f57fce5 /: [new tag] Tagging v1.6b2
18:11.27Repogarajalinnervation: 03dratr 04v1.1.0-release * r16 : tagging as v1.1.0
18:22.23Repobig-wigs: 03funkydude * r10405 Sounds/VictoryClassic.mp3:
18:22.24RepoReplace the optional VictoryClassic sound with a higher quality one
18:29.24*** join/#wowace TradeMark (~trademark@c-24-22-242-118.hsd1.wa.comcast.net)
18:37.34Repopokedex: 03stencil * r208 / (3 files in 1 directory):
18:37.34RepoMake use of water walking mounts when swimming in a no flying zone.
18:37.34RepoAdded type info for new 5.2 mounts.
18:43.16*** join/#wowace Torhal|work (~jcallahan@76.164.170.2)
18:50.40*** join/#wowace Seerah (~RyanNL@adsl-98-66-63-194.mem.bellsouth.net)
18:51.12*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)
18:52.55Repogathernow: 03valdarix * r37 GatherNow.toc: Bumped to be supported for 5.2
19:05.53*** join/#wowace Kalroth (~MD@d40aa5af.rev.stofanet.dk)
19:10.46Repobig-wigs: 03funkydude * r10406 ThroneOfThunder/Jinrokh.lua: Jinrokh: shorten the first storm bar too
19:11.51*** join/#wowace silentium (silentium@dslb-088-066-033-156.pools.arcor-ip.net)
19:20.18*** join/#wowace arlen (~arlen@c-24-125-124-95.hsd1.va.comcast.net)
19:25.38*** join/#wowace Yoshimo (~Miranda@p5493C934.dip0.t-ipconnect.de)
19:38.23Repobig-wigs: 03jongt23 * r10407 / (2 files in 2 directories): esES update
19:53.53*** join/#wowace Corv (~Corv@ip72-220-225-128.sd.sd.cox.net)
20:08.20Repochinchilla: 03ethancentaurai 07master * v2.5.12-2-gd5a91c9 Modules/ShowHide.lua: [+2 commits]
20:08.20Repod5a91c9: The LFG button can no longer be made to show only on mouseover.
20:08.20Repo719d3c6: Increase the button fadeout time to 3 seconds.
20:37.17*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)
21:00.13Repobank-stack: 03Kemayo 07master * v30-2-g81005f2 / (2 files in 1 directory): [+1 commit] Add some protection from an endless while loop when sorting
21:00.41*** join/#wowace Elmoe_ (~elmoe@c-67-185-162-133.hsd1.wa.comcast.net)
21:06.35Stanzillauhuu a new os x release
21:08.26znfStanzilla, since when are you a macweirdo?
21:16.04Stanzillaznf: I'm not
21:16.12Stanzillajust a news fanatic
21:16.20znfYou need a hobby :(
21:16.28Stanzillaand a life
21:16.30Stanzillaand a job
21:16.32Torhal|workHe converts Romanians into RealDolls.
21:16.34Stanzillaand a woman
21:16.37Stanzillaand so much else
21:16.38Stanzillabut Idc
21:23.50sbznf!!
21:23.52sbWHAT?
21:24.35znfsb, ?
21:24.36znfwhat what?
21:24.51sbyou pinged me last night
21:24.57znfI don't remember
21:36.38sbwtf
21:36.42sbcoin loot on EVERY boss
21:36.45sbsomething is really wrong here
21:39.35Repobigbrother_ready: 03profalbert 07master * v1.2-17-g8a3f74d / (2 files in 1 directory): [+4 commits]
21:39.36Repo8a3f74d: bump toc to 50200
21:39.36Repo5d4a48a: repost when readycheck is done
21:39.37Repo4118e68: use GetRaidDifficultyID as introduced by 5.2
21:39.37Repo912175e: fix odd syntax error
21:44.50*** join/#wowace Yivry (~Dave@53509B5E.cm-6-1c.dynamic.ziggo.nl)
21:57.06Repobig-wigs: 03_yusaku_ * r10408 ThroneOfThunder/Locales/itIT.lua: itIT Locale updates
22:34.22*** join/#wowace Wobin (~quassel@124-171-121-205.dyn.iinet.net.au)
22:34.22*** mode/#wowace [+v Wobin] by ChanServ
22:50.12*** join/#wowace MysticalOS (~Myst@h125.110.90.75.dynamic.ip.windstream.net)
22:50.46*** join/#wowace Ressy (~Ressy@unaffiliated/ressy)
23:05.11*** join/#wowace vince` (Diao@ip68-225-244-219.oc.oc.cox.net)
23:13.36Reposkillet: 03yossa * r312 / (3 files in 1 directory): Skillet:
23:13.37Repo- tooltip owner WorldFrame
23:19.39*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)
23:38.51*** join/#wowace Repo (~repo@68.64.47.41)
23:39.42*** join/#wowace Cairenn (~Owner@MMOI/Administratrix/Cairenn)
23:39.42*** mode/#wowace [+o Cairenn] by ChanServ
23:55.28*** join/#wowace pompy (~Mike@c-68-38-56-4.hsd1.nj.comcast.net)

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