IRC log for #wowace on 20081231

00:00.41Shefkickknight: whacky frames update on a 0.2 timer?
00:00.49ckknightlemme check
00:01.20ckknight0.15 seconds, Shefki
00:01.30Shefkickknight: Because I'm kinda losing my mind wondering why targettarget is updating auras so much and then I realized I bet it's a whack and firing that way.
00:01.39ckknightit is.
00:01.57ShefkiPhew ok, then I didn't screw anything up and make some sort of weird loop.
00:02.03ckknightevery target+ is except player's target.
00:02.21Fisker-can danes participate? :3
00:02.33ShefkiWell it's building the aura frames now, need to write the layout code so they actually show up somewhere.
00:02.36ckknightFisker-: if you know one of the locales of WoW such as German
00:02.53*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:02.57ckknightraid is fine, party is fine, partypet is fine, player, pet, target, focus, and mouseover are fine, everything else is wacky
00:03.46ShefkiAs of right now the only event Aura watches itself is UNIT_AURA and it depends upon UpdateFrame firing for everything else.
00:03.48nevcairielyou actually get events for partypet?
00:05.03Fisker-baw ckknight :(
00:05.11ckknightnevcairiel: you sure do
00:05.23ckknightShefki: that's perfectly fine.
00:05.43Repo10gem-helper: 03Xinhuan * r74 / (7 files in 1 directory):
00:05.45RepoAdd code to handle Jewelcrafting tradeskill links (from other players in chat).
00:05.48RepoOptimized code to search and filter faster.
00:05.49ShefkiI'm going to leave out the CLEU parsing for now.  I'm not even sure why we ever had it.
00:06.39Groktarany germans in here?
00:06.56*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:07.06Repo10shoutout: 03Toirealach * r20 Locales/Strings-enGB.lua: changing name of strings file
00:07.36Repo10shoutout: 03Toirealach * r21 Locales/Strings-enGB.lua: not working WTF
00:07.50Repo10shoutout: 03Toirealach * r22 Locales/ShoutOut-enUS.lua: not working WTF
00:08.00*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:08.24ckknightShefki: CLEU parsing?
00:09.27*** join/#wowace erikh (n=nerikh@hollensbe.org)
00:09.32ShefkiCombat Log Even Unfiltered.
00:09.50ShefkiThe old Aura module looked for those events and forced aura updates when auras changed based on that.
00:09.52NeoTronI love the commit messages from Toirealach
00:10.06ckknightShefki: hrm
00:10.17ckknightShefki: well, here's what I think you could do that could be cool
00:10.26*** join/#wowace erikh- (n=nnerikh@hollensbe.org)
00:10.31ckknightmake things guid-based instead of unit-based
00:10.38ckknightI dunno, though
00:10.49ckknightnot sure if that's necessary
00:11.07ShefkiI don't see what the advantage would really be.
00:11.11Repo10shoutout: 03Toirealach * r23 ShoutOut.toc:
00:11.13Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:11.17ckknightShefki: yea, me either
00:11.23ckknightwas just talking out loud
00:11.38ShefkiAnd the events related outside of the combat log are all unit based.
00:11.39ckknightthis is why people should be on IRC
00:12.06Repo10shoutout: 03Toirealach * r24 Locales/locale_enUS.lua:
00:12.43Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:12.43ShefkiOhh and we have to do the tooltip by unit too.
00:12.43ckknighthrm
00:12.45ckknightI think he's using SVN wrong
00:12.55Zenomlol
00:12.58ShefkiI'm betting it's a translator
00:13.10Repo10shoutout: 03Toirealach * r25 Locales/locale_enUS.lua:
00:13.12Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:13.13ckknightlousy translators
00:13.22ckknightShefki: I'm probably gonna start localizing PitBull4
00:13.27ckknightnow that the localization app is usable
00:13.35ShefkiThat's fine.
00:13.39Vangualnice revision per minute
00:13.42Repo10guildwork: 03Tlor101 * r9 Database.lua: 1) Cleaning up wish getters/setters
00:13.44Repo2) Added the ability to remove items by specifying an empty string ("")
00:13.46ckknightit'll be a good use case for both
00:14.04ShefkiAnyway Aura is probably about half done.  Still need to add options and layout code.
00:14.05Zenomok ckk give me an idea for a simple lua starter mod
00:14.06Zenomlol
00:14.09NeoTronckknight: so what is the output of the localization app?
00:14.11ckknightZenom: hello world
00:14.18Zenomlol
00:14.34ckknightNeoTron: possibility for multiple export formats, but for now "Simple Lua Table" is all you're offered
00:14.55ckknightZenom: print("Hello, World!")
00:15.06ckknightZenom: well, plus a toc file
00:15.08ZenomI meant something useful :)
00:15.14ckknightI dunno
00:15.21ckknightI already made everything useful
00:15.21ShefkiReading the old one frightens me going through it in the process of doing the new one.  I forgot how many long functions there were.
00:15.21ckknightjk
00:15.23ZenomYou wrote it all.
00:15.26*** join/#wowace Movix (n=mattes@82.242.144.196)
00:15.27Zenomyah lol
00:15.38ckknightShefki: yea, try not to do that..
00:15.38ramozZenom: make configuration to ninjapanel! :O
00:15.47ckknightand remember, DRY (don't repeat yourself)
00:15.48Shefkickknight: I'm not.
00:16.10ckknight:P
00:16.30ZenomWhat is ninjapanel?
00:16.36Zenomlike kgpanels? heh
00:17.01ramozno, like fubar for broker plugins
00:17.03ramozits on wowi
00:17.30ckknightI need to fix FuBar one day
00:17.40Gnarfoz<Shefki> The old Aura module looked for those events and forced aura updates when auras changed based on that. <-- is that why the aura cooldown spirals (actually buff timer spirals to be precise) flicker like shit? ^^
00:18.01*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:18.12Gnarfozhttp://www.wowace.com/projects/test-alpha/localization/ <-- I herd you like translations so I put a translation in your translations so you can translate while you translate
00:18.53*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
00:19.04nevcairielwhatnow
00:19.08nevcairielis confused
00:19.13ckknightlol, Gnarfoz
00:19.31Stanzilla*edits german*
00:19.33Repo10shoutout: 03Toirealach 04r21 * r26 :
00:19.35Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:19.38Gnarfozwhat, I'm new to adapting memes for my own evil purposes :(
00:19.44GnarfozStanzilla: NOOOOOOoooOOooOoos :(
00:19.48Stanzilla:D
00:19.56nevcairielgief import from Ace3 format and export to Ace3 format
00:20.04Gnarfozyou made the bar go yellow instead of green
00:20.10NeoTronplöt?
00:20.24NeoTronnice word
00:20.26Gnarfozthe english original is "dum" :>
00:20.31Gnarfozblöd would be "dumb" ;)
00:20.45Stanzillaplöt is uber
00:20.52GnarfozI actually had to think about a good translation for "dum" ;D
00:20.54*** join/#wowace sztanphet (n=sztanpet@142.58ec54.tvnetwork.hu)
00:21.05ckknightnevcairiel: gimme a good example Ace3 export
00:21.22ckknightokay, fixed
00:21.27ckknightI deleted the Ackis is dum phrase
00:21.33ckknightit properly does not show up now
00:21.44Gnarfozoh right, I noticed that ;D
00:21.49Repo10shoutout: 03Toirealach * r27 ShoutOut.toc:
00:21.51Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:22.09ZenomSomeone get that guy an svn manual.
00:22.25GnarfozI know context is good, but is it supposed to not be translatable, ckknight?
00:22.27Arrowmasteror let me move him off of wowace
00:22.38Arrowmasterbut i dont have that power
00:22.39ckknightGnarfoz: no it is not, context is for translators
00:22.53nevcairielckknight: thats how my auto-generated files look right now --> http://ace.pastey.net/105301
00:23.03ckknightGnarfoz: it's so that they know the context of the phrase they're translating
00:23.07Gnarfozyeah
00:23.29ckknightnevcairiel: hrm, okay then
00:23.30Gnarfozmy brain's mangled enough that I can't seem to imagine how a real-world example would look like, heh
00:23.40Arrowmasterwowace needs messaging not tied to the forums
00:23.48ckknightArrowmaster: yea...
00:23.55Repo10shoutout: 03Toirealach * r28 /:
00:23.57Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:24.07Arrowmasteror atleast the curse messaging showing up on wowace
00:24.19Arrowmasterso we can tell this fucktard to get on irc
00:24.21nevcairielckknight: or the non-base locale http://ace.pastey.net/105302
00:24.36Arrowmastersomebody move him to curseforge
00:24.37GnarfozArrowmaster: on-the-fly pre-commit hooks? :D
00:24.43Gnarfozwith editable messages
00:24.45Repo10shoutout: 03Toirealach * r29 Locales/enUS.lua:
00:24.47Repotrying to fix this weird commit problem, I fucking HATE all version control systems including SVN
00:24.56Gnarfozreturns "get on IRC you dumb fuck" until manually removed
00:24.56Arrowmaster@project shoutout
00:24.57Gnarfozor something
00:24.57RepoArrowmaster: http://www.wowace.com/projects/shoutout/. ShoutOut. Game: WoW. Status: Needs Approval. Toirealach (Manager/Author). Updated: 2 minutes ago
00:24.57Gnarfoz:D
00:25.08ckknightI sent him an email.
00:25.16NeoTronArrowmaster: you have a babelfish script to "automatically" translate stuff?
00:25.24Arrowmasternot me
00:26.03NeoTronsorry... nevcairiel  that is
00:26.15*** join/#wowace vhaarr_ (n=folk@9.84-234-132.customer.lyse.net)
00:26.50nevcairielNeoTron: nah only to parse my lua files and look for L[..] references, and maintain/cleanup the locale files
00:26.52Repo10shoutout: 03Toirealach * r30 Locales/locale_enUS.lua: delete
00:27.24NeoTronthat'd be handy
00:27.34NeoTronthink I'll make something for my own use..
00:27.36*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
00:27.38nevcairielfeel free to steal it out of the bt4 locale dir
00:27.49NeoTronah ok I'll take a look
00:27.52Repo10shoutout: 03Toirealach 04r30 * r31 : r30 release
00:28.36nevcairielit just scans all specified lua files for L[..] references, then matches all exisiting locale against that list
00:28.45nevcairieldrops all that are no longer exisiting, and adds new ones
00:28.57nevcairielthat way all locale files stay in sync :)
00:31.35ckknightnevcairiel: deploying...
00:32.08ckknightand done
00:33.02nevcairielhow the hell do you create phrases?
00:33.09nevcairieloh i got logged out
00:33.09nevcairielwtf
00:33.16ckknightthat's odd
00:33.18Arrowmasterseriously move shoutout to curseforge, extremely bad quality code that doesnt belong on wowace
00:33.22ckknightnevcairiel: Phrases -> Create
00:33.28nevcairielhm still no create button =P
00:33.36nevcairielah there
00:33.38nevcairielin the dropdown
00:33.40ckknightyes
00:34.23ckknightnote: I do use javascript in the localization app for some nice things, but it is in no way necessary
00:34.31Repo10shoutout: 03Toirealach 04release_1.0.2 * r32 : v1.0.2 release
00:34.37nevcairiellooks good
00:35.10ckknightXinhuan: ping
00:35.23Xinhuanpong
00:35.29Repo10shoutout: 03Toirealach * r33 tags/ (2 files in 2 directories): deleting older tags that are no longer needed
00:35.39ckknightXinhuan: would you be so kind as to go to http://www.wowace.com/projects/test-alpha/localization/ and put in some legit Chinese characters?
00:35.45NeoTronnevcairiel: ok nice little script. :)
00:35.58Xinhuanlol
00:36.08RepoNew project: http://www.wowace.com/projects/libtiphooker-1-1/. LibTipHooker-1.1. Whitetooth (Manager/Author). Approved by Arrowmaster.
00:36.12RepoNew project: http://www.wowace.com/projects/libstatlogic-1-1/. LibStatLogic-1.1. Whitetooth (Manager/Author). Approved by Arrowmaster.
00:36.19Xinhuancan yu wait
00:36.24ckknightyea, np
00:36.29ckknightI just wanna test it
00:36.31Xinhuani'm actually mid-raid ;p
00:36.34ckknightah.
00:36.37ckknightthat can wait
00:36.40ckknightthis is important!
00:36.40Arrowmaster@project ghfhfdghfhgfh
00:36.41RepoArrowmaster: http://www.wowace.com/projects/ghfhfdghfhgfh/. quest helper 2.4.3. Game: WoW. Status: Needs Approval. tasmanijskidalko (Manager/Author). Updated: 28 hours ago
00:36.45nevcairieljust put in some gibberish, doesnt have to make sense
00:36.49Arrowmaster.....
00:36.56NeoTronckknight: even better would be if the translator could import existing stuff :P
00:37.04ckknightNeoTron: I plan to add that capability
00:37.14Arrowmaster@project ghfhfdghfhgfh
00:37.15RepoArrowmaster: http://www.wowace.com/projects/ghfhfdghfhgfh/. quest helper 2.4.3. Game: WoW. Status: Deleted. This appears to be another author's work with no changes to make it unique. The original author should upload it on his or her own.. tasmanijskidalko (Manager/Author). Updated: 28 hours ago
00:37.21nevcairielshoutout wasnt even approved yet Arrowmaster, whats your problem now? =P
00:37.39Arrowmasternevcairiel: im not approving it
00:37.46doom0rcurses hardcoding
00:37.51RepoNew project: http://www.wowace.com/projects/liboop/. LibOOP. taleden (Manager/Author). Approved by Nevcairiel.
00:37.55ckknightdoom0r: ?
00:37.57Arrowmasterjust was trying not to be an ass
00:38.02nevcairielthat really reads like LibPOOP
00:38.08ckknightnevcairiel: it so does.
00:38.14Arrowmasternevcairiel: you read through that one?
00:38.19nevcairielyea
00:38.20ckknightI read through it
00:38.20doom0rtrying to get roguepowerbars to not look like crap, it uses LSM but hardcodes backdrop and background, ewwwwwwwwww
00:38.38ckknightdoom0r: ick.
00:38.40nevcairielthe code is good and commented
00:38.50ckknightdocumented, actually
00:38.54ckknight(luadoc)
00:39.09Arrowmasterdidnt seem very useful to me
00:39.21doom0rshould have put an s on the end: LibOOPS
00:39.30doom0ror LibOOPs
00:41.18ckknightLibOops sounds like a debugging lib or an error-catching lib
00:41.26ckknightmaybe LibWhoopsieDoodle would be better, though
00:41.46*** join/#wowace Skellum (i=Skellum@178.47.143.24.cm.sunflower.com)
00:41.51ckknighthttp://www.wowace.com/projects/liboop/pages/api/lib-oop-0-1-lua/
00:41.54SkellumSo umm...question about a possible mod
00:41.59ckknightSkellum: shoot
00:42.11SkellumBasically, I want something that tells us who the fuck in our raids putting down the train
00:42.21ZenomROFL
00:42.24nevcairielwait
00:42.35RepoNew project: http://www.wowace.com/projects/train-conductor/. Train Conductor. casualcorps (Manager/Author). Approved by Nevcairiel.
00:42.37nevcairielSkellum: ^
00:42.48Skellum:D
00:42.49Skellum<3
00:42.51sztanpetrofl
00:42.55doom0romfg yes
00:43.03ckknightwhat does that do?
00:43.07nevcairielno idea how finished it is
00:43.12nevcairielit does exactly what he asked
00:43.21ckknightwhat does putting down the train do, I mean?
00:43.21nevcairieltell you who uses the train
00:43.24nevcairieloh
00:43.29ckknightdoesn't play WoW, remember
00:43.30nevcairielit causes everyone to spam /train emote
00:43.32ZenomMakes everyone go "choo choo"
00:43.32nevcairieldamn annoying
00:43.33ckknightah.
00:43.33doom0r@project train-conductor
00:43.33Zenomconstantly
00:43.34Repodoom0r: http://www.wowace.com/projects/train-conductor/. Train Conductor. Game: WoW. casualcorps (Manager/Author). Updated: 2 days ago
00:43.40doom0rmeh, no desc there still?
00:43.40doom0rThis is a simple addon to monitor the combat log and notify you of who is using their Toy Train Set.
00:43.47ckknightI see This is a simple addon to monitor the combat log and notify you of who is using their Toy Train Set.
00:43.51ckknightthat is a desc
00:43.58nevcairieleven has a release already
00:43.59nevcairielniec
00:44.01doom0ri meant repo spam
00:44.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:44.03nevcairielnice =P
00:44.34SkellumI always kinda liked the piccalo, but the train angers me
00:44.38ckknighthrm, he turned off his comments on both wowace and curse
00:45.00nevcairielSkellum: i could care less for the movement, but the sounds are damn annoying
00:45.32ckknightnevcairiel: you know what'd be great policy?
00:45.43nevcairielwhats that?
00:45.45ckknight"We don't approve new libs without documentation"
00:45.54nevcairielwe dont anyway
00:46.02ckknight...yea
00:46.05Arrowmasterwow train-conductor is perty low quality
00:46.12ckknightwe should disapprove libs that don't have docs now
00:46.12Arrowmasterit even has load spam
00:46.14ckknightdisapproves Ace3
00:46.26ckknight:-P
00:46.29Arrowmasterdisapproves Rock
00:46.34nevcairielArrowmaster: meh it filled a demand =P
00:46.36ckknightArrowmaster: it has docs, just horrid comments
00:47.00ckknightI'm migrating my stuff away from Rock, for maintainability reasons
00:47.07nevcairielmy plans to write inline docs for ace3 got kinda squished when i started playing with python
00:47.09ckknightwhich means that I see myself hacking on AceConfig later.
00:47.17ckknightnevcairiel: lol
00:47.24Arrowmasterhacking on or hacking with?
00:47.35SkellumZomg hacker! I saw that in like a movie in the 80s
00:47.36ckknightArrowmaster: I've already started the with part
00:47.40ckknightI wanna fix some bugs, though
00:47.59ckknightafter I'm "done" with PitBull4
00:48.04ckknightbut I noticed some bugs when making PitBull4
00:48.09ckknightwith the dialog display, that is
00:48.22ZenomHow "stable" is pitbull4 now?
00:48.35ckknightZenom: stability's not the issue. It lacks features
00:48.49ckknightShefki's working on auras
00:48.54ckknightsays he's half done
00:48.57ckknightI'm working on groups
00:49.01ckknightI plan on finishing that tonight
00:49.07ZenomIf I can help let me know, for beta or wahtever.
00:49.12SkellumHow about a strobe light feature?
00:49.13ckknightyea, sure
00:49.23ckknightSkellum: you are free to write a module that provides that.
00:49.25SkellumOr something that can really enduce an epileptic seizure?
00:49.52ckknightZenom: clearly your lua task should be implementing a threat bar in PitBull4.
00:50.10ZenomI can try.
00:50.13Repo10ace3: 03Nevcairiel * r715 AceDBOptions-3.0/AceDBOptions-3.0.lua: AceDBOptions-3.0: esES locale by Silmano
00:50.14ckknightNote: easier than it sounds since you don't have to do any of the GUI Stuff
00:50.29ckknightor frame creation
00:50.37ckknightactually, it's still hard.
00:50.42nevcairiellol
00:50.44ckknightsince there's guid oddities
00:51.07ckknightZenom: your task is to make an icon module that shows a "Hello Kitty" icon
00:51.21ckknightif the unit is female
00:51.23SkellumBtw, since I had no real computer for a week and a half, I played a wii, and the only game they had at home was, Wii Fit.
00:51.27Stanzilla(the new hunter pet happiness module)
00:51.28Stanzilla:P
00:51.32ZenomLOL
00:51.33ckknightStanzilla: already did it
00:51.34SkellumHere is wii fit. http://www.youtube.com/watch?v=v31qxrXsxv0 as demonstraited by a mostly naked woman
00:51.49ckknightZenom: actually it'd be a good exercise for you, I'd say
00:52.03ZenomCool let me get off the phone and I will start looking.
00:52.13ckknighthehe
00:52.15Repo10eggtimer: 03jokeyrhyme * r3 / (4 files in 1 directory): EggTimer:
00:52.17Repo- .pkgmeta: Initial commit
00:52.20Repo- embeds.xml: Initial commit
00:52.22Repo- crossing fingers for painless embedding :)
00:53.00ckknighthey, jokeyrhyme's a dev
00:53.06ckknightthought he was just a user
00:53.11ckknight(he gave some good PB4 advice)
00:53.23Gnarfoz<@nevcairiel> wait <-- just reading backlog... that was awesome timing right there. :D
00:53.43nevcairielGnarfoz: totally intended, that thing was in the queue for a few days already
00:54.00Gnarfozyou just waited for an opportune moment, huh
00:54.01Gnarfoz:P
00:54.09Gnarfozbut seriously, I'm so installing that one
00:54.09*** join/#wowace toirealach (n=newbie@c-71-202-141-111.hsd1.ca.comcast.net)
00:54.16Gnarfozfucking train set
00:54.54nevcairielyeah, you cant stand 10 minutes in a dalaran bank without someone /train'ing
00:55.11ckknighthey Arrowmaster, it's toirealach
00:55.50toirealachI was trying to use this GUI-based svn client called "Versions" and was having problems beating it into submission.
00:56.08Arrowmastereww
00:56.08toirealachI figured it out now.  It's faaar too intuitive forits own good
00:56.54toirealachDidn't mean to cause a panic in the server logs
00:57.11Gnarfoznevcairiel: my server is depopulated enough for banks to be mostly safe, but as soon as it's off CD and we're wiping to Malygos because some 3-spark-powered mage wipes us via aggro... CHOO CHOO ...
00:57.36*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:57.44nevcairiellol
00:58.04Gnarfozthe laugh wand from winter veil is not as bad... it's just one laugh, and we're alliance, so no belf laughs.
01:00.16ckknighttoirealach: all your commits get spammed to this channel. It was rather hilarious
01:01.44Xinhuanckknight
01:01.44Xinhuanhttp://www.wowace.com/projects/test-alpha/localization/zhCN/
01:02.27ckknightsweet
01:02.29Repo10eggtimer: 03jokeyrhyme * r4 / (2 files in 1 directory): EggTimer:
01:02.31Repo- .pkgmeta: oops, copy-paste type, doh!
01:02.57ckknightgreat, exporting all works
01:03.27*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
01:03.35Xinhuanwhat does clicking "export translations" do?
01:03.52nevcairielexport them
01:03.54Gnarfozexport.... I'm not going there
01:03.55Gnarfoz;p
01:04.06nevcairielshows them in a big edit box for copypasta
01:04.10nevcairielmmm pasta
01:04.36ckknightXinhuan: click it.
01:04.50Xinhuantaking soem time to load;p
01:04.52ckknightnevcairiel: that seems like a legit way to show the export, right?
01:04.58nevcairielyea
01:05.30Gnarfozhttp://www.wowace.com/projects/test-alpha/localization/ pwetty colors!
01:05.35NeoTronckknight: where a tool like that could really benefit if it allows sharing of translations between projects
01:05.59ckknightNeoTron: I plan on it. And stealing translations from babelfish
01:06.00NeoTronor perhaps just looking for defaults based on previously added translations
01:06.08NeoTronthat on the other hand is a bit scary :P
01:06.15ckknightwhat's scary?
01:06.27ckknightbar graphs are useful
01:06.28NeoTronautomatically translated phrases
01:06.31ckknightah
01:06.39ckknightwell, they'd be marked as "Needs review" by default
01:06.50NeoTronnot useless, just could get some really funny results
01:07.00ckknightat which point someone with a funny-sounding accent can review them
01:07.43Xinhuanhmm
01:07.51ckknighthmm?
01:08.28Xinhuanmaybe you can consider using [[ ]] strings
01:08.31doom0rL["Set the bar width"] = "Translate Server Error"
01:08.31Xinhuanfor multiline ones
01:08.39Xinhuanrather than that ugly \ stuff
01:08.45doom0rbabelfish win!
01:08.55ckknightXinhuan: I do that.
01:08.59ckknightactually, wait
01:09.00ckknightno I don't
01:09.04ckknightI have a good reason, though
01:09.15trhoh gawd.. please don't babelfish.. for every babelfish translation into german god kills a kitten... ;)
01:09.17RepoNew project: http://www.wowace.com/projects/train-whistle/. TrainWhistle. Arrowmaster (Manager/Author). Approved by Arrowmaster.
01:09.19nevcairielembeded [[? :)
01:09.21Xinhuanor \n maybe?
01:09.27ckknightnevcairiel: no, that's perfectly fine.
01:09.47Gnarfoztrh: make that 2
01:09.50ckknightit's because if you instead of exporting utf-8 you export escaped characters, it'd fuck up
01:10.06GnarfozArrowmaster: did you just clone that in like 10minutes
01:10.08ckknight"["Translators cannot code Lua"] = "\231\191\187\232\175\145\228\186\186\228\184\141\228\188\154\229\134\153Lua",
01:10.09nevcairielthe escaped chars look fun though :D
01:10.15ArrowmasterGnarfoz: less
01:10.24GnarfozArrowmaster: now delete the other one :p
01:10.46Gnarfozwowace is made up of so much redundancy and now you're contributing to it, too! :p
01:10.51ckknightyea...
01:10.53ckknightthat is kinda bad
01:11.34Repo10train-whistle: 03Arrowmaster 07master * v1.0.0 / (3 files in 1 directory): [new, +1 commit] Initial Commit.
01:11.38Repo10train-whistle: 03Arrowmaster 04v1.0.0 * 3909b0d /: [new tag] Tagging as v1.0.0
01:12.02Arrowmastermines so much better
01:12.23ckknightwhy is it better?
01:12.29Arrowmasterbecause it doesnt suck
01:12.32Xinhuanwell those 2 translations took up 2/3 of the screen to edit
01:12.50Xinhuandoes that mean having about 100 translations would take 40 pages of screens
01:13.07nevcairielmaybe it paginates somewhere :)
01:13.28Arrowmastersomebody test train-whistle
01:13.36nevcairieltest it yourself :p
01:13.43Arrowmasteri dont have a train set
01:13.47GnarfozArrowmaster: how? do you expect me to own that fucking thing if I despise it
01:13.47Gnarfoz:p
01:13.48nevcairielbuy oen :)
01:13.55Arrowmasterits like 200g
01:14.00Gnarfozit'll probably work drycoded
01:14.05Gnarfozyou'll never have to touch it again, ever.
01:14.06Gnarfoz:p
01:14.20Arrowmastermine even works on every locale
01:14.28nevcairielanyway, I'm off for today
01:14.28Arrowmasterthe other doesnt
01:14.30Gnarfozbut spouts english only
01:14.32Gnarfoz!
01:14.37GnarfozArrowmaster: typo alert btw
01:14.39Arrowmasterlike i give a fuck
01:14.46GnarfozArrowmaster: line 4, eventttype
01:15.53Repo10train-whistle: 03Arrowmaster 07master * v1.0.1 TrainWhistle.lua: [+1 commit] Typo fix
01:15.57Repo10train-whistle: 03Arrowmaster 04v1.0.1 * 2027975 /: [new tag] Tagging as v1.0.1
01:16.21Gnarfozawesomeness.
01:16.54*** join/#wowace linear` (n=linear@c-24-91-249-95.hsd1.ma.comcast.net)
01:16.56Xinhuanwhat does that do
01:17.21ArrowmasterDEFAULT_CHAT_FRAME:AddMessage("|cff33ff99TrainWhistle|r: " .. srcName .. "has used a Toy Train Set")
01:17.26Arrowmasterabout that
01:17.30Arrowmasterand nothing else
01:17.38Xinhuanlol
01:17.40pastamancernoooo, they'll catch on to me
01:17.51SkellumAnyway I could set it to like /o?
01:18.01Gnarfozyeah, hack it locally
01:18.03Gnarfoz:p
01:18.04pastamancerI love me some good ninja train set
01:18.04Xinhuanlame
01:18.34SkellumI lurk in here because I cant really/havent tried, making mods. I just think they're neat. And useful as hell, and that you guys rock for taking your time out to make them
01:18.42SkellumAnd I find cool mods like things to end the fucking trains
01:19.33Gnarfozheh
01:21.20*** join/#wowace Archarodim (i=HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
01:21.20NeoTrondon't worry, I'll still put my train down
01:21.32*** part/#wowace Archarodim (i=HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
01:21.49Arrowmasternow somebody move train-conductor to curseforge and off of wowace
01:22.27Gnarfozbut... train-whistle is not ace, either!
01:22.29Gnarfozace it!
01:22.30Gnarfoz:P
01:22.41Arrowmasterfuck you
01:23.02*** join/#wowace Archarodim (i=HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
01:23.06Gnarfozgood idea tbh
01:23.50*** join/#wowace Next96 (i=Next96@121.129.140.200)
01:23.51Arrowmastersersiously shit with more code in it to spam the user on login than actual code to do what its ment to do doesnt belong on wowace
01:24.12GnarfozI agree ^^
01:25.58*** join/#wowace Tuller (n=Tuller@c-76-27-160-125.hsd1.va.comcast.net)
01:28.05Gnarfozit's Tuller! Flee!
01:28.18Tullerdun dun dun
01:28.20Gnarfoz~flee
01:28.21purlACTION runs away screaming
01:28.38*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:28.47Skellumso trainwhistle
01:28.50SkellumIts the good one now?
01:29.02Gnarfozyeah.
01:29.19Gnarfozsimple as fuck, but then it's a really simple problem. :p
01:29.34Skellumtrains are everyones problem.
01:29.44Skellumlike bears
01:29.59Gnarfozmeh. he made the repo closed :P
01:30.18Gnarfozobviously needs a clone with Sink-2.0 support
01:30.19*** join/#wowace robo\afk (n=robotusc@50A2DA43.flatrate.dk)
01:30.28Gnarfozand AceConfigGUI for choosing said Sink output
01:30.54Gnarfozcan't think of mor crap to tack onto a 5-line addon
01:32.26Stanzillaprofiles
01:32.29Stanzilla:P
01:32.40*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:33.25*** join/#wowace Gngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
01:34.10GnarfozStanzilla: RIGHT ON
01:34.22*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:34.52ArrowmasterGnarfoz: do you want a clone?
01:35.22GnarfozArrowmaster: s/a clone/make up bloaty ideas/
01:35.33Arrowmasterok
01:35.54Arrowmastersorry but i nolonger have any trust in open repos
01:36.16WraithanLike open for anyone to commit to?
01:36.19Gnarfozit's perfect as it is. if I wanted officer output support, I'd hack that in locally, it's a 2min job anyway
01:36.35ckknightArrowmaster: neither do I. what repo type you using, though?
01:36.41Arrowmastergit
01:36.44ckknightokay
01:36.46ckknightthen I approve.
01:37.04ckknightsince worst case scenario, someone could clone, tell you to pull, no hassles
01:37.09BelazorSo the mod's purpose is to basically tell you to run the fuck away from all the choo choo?
01:37.30Arrowmasterno license (thus i completely control it), no cloning, closed repo
01:37.50ArrowmasterBelazor: no it just tells you who used the train set
01:38.10Gnarfozckknight: can't clone closed repos, that's how I noticed^^
01:38.17BelazorPeople were spamming your raids with them? XD
01:38.21ckknightGnarfoz: depends on the license
01:38.24Gnarfozfor a minute I actually considered cloning it with chat output support
01:38.33Gnarfozoh right, he has no license set
01:38.36ckknightArrowmaster: ick, imo single-level cloning ftw
01:39.00ckknightit makes it so people can clone once, in order to give you patches and stuff
01:39.01Arrowmasterthey can use github if they want
01:39.12ckknightthis goes against the open nature of wowace.
01:39.15ckknightseverely.
01:40.00NeoTronmove the project to curseforge, such a closed project doesn't belong on wowace!
01:40.00*** join/#wowace Adys (n=Adys@unaffiliated/adys)
01:40.08BelazorIf there's going to be an argument about OSS over a 5 line mod, I'm getting me some popcorn!
01:40.08ckknightI kind of think so, yea
01:40.21ckknightthis isn't an open source thing
01:40.25GnarfozBelazor: yum
01:40.26ckknightor free software thing
01:40.32Belazoryou just like to whine
01:40.32BelazorXD
01:40.38ckknightno, Belazor
01:40.42BelazorI jest :p
01:40.56Belazory so srs :p
01:41.27ckknightthere should be a proper way for people to submit changes to an original project, even if the author won't accept them
01:41.55*** join/#wowace Joontje (n=lol@cable-186-113.zeelandnet.nl)
01:41.56BelazorRemove the no-clone option then :p
01:42.10ckknightwithout being an author on the project, that is
01:42.12ckknightBelazor: I might.
01:42.22ckknightI'll discuss it with Kaelten and others first before I do that, though
01:42.29ckknightsince it's a policy issue
01:42.33Repo10huntard: 03Xocide 07master * v0.3-3-g5de43a4 / (3 files in 1 directory): [+3 commits]
01:42.36Repo5de43a4: Added new Libs to .pkgmeta
01:42.39Arrowmasteri use git, people can email me a diff
01:42.39Repo129cc18: Started working on the Feign Death cooldown notification.
01:42.42Repo9f47a0a: Started work on custom feigning message.
01:43.10ckknightI don't see what preventing single-level cloning gains you
01:43.25Arrowmastergit apply
01:43.29Arrowmasterdone
01:43.51Groktarcurls up in ckknight's git repository and goes to sleep
01:44.08Belazoris there a git flush command
01:44.09Belazor:p
01:44.09ckknight and for people who want to have a repo, have people test it out before bothering the author, and then give the author those changes?
01:44.12Arrowmasterif i allow cloning i have no access to the clones
01:44.18SkellumShooty boys or choppy boys for your gits?
01:44.18exor674can I hack it to use MurderUnitIRL please?
01:44.31*** join/#wowace Matrix110| (i=Matrix11@pD957E1D5.dip.t-dialin.net)
01:44.38Arrowmasterwhat happens if somebody makes a clone then doesnt use it ever again?
01:44.45JoontjeDo any of you know the addon for WoW that the button flashes really bright once the cooldown finishes?
01:45.03Joontjeand by the button i mean ability button
01:45.07SunTsuJoontje: Omnicc, CooldownCount
01:45.11Arrowmaster@project easy-serum
01:45.12RepoArrowmaster: No project found that matches 'easy-serum'
01:45.16Arrowmaster@project easyserum
01:45.17RepoArrowmaster: http://www.wowace.com/projects/easyserum/. EasySerum. Game: WoW. Xinhuan (Manager/Author). Updated: 7 days ago
01:45.24JoontjeOmniCC doesnt do that anymore, i just tried SunTsu
01:45.40PProvostAnyone else here using oUF_Banzai?
01:45.41Arrowmastercooldowncount is trash
01:45.49Tullercooldown count still has the pulse, I took it out of omnicc
01:45.50ckknightArrowmaster: I have a ticket to delete clones after X amount of days if unused, I still plan to implement that.
01:46.01StanzillaJoontje: omnicc has a "pulse" option
01:46.11BelazorJoontje: OmniCC does it, but not for CDs < 10 secs
01:46.11Tullererr cooldown count has the "shine"
01:46.12Joontjeye the pulse just doenst do the oldschool bright flash anymore
01:46.19Tulleromnicc has a "pulse"
01:46.20Joontjeactually its 30 seconds
01:46.30Joontje;)
01:46.33Belazorfien XD
01:46.35Arrowmasterckknight: ok and allow the original project manager control too, shouldnt have to wait
01:46.47Tullerand yep, I did that for "omg I just had 3000 pulses go off when I was silenced"
01:46.48BelazorIm glad it has that too, it lagged my UI when I got spell locked :p
01:46.56JoontjeTuller, Shine ? elaborate :p
01:47.05*** join/#wowace Matrix110| (i=Matrix11@pD957E0B1.dip.t-dialin.net)
01:47.14Joontjeyou mean the bright light
01:47.17Tulleryes
01:47.18ckknightArrowmaster: but what if the original author is a dick, decides he doesn't like the cloner because he has a big nose, deletes his repo then?
01:47.25Joontjemkay im gonna try that :) thanks
01:47.44Tullerfrom abinfo which I stuck in omnicc which was inherited by cooldown count when it "ported" omnicc 1.0 to ace :P
01:48.09Arrowmasterckknight: then stop bugging the original author about not allowing cloning
01:49.15ckknighthmm, I suppose I actually could allow the manager control over some things, but then shoot off proper messages and keep logs
01:49.37ckknightmind filing a ticket to allow Project managers control over non-mainline clones?
01:49.44Arrowmasterpeople shouldnt be using clones for stuff they expect to stay around
01:49.52ckknighttrue
01:50.00JoontjeTuller, you know if cooldowncount is discontinued?
01:50.01Arrowmasteractually raids starting soon
01:50.16ArrowmasterJoontje: its not discontinued, it just fucking sucks
01:50.20JoontjexD
01:50.29Joontjebut i want my bright light ! :p
01:50.29Tullernot a clue
01:50.56Tullersomeone should write an opt in version of cooldown count sortof like button facade
01:51.19Arrowmasterwhy?
01:51.45Tullerbecause if you do that, then you can have more granular control over what has text displays (ie, don't show them on my buffs)
01:52.05Arrowmasterisnt that what the original cooldowncount did anyway, before hshh turned the name into the abomination it is now
01:52.37Tullercooldown count had plugins for each addon
01:52.43Arrowmasterright
01:53.03Tullerwhich were basically xml files (being this was sortof pre "create your own frames" town)
01:53.07Arrowmasterhshh didnt write that version, he just stole the name when he 'ported' omnicc to ace2
01:53.16Tullerright
01:53.20Tullerold cooldown count was sarf
01:53.23TullerI think
01:54.18TullerI mean, I like omnicc's design, I just know its not for everyone :P
01:54.34PProvostckknight: If the point of cloning is OSS style fork-and-go, then the manager shouldn't control it, the cloner should control it.
01:55.00ckknightPProvost: yea, I do agree with that, but Arrowmaster's so angry...
01:55.10PProvostpfft
01:55.13PProvostWhat's new
01:55.28ckknightI made a localization app
01:55.28Arrowmasterif this was more of a github style where the fork is under a different namespace i would agree
01:55.30ckknightthat's pretty new
01:55.44Arrowmasterbut here the forks are under the original namespace
01:56.02Arrowmasterwhich the manager controls
01:56.04PProvostWhy do you care about the NS Arrowmaster ?
01:57.12Arrowmasterbecause i dont want some idiot that cant code trying to add horible features to a clone of my addon, in theory since i doubt anybody would ever even want to clone train-whistle
01:57.28PProvostIf you don't want clones, then disallow clones
01:57.29ckknightyou have every right not to merge in their code
01:57.30PProvostWTF?
01:57.34PProvostYEah
01:57.36PProvostYou don't have to take it
01:57.41PProvostWhat's the big deal?
01:57.41ArrowmasterPProvost: i did
01:57.49Arrowmasterthey yelled at me for disabling it
01:58.05ckknightPProvost: the issue brought up earlier is that wowace has an open culture, and I'm not sure if disallowing clones is a good idea on wowace.
01:58.31PProvostUnless your license forbits it (or unless your Tekkub and don't care) I can just clone it manually and put it up with either a new name (on CF) or however I want (on something else0.
01:58.44PProvostWhat are you protecting/hiding from/scared of/etc?
01:59.05doom0rdo bars get default backdrops if none is set?
01:59.09PProvostAs you say on the repo create page, cloning is required by most OSS licenses
01:59.23ckknightPProvost: his is actually all rights reserved
01:59.28Tekkub<sting> If you love some code, set it free </sting>
01:59.32PProvostThe he should have clones turned off
01:59.36JoontjeArrowmaster ur right it does suck, why cant omniCC flash anymore blergh :P
01:59.45PProvosthugs Tekkub
01:59.46Arrowmasterhonestly i wouldnt give a fuck if you did clone it and put it up under a new name as long as it didnt referece the old name anywhere in the code except comments
02:00.22ckknightPProvost: as I said, wowace has an open culture, where people can at least submit their code back to the author easily, which is why I'm not sure if allowing clones to be disabled at all is a good idea
02:00.37PProvostIt is all about the license ckk
02:00.40Arrowmasterckknight: how with cloning disabled, still allowing the project manager to create clones
02:00.46ckknightPProvost: I'm not talking about disabling clones on curseforge
02:00.54ckknightArrowmaster: that should be how it is now.
02:00.57PProvostFollowing that logic ckknight means no Rights Reserved licenses as well
02:01.00Arrowmasterreally? i dont see it
02:01.20Arrowmasteroh nvm, i see it now
02:01.20ckknightPProvost: no, since the author never has to merge the code back in.
02:01.38doom0rs/bars/frames/
02:01.40PProvostYeah, since the author opts in to the change, I don't understand the angst.
02:01.44*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
02:01.46*** join/#wowace Lonny`1111 (n=Lonny@82.80.140.191)
02:01.46ckknightdoom0r: not in default WoW
02:01.50PProvostIf you don't like it, ignore it.
02:02.06ckknightyou could even say "I think this clone is stupid, I'm not going to merge it in"
02:02.15Repo10eggtimer: 03jokeyrhyme * r5 / (3 files in 1 directory): EggTimer:
02:02.18Repo- EggTimer.toc: loading in new file "ItemDB.lua"
02:02.21Repo- ItemDB.lua: contains trackable item definitions
02:02.24Repo- EggTimer.lua: updated to use item definitions in "ItemDB.lua"
02:03.23doom0ris eggtimer what i think it is, and does it have an ldb object
02:03.30Arrowmasterckknight: sweet, now i have it setup more like i would want, i created a single clone thats open
02:03.40Xinhuansounds like a oracle egg timer
02:03.48doom0rexactly
02:03.51ckknightArrowmaster: *shrug* fair enough for now
02:08.18Arrowmasterckknight: curse is weird, saying my project was created on dec 31st
02:08.28ckknightUTC
02:08.33Arrowmasteryeah i know
02:09.19ckknighthow is that weird, then?
02:09.47Arrowmastercurse has timestamps elsewhere that are converted to the users local time arent they?
02:10.01Arrowmasterlike the curse forums
02:13.02ckknightno idea
02:18.25*** part/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
02:19.24*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
02:20.15*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
02:24.29*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
02:26.43*** join/#wowace lmeyer (n=lars@dslb-082-083-196-049.pools.arcor-ip.net)
02:26.47*** join/#wowace CIA-11 (n=CIA@208.69.182.149)
02:29.11*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
02:30.15ulrikftI bought this today: http://www.delseycamerabags.com/view_product.php?productid=76 - finally
02:33.22ckknightnevcairiel: btw, I am working on the importer. I'm basically implementing a lua-table parser to do it
02:37.17Gngskin php?
02:37.49sztanpetpython
02:37.59Gngskah
02:43.57ckknightI've written parsers before, so at least this isn't too hard
02:50.41doom0ris that your normal carry bag thul?
02:51.12ulrikftdoom0r: I'm planing to make it my normal/work carry bag.
02:51.28*** join/#wowace Matrix110 (n=bla@pD957E0B1.dip.t-dialin.net)
02:51.31ulrikftwhen it arrives with ups :-P
02:51.44doom0rseems a bit to lug around except when you really need to carry everything
02:51.58ulrikfthmm, it is not that huge.
02:52.10ulrikftcamera + lens, 1-2 extra lenses and a msi wind :-P
02:54.00doom0ri guess that just depends on what you're doing
02:55.19ulrikftwell, I very close to always have dlsr+3 lenses with me
02:55.27ulrikftI lock it in the locker when lifting weights
02:55.33ulrikftbut that is about the longest I stay without it :-P
02:57.26Gnarfozwinkiller: dunno which chan I saw you saying it in, but you mentioned just returning from a 3-day trip... any chance that was a trip to 25C3? ^^
02:57.35doom0ryou do anything besides hobby?
02:57.57ulrikftphotographing? well, I do paid gigs too yeah, but it is not my main profession.
02:58.02ulrikftI just.. love taking pictures in general :-P
02:58.16doom0rah, my mother's ex-boyfriend used to do housewares
02:58.25doom0rvery well paying field
02:59.08ulrikftmhm!
02:59.15ulrikftbut ah well, going to bed. I ponder when i get it.
02:59.27ulrikftit should be here 2 working days from now, but I guess they don't make tomorrow a working day :-P
03:00.26*** join/#wowace Matrix110| (i=Matrix11@pD957EA8A.dip.t-dialin.net)
03:05.01*** join/#wowace pakoz (i=pakoz@24-180-4-181.dhcp.mrba.ca.charter.com)
03:05.59pakozis there a way i can check what other members of the raid have dbm/bwigs?
03:06.03pakozim using DBM
03:08.08Mikkbigwigs can check for bigwigs
03:08.18Mikkdbm's capabilities are unknown to me
03:08.55pakoz./dbm version
03:09.33*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
03:09.33*** mode/#wowace [+o Funkeh`] by ChanServ
03:18.13*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
03:18.51*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
03:29.41*** join/#wowace Zenom_ (n=Zenom@adsl-75-21-164-121.dsl.sgnwmi.sbcglobal.net)
03:31.37doom0ranyone know libbars off the top of their head or should i just go browse it
03:31.44*** join/#wowace Daemona (n=koaschte@i59F615A8.versanet.de)
03:33.22*** join/#wowace bien| (n=bien@pD9E6C669.dip.t-dialin.net)
03:40.07SkellumArrow
03:40.09Skellumyou there?
03:40.14Arrowmasterno
03:40.21Skellummod failed in a raid environment
03:40.33Arrowmasterseriously?
03:40.38Skellumyep
03:40.46SkellumTwo trains dropped in a row on KT
03:40.55SkellumNo reporting in /say or anywhere
03:41.07Arrowmasterit only prints to the chatframe
03:41.16Gnarfozit worked for me in dalaran earlier
03:41.30ArrowmasterSkellum: you got v1.0.1?
03:41.32Skellumwould it be compatable with prat?
03:41.45Gnarfoz(I was afk on desktop, didn't even see or hear the damn thing (was way out of range), just saw it in my chat frame after tabbing back in)
03:42.01sztanpetit reports only to you
03:42.11sztanpetits prints to the chat frame, not to any channels
03:42.15GnarfozSkellum: 1.0.0 has a typo that prevents it from working. besides that, 1.0.1 seems to work fine and shouldn't interact badly with anything really :O
03:42.37Skellumahhhh
03:42.48Gnarfozon another note: is it possible the armory doesn't show all available titles? :\ seems limited to 12...
03:43.14ArrowmasterGnarfoz: ask Xinhuan, hes got 21
03:43.59GnarfozI just checked with the weirdo that one-up's our local (to #wowace that is) weirdo ;p
03:44.38Gnarfoz(that being the guy with > 7000 achievement thingys. he's got "Leeeeeeeeeeeeroy!" but the title doesn't show up on armory
03:44.52Gnarfozwhy oh why do I open parentheses and then don't close them
03:45.49doom0rwhere does it even show available titles?
03:46.57Gnarfozsource code
03:49.36ckknightwell I think I have code that converts a lua table to a python dictionary
03:49.49ckknightdoesn't handle numbers, though, but I don't really care that much
03:50.15*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
03:50.15taledenseems like lua tables would look a lot like json objects, could probably use a json parser as a base if you wanted
03:50.39ckknighttaleden: they're close, but different, the way I did it was fine enough
03:50.47*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
03:50.55ckknighttaleden: in other news, I wrote a JSON parser in lua
03:51.00ckknight@project libjson-1-0
03:51.02Repockknight: http://www.wowace.com/projects/libjson-1-0/. LibJSON-1.0. Game: WoW. ckknight (Manager/Author). Updated: 12 days ago
03:51.17taledensaw that the other day, wondered what'd it be useful for :)
03:51.23ckknightexporting data.
03:51.35ckknightthat accompanied with
03:51.40ckknight@project libbase64-1-0
03:51.42ckknightand a client
03:51.44ckknightyou're set
03:52.04ckknightle sigh
03:52.07ckknightfuck you, MySQL
03:52.19exor674be careful, MySQL has some nasty STDs
03:52.54ckknightI know
03:53.00ckknightI think ours got AIDS
03:53.17ckknightbecause it can't insert into a table without locking up the whole DB
03:53.30taledenscrewy indexes?
03:55.12ckknightno, taleden
03:55.16*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
03:55.17ckknightit has 2 indexes
03:55.21ckknightno foreign keys
03:58.23Repockknight: http://www.wowace.com/projects/libbase64-1-0/. LibBase64-1.0. Game: WoW. ckknight (Manager/Author). Updated: 12 days ago
03:58.38ckknightfucking a
03:58.40ckknight7 and a half minutes
03:58.52quiescensheh
03:59.16quiescensI don't suppose that library's existence was spurred in any way by blizzard deciding to put in tradeskill links
03:59.40ckknightno
03:59.50ckknightit was spurred by a project Kaelten and I are working on in our spare time
03:59.52ckknightit does some data mining
04:02.20ckknightI've thought about writing a Base85 as well
04:05.21ckknightalright, I'm done for the day
04:05.30ckknightI should have import support for the localization app in tomorrow
04:05.58ckknightI'm gonna get PitBull4 groups working
04:08.49*** join/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
04:09.18*** join/#wowace Fogger (n=rendermi@host86-153-169-32.range86-153.btcentralplus.com)
04:13.02*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
04:13.02*** mode/#wowace [+o ckknight] by ChanServ
04:13.21sztanpetoh, friend of mine says he had the exact same mysql problem, and it was because of a glibc bug (some NPTL locking problem)
04:15.30quiescensmm
04:16.27Repo10liboop: 03taleden 040.1.3-beta * r4 : Tagging as 0.1.3-beta
04:16.27ckknightsztanpet: can you put me in touch with him?
04:17.48quiescensdecursive has two menu thingies that toggle D.profileAfflictionTooltips but they have different behaviour
04:18.02quiescensd.profile.AfflictionTooltips rather
04:20.24sztanpetnot right now, no
04:22.28*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
04:23.17ckknightsztanpet: that's fine, but if you can put me in touch with him sometime, that'd be good
04:23.42ckknightthough actually wtf
04:23.47ckknightI did apt-get update and apt-get upgrade
04:23.53ckknightthere were so many updates
04:23.58ckknightto libc
04:23.58ckknightto mysql
04:23.59ckknightgah
04:24.10ckknightI thought Kaelten took care of this
04:24.11ckknightoh well
04:24.14sztanpethis not exact words are "fuck no, it was years ago, dont even know which version"
04:24.22ckknightnow we wait and see if the problem still exists
04:24.50quiescensuh ohs
04:25.15ckknightwhat?
04:25.18ckknightwe got an issue?
04:25.36quiescensnono, just a generic response to the wait and see
04:25.37quiescenslol
04:25.45ckknightoh, okay
04:25.52ckknightrepobot's probably dead
04:25.54ckknight@project curseforge
04:25.55Repockknight: http://www.curseforge.com/projects/curseforge/. CurseForge.com. Kaelten (Manager/Author), ckknight (Author), Ackis (Ticket Manager). Updated: 260 days ago. Tickets: 214/1006
04:25.58ckknighthrm
04:26.16quiescensheh
04:26.21ckknight(I killed it)
04:26.28*** join/#wowace Repo (n=supybot@69.57.184.216)
04:26.29quiescenspoor repo ):
04:26.30ckknightit wouldn't've gotten any more messages
04:26.34ckknightbut still could be queried
04:26.43quiescenspats Repo.
04:27.59ckknightokay
04:28.02ckknightI think it's time for another poll
04:28.29ckknightthough my last poll was more of a technology test
04:28.37ckknightscore voting takes too long for casual people
04:28.52ckknighteven though it should be used if one wants legit data
04:34.03*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
04:34.11doom0rhow's that? you show us a picture from Score, and we vote on it?
04:34.35sztanpetfacepalm time
04:35.58Megalonwho does not like to score
04:36.21ckknightdoom0r: score voting is choosing a number from A to B (where A is usually 0 and B is usually 5, 10, or 100) for each option in the poll
04:36.31ckknightyou get damn good data from it over single-choice polls
04:36.39ckknightbut people are far less likely to bother
04:39.05*** join/#wowace CIA-18 (n=CIA@208.69.182.149)
04:45.21sztanpetnew poll type! the fake single choice poll, which if clicked takes you to the score vote poll
04:48.27*** join/#wowace Cavisty^gerber (n=Cavisty@c-98-192-207-73.hsd1.md.comcast.net)
04:49.20ckknightno, sztanpet
04:49.28ckknightthat'll just make people click the back button
04:49.32ckknightinteresting: http://img.4chan.org/b/src/1230696000119.jpg
04:49.36ckknight(SFW)
04:51.04sztanpethave you broken the server yet? :D
04:51.57ckknightapparently not
04:52.51Gnarfozthat pic leaves out the particularily likely option:
04:52.53Gnarfozgod is evil
04:53.35sztanpetmalevolent is close enough
04:54.59ckknightGnarfoz: that's taken into account
04:55.10ckknightmalevolence is just a specific type of evil
04:56.46Gnarfozoh, missed that
04:57.09Gnarfozmy point was more: why does malevolent preclude him from being called "god"
04:57.22Gnarfozthere is a verb missing there... somewhere.
04:57.45quiescenslol
04:57.53ckknighthttp://img.4chan.org/b/src/1230698620437.jpg
04:57.54ckknightlulz
04:58.01quiescensmalevolence
05:00.17doom0rneeds more ss!
05:02.44Arrowmaster!api GetAddOnMetadata
05:02.44lua_botDocumentation for 'GetAddOnMetadata' can be found at http://wowprogramming.com/docs/api/GetAddOnMetadata
05:03.42*** join/#wowace Laric (n=laric@217-13-2-126.dd.nextgentel.com)
05:07.29*** join/#wowace futurekill (n=futureki@ool-45708763.dyn.optonline.net)
05:09.36Repo10bug-grabber: 03Arrowmaster * r138 BugGrabber.lua:
05:09.38RepoAdd support for using Curse's X-Curse-Packaged-Version toc field for version info if no other method is sucessful
05:10.28GnarfozArrowmaster: prepare to be boarded
05:10.42Gnarfoz(do I sound like Fisker-, yet?)
05:11.30*** join/#wowace silentium (i=silentiu@dslb-088-066-031-040.pools.arcor-ip.net)
05:12.04Arrowmasteri hate my guild
05:12.24Arrowmastertheyre getting more 25man achievements without me
05:12.38quiescenskill them
05:12.47quiescenskill them all
05:13.03Gnarfozno, DDoS them so they lag out and fuck up the achievements!
05:14.26Arrowmasterhmm that wasnt 25 messages so they must have gotten heroic: just cant get enough without me lastweek too, but 4 people just got heroic: just cant get enough and heroic: the fall of naxxramas at once
05:14.36ckknight4chan needs to stop being so interesting
05:14.39*** join/#wowace Lysithea (i=Lyset@c-454ee455.017-172-73746f34.cust.bredbandsbolaget.se)
05:16.05Laricargh.. something is making me get #132's if I zone while in combat.. annoying as hell
05:17.10ckknightLaric: bisect your addon listing
05:18.10Laricckknight: yeah I will.. guess I will use ramparts as that is one of the few places I can engage and survive long enough to leave.. (being a priest have it's drawbacks)
05:18.24ckknighthrm
05:19.19Larichmm whats new in the cc 2.0.1.0?
05:19.35quiescensit has a bigger version number
05:19.43Laric:)
05:19.52ckknightNSFW: http://img.4chan.org/b/src/1230700505117.jpg
05:20.12Laricck you naughty boy
05:20.19*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
05:28.07*** join/#wowace sztanphet (n=sztanpet@142.58ec54.tvnetwork.hu)
05:29.29Stanzilla<3 rolling restarts
05:30.30sztanphet<3 shity isps
05:35.59*** join/#wowace cav^gerber (n=Cavisty@c-98-192-207-73.hsd1.md.comcast.net)
05:36.05cav^gerberam i supposed to be getting 22 fps in dalaran with a gtx 260
05:36.27Laricis there a fix for gridlayoutplus while using the guidversion of grid?
05:36.42sztanphetcav^gerber if using vista, then yes
05:36.58cav^gerberI thought they fixed all the vista problems with video cards
05:37.31sztanphetyou could try out wow with opengl, it might help (probably wont)
05:38.48Larichmm funny/weird.. I was getting better fps in wow 2.x while using vista than xp.. in 3.x it switched to get better fps in xp
05:39.07sztanphetno idea why it varies so much
05:39.20sztanphetin xp i have 60fps in raids, in vista i have 15
05:39.31sztanphet8800gt
05:39.52cav^gerberI just switched to vista solely becuase i just bought this card, for dx10
05:40.37Arrowmasterwhy the hell would anybody switch just for dx10
05:40.43Arrowmasterit doesnt do anything
05:41.18Laricnot for vista
05:41.20cav^gerberidk, i just thought that would be something to look forward too
05:41.24Laricnot for wow I mean
05:41.33cav^gerberwell i play more than wow
05:41.35Laricsome games looks alot better in dx10
05:41.53sztanphethellgate london looked quite fantastic with dx10 actually
05:42.05quiescensdalaran lag tends to be not so graphics card bound
05:42.15cav^gerberso other games, like fallout 3 and stuff, wont see much of a problem with vista? its only a wow bound problem right
05:42.29sztanphetcav^gerber pretty much
05:42.53cav^gerberquiescens, that might be it, i was getting 60 fps everywhere else. But i was getting 20 fps with my 7950 so i was kinda sad when i saw 22 with gtx 260 =(
05:42.57Laricit seems as dalaran is bringing back good old IF lag
05:43.15sztanphetif your playing in windowed mode, go for fullscren with -opengl a lot of people say that helps
05:43.18cav^gerberhopefully i wont lag in raids much anymore though
05:43.20sztanphetnot for me tho
05:43.23cav^gerberi was in windowed mode
05:43.25quiescensit seems to be more cpu and memory
05:43.43quiescensgame probably just doesn't handle massed players very well
05:43.53cav^gerber4 gigs here, with core 2 duo 3.0
05:44.09sztanphetnah, must be some directshow layer fuckup
05:44.29sztanphetit would lag with xp too if it werent
05:45.54cav^gerberwell i haven't tried it in XP yet
05:46.17cav^gerberbut in xp with 7950, i would get like 20 in dalaran, and like 30ish everywhere else, no where near stable 30 tho
05:47.12*** join/#wowace Matrix110| (i=Matrix11@pD957F08F.dip.t-dialin.net)
05:47.50doom0rthere's serious nvidia/core2 issues with wow atm
05:48.09doom0rhalf of nvidia's forums are that
05:49.25durcynit's not much better with nehalem
05:49.35durcynand i'd blame blizzard before i blamed nvidia
05:51.30*** join/#wowace Jaxon (i=jaxon@flexo.jaxon.ca)
05:51.41*** part/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
05:54.04quiescenskill them
05:54.29doom0ri could get 200fps with vsync off in sw, now i can't get over 80 ever anywhere
05:55.30*** join/#wowace Seerah (n=Ryan_L@adsl-177-45-15.mem.bellsouth.net)
05:56.49*** join/#wowace Dezzi (n=Dezzimal@207-118-150-141.dyn.centurytel.net)
06:01.32durcynsomething's fishy with the 3.0 graphics code too, turning shadow detail up makes video cards go splat
06:03.18ckknightone day, doom0r
06:03.25ckknightone day, we'll have 9001 fps
06:03.31ckknightand I'll be like that's over 9000!
06:04.19*** join/#wowace Cavisty^gerber (n=Cavisty@c-98-192-207-73.hsd1.md.comcast.net)
06:05.33doom0ri'll settle for 30 in a 25man atm
06:06.11doom0ri'm pretty sure the cpu is handling stuff it's not supposed to be
06:06.20doom0rand thus bottlenecking
06:06.32*** join/#wowace Dezzimal (n=Dezzimal@207-118-150-141.dyn.centurytel.net)
06:09.21*** join/#wowace Lukian (i=ltwizard@203.171.70.21.dynamic.rev.aanet.com.au)
06:11.05ckknightyou know what'd be hilarious?
06:11.25ckknightMaryl Streep playing Samus Aran in a Metroid-based movie
06:11.29ckknightyou know we all want it.
06:12.00doom0rfor the figure?
06:12.43ckknightwell, she wouldn't always be wearing the helmet
06:12.57doom0rjust get the chick that played the archangel michael in constantine
06:14.13*** part/#wowace Seerah (n=Ryan_L@adsl-177-45-15.mem.bellsouth.net)
06:16.25doom0rwell, actually, she was a redhead wasn't she?
06:16.40doom0relle mcpherson (sp?)
06:16.42doom0rimo
06:17.26ckknightdunno, I didn't bother to see it the whole way through
06:17.54doom0ri meant samus is a redhead
06:18.16ckknightno
06:18.17ckknightshe's blonde
06:18.45TorhalTilda Swinton was Gabriel
06:18.50TorhalHelluva name, that
06:19.12doom0ri beg to differ
06:19.13doom0rhttp://chrisdlugosz.net/x/metroid_ending.png
06:19.48doom0rtaht is not blonde
06:19.57MegalonOMG IT'S A GIRL!
06:20.28doom0rlike srsly
06:20.40TorhalNo, it's a bunch of pixels.
06:21.47Megalona bunch of pixels is enough for porn!
06:26.13doom0rmakes note of Megalon's victory over Torhal
06:26.40TorhalBWAH!
06:26.54SkellumI found porn in a video game once...
06:27.02SkellumI could never play bubble bobble again :(
06:27.33*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
06:30.55ckknightshe's in Smash Bros, in Brawl, she can take off her suit
06:32.58ThraeI thought Samus had green hair? I remember her having green hair in the Varia suit in the original Metroid game.
06:33.00ckknightI thought she was blonde
06:33.02ckknightshrugs
06:33.12ckknightmaybe she keeps dying it
06:33.19quiescensclearly
06:33.20ckknightfemales these days...
06:33.37ThraeWell if you follow the Metroid timeline past Metroid Fusion, she's now fused with her own suit...
06:33.53doom0rkinky
06:33.55ThraeI'm guessing they're not going with that
06:34.08*** join/#wowace Hell-Razor (n=Unknown@unaffiliated/hell-razor)
06:34.26ThraeNintendo -- always trying to de-feminize strong women and over-feminize weak ones
06:35.47ThraeI love how Princess Peach DS is basically the Princess running around PMS'ing.
06:36.23*** join/#wowace Next96 (i=Next96@121.129.140.200)
06:37.02*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
06:37.02*** mode/#wowace [+v MentalPower] by ChanServ
06:39.49*** join/#wowace Diskmaster (n=YOURFACE@cpe-76-84-164-192.neb.res.rr.com)
06:40.19*** join/#wowace Matrix110| (i=Matrix11@pD957D44E.dip.t-dialin.net)
06:41.05*** join/#wowace Hell-Razor (n=Unknown@unaffiliated/hell-razor)
06:47.46*** join/#wowace Lukian (i=ltwizard@203.171.70.21.dynamic.rev.aanet.com.au)
06:52.53Repo10libperiodictable-3-1: 03Azethoth * r118 / (3 files in 3 directories): -- More Fun items
06:58.20*** join/#wowace selckin1 (n=selckin@78-22-103-178.access.telenet.be)
07:03.39Repo10revelation: 03Torhal * r17 Revelation.lua:
07:03.42RepoRe-added hook on HandleModifiedItemClick, as this is the only way to get to the "Will not be traded" slot in trade. Since the other two hooks call this function internally, I have it check for isHandled before passing info to the menu generator.
07:03.45RepoRe-instated usage of GetMouseFocus() only for calls from HandleModifiedItemClick()
07:08.33Repo10revelation: 03Torhal * r18 Revelation.lua:
07:08.35RepoChanged click register for trade frame button to be AnyUp, as LeftButtonUp did nothing.
07:10.47sylvanaararmory is so fail today
07:11.24*** join/#wowace Lukian (i=ltwizard@203.171.70.21.dynamic.rev.aanet.com.au)
07:16.34doom0rit cost me 10g to get roguepowerbars to not look awful =\
07:17.24doom0rluckily dura hits on nightslayer and bloodfang aren't worse ;x
07:25.11doom0rmmm, sanity leave empty frame on the screen =\
07:26.33erikhThrae: I hear it's big in japan
07:26.38erikhsorry, couldn't resist
07:35.11doom0rmmm, i saved a frame per buff/debuff in roguepowerbar
07:35.11*** join/#wowace smoke_ (n=smoke@adsl-76-204-33-76.dsl.skt2ca.sbcglobal.net)
07:35.22doom0rtasty
07:35.34doom0rsmoke sounds like a good idea
07:35.42smoke_hi
07:38.52smoke_does GetRaidRosterInfo return as an array?
07:39.47doom0r!api GetRaidRosterInfo
07:39.48lua_botDocumentation for 'GetRaidRosterInfo' can be found at http://wowprogramming.com/docs/api/GetRaidRosterInfo
07:40.02*** join/#wowace Movix (n=mattes@82.242.144.196)
07:40.38ckknightsmoke_: it returns a tuple
07:40.55smoke_tuple?
07:41.28ckknightmultiple values
07:41.48ckknighttechnically any multiple values can be considered a tuple, even if the number is 0 or 1
07:42.01ckknightI shall explain:
07:42.13ckknightlua> function f() return 1, 2, 3, 4, 5 end; print(f())
07:42.13lua_botckknight: 1, 2, 3, 4, 5
07:42.19ckknightsee, f returns multiple values
07:42.29ckknighttherefore print will have 5 arguments passed into it in that case
07:42.42ckknightlua> function f() return 1, 2, 3 end local a, b, c = f(); print(a, b, c)
07:42.43lua_botckknight: 1, 2, 3
07:47.41smoke_would using getraidrosterinfo be the best way to "find" if a player is in your raid?
07:47.46smoke_or is there a better function fo rthat?
07:48.46*** join/#wowace Thelyna (n=burp@219-89-247-147.adsl.xtra.co.nz)
07:49.30doom0rgetraidrosterinfo would be how you would do what it says
07:49.48doom0rbuild a local table and use that until the roster changes
07:51.17smoke_ah nm, UnitInRaid()
07:51.48smoke_can i pause with Sleep()?
07:51.59smoke_i tried and my addon wasnt loading
07:52.04exor674not a good idea
07:52.12smoke_whats the best way to delay?
07:52.29doom0ryou pause, game pauses
07:52.31doom0r;x
07:52.49smoke_ah
07:52.51smoke_i see lol
07:58.25*** join/#wowace Carepolice (n=Samsung@cm114061.red83-165.mundo-r.com)
07:58.50Repo10o-uf_debuff-highlight: 03Ammo * r38 oUF_DebuffHighlight.lua:
07:58.53Repotreat debuffhighlight like an element instead of a hookhackjob
07:58.55Repothis fixes all the errorreports about a nil value blah
08:03.37ckknightsmoke_: you want to learn to use timers
08:03.56*** join/#wowace fewyn (i=fewyn@46.210.33.65.cfl.res.rr.com)
08:05.43doom0ri can't for the life of me figure out why someone would create another entirely new frame and setbackrop on it rather than just doing it on the existing one
08:06.59ckknightframe level?
08:07.10ckknightor to make the frame's :GetRegions not be shitty
08:07.37doom0rit's a statusbar, then another frame is below it with just setbackdrop
08:07.55ckknightpossible that there were framelevel issues
08:08.51doom0rwell, there's a group of bars together, that have a frame below even more as a background
08:09.01doom0ri would think that would be worse
08:10.10ShefkiI've seen a lot of unnecessary frames in addons.
08:10.18doom0rit's for buffs no less
08:11.10ckknightShefki: I know I've done it unnecessarily in the past
08:11.33ckknightPitBull4 keeps frames to a relative minimum
08:11.49ckknightgive or take
08:12.27smoke_ok, i got everythng finished, i was just wondering since you said sleep() wont work
08:12.36smoke_what is the timer function that i need to look up?
08:13.10ckknightsmoke_: are you using Ace3?
08:13.20smoke_no
08:13.25smoke_its just a small addon
08:14.01Shefkickknight: PitBull3 has a container frame for the auras that really has no purpose.
08:14.13ckknightShefki: *shrug* do what you feel like for PB4
08:14.44ckknightsmoke_: you make a frame with CreateFrame("Frame"), call :SetScript(function(self, elapsed) dostuff() end)
08:14.52Shefkismoke_: Just cache the clock and hook OnUpdate.
08:14.54ckknightit will be called every frame tick
08:14.59ShefkiThen you can tell how much time passes with that.
08:15.05ckknightelapsed is how much time between frame ticks
08:15.17ShefkiWhat ck siad.
08:15.19Shefkisaid*
08:15.35ckknightShefki: I spent too much time looking at /b/
08:15.39ckknightnow my evening has vanished
08:15.46ShefkiAt /b/
08:15.48Shefki?
08:16.13ckknighthttp://img.4chan.org/b/imgboard.html
08:16.20ShefkiOh
08:16.38ShefkiPeople still pay attention to 4cahn?
08:16.41Shefki4chan*
08:17.09sztanphetwhy wouldnt they
08:20.04ShefkiI ended up watching the storm chasing stuff on the Discovery channel.
08:20.36ckknightthat stuff is cool
08:21.22ShefkiKinda a trip down memory lane, used to do storm spotting when I lived in Kansas.
08:21.33ShefkiNever tried to put myself in the path of stuff like they do.
08:23.24ShefkiTornado warnings are only issued when a verified spotter actually sees a tornado and calls it in.  Watches can be done just off radar and what not.  So whenever you see warning....  Someone is out there spotting.
08:25.38*** join/#wowace Srosh (n=Srosh@c209035.adsl.hansenet.de)
08:28.40ckknightI don't know if http://www.explosm.net/comics/1512/ is the real comic or not :-(
08:31.24ckknightthis infomercial is hilarious: http://www.youtube.com/watch?v=rUbWjIKxrrs
08:33.40*** join/#wowace HolgerDK (n=markj@0x57372ad4.nfnqu1.dynamic.dsl.tele.dk)
08:33.45*** join/#wowace Repo (n=supybot@69.57.184.216)
08:34.02Repo10proculas: 03Xocide * r92 / (2 files in 2 directories): Added more Death Knight procs.
08:34.06RepoMade a few more changes to the DataBroker tooltip.
08:34.26doom0r"You're gonna love my nuts."
08:34.54ckknightand do we ever.
08:37.23*** join/#wowace vhaarr__ (n=folk@9.84-234-132.customer.lyse.net)
08:37.29*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-121-101.dsl.irvnca.pacbell.net)
08:49.08*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
08:52.37doom0rok, i'm getting back into playing a rogue
08:52.40doom0rjust ganked a dk ;x
08:57.17doom0rParnic: ping
08:57.38*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
09:09.54*** join/#wowace Hey-WTF (n=burp@222-152-99-216.jetstream.xtra.co.nz)
09:19.16*** join/#wowace Cheads (i=chead@0x573bcdcf.henqu2.dynamic.dsl.tele.dk)
09:20.41*** join/#wowace Nahkiss (n=nahkiss@a91-154-34-216.elisa-laajakaista.fi)
09:32.34*** join/#wowace Bibi (n=Bibi@unaffiliated/bibi)
09:36.12winkillerGnarfoz: nope, wasn't 25c3, just visiting my parents :P
09:40.12*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
09:40.12*** mode/#wowace [+v Antiarc] by ChanServ
09:45.48*** join/#wowace steino (n=steino@c510083A9.inet.catch.no)
10:04.09*** join/#wowace Belazor (n=Vulcanus@212251188234.customer.cdi.no)
10:05.08Fisker-~seen jnwhiteh
10:05.10purljnwhiteh is currently on #wowprogramming (2d 16h 15m 58s) #wowuidev (2d 16h 15m 58s) #wowace (2d 16h 15m 58s) #curseforge (2d 16h 15m 58s). Has said a total of 168 messages. Is idling for 8d 8h 12m 40s, last said: 'and if you're not using the latest version, you should udate.'.
10:06.00*** join/#wowace EthanCentaurai (n=ethan@92.24.49.147)
10:09.18*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslgn076.osnanet.de)
10:10.10*** join/#wowace pomp (n=Pomp@c-71-58-3-50.hsd1.nj.comcast.net)
10:21.09*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
10:38.06*** join/#wowace Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
10:44.25*** join/#wowace Zhinjio (i=1000@70.91.168.58)
10:44.43Zhinjioevenin'
10:47.29*** join/#wowace Tinyboom (n=nahh@108.84-49-166.nextgentel.com)
10:57.14*** join/#wowace bien| (n=bien@pD9E6C669.dip.t-dialin.net)
11:01.28*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
11:04.07*** mode/#wowace [+o vhaarr] by ChanServ
11:08.27*** join/#wowace eoM_rM (n=moe@p5489C2EA.dip.t-dialin.net)
11:12.00*** join/#wowace Trell- (i=Trell_@144.Red-79-153-56.staticIP.rima-tde.net)
11:12.14*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
11:17.00Repo10o-uf_debuff-highlight: 03Ammo 04r38-release * r39 : Tagging as r38-release
11:20.17*** join/#wowace linear` (n=linear@c-24-91-249-95.hsd1.ma.comcast.net)
11:21.14*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
11:24.15*** join/#wowace Cheads (i=chead@0x573bcdcf.henqu2.dynamic.dsl.tele.dk)
11:30.06*** join/#wowace linear` (n=linear@c-24-91-249-95.hsd1.ma.comcast.net)
11:30.10Repo10gem-helper: 03Xinhuan * r75 GemHelper.lua: Fixes to scanning other JC's tradelinks.
11:32.24Repo10auctionlite: 03MerialKilrogg * r26 / (7 files in 1 directory): Remember user's auction prices within a session.
11:32.27RepoDon't undercut our own auctions when clicking on them.
11:32.29RepoGive percentage progress in sell tab and buy tab.
11:32.32RepoAdded a sanity check to buyout code.
11:46.09*** join/#wowace digmouse (n=chatzill@124.200.19.144)
11:47.16*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
11:55.51smoke_<BarTexture file="\Interface\AddOns\Recount\textures\statusbar\Otravi.tga"/> thats right?
11:56.00smoke_for some reason my textures not showing up on my addon
11:56.28nevcairieltry without the first backslash
11:57.26smoke_thanks :)
12:00.15*** join/#wowace waallen (n=wallen@ppp-135-159.33-151.iol.it)
12:13.43ulrikftthe joy of someone higher level than you attacking you when you are at 50% hp and losing...
12:13.46ulrikftis so great.
12:13.50thulit is hard to describe :-P
12:15.47*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
12:26.46*** join/#wowace Sirow (n=Sirow001@p57A4E69B.dip.t-dialin.net)
12:27.47digmouseI did that before
12:35.07thulach, epic flyer is so expensive
12:40.36digmouseyou mean that 5000G?
12:41.43thulmhm
12:42.29Fisker-y helo thar
12:42.46*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
12:43.26sacarascstabs Fisker-
12:43.29sacarascbrutally
12:47.28Fisker-blargh
12:47.30Fisker-i'm ded
12:47.38sacaraschuzzah!
12:47.40*** join/#wowace Higdur (n=nike@81-229-140-43-o1124.telia.com)
12:50.28*** join/#wowace Lysithea (i=Lyset@c-454ee455.017-172-73746f34.cust.bredbandsbolaget.se)
12:50.52EthanCentaurailua> ("[Fisker-] [Fiskér-]"):gsub("%w+ %s+")
12:50.52lua_botEthanCentaurai: luabot:1: bad argument #2 to 'gsub' (string/function/table expected)
12:51.01EthanCentauraioops
12:51.13EthanCentaurailua> ("[Fisker-] [Fiskér-]"):gsub("%w+ %s+", "%1 %2")
12:51.14lua_botEthanCentaurai: [Fisker-] [Fiskér-], 0
12:51.24EthanCentaurailua> ("[Fisker-] [Fiskér-]"):gsub("%s+ %w+")
12:51.25lua_botEthanCentaurai: luabot:1: bad argument #2 to 'gsub' (string/function/table expected)
12:51.32EthanCentauraifails.
12:51.43EthanCentaurailua> ("[Fisker-] [Fiskér-]"):gsub("%s+ %w+", "%1 %2")
12:51.44lua_botEthanCentaurai: [Fisker-] [Fiskér-], 0
12:52.07EthanCentaurai=/
12:58.39*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
12:59.04quiescens=\
12:59.08quiescenswhat are you trying to do
13:01.13DaemonaHappy New Year Sidney !
13:02.27*** join/#wowace Inc`` (n=incendiu@pool-72-64-99-237.dllstx.fios.verizon.net)
13:02.54EthanCentaurai%w doesn't seem to work for foreign characters, like é
13:03.05EthanCentauraishould I use %s instead? :P
13:04.15*** join/#wowace MoonWolf (n=MoonWolf@dhcp-077-250-125-249.chello.nl)
13:04.15*** mode/#wowace [+o MoonWolf] by ChanServ
13:07.27Zenom_is there an addon that will show me like a stack trace for each method called? so I can see if something is being called or not?
13:07.48Zenom_For some reason I am not getting an event fired for USER_THREAT_LIST_UPDATE
13:08.44EthanCentauraiI use a print("event fired") call myself
13:09.16EthanCentauraibut aye that's not much help when it's not firing in the first place :P
13:10.34EthanCentauraithe event is UNIT_THREAT_LIST_UPDATE  anyway :P
13:11.04Zenom_isn't that what I said? :)
13:11.13Zenom_nvm my code is right
13:11.16Zenom_transposed it wrong here
13:11.24Zenom_oh wait
13:11.28Zenom_good call, thanks.
13:11.38EthanCentaurai:)
13:12.17*** join/#wowace vhaarr (n=folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
13:12.17*** mode/#wowace [+o vhaarr] by ChanServ
13:13.48Matrix110anyone from the UK here?
13:14.03Matrix110I need some online shops besides amazon
13:14.37EthanCentauraiebay :P
13:14.57Matrix110ebay is ripoff :P
13:15.00EthanCentauraiwhat kind of shop?
13:15.01Matrix110already checked
13:15.36Matrix110general eletronic stuff
13:16.32EthanCentauraiwww.rapidonline.com
13:17.07Matrix110thanks
13:17.43Matrix110:-(
13:19.02*** join/#wowace Kalroth (n=kalroth@2506ds1-hj.0.fullrate.dk)
13:23.29*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
13:26.38*** join/#wowace CIA-34 (n=CIA@208.69.182.149)
13:27.42Matrix110gah none of the shops ships outside their stupid isle
13:45.23Mikkwhy do you need UK shops if you're not in UK? oO
13:47.22*** join/#wowace Fisker- (i=ballmer@62.61.142.209.generic-hostname.arrownet.dk)
13:49.43thuloooh.. some people are just so.... nice.
13:52.03Repo10gem-helper: 03kunda * r76 GemHelper_Localization.deDE.lua: deDE update
13:54.33*** join/#wowace Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
13:58.30Repo10materials-tracker: 03Shamino * r43 / (2 files in 1 directory): MaterialsTracker:
13:58.32Repo- embed LibQTip
14:04.56*** join/#wowace Lonny`1111 (n=Lonny@82.80.140.191)
14:09.05Daemonawow
14:09.11Daemonathats the 4 world server down in 30 minutes
14:09.19Daemonais there a new crash exploit circulating?
14:10.44Daemonacorrection, 5th world server down
14:10.45*** join/#wowace kenlyric (n=chatzill@skenlam.itpo.iu.edu)
14:11.55EthanCentauraimaybe Blizzard are installing hotfixes
14:12.20EthanCentaurai[Let It Snow] is bugged atm
14:12.37*** join/#wowace Gagorian (n=k@a91-153-60-25.elisa-laajakaista.fi)
14:12.38Daemonaerhm but FIVE times?
14:14.40EthanCentauraiMeh, what do I know
14:14.51EthanCentauraispeaking of knowing...
14:14.54EthanCentaurailua> ("Wisé"):find("(%w+)")
14:14.54lua_botEthanCentaurai: 1, 3, Wis
14:15.16EthanCentauraiwhat do I need to capture special letters?
14:15.29Funkeh`escape them
14:15.37EthanCentaurailua> ("Wisé"):find("(%.-+)")
14:15.38lua_botEthanCentaurai: nil
14:15.42EthanCentauraioops
14:15.51EthanCentaurailua> ("Wisé"):find("(.-)")
14:15.52lua_botEthanCentaurai: 1, 0,
14:15.54Funkeh`I usually had ace2 installed so you could /print <specialchar>
14:15.59Funkeh`returns the escape code
14:16.07thulhttp://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2008/10/20/atheistbus.jpg <- i want a poster like that for my birthday
14:17.19EthanCentauraihow am I to capture special characters when I need to :match names in the friends/guild roster?
14:18.47EthanCentauraiI need to pull names out of system messages like "<name> has come online" and match the name in a roster
14:20.43EthanCentauraior shall I just tell everyone with foreign letters in their names to fuck off :P
14:24.27Funkeh`I just told you
14:24.32Funkeh`\but I was obviously invisible
14:25.04EthanCentauraiyou told me to use escape characters
14:25.16Funkeh`indeedy
14:25.21Fisker-Does WoW care if there's space in conditionals?
14:25.30Fisker-like [target=exists, harm]
14:25.38Fisker-Would that be different from [target=exists,harm]?
14:25.49Funkeh`no
14:26.41Fisker-:E
14:26.54*** join/#wowace mort_ (n=mort@azureus/mort)
14:27.36hasteEthanCentaurai: what string is it your trying to match?
14:28.11EthanCentaurailogon/logoff messages
14:28.19EthanCentaurai%s has come online
14:29.22hastejust use [^%s]+ as a capture then
14:29.48hasteor [%S]+, both the same
14:30.10*** join/#wowace Seerah (n=Ryan_L@adsl-242-184-133.mem.bellsouth.net)
14:31.26Drooliolocal unitWentOffline = '^'..ERR_FRIEND_OFFLINE_S:gsub("%%s", "(.-)")..'$'
14:31.27DroolioofflinePlayer = select(3, msg:find(unitWentOffline))
14:31.32Drooliothat one is for offline...
14:31.47hastewhy do you use find when you don't watn the return vars?
14:31.49Drooliothink the online one has two %s arguments tho
14:32.13EthanCentauraiI have message:match("|Hplayer:(%w+)|h.-|h has come online") atm but it won't work with special letters
14:32.27Drooliothen if you don't need it, don't use find...
14:32.35hastethat's because they aren't a part of %w
14:33.12hasteyou could use .- there instead ofc
14:33.42DroolioERR_FRIEND_ONLINE_SS = "|Hplayer:%s|h[%s]|h has come online."
14:34.20Drooliooh, there's a comment to that to...
14:34.22Droolio-- The name is passed in twice to accomodate player name links - "|Hplayer:%s|h[%s]|h" should not be localized.
14:39.09hastejust replace %w with .-
14:39.12hasteand the problem is solved
14:49.21Repo10pitbull4: 03Zenom2 06pitbull4_zenom 07master * e1a8a75 Modules/ (6 files in 2 directories): [+1 commit] adding my modules
14:52.00gixhttp://www.wowhead.com/?spell=988 - the red range is on hostile targets, and the green on friendly targets, right?
14:52.55Repo10pitbull4: 03Zenom2 06pitbull4_zenom 07master * a240daa Modules/ThreatBar/.DS_Store: [+1 commit] removed DS_Store
14:53.02Fisker-noooooooo
14:53.06Fisker-Green obviously means bad
14:54.13gixit does
14:55.04Xinhuanckknight?
14:55.17ckknightyes?
14:55.21Xinhuanhttp://www.wowace.com/projects/pokedex/
14:55.28Xinhuanthis project doesn't seem to have been synced to curse
14:55.45Repo10buffinformant: 03akazik * r2 / (7 files in 2 directories): - initial release
14:55.51ckknightk, I'll look into it
14:55.59Xinhuanyeah sure
14:56.19Xinhuanauthor is wondering why
14:56.27Xinhuansince he's tagged it correctly and stuff
14:57.38*** join/#wowace [dRaCo] (n=drc@brsg-4dbb055c.pool.einsundeins.de)
14:59.11ckknightI'm wondering why
14:59.21ckknight:-P
14:59.38Xinhuanyour job to find out, my job to get back to the author ;p
14:59.50ckknightmy job starts when I get to the office
14:59.56ckknightI'm currently not there
14:59.59Xinhuanaha
15:01.27EthanCentauraiit's New Year's Eve, let the guy have his beer in peace :P
15:01.58EthanCentauraithanks haste, .- works
15:02.08ckknightactually it's 9 AM and I'm sitting on my couch
15:02.18ckknightwell, more like lying on my couch
15:02.26ckknightI got 3 hours of sleep
15:02.32ckknightbah
15:02.49EthanCentaurai:(
15:03.05*** join/#wowace viisual|work (n=viisual@199.178.62.94)
15:03.05EthanCentauraiis it 2009 in America now? :)
15:03.10ckknightnot yet
15:03.15ckknightI think I have tomorrow off
15:03.20ckknightneed to check
15:03.20viisual|workYou should =P
15:03.41viisual|workI have a shortened day today and off tommorow/friday woot!
15:03.57*** join/#wowace Ghan (n=GhanIRC@ppp-88-217-81-86.dynamic.mnet-online.de)
15:09.35ckknightwell, I should put pants on.
15:10.20*** join/#wowace Aikawa (n=shingo@p5B0539F7.dip.t-dialin.net)
15:13.18Repo10buffinformant: 03akazik * r3 / (3 files in 2 directories): - fixed libs
15:16.28*** join/#wowace p3lim (n=p3lim@ti500710a080-4536.bb.online.no)
15:16.35Repo10buffinformant: 03akazik * r4 / (2 files in 1 directory): - fixed .pkgmeta
15:16.57*** join/#wowace digmouse (n=chatzill@124.200.19.144)
15:18.44*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
15:21.08Repo10sraidframes: 03tomsommer * r589 / (3 files in 1 directory): - Add ability to set border texture
15:21.10Repo- Hide health percentage at 100%
15:21.18Xinhuanwhat happens if you cast Guardian Spirit
15:21.20Xinhuanon a paladin
15:21.23Xinhuanand that paladin casts DI
15:21.58selckin1you don't "die" its more like unit_destroyed or whatever
15:22.04selckin1so i supose you die.
15:24.48*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
15:24.48*** mode/#wowace [+o ckknight] by ChanServ
15:25.29*** join/#wowace vhaarr_ (n=folk@9.84-234-132.customer.lyse.net)
15:29.10ckknighthey all
15:29.28Repo10sraidframes: 03tomsommer * r590 / (2 files in 1 directory):
15:29.31Repo- Add ability to color health bar by class color (default: off)
15:29.37ckknighthas anyone experienced the website being down for more than 10 seconds in the past ≈12 hours or so?
15:35.55digmouseI experienced around 2 or 3 time in the past 2 days
15:36.12digmousejust several seconds or no longer than 1 minute
15:36.48Fisker-OH MY GOD :3
15:37.17ckknightdigmouse: keep an eye out for any more freezes
15:37.34ckknightI did something ≈ 12 hours ago
15:37.53Fisker-I just got "Gonna go when the volcano blows"
15:38.00Fisker-Without being dead the whole encounter
15:38.03durcynckknight: converted to innodb tables? ;)
15:38.04digmouseI'm wandering around curse and ace looking for good mods for ours so if something happen I will know
15:38.18ckknightdurcyn: no, I disabled tls.
15:38.26digmouses/ours/hours/
15:38.39*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
15:38.40ckknightdigmouse: good mods?
15:38.44ckknightaddons or moderators?
15:38.50digmouseaddons OFC
15:38.55ckknightoh
15:38.55Pneumatuswell we know curse has no good moderators
15:39.09ckknightPitBull4's looking good, digmouse ;-)
15:39.15ckknightplugs his own products
15:39.34digmouse:D I'm already using it for solo purposes
15:40.32ckknight:-P
15:40.40ckknightthat's cheating
15:41.00ckknightI have a working party implementation locally
15:41.04ckknightbut I want to clean things up first
15:41.36*** join/#wowace fleetfoot (n=fleetfoo@host-83-166-13-170.hernonet.se)
15:41.52digmousecurse and ace has been temporarily hard to open minutes to minutes in the past day
15:42.19ckknightI only care about the last 12 hours
15:42.21ckknight:-P
15:42.25ckknightand future experience
15:42.37ckknightthere is a DB issue
15:42.40digmousethe last 12 hours for me is around 2 down time
15:42.42ckknightI don't know whether or not I've fixed it
15:42.47digmouseless than 1 minute
15:42.51ckknighthmm
15:42.53Repo10buffinformant: 03akazik * r5 / (3 files in 1 directory): - fixed no-lib in .toc
15:42.55Repo- added deDE locale
15:43.26ckknightgoddammit
15:43.29ckknightissue still exists
15:43.42ckknightat least it appears that way
15:43.44ckknightin any event, grr
15:43.59Repo10buffinformant: 03akazik 04v3.0-6 * r6 : Tagging as v3.0-6
15:46.40Daemonahttp://www.wired.com/culture/culturereviews/news/2008/12/YE8_vaporware?currentPage=3
15:46.46Daemonaexpectations met for another year
15:50.05digmouseI got 11 minutes left for my 2008
15:50.23digmouse10 minutes
15:50.48durcynkeep us posted.
15:51.52digmouseno never will
15:52.01Repo10buffinformant: 03akazik * r7 / (2 files in 1 directory): - added version string to options menu
15:57.55*** join/#wowace purl (i=ibot@rikers.org)
15:57.55*** topic/#wowace is Happy Festivus! | http://www.wowace.com | http://paste.wowace.com/ | http://www.lua.org | http://www.wowace.com/a/author-rewards-program-launching-soon/ | New .15 Mac Build! http://static.curseforge.net/client/Curse%20Client%20Setup%202.0.0.15.dmg || CC Window Test Build 2.0.1.0.RC1 http://tinyurl.com/5l6cfz | Username changes: http://www.wowace.com/request-name-change/
16:00.37digmouseHappy 2009 to myself :D
16:01.35*** join/#wowace EthanCentaurai (n=ethan@89.240.199.179)
16:04.21*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
16:04.21*** mode/#wowace [+o Funkeh`] by ChanServ
16:06.45*** join/#wowace harl (i=harl@dslb-088-077-197-023.pools.arcor-ip.net)
16:10.56*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
16:12.09*** join/#wowace Sirow (n=Sirow001@p57A4C18B.dip.t-dialin.net)
16:13.42*** join/#wowace mort_ (n=mort@azureus/mort)
16:16.02*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
16:16.20Repo10libbabble-boss-3-0: 03yoshimo * r153 LibBabble-Boss-3.0.lua: deDE update
16:19.40*** join/#wowace EthanCentaurai_ (n=ethan@78.149.214.41)
16:20.36Repo10zomgbuffs: 03Zeksie * r44 / (3 files in 3 directories): ZOMGBuffs:
16:20.38Repo- Fixed blessings module not buffing when Bacon of Light and other tracked spells are used.
16:20.41Repo- Now uses Dalaran varients of spells on right click buff raid popup.
16:20.57selckin1e
16:20.58EthanCentauraiBacon of Light :D
16:21.04EthanCentauraiPigadin
16:21.24selckin1i hate how it spams addon channel like crazy
16:21.25Zeksie:)
16:21.43EthanCentauraiselckin1: /ignore Repo ftw :P
16:21.49selckin1i mean zomg
16:22.05Zeksieerm? it doesn't.
16:22.47selckin1it does
16:22.55*** join/#wowace gix (n=gix@p54B8BEC3.dip0.t-ipconnect.de)
16:22.55Zeksieno more or less than any other mod that has to communicate.
16:23.07Zeksiewe can't magically divine things.. so we use the channel
16:23.18selckin1way more then pally power for example
16:23.20selckin1like 10x
16:23.58Zeksieok.. but you're comparing a mod that does blessings only, for a mod that does lots more for all classes, plus blessings auto config etc.
16:24.30Zeksietraffic's only generated when you join raid, and when things change. light buff assignments
16:24.40Zeksienot like it's going all the time
16:26.10selckin1thats not what i see, but don't have any real data to back it up, next raid maybe i'll log it :\
16:26.12Repo10prat_signon: 03ethancentaurai 07master * v2.2.2-3-ga039f6b Core.lua: [+3 commits]
16:26.15Repoa039f6b: Only create a playerlink if the user came online.
16:26.17Repofc2fd96: Fix for special letters in names/message.
16:26.20Repo6871284: Fix bug with raid/party/bg joins and /who queries for Prat-3.0 users.
16:34.47*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
16:38.47Fisker-haha
16:38.47Fisker-i came
16:38.57Fisker-This paladin was randomly trying to do the drake daily
16:39.05Fisker-and i've cought him 4 times earlier trying to do it
16:39.08Fisker-so i ganked him each time
16:39.19Fisker-Then this time he shielded and ran into the village and /rofl'ing at me
16:39.34Fisker-But instead of going to the quest npc in a hurry he got killed by me after his shield went off :D
16:39.56Stanzillanasty
16:41.23Fisker-he's just tried to kill me 3 times in the village now :D
16:41.30Fisker-safe to assume he's pretty mad onw
16:41.32Fisker-now
16:43.13*** join/#wowace Zenom (n=Zenom@unaffiliated/aj1973)
16:43.36SunTsu#
16:43.44SunTsufc
16:46.28*** join/#wowace Iboong (n=user@77.87.207.194)
16:48.25Repo10mill-help: 03Starinnia * r29 MillHelp.lua: add koKR locale, thanks netcrasher
16:49.44ckknightnevcairiel: you there?
16:49.50nevcairielsure
16:50.02ckknightI'm doing the importer now
16:50.05ckknightand wondering something
16:50.06Repo10mill-help: 03Starinnia 041.0.9 * r30 : Tagging as 1.0.9
16:50.22ckknightin you're importing enUS, should it delete keys that you don't import or how should it handle that?
16:50.30ckknightjust add/update?
16:50.39nevcairiela flag maybe?
16:50.42ckknighthrm..
16:50.46ckknightyea, that'd work.
16:51.26ckknightyea, and have it only appear to members as to not be confusing
16:51.31ckknight(note: only authors on the project can edit the enUS translations)
16:52.22Xinhuanckknight
16:52.28Xinhuanwhat about keys that look like this
16:52.28ckknightXinhuan
16:52.34*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
16:52.42XinhuanL["SOME_DESC"] = "This is a very very very very very long description"
16:52.49ckknightwhat's the issue?
16:53.00Xinhuanhow will the localizer app handle that
16:53.07ckknightas expected.
16:53.26ckknightenglish text isn't required to be the key
16:53.37Xinhuana translator would end up seeing "SOME_DESC" as the text to be translated?
16:53.41Xinhuanor is this not an issue?
16:53.58ckknightthey'd see Key: SOME_DESC
16:54.05ckknightEnglish: This is a very very very very very long description
16:54.59ckknightCurrent German (deDE): Dies ist ein sehr sehr sehr lange Beschreibung
16:55.11ckknightNew translation: [                             ]
16:55.15ckknightor something like that
16:55.22Stanzilla*eine
16:55.25Stanzilla*hides*
16:55.25ckknightoh, then context afterward
16:55.33ckknightStanzilla: yea, that's right
16:55.37Stanzillasorry^^
16:55.43ckknightXinhuan: if key ≠ english text, both are shown.
16:55.47Drooliois the localisation app working now?
16:55.53Repo10huntard: 03Xocide 07master * v0.3-4-gba31928 Huntard.lua: [+1 commit] Fixed up some of the code.
16:55.56ckknighttechnically yes, Droolio
16:55.58ckknightplz test
16:55.59ckknightkthx
16:56.03ckknightno importing yet
16:56.04ckknightworking on that
16:56.25Xinhuanwhen you are ready, try importing Omen's localization files
16:56.30Xinhuan;)
16:57.00Stanzillacurse omen's localization files!
16:57.04ckknightXinhuan: mind pasting them up?
16:57.14ckknightI don't have Omen downloaded
16:57.16Xinhuanthey are quite long, you sure?
16:57.21Droolioi clicked on the setup localisation link earlier and it turned into 'edit' but it's still linking to the setup page...
16:57.27Stanzilla"quite long"
16:57.28ckknightXinhuan: a subset, then
16:57.43ckknightDroolio: go to /localization/
16:58.05ckknight(after your project's url)
16:58.06StanzillaGnarfoz still needs to fix the german locale!
16:58.28Xinhuanckknight: http://www.wowace.com/paste/71/
16:58.28Droolioaha, now i see the create phrase pulldown. sweet, didn't see that earlier...
16:58.47*** join/#wowace Sliker_Hawk (i=Sliker_H@5ad881b0.bb.sky.com)
16:58.51Xinhuanthe end of the file is the trickier part
16:58.56Xinhuansince i have really long FAQs there
16:58.59ckknightXinhuan: not tricky
16:59.13Xinhuanalso the Lua highlighter sucks
16:59.16ckknightXinhuan: I wrote a lua => python converter
16:59.24ckknightXinhuan: take that up with the pygments people :-P
16:59.25Xinhuanits highlighting keywords in the text string surrounded by [[ ]] ;p
16:59.30ckknightyea...
17:02.45Drooliowhat's the deal with mexican localisation btw? is it fully supported by blizz?
17:03.05Xinhuanit is
17:03.07Xinhuanbut if you are like me
17:03.15Xinhuanyou will use the following "shortcut"
17:03.17Xinhuanlocal L = AceLocale:NewLocale("Omen", "esES") or AceLocale:NewLocale("Omen", "esMX")
17:03.17Xinhuanif not L then return end
17:03.29Xinhuani.e use the same darn localization table for both languages ;p
17:03.41Droolioah :)
17:05.14Drooliocan anyone edit strings in the localisation app? or will it work with roles...
17:06.59digmouseI prefer rols
17:07.03digmouse*roles
17:07.32Xinhuandigmouse, want to translate "Showing %s's JC" to chinese for me? :p
17:07.41*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
17:07.54digmouseShowing %s's JewelCrafting?
17:07.57Xinhuanya
17:08.01ckknightXinhuan: CIA-43 Pygments: gbrandl trunk * 728:e2d82f5caaa6 / (CHANGES pygments/lexers/agile.py): Support multiline strings in Lua lexer.
17:08.06ckknighthehe
17:08.12digmousesee your PM in seconds
17:09.20Droolioi'm seeing weird results under the 'activity log for localizations' menu...
17:09.42ckknightDroolio: link
17:10.05Drooliohttp://www.wowace.com/admin/activities/localization_localization-6-localization/
17:10.34Droolioit's showing the same string i just added for every entry
17:11.37Drooliooh nice, it just automagically updated the entry age without refresh
17:14.24ckknightXinhuan: http://www.wowace.com/paste/71/
17:14.33ckknightDroolio: eep, bug
17:14.46Xinhuanah
17:14.49*** join/#wowace fewyn (i=fewyn@rrcs-71-41-249-197.se.biz.rr.com)
17:14.59Repo10lib-st: 03ddumont * r72 Core.lua: sortnext bug
17:15.25ckknightXinhuan: (he fixed the parser)
17:15.36Xinhuanyeah excellent :)
17:18.33Repo10lib-st: 03ddumont 04v2.0 RC1 * r73 : Overhaul of the event system and sorting bugfixes.
17:20.36*** join/#wowace Sekkyo (n=joel@c-98-193-50-129.hsd1.il.comcast.net)
17:21.50*** join/#wowace Kivin (n=chatzill@bas1-kingston08-1177768757.dsl.bell.ca)
17:22.08KivinWhat addon do I need to place a grid on the screen to aid in centering frames?
17:22.16ckknightAlign?
17:22.19ckknightI think
17:22.20durcynyeah, Align.
17:22.21Kivinthat's the one, thanks ck
17:22.28Pneumatusthat or GraphPaper
17:22.28Kivinthanks both
17:23.00KivinNeither on Curse?
17:23.08Pneumatusboth only on wowi iirc
17:23.31KivinOki
17:25.58ckknightso clearly I need to convince one of them to cross-post
17:26.03ckknight...or write an awesome competitor
17:26.12ckknightor not care...
17:26.13Kivinlol
17:26.20ckknight3 valid choices
17:26.23ckknightgoing with (c) for now
17:26.33Kivinshould only take ten minutes to write a decent align competitor :P
17:27.06ckknightbut I could make it awesome
17:27.11ckknightand name it after a farm animal
17:27.18*** join/#wowace Trell- (i=Trell_@183.Red-88-14-151.dynamicIP.rima-tde.net)
17:27.19Kivintrue story
17:28.16ckknightmine would be more awesome, though for the sheer fact that it'd be "Ace'd"
17:28.20ckknightwhatever that means.
17:28.28Torhalckknight: Name it ChickenWire
17:28.32Kivincackles.
17:28.36ckknightoh, that'd be delightful, Torhal
17:29.11*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
17:29.11Xinhuanor Coop
17:29.24ckknightChickenWire makes at least some sense
17:29.40ckknightgoddammit
17:29.46ckknightnow I have the urge to write an addon while at work
17:29.51Xinhuananyhow, no point recreating an existing mod unless it is better ;p
17:29.59ckknightXinhuan: but it'll be "Ace'd"!
17:30.07Torhalfacepalms.
17:30.13Xinhuantell Arrowmaster to Ace TrainWhistle
17:30.28ckknightI'm pretty sure that was done for the lulz.
17:30.53Xinhuantrade channel randomness: "WTB eternal life" "me too"
17:31.08ckknightlol
17:31.12Zenomlol
17:31.19ckknightforgot to WTB eternal youth
17:31.20*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
17:31.32ckknightgood luck being 9001 with hip issues
17:31.42ckknightyou'll end up like the Face of Boe
17:31.44ckknightyou know it.
17:32.10ZenomWell im 9000 and no hip issues yet.
17:32.37ckknightso tell me
17:32.46ckknightsince the world's only 6000 years old or so
17:32.58*** join/#wowace Sekkyo_ (n=joel@c-98-193-50-129.hsd1.il.comcast.net)
17:33.01ZenomI existed before space and time.
17:33.05ZenomTherefore I must be "god"
17:33.08ckknighthow did Adam and Eve's marital relations differ before and after the apple debacle?
17:33.23ckknightmy guess is that the sex after was probably better
17:33.25ckknightbut more bickering.
17:33.26KivinHow exactly does aura filtering work in Pitbull?  I'm trying to figure out a way to see my DK diseases and what have you but not all the other random debuff spam
17:33.38ZenomWell make up sex is always good.
17:33.50ckknightKivin: it works subtastically.
17:33.57Kivinorly?
17:34.13ckknightyarly!
17:34.47ckknightKivin: in any event, it's being rewritten for PB4
17:34.54Kivinthat'd be nice
17:35.07ZenomYou should add in a hide when not in combat function too ckk
17:35.14Zenomor a fade after x seconds from combat
17:35.15Zenom:)
17:35.16KivinI've been telling myself it's time to get EBB since the day I rolled DK, and never bothered.  Guess today is time
17:35.19ckknightZenom: to auras specifically?
17:35.27ZenomTo the entire frame.
17:35.31ZenomSorry was a little off topic.
17:35.44ckknightZenom: ah, there's a module in PB3 for that
17:35.46ZenomLike hide the player, frame etc
17:36.18ckknightI want to add proper fade methods so that modules don't fight
17:36.32ckknightand I want animation rather than instant fading
17:36.34ckknighthandled for you
17:36.56ckknightdreams
17:37.03ZenomSo a friend of mine had an idea for a mod, but i don't think its doable.
17:37.20ckknightlet's hear it
17:37.20ZenomLike you have a listener
17:37.26Zenom1 sec skype
17:37.27KivinWhy can't I resize my partypet frame w/o resizing my party frame o_O bug?
17:37.38Zenomafter this phone call i will explain
17:37.50Zenomkhas to do with controlling a character from another account via like hidden chat commands
17:38.16ckknightfor the most part, that's undoable
17:38.29ckknightKivin: yea, but PB3's no longer developed.
17:38.32ckknightKivin: wait for PB4.
17:38.40KivinOki.  What's the eta?
17:38.55Camciwill settings for PB3 be working for PB4?
17:38.59ckknightfor groups, I wanna get that done around tomorrow
17:39.15ckknightdon't think tonight is viable, new year's and all
17:39.27ckknightShefki's working on Auras
17:39.37ckknightZenom is making random modules
17:39.40ckknighta lot is already done
17:39.41*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
17:39.49ckknightCamci: how do you mean?
17:39.59KivinIs it based on Rock or Ace3?
17:40.04Camciframe seetings we have for PB3, will work for PB4 or gotta start over?
17:40.21ckknightKivin: Ace3
17:40.25Kivin*Nod*
17:40.36ckknightCamci: start over, but it should take you less than 5 minutes rather than ≈2 hours
17:40.43ckknightCamci: do you have a complicated setup?
17:40.47ZenomOK so for the module. His idea was to have like a listener module that say user A could allow user B to send commands. User B would then be able to send a command like "dosmite"
17:40.54Zenomand it would do smite on the remote users machine.
17:40.59ckknightZenom: yea, impossible
17:41.01Camcinot that complicated but still took me around 3 hours :P
17:41.06ZenomAll via a hidden interface so that people who went afk could still be used.
17:41.14Camcibut 5 minutes? that its cool
17:41.16ckknightCamci: okay, take a screenshot in your various config modes.
17:41.27ckknightscreenshots, if necessary
17:41.32ckknightand send to me
17:41.37Camciokey
17:41.56ckknightand I'll go through with you if there are any things I can do to make your setup time faster
17:42.02gixor use a converter addon
17:42.08ckknightno, gix
17:42.11*** part/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
17:42.16ckknightthat's basically impossible due to the change in architecture
17:42.53Camcinice ckknight, will grab some sceenies when i log in, got ppl coming over nowish so gotta get me ready.
17:43.00ckknightCamci: alright, cool
17:43.09Camciso happy new your to all of you and may this new year bring many more cool addons :D
17:43.10ckknightand actually, I suspect that PB4 will be more customizable than PB3
17:43.11gixhm. why would it be impossible?
17:43.13ckknightbut easier still
17:43.14ZenomI must be the only guy in here that will be at his machine tonight on New Years Eve :)
17:43.24gixZenom: prolly not
17:43.28ckknightgix: because layouts are defined deterministically instead of ad-hoc
17:43.31*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
17:43.41Xinhuanif it makes you feel any better, its already new year here
17:43.41ckknightZenom: I'm not sure what we're doing for New Years', actually
17:43.54ckknightCh-ch-ch-chinaman!
17:44.01ckknight...sorry, I had to
17:44.03Zenomlol
17:44.11Xinhuanck you can check out why the project i linekd earlier didn't sync to curse hehe
17:44.21gixckknight: well i'm not saying it would be trivial to write one
17:44.43ckknightgix: I don't plan on doing it, and I'll discourage anyone who tries.
17:44.56ckknightXinhuan: ah, forgot about that, was at home when you asked
17:45.33Xinhuanhttp://www.wowace.com/projects/pokedex/files/
17:45.38Xinhuanis the project
17:45.55*** join/#wowace Anaral (n=Anaral@WoWUIDev/Norganna/QA-Engineer/Anaral)
17:46.30NeoTron<PROTECTED>
17:47.30Repo10recount: 03Elsia * r960 / (5 files in 2 directories): Recount:
17:47.32Repo- Added group based content collection filters, and main window visibility config. Added states are Solo, Party and Raid.
17:47.52*** join/#wowace keias (i=saiek@c-69-245-244-213.hsd1.in.comcast.net)
17:47.59NeoTronman have to report to Elsia that I don't want recount to break quests and LOG MY KEYS zomg
17:50.32ckknightXinhuan: I have informed people
17:51.02Xinhuanwhats the issue with it?
17:51.36*** join/#wowace obble (i=obble@user-5af0862e.wfd103.dsl.pol.co.uk)
17:52.36Repo10revelation: 03Torhal 043.0.3-1.0.3-beta * r19 : Tagging as 3.0.3-1.0.3-beta
17:54.48*** join/#wowace Lisimba (n=kaas@cp413168-a.dbsch1.nb.home.nl)
17:55.57ckknightXinhuan: Roleplay is having trouble syncing
17:55.58ckknightor something
18:00.05*** join/#wowace Ghli (n=Ghli@32.156.154.202)
18:01.31TorhalNeoTron: Log your keys? Bwah?
18:01.32NeoTronhmm. Seems like I might be able to get FIOS now
18:01.52NeoTronTorhal: there was a discussion last night how people blame Recount for breaking quests, being a keylogger etc
18:02.00NeoTronor rather yesterday
18:02.02TorhalUhm. LOL?
18:02.36NeoTronrigght
18:06.26Pneumatusif you rename your questhelper folder to recount perhaps!
18:07.03ckknightP.S. QH is a keylogger
18:07.06ckknighthush-hush, though
18:07.08ckknightit's a secret
18:07.10ckknightwe're in cahoots
18:07.26*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
18:07.35ckknightokay, I'm gonna go to lunch
18:07.53viisual|workI hope I get keylogged.
18:07.56Fisker-so is recount ckknight
18:08.14ckknightviisual|work: it truly is an honor
18:10.12Pneumatusnext you'll be telling us the curse client is a keylogger
18:10.42Zhinjiog'mornin'
18:10.50TorhalZhinjio: Feh!
18:12.40Zhinjiosup Torhal
18:13.00obbleI hear spartanUI is a secret porn site
18:13.02TorhalTrying to fix Revelation. That round of changes I made the other night broke enchanting via trade window.
18:13.55ZenomMark me down for hating all things Adobe.
18:15.58*** join/#wowace KriLL3 (n=chatzill@unaffiliated/krill3)
18:17.59TorhalZhinjio: I actually reverted a bunch of things and re-did them in more of a sane manner, like hooking HandleModifiedItemClick again (only way to get to the trade window) and using GetMouseFocus() only when a focus wasn't supplied to the menu function (via HandleModifiedItemClick)
18:18.18TorhalGoddamn kludges.
18:18.57Zhinjioyuck
18:19.38TorhalI also had to re-add the frame name checking because it was possible to click on the inspect window
18:19.54TorhalBut I now have it check for BagginsBag and BagnonBag so they work.
18:20.55Zhinjioseems to me there'd be a different event to hook in the trade window
18:21.03Zhinjiodid you look at the framexml for that guy?
18:21.08TorhalYup.
18:21.13Zhinjiofeh
18:21.36TorhalThe .xml file is where HandleModifiedItemClick is called
18:21.42TorhalThere's nothing useful in the .lua
18:22.28TorhalAnd despite all that, enchanting in trade is still broken. Apparently I changed something else and I just don't see it.
18:24.23TorhalAnywho: I need a suggestion for an sRaidFrames replacement. It taints like a mofo.
18:24.47*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
18:28.36*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-121-101.dsl.irvnca.pacbell.net)
18:34.00Repo10revelation: 03Torhal * r20 Revelation.lua:
18:34.09RepoIn IterEnchant(): Reversed strfind() arguments for correct effect.
18:37.26*** join/#wowace Pkekyo| (n=Pkekyo@062016163025.customer.alfanett.no)
18:45.45TinyboomHappy new year everyone :)
18:48.35Repo10revelation: 03Torhal * r21 Revelation.lua:
18:48.37RepoIn IsValidFrame(): Split the five strfind() calls into five if checks from one. No sense checking them all if one is valid.
18:50.48Repo10revelation: 03Torhal 043.0.3-1.0.4-beta * r22 : Tagging as 3.0.3-1.0.4-beta
18:57.04Repo10pitbull4: 03Zenom2 06pitbull4_zenom 07master * fdcbe52 Modules/ExperienceBar/ExperienceBar.lua: [+1 commit] Fixed problem with division by nil when rested xp is non-existant.
18:57.38TorhalDid he seriously clone a work-in-progress?
18:57.39TorhalHeh
18:57.56ZenomUm, i'm right here, and I'm helping ckknight with stuff.
18:58.01ZenomJust pushing to this repo.
18:58.04ZenomFor him to checkout from.
18:58.14TorhalOk. Seemed rather odd.
18:58.32ZenomNo different than a fork.
18:58.32Skellumyea...you coulda been...doin..stuff
18:58.44Repo10materials-tracker: 03Shamino * r44 / (3 files in 1 directory): MaterialsTracker:
18:58.47Repo- removed enhtooltip, replaced with LibExtraTip which is now embedded
18:58.52NeoTronZenom: shhh we expect to talk about people doing stuff that are not here, so ... begone!
18:58.57TorhalWell, I didn't know you were helping him...but forking something that isn't finished seemed odd.
18:59.06*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
18:59.17ZenomEasier than zipping up modifications and sending them to him via email.
18:59.22NeoTronok Zenom is gone, start talking crap about him!
18:59.28TorhalThis is true.
18:59.33NeoTronI think in part that is how you're "supposed" to work with GIT?
18:59.40NeoTronor one of the benefits of GIT or something
18:59.43ZenomYep.
18:59.58Skellumhttp://pics.nase-bohren.de/online_vs_real_life.jpg
19:01.18*** join/#wowace Torhal (n=Torhal@74-130-66-145.dhcp.insightbb.com)
19:02.54*** join/#wowace Matrix110 (i=Matrix11@pD957D44E.dip.t-dialin.net)
19:04.27ckknighthey all, back
19:04.37Torhalckknight: Be welcome in your backness!
19:05.15*** join/#wowace TheDeamon (n=TheDeamo@69-20-145-84.static.ida.net)
19:05.19ckknightTorhal: k.
19:05.41ckknightNeoTron: yea, pretty much.
19:05.53ckknightNeoTron: well, it's one way. The way I prefer, at least
19:07.43SkellumHow is everyones 1st progressing?
19:07.46SkellumErr well
19:07.49SkellumEve of the 1st
19:08.37ckknightwell
19:08.46ckknightgot back from lunch, should get back to the localization app
19:08.51ckknighthttp://www.skepticsannotatedbible.com/ is pretty cool
19:09.36TorhalZhinjio: Feh. Found GetTradeTargetItemLink, but apparently it's a C function. Yay.
19:11.28ckknight"<3" has been banned, apparently
19:11.35ckknightbut I <3 "<3" :-(
19:11.41TorhalBwah?
19:11.48ckknighthttp://news.yahoo.com/s/ap/20081230/ap_on_re_us/banned_words
19:13.06TorhalOh, fuck them. These are the same people who "banned" the word "organic" because idiot marketers use it instead of "all natural"
19:13.19TorhalI mean, of _course_ eggs are "organic".
19:13.49ckknightdelicious organs.
19:17.02Skellumso...I have all the parts to build my new comp ordered from new egg
19:17.14SkellumNow I keep looking at the site all excited waiting for it to ship >_<
19:17.29kenlyricwait, why do you say "of course"
19:18.49kenlyrici thought organic in eggs meant the chickens had been fed a specific type of diet.
19:21.32ckknightit'd be nice if there was some kind of certification to be called "Organic" (or some other term)
19:21.49ckknightbut there's not, so *shrug*
19:21.51robo\afkThank goodness we have that overhere :D
19:23.09ckknightwhere is "here"?
19:23.13robo\afkDenmark
19:23.17ckknightah
19:24.10robo\afkWe get an "Ø"-stamp on goods that has been certified as organic by the Danish authorities
19:24.16*** join/#wowace Toadkiller (n=dnester@adsl-99-188-166-150.dsl.pltn13.sbcglobal.net)
19:24.31ckknightquestion: would referring to you as a "Butter Cookie" offend you?
19:24.54robo\afkI have no idea what that is :<
19:25.04ckknightReference to Kjeldsen's Butter Cookies, a fairly famous export from Denmark.
19:25.12robo\afkah yeah, those >_>
19:25.15ckknightit's from a racial slur database.
19:25.29robo\afkI generally prefer DKDK and so does Fisker-
19:25.40ckknightDenmark Death Knight?
19:25.41ckknight:-P
19:25.53robo\afkindeed
19:25.59ckknighthehe
19:26.05ckknightFisker plays a pally.
19:26.05KivinSo that's where all those death knights came from all of a sudden a month ago.
19:26.21*** join/#wowace Vangual (n=bah@84-73-127-44.dclient.hispeed.ch)
19:26.25robo\afktoo many Danish players on our realm tend to add dk to the end of their name
19:26.47robo\afk.. so when Death Knights were revealed, it was decided that danish death knights were to add DKDK ;P
19:27.01Torhalkenlyric: I'm saying the term "organic" as used instead of "naturally raised" or somesuch, is idiotic.
19:27.26kenlyrictrue
19:27.33kenlyricit's a dumb term overall, not just for eggs
19:27.36TorhalAye
19:27.44kenlyricInorganic tomatoes, on sale now!
19:27.49TorhalExactly
19:28.08KivinDo they taste like chicken?
19:28.47ckknightTorhal: what is "Natural", though?
19:28.59ckknightTorhal: how large must a pen be to be natural?
19:29.04ckknightor do they need to be wild?
19:29.08ckknighttoo many variables :-(
19:29.10TorhalBah.
19:29.17TorhalThat's "cage-free", BTW.
19:29.22Zenomomg the pb4 frames are driving me bonkers :)
19:29.25robo\afkaka non-Burhøns
19:29.28erikhman, you guys are worse than barrens chat sometimes :)
19:29.45Torhalerikh: Nobody said a thing about Chuck Norris.
19:29.57ckknightZenom: ?
19:29.58erikhwell you just ruined that, now didn't you? :)
19:30.02TorhalBWAH!
19:30.07Zenomckknight: the spacing
19:30.20ckknightZenom: ah, yea, I plan to add options for that.
19:30.28ckknight...file a ticket
19:30.46Zenomand maybe borders
19:30.55Zenomkk
19:32.19KivinIs there a way to make macros that set raid icons?
19:32.45ckknightZenom: make a ticket for that, too
19:32.56ZenomCam I put in the same ticket?
19:33.02ckknightno
19:33.04ckknightabsolutely not
19:33.06ZenomYou suck.
19:33.07ZenomLOL
19:33.14ckknightI made a knowledge base article about this
19:33.32ckknighthttp://www.wowace.com/knowledge-base/how-to-file-tickets/
19:33.34viisual|workckknight, how was lunch? ;)
19:33.51ckknightviisual|work: good, had Teriyaki chicken and was invited to a New Year's party
19:34.02ckknightI'm going somewhere else, though
19:34.05*** join/#wowace doom0r (i=Doom0r@c-24-1-208-53.hsd1.il.comcast.net)
19:36.00Repo10nauticus: 03Drool * r118 / (6 files in 2 directories):
19:36.03Repo- yet another code tidy-up; remove stuff, juggle and comment
19:36.05Repo- put version in ldb title contexts; use @project-version@ and in toc
19:36.08Repo- use spanish locale for esMX
19:36.19ckknightaccursed spaniards.
19:36.20*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
19:36.20*** mode/#wowace [+v Tekkub] by ChanServ
19:37.07TorhalWaiting for www.wowace.com...
19:37.18ZenomSame heh
19:37.33Drooliopainfully slow lately
19:38.11ckknightTorhal: an insert is locking up the DB
19:38.17ckknightunrelated tables, even
19:38.29TorhalEven after your apt-get? Gah.
19:38.35ckknightyea
19:38.37doom0rnow that is a great changlog entry: See, I told you that was boring. Now let's see if it crashes constantly or not! Go to work, oblivious beta testers! Test my code for me under the guise of a stable release!
19:38.38ckknightand even after disabling tls
19:38.54ckknightlol, doom0r
19:38.55ckknightlink
19:38.59doom0rzorba
19:39.08doom0rqh changes
19:39.20doom0r@project quest-helper
19:39.21Repodoom0r: http://wow.curseforge.com/projects/quest-helper/. QuestHelper. Game: WoW. ZorbaTHut (Manager/Author), vipersniper (Author), smariot (Author), nesher (Author). Updated: 19 hours ago. Tickets: 94/312
19:39.23*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
19:39.27Toadkillergood grief, what is Bonjour for windows, why would I install it, or did Apple already install it and want to update it, or are they trying to put crapware on my comp?
19:40.01doom0rit's a local peer location protocol iirc
19:40.05doom0rlike to find people for ichat
19:40.10doom0ron a local network
19:40.33Droolioisn't it their proprietary dns system?
19:40.40ToadkillerThats what I gather, which means it extra crap doing timeouts and other stupid stuff I do not need while my comp starts up or is running tho right?>
19:40.48doom0rit doesn't transverse NAT Droolio iirc
19:41.03Zenomok added 3 tickets.
19:41.19doom0rToadkiller, unless you're using ichat or itunes across multiple comps on a local, you don't need it
19:41.49doom0rbtw, WTB popup on shift only ;x
19:41.50ToadkillerIts just that its bitching to install it each time I plug in my iPhone
19:42.07doom0roh, they might use it for communicating with that for something
19:42.11doom0rthat's the idea behind it
19:42.19ToadkillerI should go find the appropriate user frenzy forum to whine in I guess
19:42.40*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
19:42.43doom0rhttp://en.wikipedia.org/wiki/Bonjour_(software)
19:42.51doom0rzeroconf discovery
19:45.59*** join/#wowace Southy (n=Dan@78-105-2-213.zone3.bethere.co.uk)
19:47.11*** join/#wowace Southy (n=Dan@78-105-2-213.zone3.bethere.co.uk)
19:48.41*** join/#wowace Southy (n=Dan@78-105-2-213.zone3.bethere.co.uk)
19:49.11ckknightZenom: good times
19:49.21Zenomlol
20:00.20Southyany1 know if there is a way to make my raid frames show up instead of party frames when in a party?
20:00.37*** join/#wowace kontroll (n=sco@h23n3c1o912.bredband.skanova.com)
20:00.45Pkekyo|HAPPY NEW YEAR LADIES!
20:01.38*** join/#wowace Ghli (n=Ghli@32.156.191.4)
20:05.58ZenomSouthy: i think most of the raid frames have that and I believe the default options in wow have something to hide party frames when in raid.
20:06.39ckknightSouthy: ...why?
20:06.49ckknightZenom: his question appears to be the converse
20:07.15ZenomYeah i was just saying once u show raid frames in party you can hide party frames. (but i said raid)
20:07.35ZenomBut I know i have done that before too, showed raid frames when in party like grid, when I wasn't a healer.
20:07.36ckknightSouthy: no, you can't have raid frames show unless you're in a raid.
20:07.45erikhbonjour == avahi == p2p DNS
20:07.48ckknightat least for the default blizz frames
20:07.48erikhit's open
20:07.52ckknightfor custom unit frames, it's possible
20:08.19erikhit used to be called something else, I can't remember now.. rhapsody?
20:08.31*** join/#wowace pomp1 (n=Pomp@c-71-58-3-50.hsd1.nj.comcast.net)
20:08.53erikhstarted with an R at least.
20:09.05erikhi'd totally clean up on wheel of fortune.
20:11.41ckknightwoo, I got a localization file to import!
20:12.03ckknight(locally)
20:16.23Repo10gem-helper: 03Xinhuan * r77 / (4 files in 1 directory): Add all 18 Dragon's Eye gems to the database.
20:17.01ckknightnevcairiel: AceLocale-3.0's locales are harder to parse.
20:17.03ckknightlame.
20:17.10ckknight(still doable)
20:17.12nevcairielheh
20:17.23nevcairielinvoke a lua parser =P
20:17.25ckknightbut that's only because I'm pro
20:17.34ckknighteh, no thanks, I'd really prefer to avoid that
20:17.39*** join/#wowace Adys (n=Adys@unaffiliated/adys)
20:17.43ckknightsince I don't want random code executed
20:18.00nevcairieldoesnt sound so hard to regex
20:18.26ckknightI'm actually doing it with an LL(1) parser.
20:18.29ckknight:-P
20:18.36ckknightwell, LL(k) where k is 2
20:18.40nevcairielthat works too
20:18.50ckknightI could do it with LL(1), but I'd have to make my code more complex
20:19.35ckknightnevcairiel: comments and all that are taken into consideration, so win
20:19.51nevcairieli just recently wrote a LR parser for a university tasks, its much more fun then doing stupid regexes
20:19.58ckknightquite
20:20.05ckknightand your code can actually be a lot cleaner because of it
20:20.11ckknightand more powerful
20:20.27ckknightsince you act as a state machine, intrinsically
20:21.19Xinhuani wish i paid more attention to my uni classes on compilers (lol)
20:21.31nevcairielhehe
20:21.51ckknightI learned this on my own :-P
20:22.35nevcairielI had a project this semester to write a LR parser for regex'es and create the NFA/DFA from it
20:22.47nevcairielwas quite fun
20:23.42ckknightthat's cool
20:23.58ckknightnow the true test of knowledge:
20:24.01nevcairielsadly, we did it in java
20:24.16ckknightnevcairiel: yea, my classes were taught for that, too
20:24.34ckknightI asked my teacher if I could do it in python, and he said I could as long as I commented a lot to let it show I knew what I was doing
20:24.39ckknightI also had to give a presentation on python
20:24.40nevcairielhowever i learned something about JSP/Servlets that way, wasnt too bad
20:24.49ckknightokay, test of knowledge:
20:24.50ckknightwhat's more powerful, NFA or DFA?
20:25.58nevcairielthey are the same, you can convert between them
20:26.23nevcairielevery NFA has a equivalent DFA
20:26.29nevcairieleven if it takes alot of time to create it =P
20:26.31*** join/#wowace Inc` (n=incendiu@pool-72-64-99-237.dllstx.fios.verizon.net)
20:26.37ckknightyou have passed said test.
20:26.41ckknighthehe
20:26.53*** join/#wowace EvilJohn- (n=eviljohn@rrcs-24-153-227-226.sw.biz.rr.com)
20:26.55Southyckknight, sorry for not answering quicker, had to go eat: but the reason i would like to show raid frames instead of party is simply because i am trying to recreate this UI: http://i32.tinypic.com/2ic6uqc.jpg and i have already set up the raid frames to look like it
20:27.17nevcairielwell we did that, parsed the regex, created a NFA (trivial), converted to DFA, and then minimized that DFA
20:27.20Southyis there not a feature for party frames to adopt raid frame behaviour either in that case?
20:27.30*** join/#wowace Matrix110| (i=Matrix11@pD957D44E.dip.t-dialin.net)
20:27.32ckknightSouthy: there is in PitBull4 ;-)
20:27.34ckknight(not out yet)
20:28.04ckknightso, if you feel like waiting a few days, you could do that
20:28.18ckknightSouthy: what unit frames you using now?
20:28.22*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
20:28.35Southypitbull
20:29.03ckknightk
20:29.09ckknight(P.S. I'm the author)
20:29.24Southyye i noticed :P
20:29.31ckknight*thumbs up*
20:30.06ckknightyou could save the raid frames' layout
20:30.11ckknightthen load that layout into the party frames
20:30.11Southygreat addon :P i would die without some of the options
20:30.29ckknightexample?
20:30.42ckknight(if they don't exist, I'll tell you to file tickets on the PB4 page so you don't lose em)
20:31.13Southy(the ones that do exist i meant) :>
20:31.37ckknightdon't exist on PB4
20:31.45ckknightPB4's a full rewrite, not a port
20:31.48Southyahh i see
20:33.49Southythe customisability in general really
20:34.04ZenomAlot of the customization will be better from what i have seen.
20:34.05Southythe current pitbull doesnt support vertical filling bars does it?
20:34.10ckknightit does
20:34.14Zhinjiobarely
20:34.16Zhinjiobut yes
20:34.17ckknightyou set the bar to be on the left or right side
20:34.24ckknightZhinjio: how is that barely?
20:34.50Zhinjiobar layout using vertical elements looks like ass that way
20:35.20ckknightgot a better way to do it?
20:35.40Zhinjiosure, we've already talked about it.
20:35.54ckknight...I forget
20:35.57ckknight(sorry)
20:36.18Zhinjioyou inherently have all the bars forced into occupying that full area in the frame.
20:36.32Zhinjiothat lacks flexibility and makes vertical elements look like ass
20:36.39ckknightah
20:36.42ckknightyea
20:37.04ckknightsometimes creativity is more vibrant when you have to work inside constraints ;-)
20:37.06ckknightwork with the box.
20:37.18ckknight:P
20:37.32nevcairielisnt thinking outside the box the new cool thing?
20:37.44ckknightnevcairiel: used to be, then Reagan took office.
20:38.42doom0rhttp://img132.imageshack.us/img132/9676/motivatororange8ba9.jpg
20:39.39Southyckknight, is there any way on the current pitbull to get party frames do adopt size and positioning of raid frames? load layout didnt seem to do that
20:39.59ckknightSouthy: by manually transferring all the settinsg
20:40.01ckknightsettings*
20:40.12ckknightsorry, but the layout system of PB3 is kinda poor
20:40.18ckknightI'm fixing that in PB4
20:40.23ZhinjioI'm not saying that it shouldn't be constrained inside a frame. Thats pretty much a requirement, code-wise.... but forcing it to occupy the full area of the frame is the piece that makes it suck.
20:40.32Zhinjioanyway, new monitor cable has arrived, idle.
20:40.44ckknightZhinjio: you want the ability to add padding to the sides of the bar, then?
20:40.55ckknightI also plan to add options for spacing between bars, but that'll be per-layout
20:42.31Zhinjiono, I want to be able to have all elements inside the frame be free-floating and individually anchorable to the parent frame.
20:42.49Zhinjiolet me show you an example of what is completely *impossible* using the current method.
20:42.55doom0rgrins
20:43.11doom0rZhinjio: i've been trying for that ;x
20:43.19Zhinjiohttp://geo.trippy.org/images/treatise/player4.jpg
20:43.32Zhinjioignore the actionbars in the bottom right
20:43.39*** join/#wowace Cavisty^gerber (n=Cavisty@c-98-192-207-73.hsd1.md.comcast.net)
20:43.59Zhinjiothats not possible to do with your current modality
20:44.11Zhinjioparadigm, whatever you want to callit
20:44.21StanzillaZhinjio: you want ag_Pimpster
20:45.10ckknightZhinjio: yea, I can make that work, well, probably not the text, though.
20:45.20ckknightactually, no
20:45.26ckknightno, that's ludicrously hard.
20:45.37ckknightsorry
20:45.37Zhinjiowell, you asked.
20:45.39ckknightno soup for you
20:45.51ckknightthat's cool, though
20:46.22ckknightI just don't know how I'd properly accomplish that
20:46.28ckknightZhinjio: wanna do me a big favor?
20:46.42ckknightZhinjio: file a ticket on PitBull4 saying that you want the ability to do that, and attach the image
20:46.49ckknightso that at least it stays on the table
20:46.52Zhinjiosure.
20:47.05ckknightcause I don't wanna say no, but I'll say "maybe later"
20:47.54Nenuedo you have some type of planning document for PB4?
20:48.05ckknightNenue: I have a spec sheet and tickets
20:48.27ckknightplanning would consist of creating milestone, attaching tickets to those milestones
20:48.33ckknightif you want features in PB4, make tickets.
20:48.57Pneumatuscan anyone reccomend me an addon that simply desplays the sell value of items in their tooltips?
20:49.11nevcairielSellFish
20:49.29Zhinjioif wowace would respond, the ticket would be done.
20:49.34Zhinjiohowever...
20:51.15ckknight:-(
20:51.48doom0rZhinjio: http://img186.imageshack.us/img186/6852/ufjo6.jpg can't do taht either =\
20:52.05Zhinjiodone
20:52.23Zhinjionods.
20:52.37Zhinjiohttp://www.wowace.com/projects/pitbull4/tickets/21-what-i-want/
20:52.40ckknightdoom0r: that's far more reasonable. that's possible if I allow 0..* blank/full frames
20:52.45ckknightwhich I might do
20:53.10doom0rit's free floating ckknight
20:53.17doom0rit attaches to whatever i tell it to
20:53.22ckknightdoom0r: what is free floating?
20:53.26doom0reverything
20:53.29doom0revery element
20:54.02ckknightwhat addon is that?
20:54.10doom0rDUF
20:54.20ckknightfigured
20:54.24ZenomDoes that even work anymore?
20:54.26ckknighthrm
20:54.27doom0ri can take my mana bar for instance and attach it to the UIParent, UF, Status Icon even
20:54.29Zhinjiosheds a small tear for the death of discord
20:54.35ckknightI shall contemplate on these things, doom0r
20:54.57doom0rtake a look at the config, it might give ideas
20:55.03doom0ringame UI i mean
20:55.06ckknightyea
20:55.22doom0rhttp://underworldexodus.com/forum/
20:55.29*** join/#wowace Sirow (n=Sirow001@p57A4C18B.dip.t-dialin.net)
20:56.32pakozanyone have a master looting mod they like?
20:56.47doom0rwaht features?
20:56.55doom0ri personally use xloot master
20:57.15doom0rbut it's not so much as a featureful mod as more of a mere quick extension of the default
20:57.40pakozi guess i'd like sorted by class, colored(class based) and alphabetical)
20:57.47pakozif i was going for a specific setup
20:59.07Zhinjiodoom0r: the problem with discord in its current iteration is that they unfortunately maintained Laz's abhorrence of frameworks.
20:59.15Zhinjioso the code is super ugly bulky
20:59.16doom0ryes
20:59.27Zhinjioand terribly inefficient.
20:59.37doom0rthe concept stands though
20:59.41Zhinjioit does
20:59.47Zhinjiono question.
20:59.57Zhinjioit always will hold a special place in my heart
20:59.58Zhinjioheh
21:00.03ckknightI used DUF
21:00.03doom0ri still use it ;x
21:00.32doom0runtil something can do it short of me learning enough to write custom oUF frames myself, i will probably
21:00.50ckknightI want awesome configurability while maintaining a sane configuration system (simple enough to not take hours upon hours)
21:01.34doom0rduf accomplishes that effectively, you have element list on Left, options of visibility/anchoring on right, then another tab on right for things like variables and coloring
21:01.56Zhinjiodoom0r: duf is not for the faint of heart, configuration-wise
21:02.02Zhinjioyou're saying that because you're used to it.
21:02.09Zhinjioit has a very high barrier to entry for new users
21:02.21ckknightI want to appeal to the faint of heart
21:02.28Zhinjiopitbull hits a MUCH larger target audience.
21:02.29doom0rit's rather really simple, the new user only changes sizes and positions
21:02.30Zhinjioright
21:02.30ckknightor at least not scare em away too quick not to learn
21:02.38doom0rthe power user makes things actually look different
21:03.11pakozthx doom0r
21:03.14ZhinjioIdeally, there should be a the "simple" interface changing stuff for people who just want to tweak a couple things, and then "Advanced" mode (or screens) that open up all the nitty gritty options for people who aren't afraid of that.
21:03.32Vanguali'm actually quite a bit more scared at the amount of tabs in pb4 opposite to the tree structure in pb3 :/
21:04.53doom0rthat's why i really see a fork Zhinjio
21:05.01ckknightVangual: I plan to alleviate that some a bit later
21:05.17doom0ri dont' see having relational and absolute as being efficient in the same package
21:05.37Vangualwhen there's three or more rows of tabs it get too slow figuring out which is the active one atm.
21:05.59Vangualneed reb blinking arrows or so :P
21:06.23Zhinjiodoom0r: relational/absolute positioning?
21:06.48doom0ryes
21:07.01Zhinjiorelational being what, exactly? like pb is now?
21:07.05doom0ryes
21:07.07Zhinjiook
21:07.11doom0rthings are relative to other things
21:07.39Zhinjioshrugs.
21:08.30Repo10recount: 03Elsia * r961 / (2 files in 1 directory): Recount:
21:08.33Repo- Fixed so that color changes on profile changes are made immediately visible.
21:08.34ckknightVangual: where is that? the units thing?
21:09.11Vangualckknight: the global settings, the layout ones are fine in terms of amount
21:09.40doom0rwtb the ticket system enable for recount =\
21:09.49doom0rcurse comments just fails for that imo
21:10.04ckknightVangual: ah, yea, I'm planning on making units and module tree view, keeping layout editor tab view
21:10.34Vangualckknight: i was thinking you could maybe move the ones that just have "enable" as their only option onto a seperate one and kill their own tab until they have more settings
21:10.50ckknightprobably a good idea
21:12.23*** join/#wowace zarious (n=fridgid@cpe-71-64-9-146.ma.res.rr.com)
21:13.07*** join/#wowace kimurin (n=raptor@pool-78-29-47-43.is74.ru)
21:13.13*** join/#wowace fleetfoot (n=fleetfoo@host-83-166-13-170.hernonet.se)
21:19.11*** join/#wowace Wobin (n=Wobin@124-171-49-87.dyn.iinet.net.au)
21:19.11*** mode/#wowace [+v Wobin] by ChanServ
21:27.47*** join/#wowace EthanCentaurai (n=ethan@78.146.102.107)
21:29.03*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
21:29.42*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
21:31.38*** join/#wowace WobWork (n=Wobin@124-171-49-87.dyn.iinet.net.au)
21:31.38*** mode/#wowace [+v WobWork] by ChanServ
21:32.02*** join/#wowace Wobin (n=Wobin@124-171-49-87.dyn.iinet.net.au)
21:32.02*** mode/#wowace [+v Wobin] by ChanServ
21:32.16pakozdoom0r - xlootmaster is awesome. Thanks
21:34.48Zhinjiockknight: in cowtip, can you delete the line you're currently on (moving all below it up one?)
21:35.12ckknightif you remove the text, it acts as if it isn't there
21:35.22ckknightbut you can't change it in the config, I thinlk
21:35.24Zhinjiok
21:35.25ckknightthink*
21:35.34Southyare there any lightweight alternatives to recount?
21:36.22AiianeA calculator? :P
21:36.50Southylol
21:37.08*** join/#wowace do3mca (n=many@argabuthon.ukeer.de)
21:37.31Repo10sick-of-clicking-dailies: 03OrionShock * r141 wotlk.lua:
21:37.33Repoadjust the "tooltip scanner" to account for BlizzCombatLog hook...
21:49.24*** join/#wowace Aeyan| (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
21:49.35*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
21:53.21*** join/#wowace Paene (n=Jim@71.238.173.187)
21:54.36*** part/#wowace Paene (n=Jim@71.238.173.187)
21:56.48*** join/#wowace Carepolice (n=Samsung@cm114061.red83-165.mundo-r.com)
22:01.42*** join/#wowace Nargiddley (n=narg@125-239-41-110.jetstream.xtra.co.nz)
22:02.21Adyshappy new year to all, from athens
22:13.01durcynSouthy: try Violation
22:13.25Pkekyo|Rape - Because you can: http://img168.imageshack.us/img168/7577/c312333wc3.jpg
22:13.46Pkekyo|wonders which of the nerds in here are nerdy enough to realize why that is rape...
22:17.47EthanCentauraiit's a gun :/
22:18.21Pkekyo|well, yes it is...wrong answer though
22:18.45ckknightdoes it have to do with the silencer?
22:18.55ckknightthus allowing you to kill over and over without detection?
22:19.02ckknight(rape)
22:19.16ckknightXinhuan: ping
22:19.20Xinhuanpong
22:19.20Repo10pitbull4: 03Zenom2 06pitbull4_zenom 07master * a259ed1 / (3 files in 2 directories): [+2 commits]
22:19.22Repoa259ed1: Modified modules.xml to include DruidManaBar
22:19.25Repo974b16b: Added DruidManaBar module for PitBull4
22:19.28Pkekyo|ckknight: well, you're onto it, not entirely correct though
22:19.35ckknightXinhuan: can you paste up a non-enUS thing for Omen?
22:19.40Xinhuansure
22:19.41Xinhuanone moment
22:19.43Southyis there any way to change the alpha for the background and heading background in violation?
22:19.51ckknightenUS imported correctly here, want to test importing non-English
22:20.02Stanzillagerman one is bestest!
22:20.10Pkekyo|there is Southy, scour through the source-code for alpha values - did it myself about six months ago or so
22:20.12ckknightyea, do German
22:20.18Stanzilla^^
22:20.19Southyok thanks
22:20.27Xinhuanckknight: http://www.wowace.com/paste/73/
22:20.28ckknightit's the one I know best
22:20.32Xinhuanthat's chinese
22:20.36ckknighto noes
22:20.37ckknight(no biggie)
22:20.51Xinhuanwant the german one too? lol
22:21.05Repo10arl: 03Ackis * r1294 / (2 files in 2 directories): add missing vendors for alchemy
22:21.19EthanCentauraiIch nich Deutsch gespracht... mein Deutsch is nicht so gut :(
22:21.33Pkekyo|ckknight: basicly, it's a 5.56mm cal QD rifle silencer on a .45 cal handgun
22:21.51ckknightPkekyo|: okay, what does that accomplish?
22:21.52Xinhuanckknight: http://www.wowace.com/paste/74/
22:22.13Repo10pitbull4: 03Zenom2 06pitbull4_zenom 07master * 3c4f940 Modules/ (2 files in 2 directories): [+1 commit] Changed tabs from 4 spaces to a tab for commonality.
22:22.32ckknightdamn, it bugged
22:22.37viisual@project pitbull4
22:22.38Repoviisual: http://www.wowace.com/projects/pitbull4/. PitBull Unit Frames 4.0. Game: WoW. ckknight (Manager/Author), Shefki (Author). Updated: 42 hours ago. Tickets: 15/21
22:22.40Pkekyo|ckknight: I'm not quite sure...but I'd be very afraid if I had to pull the trigger on a beast like that...
22:22.40Pkekyo|let's just say there's a reason it's not done regularily
22:22.48*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
22:22.48*** mode/#wowace [+o Funkeh`] by ChanServ
22:23.37EthanCentauraithe silencer would implode/fly off?
22:23.45ZenomLet's see get drunk and work on the portraits module or level my mage :)
22:24.05EthanCentauraibeer is good
22:24.06Pkekyo|EthanCentaurai: well, not implode...I reckon either the silencer would be launched into oblivion, or the gun would explode
22:24.29Pkekyo|to translate the concept to regular nerdyness: it's like fitting a WGA graphics card into a PCI-e slot :p
22:24.37Chompersguns lolz
22:24.44Pkekyo|or VGA? argh, can't remember what that old shit was called anymore
22:24.51ckknightPkekyo|: but it doesn't fit there :-(
22:24.57durcynPkekyo|: ISA
22:25.09Pkekyo|durcyn: no, not that one
22:25.11durcynor VLB, or whatever, take your pick
22:25.11Pkekyo|think it was VGA
22:25.15Pkekyo|ckknight: well, that's the general idea
22:25.23EthanCentauraiTGA :D
22:25.24durcynVGA's the video specificiation, not the slot
22:25.25ckknightpower surge
22:25.25PneumatusAGP
22:25.28ckknightlol, no more face
22:25.40Pkekyo|durcyn: well, anyways
22:25.46Pneumatuswell, AGP or PCI
22:25.55Pkekyo|ah, thanks Pneumatus
22:26.00Pkekyo|AGP card into a PCI-e slot
22:26.06durcynand agp's hardly old, kids these days.
22:26.14Xinhuanok i need some omen feedback on implementing something "new"
22:26.23Xinhuanfirst i'll explain the problem
22:26.34PneumatusISA -> PCI -> AGP -> PCI-e
22:26.40EthanCentauraiI read on the intarwebz once that some clutz bought a graphics card, but it wouldn't fit because it was the wrong type, so he cut a bit of it off :/
22:26.54Pkekyo|EthanCentaurai: I saw the picture a few weeks back :p
22:27.14XinhuanProblem: when a mage casts Mirror Image (MI) or a priest casts Fade, the caster's threat is reduced by 410065408 for the duration of the buff, and at the end of the duration, the caster's threat is increased back by 410065408
22:27.16Xinhuanso
22:27.26*** part/#wowace xemacs (i=xemacs@static-ip-62-75-137-141.inaddr.intergenia.de)
22:27.28Xinhuanyes, this means the caster's threat is at some negative 4 mil threat
22:27.49Xinhuannow, right now, omen treats a person with negative threat and displays him at 0 threat
22:27.57Xinhuanhowever this isn't ideal
22:28.11Xinhuanthe player wants to know how much threat is "un-MIed or unfaded" threat is
22:28.22NeoTrondid they change how fade works then?
22:28.28Xinhuanit works the same as before
22:28.30AiianeI'd say just label anything below 4mil as "ZZZZZ -INF" or something like that
22:28.30NeoTronused to be a static threat reduction didn't it?
22:28.37NeoTronit reduced threat by X
22:28.39Aiianewhere ZZZZ is the before-MI value
22:28.39Xinhuanifyou have 100000 threat before casting fade
22:28.48durcynit's always been static reduction, but it was a piddly amount previously
22:28.50sztanpetchange the color of the bar
22:28.51Xinhuanafter casting, you have 100000-410065408 = some negative number
22:28.54NeoTronit definitely didn't use to reduce it by millions
22:29.00NeoTronit was like 1000 threat or so before
22:29.10Xinhuananyway, here's the problem
22:29.23Xinhuanbecause threat is negative (and capped to 0 in omen for display)
22:29.30NeoTronyeah definitely changed
22:29.33Xinhuanthe player is "blind" to how much threat he will be at at the end of the buff
22:29.34NeoTronApply Aura: Mod Total Threat (Fade)
22:29.35NeoTronValue: -90000000
22:29.42Xinhuanso he could potentially pull aggro at the end of MI/Fade
22:29.44Aiianelike I said Xinhuan :)
22:29.52Xinhuanso what's your proposed solution?
22:29.56Xinhuanto this issue
22:29.58Aiianedisplay anything below 4mil as "ZZZZZ -INF"
22:30.06Xinhuanyes but that doesn't solve the issue
22:30.06Aiianewhere ZZZZZ is currently threat + that 4mil constant
22:30.08sztanpetyou dont get it
22:30.08NeoTronI don't think it's a problem
22:30.17sztanpetsimply change the color of the bar
22:30.19Xinhuani want to know my un-MIed threat
22:30.22Aiianeyes
22:30.25Aiianeand that's what ZZZZZ would be
22:30.26NeoTrononce fade fades you'll know what your threat is
22:30.33Aiianeit would then just tack on the "-INF" at the end
22:30.40Aiianeto show that you're currently not actually at that thraet
22:30.41Xinhuanyes, its easy to check for a negative number and just add 410065408 to it
22:30.52Aiianethreat*
22:31.02Xinhuanso your suggestion is just to add 410065408 to the value and color the bar differently?
22:31.27durcyni wouldn't just add four million.  do you not want to make it toggleable or watch for the buff application?
22:31.33Aiianeadd the constant, color/place it differently, and (at least in my preference) add something to the begining/end of the text
22:31.41durcynsomething extensible for different buffs with different threat values, i'd think
22:31.54Xinhuanthere's only 2 buffs that do this atm - MI and Fade
22:31.55Aiianeto indicate that it's not your "current" threat value but what it "would" be if you didnt have MI active
22:31.59Xinhuanand both use the constant 410065408
22:32.10NeoTronaccording to wowhead threat is reduced by 90 million from fade
22:32.19Xinhuanyes, but according to in game, its 410065408 ;p
22:32.30Aiianeto be on the safe side
22:32.39Aiianeyou could only add the constant if it's below 400000000 or so
22:32.45Aiiane(er, below negative that)
22:33.01Aiianeinstead of just below zero
22:33.06Xinhuani don't think that's really necessary to check
22:33.10Aiianeshrugs
22:33.11Aiianeeither way
22:33.15Aiianethat's what I'd do
22:33.16durcynyour way works for now
22:33.30durcynwouldn't surprise me to see more threat modifier abilities added in the future
22:34.19Southypkekyo| is there something i should be looking for, 'find' didnt find anything to do with alpha
22:34.38Xinhuanso what colour should the "faded bar" be
22:34.56Aiianewhat's the coloring based on currently?
22:35.01sztanpetsurround the player with * too, so its more obvious yea
22:35.22Xinhuanbars are currently either a custom color defined by the user (default red), or class colored
22:35.22Aiianeactually, why not put the threat value in parentheses
22:35.30AiianeXinhuan: I wouldn't change the color then
22:35.48Xinhuancertain special bars have additional options to be coloured differently from normal
22:35.56Xinhuanfor eg, there is a colour for the "current tank"
22:36.03Xinhuanand a colour for "myself"
22:36.17Xinhuanand another colour for "> pull aggro <"
22:36.26Aiianeif the bar isn't colored based on threat value, i see no reason to change its color for negative threat value
22:36.35sztanpetjust fade the color out
22:36.55Aiianeit's already going to be dropping down in the list, yes?
22:36.59Xinhuanwell priest = white-ish
22:37.07Xinhuanfading out a white colour
22:37.10Xinhuanisn't a very smart idea
22:37.36StanzillaI would just change the display value..like "0 (originalthreat) *Fade*" or so
22:37.49gixAiiane: it shouldn't if it shows your original threat
22:37.51sztanpetnah, i was thinking more on the line of remove the bar and just show the numbers + names
22:37.56Xinhuannot so complex Stanzilla, remember the "threat column" isn't very wide
22:38.02Stanzillatrue..
22:38.07Aiianegix: I was just suggesting changing the *display*, not the value for ranking
22:38.19Aiianeimo, the value for ranking should still be negative, and thus the bar drop
22:38.31Aiianeeither that, or at least let the user choose
22:38.54Aiianeeither rank-by-true-current-value, or rank-by-permanent-value
22:39.10Aiianethe former taking MI/fade into account, the latter not
22:39.14sztanpetthe backdrop i mean, the bar should be there
22:39.24gixwhat's the point in having that bar far down out of context of where your threat really will be?
22:40.25Aiianeshrugs
22:40.30Aiianesztanpet's idea might work
22:40.35Aiianejust temp-hide the bar
22:40.51Aiianeor invert the colors, perhaps?
22:40.59Xinhuanu mean, temp hide the background bar?
22:41.22Aiianethat's what sztanpet said
22:42.19Aiianenot the entry, but just the graphical bar texture
22:48.33ckknightXinhuan: rather than testing this myself, can I get you to test importing your Omen translations? (You can use test-alpha or whatever if you don't want to pollute Omen proper)
22:49.04ckknightit should work all fine, but I want to see how well it works for you (as a user of the localization app)
22:50.01Xinhuan@project test-alpha
22:50.02RepoXinhuan: http://www.wowace.com/projects/test-alpha/. Test Alpha. Game: WoW. Status: Out of date. ckknight (Manager/Author), Prodigal (Author). Updated: 3 days ago. Tickets: 4/4
22:50.46Xinhuanlets see
22:51.18ckknightbasically, do enUS first
22:51.21ckknightthen zhCN
22:51.25Xinhuanhow do i import
22:51.29Xinhuanjust paste the whole file in?
22:51.41ckknightnot the very top part
22:51.46ckknightso just the L["... stuff
22:51.50ckknightcomments are cool, too
22:52.06Xinhuan500 Fatal Error!
22:52.06XinhuanWe're sorry, you've attempted to access a page that decided to jump off its flying mount high over shattrath and forgot to bubble.
22:52.06XinhuanIf you find this message to be in error please notify the administrators.
22:52.11ckknight...lame
22:52.25ckknightdurr
22:52.26ckknightprint statement
22:52.57ckknightredeploying
22:53.18ckknightokay, Xinhuan, try again?
22:54.09Xinhuanok enUS seems imported
22:54.18ckknightokay
22:55.13NeoTronso out of curiosity, would you ever find that a 500 fatal error message is the expected and correct behavior?
22:55.54ckknightit's theoretically possible
22:56.02ckknightI just raise the exception
22:56.08ckknightoh, actually
22:56.20ckknighthttp://www.wowace.com/trigger/500/
22:56.28ckknightor http://www.wowace.com/trigger/error/
22:56.38ckknightyou can trigger other codes, too ;-)
22:56.54ckknighthttp://www.wowace.com/trigger/401/
22:56.56ckknightooh
22:56.59ckknightI'm Unauthorized
22:56.59ckknight:-P
22:57.25Xinhuanlets see
22:57.28ckknightdon't go to http://www.wowace.com/trigger/501/, though, I haven't implemented that one yet
22:57.29Xinhuani just tried to import esES
22:57.31Xinhuanand got a
22:57.37Xinhuan"Unexpected character 'L' found."
22:57.45Pneumatushttp://www.wowace.com/trigger/550/ gives a 400 error :o
22:57.46ckknightXinhuan: what format did you choose?
22:57.48Xinhuanoh nvm
22:57.50Xinhuanformat
22:58.00ckknightPneumatus: because that isn't a valid code
22:58.13ckknightPneumatus: (as far as Werkzeug is concerned)
22:58.23Xinhuanok
22:58.30Xinhuanckknight: http://www.wowace.com/projects/test-alpha/localization/phrases/
22:58.35Xinhuancheck if everything seems alright to you
22:58.40Xinhuani've imported all 8 languages
22:58.48ckknightbars on http://www.wowace.com/projects/test-alpha/localization/ seem funny
22:58.53ckknightbut that's just a graphical issue
22:58.57ckknightgoes to fix
22:59.36ckknightthe real test is exporting your imported translations
22:59.38ckknightwhich seems to work
22:59.42ckknightzhCN looks good
23:00.09MikkHappy New Year
23:00.12nevcairielHappy New-Year EU
23:00.14robo\afk^^
23:00.20sztanpet8 more seconds!
23:00.23sztanpetat least for me
23:00.24Pneumatuswell, CET anyway
23:00.32sztanpetyeay!
23:00.42Xinhuaneverything seems ok
23:00.57Xinhuanother than the fact that the translations are ordered alphabetically by key
23:01.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:01.08Xinhuanas opposed to being ordered by usage sections
23:01.15Xinhuanfor exporting that is
23:01.17ckknightXinhuan: ...yea
23:01.17Aiianeckknight: if cpaul hasn't left the building yet, tell him thank you
23:01.23ckknightAiiane: he just left
23:01.26Aiianebah, oh well
23:01.29Aiianethanks anyways
23:01.50Xinhuanso your exporting app just gives a textbox for cut/copying yeah? it doesn't actually generate any file?
23:01.54ckknightXinhuan: not really sure if that's fixable
23:02.09Aiianeauto-repo-commit go! :P
23:02.12ckknightXinhuan: just the textarea, which seems fine to me, you can mangle it after-the-fact
23:02.22ckknightAiiane: maybe later, that'd require quite a bit more work
23:02.33Aiianei know it would, sorry, forgot the </tongueincheek>
23:02.39ckknightlike, currently, you still have to do the AceLocale-3.0 registration
23:02.42Xinhuanok now lets say some translator now translates string XYZ and string ABC, as an author, how do i know something was updated?
23:02.46ckknightbut it's copy-pasta after-the-fact
23:03.04ckknightXinhuan: your red bars get more green. Or you check the activity log.
23:03.32Xinhuancan you explain what the red/green/yellow bars mean?
23:03.38ckknightgreen = translated
23:03.38manyhappy CET new year
23:03.41ckknightyellow = needs review
23:03.42Xinhuanor add the explanation to the main page itself
23:03.45ckknightred = untranslated
23:03.51Xinhuanso authors dont' have to guess
23:03.53ckknightwell, if you hover over the bar, it tells you
23:03.59ckknightlike a sane webapp
23:04.30Xinhuanok lets say today, 96% is translated, and tomorrow 98% is translated, how do i know this, without having to remember 96%
23:04.31ckknightbut yea, I can see how adding that'd be useful
23:04.41nevcairielyou dont :)
23:04.49nevcairielcheck activity log :P
23:05.05ckknighttypically before you release, you'd just copy-pasta in the translations
23:05.19ckknightor something to that regard
23:05.55ckknightwhat I might do eventually is add a .pkgmeta thing to just fetch on-demand
23:05.57Xinhuanok, the search filters of the activity log... is that working yet?
23:06.01ckknightyou specify the template
23:06.02ckknightetc.
23:06.06ckknightXinhuan: ...maybe?
23:06.15Xinhuanhttp://www.wowace.com/admin/activities/localization_localization-1-localization/
23:06.19Xinhuani search for the word "pet"
23:06.19ckknightyes.
23:06.22Xinhuanand nothing comes up
23:06.30ckknighteh, no
23:06.36ckknightyea...
23:06.48*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
23:06.48*** mode/#wowace [+v Antiarc] by ChanServ
23:06.49ckknightwonders what it's searching on
23:07.03*** join/#wowace Trell_ (i=Trell_@145.Red-88-22-145.staticIP.rima-tde.net)
23:07.08Xinhuansame with the word "class"
23:07.19ckknightah
23:07.26ckknightit's cause the activity itself doesn't contain it in the text
23:07.29ckknightsince it's just a create
23:07.32ckknightbut an edit would do it
23:07.34ckknight:-P
23:07.38*** join/#wowace cav^gerber (n=Cavisty@c-98-192-207-73.hsd1.md.comcast.net)
23:07.38ckknight(kinda lame, I know)
23:07.42ckknighthrm...
23:07.43Xinhuano_O
23:07.48Repo10guildwork: 03Tlor101 * r10 / (3 files in 1 directory): code cleanup.
23:07.57XinhuanCreate  Translation – Spanish (esES): Usted ha una mascota of You have a pet — View Activity Log Xinhuan 9 minutes ago
23:08.02Xinhuanisn't the word Pet in there?
23:08.09ckknightno, Xinhuan
23:08.24ckknightnot in the activities_activity row
23:08.30ckknightit's on localization_translation
23:08.38ckknightwhich is referenced on-demand
23:09.56Xinhuanok what if my locale file looks like this:
23:10.01ckknightand activities point to other tables generically (i.e. with an ad-hoc foreign key), so I can't really search on tables it points to
23:10.11Xinhuanpasteying it brb
23:10.23Xinhuan"waiting for www.wowace.com..."
23:10.36nevcairielwowace has some serious hickups
23:10.39Xinhuanstill "waiting for www.wowace.com..."
23:10.48ckknightnevcairiel: we know.
23:11.02nevcairieli know that you know, still cant say it often enough =P
23:11.12ckknightwe need to upgrade the OS and hope that that fixes it.
23:11.17Xinhuanwho can access the localization stuff for any given project?
23:11.39ckknightXinhuan: it's a permission to edit enUS
23:11.41AiianeI believe there's a specific permission for it under the new 'roles' system
23:11.54ckknightanyone logged in can edit non-enUS, though
23:12.12Xinhuanso by default, project manager/authors can edit enUS and anyone with a wowace account can edit everything non-enUS?
23:12.18ckknightyes.
23:12.40ckknightif it needs locking down later, I'll implement it then
23:12.42Xinhuanis there a way to say, mass undo changes? if say a bot is written to mass-mess with wowace addons
23:13.11Xinhuanalthough technically, anyone could already mass-commit to any open project anyway
23:13.16nevcairielperfect place to sneak ads in =P
23:13.27Xinhuanbut its relatively simple to undo in svn/git etc at least
23:13.30ckknightnevcairiel: OMEN_DESC = "KTM is awesome!"
23:13.38Aiianelol
23:13.58Xinhuanstill "waiting for www.wowace.com..."
23:14.08Aiiane~lart dbserver
23:14.08purlgrabs a large, mis-shapened log, with squirrels, and beats dbserver until only the nuts remain ... which the squirrels run off with
23:14.20Xinhuannvm, i'll use pastey instead
23:14.24ckknightXinhuan: we're up to 370 seconds for a single insert
23:14.33Aiianeckknight: o_O
23:14.36ckknightyea
23:14.41nevcairielsomehow i doubt thats related to your OS choice
23:14.58ckknightnevcairiel: no, it's probably a bug in libc or our version of mysql
23:15.09ckknightwhich we can't upgrade to newer without doing an OS upgrade
23:15.13ckknightwhich we should do anyway
23:15.15ckknightto get 64-bit
23:15.15*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
23:15.17nevcairielmanual install, go
23:15.26ckknightno, I don't want to risk hosing it
23:15.32ckknightI'm letting Kaelten risk hosing it
23:15.35Aiianelol
23:15.38nevcairielscrew distribution packages
23:15.43nevcairielthey are always behind on that stuff
23:15.44Xinhuanok ckknight
23:15.46ZenomHow big of a machine is doing your queries?
23:15.52pastamancernevcairiel: agreed
23:15.53Xinhuanlets say one of my addons looks like this in the locale file
23:15.54Xinhuanhttp://pastey.net/105341
23:16.03nevcairielbelieve me, i know
23:16.07nevcairieli run a debian etch server =P
23:16.11Xinhuannow i can't really use the localization app right? ;p
23:16.11ckknightZenom: 8 cores, 8 gigs mem (hey, 32-bit, only 4 gigs)
23:16.11Fisker-lol
23:16.19Fisker-use PAE!
23:16.20Xinhuanwithout requiring massive edits on my part
23:16.23Fisker-you failures
23:16.28ZenomCool. Not bad for the traffic you guys probably push on it.
23:16.35Arrowmasterdebian stable is always the most behind of any distro though
23:16.41ZenomOur machine is way overkill for what we use it for but all of our queries are cached hehe.
23:16.42ckknightXinhuan: correct. stop polluting the global table, ass
23:16.46ZenomAnd very little inserts.
23:16.55Xinhuanhey that addon was written 2 years ago
23:16.57ckknightXinhuan: hehe
23:17.02Xinhuanback then, ace wasn't even existant
23:17.06Xinhuanace2 rather
23:17.08Fisker-PAE ckknight, PAE
23:17.09Fisker-do it
23:17.13ckknightXinhuan: it's easy to fix.
23:17.14nevcairiel2 years ago? it was
23:17.16Xinhuanand i have little incentive to rewrite it ;p
23:17.19Zenomyeah we run some debian boxes as well which are way behind
23:17.29nevcairiel2 years ago was BC release
23:17.30ckknightsed 's/GEMHELPER_/GEMHELPER\./g' *.lua
23:17.37nevcairieli wrote alot of Ace2 addosn back then
23:17.48ZenomHell the one machine has been up 463 days
23:17.48Xinhuanwell yeah ace2 was still new then
23:18.04nevcairielnot that new :)
23:18.06ckknightit was a few month old or so
23:18.22Xinhuanpolluting global namespace might not be a good thing, but it doesn't really do any real harm either
23:18.25ckknightI remember working on it in July '06
23:18.27nevcairielthe community was already pretty big around the BC release
23:18.30Xinhuansince everything is prefixed properly
23:18.42Xinhuanthere's no name clashes
23:18.49ckknightXinhuan: even still, no, we don't support your localization schema as-is.
23:18.52nevcairielXinhuan: bigger table, slower lookups =p
23:19.01Xinhuanthe lookups only occur once nevcairiel ;p
23:19.06Xinhuanin the whole life of the addon
23:19.44Xinhuanfontstring:Settext()
23:19.44Xinhuanand that's it
23:19.44nevcairielfor you
23:19.44nevcairielbut you still ruin it for everyone else!
23:19.44ckknightI have very little incentive to support your localization schema
23:19.44ckknightsorry, Xinhuan
23:19.44Xinhuani could probably even delete the global strings after that
23:19.44ckknightyou can do as you always have or use a table
23:19.47Xinhuan:P
23:19.50Xinhuanthought so
23:19.59ckknightalso, as-is, we don't support lists or dictionaries, just keys
23:20.00nevcairielif the addon is 2 years old, shouldnt you have the translations by now? =P
23:20.09ckknighterr
23:20.12Xinhuanya heh
23:20.12ckknightjust strings
23:20.27ckknightI'll probably add some kind of namespacing
23:20.33ckknightand possibly list and/or dict support
23:20.37Xinhuanprogramming practices weren't all that good 2 years ago
23:20.41nevcairielwowace is still dead :(
23:20.48ckknightwe can already parse it, it just doesn't go into the db sanely
23:20.56ckknightnevcairiel: Jesus...
23:21.10nevcairielbefore it recovered after 5 minutes or so
23:21.13nevcairielshrugs
23:21.18nevcairielgoes back to his python
23:21.31ckknightthere it goes
23:21.46ckknightin any event, it's new year's eve
23:21.49ckknightI'm done for the day.
23:21.57ckknightactually, gonna make the bars look nicer first
23:22.06Xinhuanwhen a translation needs review - who can review it?
23:22.21Xinhuananyone with an account?
23:22.49ckknightyes.
23:23.05Xinhuanand the other obvious question is... must enUS be the "base" language?
23:23.08ckknightupdating the english version will mark all non-enUS as needing review
23:23.09ckknightyes.
23:23.13ckknightfor now
23:23.22ckknightdon't have a big plan to change that, though
23:23.32AiianeENGLISH IS SUPERIOR, ALL HAIL THE PIGHEADED AMERICANS
23:23.33Aiiane:p
23:23.37ckknighthooah.
23:23.52pastamancerAiiane: well, you're not talking french right now are you? :p
23:23.54Aiiane(actually, english is pretty crap)
23:24.02Xinhuanwhat happens if my enUS key/string that is L["I love pigs"] is updated to L["I love all pigs"]
23:24.16Xinhuanimporting would just add the new string but not remove the older one right?
23:24.23ckknightAiiane: truth, but my ancestors had to go and make boats and take over a whole bunch of brown people, thus spreading English everywhere
23:24.32Xinhuani think i saw an option somewhere about deleting old ones during the import
23:24.46ckknightXinhuan: yea, importing that would delete the old one (if you click the box)
23:24.56ckknightor you can change it on the site, properly
23:25.00ckknightnothing is deleted that way
23:25.09ckknight(unless you actually delete it)
23:25.14Xinhuanso in the activity log, that is seen as a Create and a Delete?
23:25.21ckknightalso note that nothing is deleted, just marked as status='d'
23:25.23Xinhuanand everything else is "Edit"?
23:25.23ckknightyes, Xinhuan
23:25.27ckknightyes
23:25.35Xinhuanif nothing is changed, it is still "Edit"
23:25.46ckknightif nothing is changed, it won't be in the log
23:26.06XinhuanesMX?
23:26.21Xinhuanor lump esES/esMX together?
23:26.57ckknightlumped as-is
23:27.11ckknightfor the mexicans, what does GetLocale() return?
23:27.31XinhuanesMX i think
23:27.35ckknighthrm
23:27.39ckknightwe should probably add that, then
23:27.51Xinhuanfor Omen
23:27.52Xinhuani just use
23:27.53Xinhuanlocal L = AceLocale:NewLocale("Omen", "esES") or AceLocale:NewLocale("Omen", "esMX")
23:27.53Xinhuanif not L then return end
23:27.58ckknighthrm
23:28.01Xinhuanthat is, i'm treating both identically
23:28.19Zenomckknight: think i am gonna have to fix druidmanabar
23:28.21Xinhuanso if its either locale, i register the same set of translations
23:28.26ZenomI logged into my 80 dk and have the bar....lol
23:28.39ckknightZenom: hehe. just make it check if you're a druid
23:28.45ckknightlocal _, class = UnitClass("player")
23:28.49ZenomYeah thought I did.
23:28.51ckknightif class == "DRUID" then yay end
23:28.54Xinhuani know its a bit hackish, but i don't really expect them to be different
23:29.01ckknightXinhuan: yea
23:29.09Xinhuanand if something really must be different, the code path can easily have splits
23:29.32Xinhuanif locale == "esMX" then L["blah"] = "blah" else L["blah"] = "bah" end
23:29.49ZenomDoes it matter if you set RegisterEvents outside the class?
23:29.56Zenomor does that need to check for class to and set only for druid
23:30.33ckknightZenom: at the top of the module, do if select(2, UnitClass("player")) ~= "DRUID" then return end
23:30.38Southyhttp://i29.tinypic.com/2r5ruv6.jpg any1 know of a damage meter i can achieve this look with?
23:30.39ckknightZenom: that's all
23:31.22Xinhuanthat looks like Recount Southy
23:31.32Xinhuanbasically, just change the font in recount's options
23:31.48Xinhuanthe gray background is probably just kgpanels
23:32.02Xinhuanwith recount on left and omen on right (missing/hidden)
23:32.29Southythe size is the main problem, recount seems to have a minimum width
23:32.44Southyso i cant get it in there with eavesdrop
23:32.58Xinhuaneasily changable with code
23:33.23Xinhuana piece of code's :SetWidth() doesn't respect :SetMinResize()
23:33.26*** join/#wowace Gngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
23:33.32*** join/#wowace Wobster (n=Wobin@124-171-8-31.dyn.iinet.net.au)
23:33.44*** join/#wowace Wobin (n=Wobin@124-171-8-31.dyn.iinet.net.au)
23:33.44*** mode/#wowace [+v Wobin] by ChanServ
23:34.12Southyso if i edit the :SetWidth() it wont adhere to :SetMinResize() ?
23:34.13Pneumatusdo any of you lot use stasiscl as an alternative to wws?
23:34.29Xinhuanno i'm just saying if you add code to kgpanels to SetWidth()
23:34.33Xinhuanit'll probably work fine
23:34.46*** mode/#wowace [+v Wobin] by ChanServ
23:34.53Xinhuanor just scale your Recount down
23:35.02Xinhuanand then scale the text inside up
23:35.12Xinhuanrecount has a "window scaling" bar
23:35.31Xinhuanso scale that down, then make the row height larger
23:35.38Repo10pitbull4: 03Zenom2 06zenom 07master * 6e856a2 Modules/DruidManaBar/DruidManaBar.lua: [+1 commit] Added druid class checking to addon
23:35.45Xinhuanlots of ways you can achieve what you want
23:35.51Southyok thanks
23:38.03Pneumatushmm, i wonder if the author of loggerhead is actually about
23:40.23XinhuanTorhal
23:40.29Xinhuanyou broke shift-clicking to split stacks
23:40.50Xinhuan@project Revelation
23:40.51RepoXinhuan: http://www.wowace.com/projects/revelation/. Revelation. Game: WoW. Torhal (Manager/Author). Updated: 4 hours ago. Tickets: 1/2
23:41.06Xinhuanusing r18 though
23:41.22Xinhuanslaps Torhal away with a large trout
23:43.18Antiarcloooooooooooooooooooooooooool.
23:43.21AntiarcHoly crap, hahahaha.
23:43.29Antiarchttp://gizmodo.com/5121311/30gb-zunes-failing-everywhere-all-at-once
23:45.41ckknightsquirt.
23:46.25ckknighthey, I have tomorrow off
23:46.25ckknightsweet
23:47.40ZenomLOL
23:47.45ZenomYou were expecting to work?
23:48.07ckknightshrugs
23:48.14ckknightI just kinda show up, work, and go home
23:48.27ZenomI tried getting my guys today and Friday off, but the CEO said no.
23:48.28ZenomLOL
23:48.48nevcairieltomorrow is a national holiday for us
23:48.54Fisker-http://ca.youtube.com/watch?v=qbaxv69OpF4 <-what the shit
23:48.57ckknightyea, apparently it is for us, too
23:48.57nevcairielor rather, thats today already
23:49.03ckknightoh well
23:49.06ckknightbars look nicer
23:49.21ZenomJust more time to work on PitBull4
23:49.24ckknightfeel free to try to break the localization app.
23:49.30ckknightZenom: that's the plan, actually
23:49.52ckknightXinhuan: I have an idea on how to stop spammers and the like, I guess I'll do that Friday
23:50.12ZenomYeah I am gona try and start the portrait module tomorrow.
23:50.17ckknightbut basically, each phrase-language pair would have multiple translations with one marked as the main one, and then allow users to be banned
23:50.27ckknightZenom: okay
23:50.45Xinhuanthat sounds like a lot of overhead
23:50.53Xinhuanto store an entire history of every translation
23:51.08ckknight(we already do that in activities)
23:51.24ckknightbut basically there'd be a uniqueness constraint for phrase-language-user
23:51.28ckknightso each user would have at max one
23:51.36ckknightso if they change it, it'd change
23:51.45ckknightnew users would make a new one
23:51.46*** join/#wowace ant1pathy (n=chatzill@ip68-108-97-61.lv.lv.cox.net)
23:51.56ckknightthe old one would display as a choice (but not the current one)
23:52.02ckknightalong with other suggestions.
23:52.40Fisker-PAE!
23:52.50ckknightdon't know what that is, Fisker-
23:52.54ant1pathygod this is frustrating D:
23:52.58ckknightcya later
23:53.32Daemonayou are putting a spam blocker into Pitbull4??
23:53.48ZenomDon't think thats what he meant.
23:53.59doom0r25man 6fps sucks
23:54.12Zenomouch
23:57.47Xinhuanhmm
23:57.55Xinhuani have an idea of how/why a mage can pull aggro
23:58.05Xinhuanneeds some testing, brb
23:58.52gixdoom0r: 6fps in empty exodar sucks even more :<
23:59.21Zenomgix: lol
23:59.33Zenomis that with low graphics settings?
23:59.44gixyes, and without any addons :p
23:59.46Fisker-Physical Address Extension ck
23:59.48Fisker-noooooo
23:59.52Zenomwow thats terrible lol
23:59.53Fisker-i hate you nevcairiel
23:59.56Fisker-it's all your fault
23:59.58doom0rnvidia says its something blizz needs to figure out, blizz says they "don't know what the cause is and are looking into things"

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