IRC log for #wowace on 20130923

00:01.24Repobig-wigs: 03funkydude * r11203 SiegeOfOrgrimmar/TheFallenProtectors.lua: TheFallenProtectors: tweak gouge
00:11.08bresernebula169: Found the problem.  git ate the PositionMembers call in RefixSizeAndPosition because there was a bunch of code I added around the same point.  Must have missed that when reviewing the merge.
00:11.20nebula169ah
00:11.37bresernebula169: Also converting from a group_based template to a enemey template is what was leaving lucky charms all over my screen.
00:12.49nebula169still? whenever i was testing the config stuff i would create the enemy group from a party group, but i remember that happening at one point
00:13.08nebula169added more stuff to the convert function to prevent that
00:14.43nebula169and by convert i meant swap
00:17.25SapuGnarfoz, it fixes it by preventing anybody from calling the real debugprofilestart(), without losing any functionality.
00:18.11Sapubecause lua's debugprofilestart() will reset the debug timer for everybody, thus messing up other addons that are in the middle of timing something
00:18.18*** join/#wowace Arrowmaster` (~arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
00:18.49Gnarfozand not using it is not a solution, why?
00:18.58nebula169i mean, shouldn't you just report to the author that they're doing it wrong?
00:19.01Sapunot using debugprofilestart() you mean?
00:19.09Gnarfozyes? like the docs say?
00:19.10nebula169inb4 APIPolice addon
00:19.11Gnarfozuse stop instead
00:19.18Sapubecause there's a bunch of addons that do
00:19.25Sapuwithout knowing any better
00:19.29Gnarfozand you think they'll magically start using that lib?
00:19.57Sapuno
00:20.15Saputhe point is they don't have to
00:20.21nebula169its still a bandaid when the actual cause of the issue should be fixed
00:20.27Sapujust the addons which know better, and care about accurate timing
00:20.40Funkeh`yeah it's really the authors that need to be told
00:20.50Funkeh`and how the fuck do they know about the API without reading the warnings? :s
00:22.35Sapui haven't raid the documentation for debugprofilestart() since the warning was added personally
00:22.39Sapuread*, gah i can spell
00:27.14Sapuyes it's a bandaid, but are you volenteering to go search through every addon out there to find people doing it wrong? This method ensures my addon works regardless which seems reasonable to me.
00:28.10*** join/#wowace Chosi (osxchosi@choseh.de)
00:29.22*** join/#wowace Torhal (~Torhal@li234-119.members.linode.com)
00:29.37*** mode/#wowace [+o Torhal] by ChanServ
00:29.54Gnarfozyour addon should not use debug* in an environment not controlled by you in the first place
00:30.13Sapuhow else do you get subsecond timing then?
00:30.32Gnarfozmy last one was wrong
00:30.38Gnarfozshouldn't you use debugprofilestop for taht
00:30.39Gnarfoz*that
00:30.44Gnarfoz(like the docs keep saying)
00:30.51Sapuyes, exactly
00:31.00Gnarfozso why do you need to fix people using start
00:31.04Gnarfozwhen stop works fine?
00:31.08Sapubecause it messed up my stop
00:31.19Sapuit'll make the second stop return a time BEFORE the first one
00:32.41Sapuwhat's the problem with "fixing" people's start exactly?
00:34.36Funkeh`yeah but Sapu you could say that about every public function, everyone has the potential to fuck with it
00:35.40Gnarfoztbh, your question in #wowuidev sounded a bit scary :p
00:36.07Saputhe OnUpdate one?
00:36.13Gnarfozyes
00:36.20Gnarfozand "making sure other addons don't mess with X"
00:36.24SapuI do have scary questions :)
00:36.40Gnarfozas if your addon/lib was somehow better than others
00:36.53Gnarfozit's a live and let live situation, shouldn't mess with unrelated addons
00:37.05Sapunot messing with other addons at all
00:37.25quiescensevery addon for themselves!
00:37.30Sapuno functionality is degrading
00:39.14*** join/#wowace Sintacks (Syntax@cdm-75-109-239-234.asbnva.dh.suddenlink.net)
00:39.42Sapuas long as it's not negatively affecting other things, I still don't see the reason for not changing a function...just like all addons who use raw hooks do
00:40.22SapuAuctioneer modifies the hell out of the AH APIs for example
00:40.54Funkeh`auctioneer isn't exactly the pinacle of coding expertise
00:41.01Sapulol
00:43.13Sapui agree, but beside the point
00:47.11*** join/#wowace Dark_Elf (Dark_Elf@static-69-95-175-157.ind.choiceone.net)
00:54.56*** join/#wowace Repo (~repo@76.164.170.2)
00:59.32*** join/#wowace oscarucb (~oscarucb@d47-69-69-234.try.wideopenwest.com)
01:15.24*** join/#wowace oscarucb (~oscarucb@d47-69-69-234.try.wideopenwest.com)
01:17.56*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
01:17.57*** mode/#wowace [+o Funkeh`] by ChanServ
01:19.48*** join/#wowace Seerah (~RyanNL@adsl-74-226-74-135.mem.bellsouth.net)
01:21.26*** join/#wowace breser (breser@fornix.brain.org)
01:23.42Repopitbull4: 03Shefki 07anchors * v4.0.0-beta47-477-gcd1f762  (12 files in 5 directories): [+447 commits] (443 truncated)
01:23.42Repocd1f762: Merge nebula169's code into anchors.
01:23.42Repo42c8ce4: Merge branch 'master' of git://git.wowace.com/wow/pitbull4/mainline
01:23.42Repob3730d1: Remove some values I set to help debugging ticket #1050.
01:23.43Repo1ed4086: Hopefully avoid the SetFont errors for sure now assuming that the problem is that GetFont() doesn't work immediately after a SetFont() while the game is still loading in.
01:24.03Repopitbull4: 03Shefki 07master * v4.0.0-beta47-10-g11bde80 UnitFrame.lua: [+1 commit] Remove some values I set to help debugging ticket #1050.
01:27.48Repopitbull4: 03Shefki 07anchors * v4.0.0-beta47-481-gc49975a GroupHeader.lua: [+4 commits]
01:27.49Repoc49975a: Pull in changes nebula169 made today.
01:27.49Repof7b72e6: fix a typo
01:27.49Repof0c8607: full update on UNIT_NAME_UPDATE and ARENA_OPPONENT_UPDATE instead of per frame unit matched updates to try and get target frames to update better
01:27.49Repodf3b6f7: try and get frames registered with Clique
01:28.43bresernebula169: My anchors branch now has your code merged into it.
01:29.00nebula169cool, run into any other issues?
01:29.59bresernebula169: Other than a messy merge, not really.  The problem with garbage on my screen was reproduceable until I fixed the PositionMembers bit.
02:01.19*** join/#wowace Hatraz (~shroder@99-60-72-175.lightspeed.frokca.sbcglobal.net)
02:05.31bresernebula169: Well did an instance works well enough.
02:08.26nebula169:D
02:10.10nebula169the wonky bits I had hoped you be able to look at are if you have target frames, they don't seem to update uniformly (my will update the class colored health bar, but not the name) and cast bars seem to stick if the units change
02:10.45bresernebula169: I didn't make target frames yet so I guess I need to do that.
02:17.31*** join/#wowace Isolol (~Anonymous@unaffiliated/isoanon)
02:17.31*** join/#wowace mitch0 (~mitch@drvolomdental.hu)
02:17.31*** join/#wowace Caleb| (~Caleb|@WoWUIDev/WoWAce/EnsidiaFails/Caleb)
02:17.31*** join/#wowace AcidWeb (~AcidWeb@2a01:4f8:161:9045::100)
02:17.31*** join/#wowace SunTsu (miyamoto@unaffiliated/suntsu)
02:17.31*** join/#wowace sb (~sb@sb.db6.org)
02:17.31*** join/#wowace nevcairiel (quassel@WoWUIDev/WoWAce/Ace3/nevcairiel)
02:17.31*** mode/#wowace [+o nevcairiel] by hitchcock.freenode.net
02:26.41Repopitbull4: 03Shefki 07anchors * v4.0.0-beta47-485-g5e24da9  (2 files in 2 directories): [+4 commits]
02:26.41Repo5e24da9: Factor out some common code.
02:26.41Repo3798024: Make a variable name be less ambigious.
02:26.41Repoe41b36e: Convert a line into an if/else block since it feels a little long.
02:26.41Repo3ea8f84: Switch some variable names from camel case.
02:27.27bresernebula169: ^ Those are changes to your code that you might want to merge back if you're going to keep your branch.
02:30.17Repopitbull4: 03Shefki 07master * v4.0.0-beta47-11-g519c516 GroupHeader.lua: [+1 commit] Fix some typos that were fixed on nebula1169's branch.
02:32.50bresernebula169: Once I get some feedback on the whole SetFont mess I'll probably merge your changes in mainline/master
02:33.25nebula169yay, anything I do that made you cringe? lol
02:33.50bresernebula169: I want to refactor PositionMembers so that config mdoe and the EnemyGroups share that.
02:33.57bresernebula169: But that doesn't have to be done now.
02:34.47bresernebula169: But no nothing looked terrible.  Most of the stuff I changed above is just nit-picky style things.
02:34.56nebula169whew
02:35.46bresernebula169: I wonder if some of the options like the vehicle swap should be removed for the enemy groups.
02:36.25nebula169i left it in for the arena frames, they're used in bgs, too, so wasn't sure if it was relevent there
02:36.41Repobig-wigs: 03ananhaid * r11204 / (3 files in 2 directories): - zhCN/zhTW update.
02:36.50breserI'm not sure it's going to work even if it is.
02:37.03nebula169heh
02:37.11breserThat vehicle swap stuff is buggy as hell to begin with.
02:38.40breserIs there a good place to test boss frames without needing to be in a raid or dungeon?
02:38.55*** join/#wowace Funkeh`` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
02:38.56*** mode/#wowace [+o Funkeh``] by ChanServ
02:39.05nebula169only place i found was if you have the shado-pan daily with the tank npc, it shows up there
02:40.23*** join/#wowace ShadniX| (shadnix@p5DDFE684.dip0.t-ipconnect.de)
02:59.44*** join/#wowace jleclanche_ (~adys@cpc2-leic16-2-0-cust48.8-1.cable.virginmedia.com)
03:01.00*** join/#wowace acethebunny (~Syntax@34.sub-70-199-1.myvzw.com)
03:10.06*** join/#wowace DarkAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
03:11.05*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
03:11.06*** mode/#wowace [+o Funkeh`] by ChanServ
03:12.55*** join/#wowace jleclanche (~adys@unaffiliated/adys)
03:25.34*** join/#wowace oscarucb (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
03:46.42Stanzillanebula169 breser you guys are mean. I just push the project forward with being a pita. that's good for the project!
03:56.05*** join/#wowace Aeger73 (~quassel@ip70-176-63-123.ph.ph.cox.net)
04:02.03*** join/#wowace Sintacks (~Syntax@34.sub-70-199-1.myvzw.com)
04:20.03*** join/#wowace quiesense (~quiescens@101.115.155.99)
04:45.10*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
04:45.12*** mode/#wowace [+o Funkeh`] by ChanServ
04:52.17*** join/#wowace bluspacecow (~bluspacec@121-98-105-194.bng1.tvc.orcon.net.nz)
05:02.49*** join/#wowace RLD_osx (~RLD_osx@ip-static-94-242-213-9.as5577.net)
05:22.18Repobig-wigs: 03Wetxius * r11205 SiegeOfOrgrimmar/Locales/ruRU.lua: ruRU update.
05:47.36*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
06:08.28*** join/#wowace acethebunny (~Syntax@cdm-75-109-239-234.asbnva.dh.suddenlink.net)
06:10.40*** join/#wowace DarkerAudit (~Brian@64-181-5-194.unassigned.ntelos.net)
06:13.23*** join/#wowace bluspacecow (~bluspacec@121-98-105-194.bng1.tvc.orcon.net.nz)
06:18.30*** join/#wowace Sintacks (Syntax@cdm-75-109-239-234.asbnva.dh.suddenlink.net)
06:32.55*** join/#wowace quiescens (~quiescens@101.115.155.99)
06:39.47*** join/#wowace quiescens (~quiescens@101.115.155.99)
06:56.37*** join/#wowace Fijit (~fijit@tweets.plus.com)
06:57.12*** join/#wowace Kalroth (~md@mail1.retailplanit.com)
06:58.58quiescens!
07:07.46*** join/#wowace Megalon (Megalon@194-166-200-67.adsl.highway.telekom.at)
07:07.50Repobig-wigs: 03Dynaletik * r11206 SiegeOfOrgrimmar/Locales/deDE.lua: - deDE update
07:22.45*** join/#wowace Butteraxe (d9810d6f@gateway/web/freenode/ip.217.129.13.111)
07:22.58ButteraxeMorning.
07:23.25ButteraxeAny admins or someone in charge I can speak to?
07:24.48nebula169can just ask here, or use the site if its something more personal
07:25.45ButteraxeIt's about the translator apps.
07:25.50ButteraxeCan't find the place to apply.
07:26.06nebula169for a specific addon?
07:26.12Butteraxeplatebuffs.
07:27.27nebula169don't really need to apply to contribute, can just go to http://www.wowace.com/addons/platebuffs/localization/ and click on the untranslated number
07:27.52ButteraxeThank you.
07:28.09nebula169np
07:35.27Repobazooka: 03mitch0 * r245 Bazooka.lua: fake commit, maybe this'll put the packager in gear...
07:39.52Repobazooka: 03mitch0 04v2.2.6 * r246 : tagging v2.2.6
07:43.04sbmorning
07:43.47*** join/#wowace profalbert (~christoph@62-47-243-228.adsl.highway.telekom.at)
07:56.38*** join/#wowace oscarucb1 (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
08:30.13*** part/#wowace Eridius (~kevin@unaffiliated/eridius)
08:37.57Repobig-wigs: 03ananhaid * r11207 SiegeOfOrgrimmar/Locales/zhCN.lua: - zhCN update.
08:44.51*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
09:01.06*** join/#wowace Timmeh (tim@will.code.for.food.wienk.net)
09:04.27*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
09:04.27*** mode/#wowace [+v Elkano] by ChanServ
09:12.22quiescenso.o
09:28.41*** join/#wowace EthanCentaurai (~Adium@host-92-24-130-31.ppp.as43234.net)
09:29.42Repobig-wigs: 03nebula169 * r11208  (7 files in 2 directories):
09:29.42RepoGarroshHellscream: use {rtN} for option description, don't start ability timers when pushing phase 2, don't start the initial phase 2 intermission timer again when pushing phase 3
09:35.20sbCaleb|: thanks for fixing blackfuse lasers, working fine now
09:44.32*** join/#wowace Timmeh (tim@will.code.for.food.wienk.net)
09:49.19*** join/#wowace oscarucb (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
10:21.46Repobig-wigs: 03Dynaletik * r11209 SiegeOfOrgrimmar/Locales/deDE.lua: - deDE update
11:12.43*** join/#wowace Timmeh (tim@will.code.for.food.wienk.net)
11:14.38*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
11:56.05*** join/#wowace pompy (~Mike@c-50-166-85-212.hsd1.nj.comcast.net)
11:58.01*** join/#wowace profalbert` (~christoph@62-47-243-228.adsl.highway.telekom.at)
11:58.08*** join/#wowace TGiFallen (~TGiFallen@69.17.183.175)
12:04.51Repoautoequipquestitem: 03ethancentaurai 07master * v1.2.6-1-gb44c629 AutoEquipQuestItem.toc: [+1 commit] Bump Interface number for Patch 5.4.
12:06.31EthanCentauraidamn Repo, you slow
12:06.34Repoautoequipquestitem: 03ethancentaurai 04v1.2.7 * 38de51f /: [new tag]
12:10.21*** join/#wowace profalbert` (~christoph@62-47-243-228.adsl.highway.telekom.at)
12:11.58*** join/#wowace Hatraz (~shroder@99-60-72-175.lightspeed.frokca.sbcglobal.net)
12:16.37EthanCentauraidamn packager, you even slowerer
12:19.40znfEthanCentaurai, feature.
12:20.18pompy~lart packager
12:20.18purlwhips out his power stapler and staples packager's foot to the floor
12:22.38*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
12:22.39*** mode/#wowace [+o Funkeh`] by ChanServ
12:34.17quiescenspats purl
13:13.27*** join/#wowace pentium166 (~pentium16@206.248.184.225)
13:27.02TorhalEthanCentaurai: Repo isn't slow, actually. That would be WoWAce. The bot polls for messages every few seconds.
13:27.07Torhal:/
13:27.49EthanCentaurai:/
13:29.35*** join/#wowace Ressy (~resa1983@WoWUIDev/WoWAce/ARL/Ressy)
13:30.48pompyTorhal: talk bout stress!
13:41.03Repolibbabble-boss-3-0: 03nevcairiel * r409 LibBabble-Boss-3.0.lua:
13:41.03RepoAutomated LibBabble re-generation from the localization system
13:41.19Repolibbabble-inventory-3-0: 03nevcairiel * r173 LibBabble-Inventory-3.0.lua:
13:41.19RepoAutomated LibBabble re-generation from the localization system
13:41.36Repolibbabble-boss-3-0: 03nevcairiel 045.4-release3 * r410 : Weekly Tag - #3
13:41.42Repolibbabble-inventory-3-0: 03nevcairiel 045.4-release3 * r174 : Weekly Tag - #3
14:02.35*** join/#wowace Telshin (~textual@2001:408:0:100:e43a:aae8:26ac:9a89)
14:09.54*** join/#wowace profalbert` (~christoph@62-47-243-228.adsl.highway.telekom.at)
14:17.49Repobazooka: 03mitch0 04v2.2.7 * r247 : Tagging as v2.2.7
14:26.54Repogrid2: 03Immortalem 06immortalem * r721 / (2 files in 2 directories): Updated MapData that we no longer have to rely on libs
14:26.54RepoShield status now calculates it's percentage on UnitMaxHealth
14:26.54RepoAdded Malkorok Debuffs to shieldStatus(not tested so far)
14:31.38*** join/#wowace Telshin (~textual@76.164.170.2)
14:44.06Parnicfisker are you angry at your surface pro now?
14:51.52Repoaccuratetime: 03sapu94 04v1.0 * r7 : tagging
14:57.30mitch0gah... and now the packager somehow picked up v2.2.7... oh well
14:58.11*** join/#wowace breser (breser@fornix.brain.org)
15:00.23nevcairielyou mean the tag you pushed just earlier? how surprising! :)
15:00.33nevcairielits just ... slow
15:02.08EthanCentauraiso much for server upgrade, huh :/
15:07.14Fiskerno Parnic
15:07.15Fiskerwhy?
15:07.38Parnicbecause surface pro 2 is more awesome
15:11.51nevcairieli would get a surface pro 2, but i bet its super expensive again
15:12.51Fiskersource
15:12.58FiskerI can ask work to get me one
15:13.06FiskerI just nearly killed myself so should be easy
15:13.08Parnichttp://live.theverge.com/microsoft-surface-2-liveblog/
15:13.26Fiskerwe just got 1½ mill dkk sitting around doing nothing
15:13.31nevcairielmost of the new talk is about the surface 2 though, not pro
15:13.57Parnichaswell surface pro 2, 75% more battery, etc. but yeah, now they're on about the non-pro
15:14.32nevcairielapparentyl you can run two screens off the surface docking station
15:14.57nevcairielthat might actually be kinda useful
15:16.56TimmehI still think it's a good idea to put a notice in the channel topic about packager being unstable, so people (hopefully) stop asking/complaining, and wait instead of pushing 20 of the same tag/revision :-P
15:17.50*** join/#wowace Mihau (~Mihau@76.164.170.2)
15:17.57*** topic/#wowace by Funkeh` -> 5.4.x ToC: 50400 | http://wowace.com/paste/ | http://lua.org | This channel is logged, via purl | Packager is unstable, derp
15:18.14nevcairielpeople that come here are usually aware and would rather ask
15:18.20nevcairielits the people that dont come here :P
15:23.08TorhalExactly, which is why I didn't bother changing it yesterday.
15:23.11TorhalOr the day before.
15:23.13TorhalOr last month.
15:23.15TorhalOr last year.
15:23.36*** join/#wowace Slayman (~dejhap08@port-373.pppoe.wtnet.de)
15:25.43pompyfiskers torhal
15:26.01Stanzillahi
15:26.48EthanCentauraistanzillas pompy
15:27.09TorhalEthanCentaurai: Dirty.
15:27.43pompyscary
15:28.00Parniconly $900 USD, fisker. http://www.microsoft.com/surface/en-us/pre-order
15:28.03quiescenso.o
15:28.24pompyholy hell. lol
15:42.01Repobig-wigs: 03funkydude * r11210 Locales/common.frFR.lua:
15:42.02Repotest out using the wowace localization for the common locale
15:52.17Reporarity: 03allara 04r213-release * r214 : Tagging as r213-release
15:52.17*** join/#wowace profalbert` (~christoph@62-47-243-228.adsl.highway.telekom.at)
15:54.15*** join/#wowace profalbert_ (~christoph@62-47-243-228.adsl.highway.telekom.at)
15:58.00Funkeh`Torhal, editing a locale entry marks everything as "needs review" even when you don't tick the box
15:58.30quiescensgasp
15:58.45TorhalFunkeh`: Yah, old issue unfortunately.
15:59.04Funkeh`wait, there are new issues when it comes to wowace? :p
15:59.39znfI thought you guys were upgrading not downgrading!
16:01.40TorhalFunkeh`: Ok, fine: KNOWN old issue. :P
16:02.12Funkeh`I don't suppose ticking the box will do the opposite
16:03.30TorhalKnowing ckk? I seriously doubt it.
16:06.43pompyhaha
16:13.24Repobig-wigs: 03funkydude * r11211  (8 files in 1 directory): Move remaining common locale over to WoWAce.
16:13.32*** join/#wowace breser (breser@fornix.brain.org)
16:14.36*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
16:26.44Repoldb-vengeance: 03jlam * r60 LDB-Vengeance.lua:  (1 line trimmed from commit message)
16:26.44RepoChange the default icon to match the Vengeance icon.
16:26.44RepoThis makes it more apparent at a glance what the icon/text means in a
16:26.44Repobroker display.
16:36.06Repoldb-vengeance: 03jlam 041.5.1-Release * r61 : Tagging as 1.5.1 Release.
16:37.16*** join/#wowace Talryn (~Talryn@unaffiliated/talryn)
16:42.13*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
16:43.46*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
16:43.46*** mode/#wowace [+v Elkano] by ChanServ
16:44.10znfGnarfoz, how do you use the BiB feature now with Mr. Robot for off-spec? I don't want to reforge/regem my main-spec gear :-/
16:53.31znfwtf
16:53.39znfI run WoW
16:53.43znfand this folder was created: C:\Users\Public\Games\World of Warcraft\Administrator\AppData\Roaming\Winamp
16:53.48znfI don't even have Winamp on my system
16:54.17nevcairielbest in bag is easy, just tell it which gear is your main spec and when you then optimize a off spec it wont touch it
16:56.04znfnevcairiel, is there a checkmark or something?
17:08.45Funkeh`http://store.steampowered.com/livingroom/SteamOS/
17:08.53Fiskerolder than dirt
17:09.06FiskerGame streaming though
17:09.08Fiskerdid not expect that
17:09.13FiskerBut I guess it was necessary
17:09.20Stanzillasure was
17:09.33Stanzillano support for win gamese => dead project
17:10.14FiskerI think Microsoft is about to run into a legitimate problem the next couple of years
17:10.35FiskerConsidering how easy it will be to port PS4 games to "SteamOS"
17:10.49Funkeh`I wonder what the next announcement is
17:10.53FiskerAnd PS4 probably being the platform of choice
17:10.55Funkeh`47 hrs
17:11.11Funkeh`http://store.steampowered.com/livingroom/
17:12.03StanzillaFisker: why will it be easy to port? does the ps4 run some linux, too?
17:12.12FiskerBSD
17:12.22Stanzillaah
17:12.37FiskerAnd the architecture is legitimate x86 now
17:12.42Fiskerand no weird stuff
17:12.54FiskerPS3 was BSD too
17:34.43AckisFisker: I wonder when the PS3 will become the Steam Console
17:34.53Fiskerno?
17:35.21*** join/#wowace VTLob (~VTLob@146-52-107-98-dynip.superkabel.de)
17:44.20*** join/#wowace Megalon (~Starfox@91-115-4-238.adsl.highway.telekom.at)
17:44.29Fiskerpoor Torhal
17:45.15RessyBot should auto-answer the question "Is the packager down?" with "Probably"
17:45.34Fiskerhe got glined on quakenet
17:52.33pompy@ping
18:00.04Gnarfozshouldn't have so many clients on a box ;)
18:03.43*** join/#wowace Repo (~repo@76.164.170.2)
18:03.45Torhal@ping
18:03.45RepoTorhal: Pong.
18:03.59TorhalFisker: Poor Torhal?
18:05.00Fiskeryou got glined
18:05.54Isololgline is pretty harsh o.O
18:07.05Megalonbut it's Torhal
18:07.28IsololI'm new here so I guess I don't know him :p
18:07.40pompyhes a jerk, you dont want to Isolol
18:07.46pompy**hides**
18:08.14pompyjk Torhal :D
18:08.29Isolollol
18:09.01IsololI want to start doing more LUA scripting for addons, but I have to finish my C++ project first ._.
18:10.09pompyfirst off
18:10.11pompy~lua
18:10.11purlLua is a powerful light-weight programming language designed for extending applications. It is often used as a configuration language. See http://www.lua.org/. Note: Lua is not an acronym. It is the Portuguese word for "moon".
18:11.37IsololDid I offend you by calling it scripting? o.O I appologize.
18:11.59pompyno lol. not offending, just showing you the note at the end of that!
18:12.12Isololo
18:12.14Isolollol
18:12.20pompyand, Torhal is very good with Lua so, feel free to  ping him with questions!
18:12.51TorhalI'm at work, asshat.
18:12.54TorhalYou know this :P
18:13.06pompysowwy T orhal
18:13.15EthanCentaurailol
18:13.28TorhalFisker: Wait...I got glined? Why?
18:13.46pompyyou and your pr0n
18:13.59Fiskeridk
18:14.12Stanzillainablity to keep wowace alive
18:14.19TorhalYou guys aren't helping.
18:14.23Stanzilla:(
18:14.24Fiskeryour IP is shared so maybe someone was a bad boy
18:15.18Isololoh yea, *.members.linode.com get mistakenly glined a lot over there due to shared.
18:15.27IsololHappens a lot on a lot of networks
18:15.28pompywhat channels are on quakenet that are worth being in anyway?
18:17.33TorhalMeh.
18:18.24*** join/#wowace breser (breser@fornix.brain.org)
18:20.01Stanzillammoc
18:20.05TorhalFisker: Turns out there were too many people connected from my host. Bah.
18:20.13Gnarfozyou think? :p
18:20.29Gnarfozbasic quakenet
18:20.33TorhalGnarfoz: Well, at least it wasn't a ban I couldn't get around, considering I did nothing :P
18:21.19IsololTorhal: Using it as a bouncer? ipv6 is amazing for getting rid of the possibility of too many from host problem.
18:21.24MegalonTorhal did nothing wrong
18:21.37Isolol(tis how I do it anyway)
18:22.20TorhalIsolol: Not my ZNC or I'd do that.
18:22.32Isolol:)
18:25.07Gnarfozyou think irc servers can't gline based on subnets? :p
18:25.39IsololThey can, but it was probably an automated IRCd gline for over capacity on the connections.
18:25.56Gnarfozthat's... not a counter-argument in any way
18:25.56Isolol-s on connections
18:25.56Gnarfoz:D
18:26.18*** join/#wowace gix (~gix@dslb-088-065-236-228.pools.arcor-ip.net)
18:26.20Gnarfozthey can also gline automatically on too many clients from your /48 or whatever you have ^^
18:26.22IsololWasn't trying to argue o.O
18:26.24Gnarfozok
18:26.25Gnarfoz:(
18:26.30Gnarfozquakenet is shit anyway
18:26.59IsololMy IRCd auto glines upon 3 clients from the same IP :p
18:27.17Gnarfozquakenet has different rules depending on who you are :|
18:27.28IsololSounds about like SwiftIRC.
18:28.27IsololShow tits -> get IRCop in 2 months, show below the waist -> get NetAdmin in a week after being IRCop
18:29.52*** join/#wowace Julith (~julith@i577B45B1.versanet.de)
18:40.50Gnarfozanyone got an idea how SUF determines what kind of instance it is in?
18:47.12EthanCentauraiGetNumGroupMembers()?
18:47.18EthanCentauraiIsInInstance()?
18:49.13*** join/#wowace Repo (~repo@76.164.170.2)
18:49.25Gnarfozthanks, I'll see about those
18:49.37GnarfozI only tried GetSomethingDifficultyId or whatever it is
18:50.41*** join/#wowace Kalroth (~MD@d40aa8cc.rev.stofanet.dk)
19:04.12Stanzillaboobs
19:05.28EthanCentauraipurl, emulate stanzilla is <reply> boobs
19:05.28purlokay, EthanCentaurai
19:05.43Gnarfoz~remulate
19:05.44purlDo you want a soooda?
19:05.56Gnarfozdang, I can't find where SUF does its "what kind of zone is this" detection
19:06.16Gnarfoz(not that I spent too much time looking, but it's not super obvious, either, apparently)
19:06.21Gnarfozit's missing flex raid :(
19:10.01Stanzillawant help, Gnarfoz?
19:10.43znfIsolol, what do I get if I show my balls?
19:11.56Isololidk, go to SwiftIRC and ask the network staff
19:13.02StanzillaGnarfoz: units.lua line 233
19:13.06Stanzilla244
19:13.44*** join/#wowace Xinhuan (~xinhuan@WoWUIDev/WoWAce/xinhuan)
19:13.45*** mode/#wowace [+v Xinhuan] by ChanServ
19:17.13Gnarfozthat's where my editor was after searching for isininstance, basically
19:17.20Gnarfozgotta decipher that later, then
19:17.47Stanzillais shadowdick dead or did you just not ask him?
19:19.15GnarfozI don't deal with his dickness anymore
19:19.36Gnarfozhe'll probably start his reply with something like "lulz you're still playing wow? moron"
19:23.27StanzillaI'm so glad that I don't have to use SUF anymore :D
19:29.25Stanzillaso breser, which things are different in the anchors branch and how broken is it?
19:50.42Primernebula169: I'm using your branch for boss frames now. I copied a layout I'm using for my target frames, and I've found that some config options just have no effect on these frames
19:51.08PrimerFor example, I don't want to show debuffs, yet, they are present. I want to show health text, but I can't
20:18.40*** join/#wowace webturtle0 (~webturtle@d28-23-204-97.dim.wideopenwest.com)
20:27.30*** join/#wowace webturtle0 (~webturtle@d28-23-204-97.dim.wideopenwest.com)
20:34.45*** join/#wowace RLD_osx (~RLD_osx@24-182-109-17.dhcp.ftwo.tx.charter.com)
21:08.54Gnarfozwho's fault? ora? ace3? http://www.wowace.com/paste/8556/
21:12.04StanzillaI get that all the time
21:12.10Stanzillalet's blame nevcairiel
21:17.38*** join/#wowace Sintacks (Syntax@cdm-75-109-239-234.asbnva.dh.suddenlink.net)
21:18.23Gnarfozalso: http://www.wowace.com/paste/8557/
21:18.23Gnarfozwtf
21:18.26Gnarfozout of memory? :D
21:28.30Repobig-wigs: 03funkydude * r11212  (27 files in 7 directories): Move the core localization to WoWAce.
21:30.34Stanzillavhaarrrr is going to kill you :D
21:36.17*** join/#wowace breser (breser@fornix.brain.org)
21:40.59Funkeh`err, you say some silly things sometimes
21:41.19Repobig-wigs: 03funkydude * r11213 Options/Options.lua: Options: update author list
21:50.08Stanzilla:D
21:50.53Gnarfozmeep boop
21:57.40*** join/#wowace Seerah (~RyanNL@adsl-74-226-74-135.mem.bellsouth.net)
22:05.55Repobig-wigs: 03_yusaku_ * r11214 SiegeOfOrgrimmar/Locales/itIT.lua: itIT Locale updates
22:12.06breserStanzilla: As I've said before as long as you don't anchor frames to other frames it should work fine (even that probably will work in most cases) and the threat bar doesn't quite work right
22:20.01*** part/#wowace EthanCentaurai (~Adium@host-92-24-130-31.ppp.as43234.net)
22:24.48*** join/#wowace TradeMark (~trademark@c-24-22-242-118.hsd1.wa.comcast.net)
22:42.14Repoweakauras-2: 03mirrormn * r8 WeakAuras.lua:
22:42.14RepoFixed a bug with multi-target auras trying to get GUIDs for some targets that do not return them (why do they not return them? I do not know)
22:47.51*** join/#wowace profalbert` (~christoph@62-47-243-228.adsl.highway.telekom.at)
22:48.04*** join/#wowace Repo (~repo@76.164.170.2)
22:59.23Repoprofessionsvault: 03oscarucb * r509 ProfessionsVault.lua: expand a comment
23:08.05*** join/#wowace Jitta (~Jitta@91-65-41-88-dynip.superkabel.de)
23:34.40StanzillaTorhal: curse sync is broken
23:35.05Repodaily-quest-tracker: 03corwin_macgregor * r2  (4 files in 1 directory): Initial import, v1.2b
23:36.01Funkeh`it's the packager
23:36.08*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
23:36.11Stanzillathe file was created fine
23:36.15Stanzillajust not showing up in the client
23:36.26Funkeh`there is no r8
23:37.00Stanzillaoh
23:37.01Stanzillaright
23:42.54Repoweakauras-2: 03mirrormn * r9  (3 files in 1 directory): Added a Pet Behavior (Assist, Defensive, Passive) trigger
23:44.41Stanzillanew HIMYM today
23:48.26Repodaily-quest-tracker: 03corwin_macgregor 04v1.2b * r3 : Tagging as v1.2b, for initial packaging

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