IRC log for #curseforge on 20090521

00:07.49Repo[WoW] 10libaboutpanel: 03Ackis 07master * v1.33-5-g7732f0b LibAboutPanel.lua: [+1 commit] Fix error w/ me not uncommenting something.
00:09.37PrimerZorbaTHut: Can you lend me a hand in understanding how to compute distance in a zone?
00:10.01PrimerI thought I'd be able to find a table with all the distance:coordinate factors for every zone/bg/instance
00:10.10Primerbut all I'm finding are zone dimensions
00:10.42ckknightPrimer: I do stuff in Cart3 in TouristLib
00:10.57ZorbaTHutprimer, step 1, black magic
00:11.01PrimerI've already got my addon calculating flat coordinate distance, so all I need to do is apply the zone's factor
00:11.20Primerckknight: does TouristLib have factors for bgs and instances too?
00:11.26ZorbaTHutthere's a table in Astrolabe containing the zone factors, if that helps
00:11.27ckknightnot instances
00:11.30ckknightand I don't think bgs
00:11.30PrimerI was told AstrolabeQH.lua did, but it doesn't
00:11.48PrimerZorbaTHut: you mean it's not AstrolabeQH.lua? :)
00:12.26ZorbaTHutAstrolabeQH has a lot of it, but not everything
00:12.36ZorbaTHut(I haven't gotten it all in yet)
00:13.09Primerwell, the presumption on my part is that x:y is 1:1, and that each zone/bg/instance's coordinate goes from 0 to 100
00:13.31ZorbaTHutat least the first part is wrong ;) zone aspect ratios are 1.5:1, I believe
00:13.46Primerheh
00:13.47ZorbaTHutalthough it still goes from 0 to 100 in both directions, the x coordinates are longer than the y coordinates are
00:14.09Primerso all zones are 0 to 100 in both x and y
00:14.14Primerok, that helps
00:14.21Primerso where is this magic file?
00:14.27ZorbaTHutwell, the internal representation gives 0 to 1, but a lot of people scale it up to 0-to-100
00:14.33ZorbaTHutAstrolabeQH/Astrolabe.lua
00:14.41PrimerI mean, should I be able to multiply "coordinate distance" by this factor, and get true distance?
00:14.52ZorbaTHutpretty much, yeah
00:14.54Primerbah, that's the file I meant
00:15.05ZorbaTHutyou're looking for the height/width values near the end, and the VContinent values which are used for instances
00:15.24Primerdistance = math_sqrt (((tx - px) ^ 2) + ((ty - py) ^ 2))
00:15.35Primeris all I'm doing to get the so-called "coordinate distance"
00:15.42ZorbaTHutif you don't need instance distances, I'd recommend using Astrolabe itself, but unfortunately Astrolabe doesn't yet support instances (last I heard, at least)
00:15.44ckknightif anyone hasn't submitted an entry, do so: http://beta.wowace.com/contests/1-test-contest/ it ends in 12 hours, at which point the "judging" process will begin.
00:15.57Primerso, crunch the widths and heights on Astrolabe's zone data into a single number for a factor
00:16.08Primerit doesn't
00:17.12PrimerOne thing I don't quite get is what these numbers represent. The width and height numbers
00:17.24Primersurely not yards?
00:17.26ZorbaTHutthey're the width and height of the zone in yards
00:17.28ZorbaTHutyup, yard
00:17.30ZorbaTHut*yards
00:18.00Primerok, let me plug in the numbers for Dalaran and see what I come up with
00:18.19*** join/#curseforge vulture (n=vulture@173-26-185-15.client.mchsi.com)
00:19.30PrimerI'm guessing that these values were obtained by scraping the data files?
00:19.41PrimerThis just hasn't been done for instances and bgs?
00:19.50ZorbaTHutI don't know where the non-instance numbers were obtained
00:20.11ZorbaTHutthe instance numbers were obtained by figuring out exactly how fast Zorba runs, then running in circles while recording coordinates to estimate the size of the instance ;)
00:21.20ZorbaTHutthat's why the multilevel dungeons don't have data - I have to get a group to go clear them to run around in all the various levels.
00:23.12Primerheh, I'd volunteer, if we were on the same realm :)
00:23.29ZorbaTHutit's really just a matter of me getting around to it, it's just been more important to get features in than to get those numbers in
00:23.35ZorbaTHutthe numbers are surprisingly noncritical :)
00:23.36Primerstill trying to wrap my brain around the 1.5:1
00:23.47Primerand how that figures into my distance formula
00:24.58Primerdistance = math_sqrt (((tx - px) ^ 2 * (width * 100)) + ((ty - py) ^ 2) * 1.5 * (height / 100))
00:25.03Primeror something
00:25.18*** join/#curseforge ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
00:25.18*** mode/#curseforge [+o ckknight] by ChanServ
00:27.10Primerbah, the dude that I was grouped with left
00:27.28Primerit's so hard to find someone to idle in a party while you code
00:27.43ZorbaTHutthat's why I now have a trial account ;)
00:27.48ckknighthehe
00:28.05ckknightI have guildies/gf
00:29.07Dashkalcackles
00:29.32Primeroh, wg is up
00:29.44DashkalEntry 27 might possibly have broken the rules.
00:48.46Primerseems there's some memory limit in wine
00:49.12Primerwow crashed just as we won wg
00:59.13PrimerZorbaTHut: heh, in AstrolabeQH/Astrolabe.lua: Darnassis
00:59.21ZorbaTHutprimer, that's the zone map name ;)
00:59.23ZorbaTHutOgrimmar, also
00:59.43ZorbaTHutoh yeah and "Nexus801". Oh, Blizzard. :(
01:00.48Primerheh
01:45.03Repo[WoW] 10broker_pallypower: 03Aznamir * r4 Broker_PallyPower.toc: .toc bump
01:45.55Repo[WoW] 10broker_pallypower: 03Aznamir 04v1.0.1-release * r5 : Tagging as v1.0.1-release
02:06.36Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 07master * 0.1.0-beta-r1-3-g139b28f / (3 files in 2 directories): [+1 commit] New quest support tested, bugs fixed
02:06.41Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 07master * 0.1.1-beta-r2-3-g087ee19 / (3 files in 2 directories): [+1 commit] New quest support tested, bugs fixed
02:13.54Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 040.1.1-beta * 454c47f /: [new tag] Tagging as 0.1.1-beta
02:14.03Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta * 8257982 /: [new tag] Tagging as 0.1.2-beta
02:19.02calidore_eu|zzzZckknight: AssertionError('`tar -C /tmp/tmpZUiXXO -xf /tmp/tmpM5GsCv.tar` received returncode 2 instead of expected 0',)
02:21.44calidore_eu|zzzZDo what ever you want with it, I'm going to bed, it's 4am here and I don't care anymore *yawn* ;)
02:31.16*** join/#curseforge PProvost (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
02:43.39*** join/#curseforge k1net1k (n=k1net1k@ppp230-78.static.internode.on.net)
03:01.56*** join/#curseforge Rizrn (n=fs386@71-82-76-144.dhcp.bycy.mi.charter.com)
03:08.06*** part/#curseforge Rizrn (n=fs386@71-82-76-144.dhcp.bycy.mi.charter.com)
03:08.18Repo[WoW] 10pally-power: 03Aznamir 04v3.1.15-release * r90 : Tagging as v3.1.15-release
04:00.58*** join/#curseforge MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
04:19.24*** join/#curseforge wallen (i=wallen@88-149-234-78.dynamic.ngi.it)
04:29.08*** join/#curseforge texke (n=tex@pdpc/supporter/base/texke)
04:32.33*** join/#curseforge Nechckn_AFK (n=N@WoWUIDev/Norganna/Admin/Nechckn)
05:00.13*** join/#curseforge compost (n=a@202-89-161-49.static.dsl.amnet.net.au)
05:06.09*** join/#curseforge GeeksRUs (n=vampira@c-98-246-94-13.hsd1.wa.comcast.net)
05:35.43Repo[WoW] 10notesfu: 03NowhereRx7 * r7 / (4 files in 1 directory):
05:35.46RepoUpdated for patch; New library setup (Rock);  need to edit saved variables "Fubar_NotesFu.lua" - rename section "global" to "account" to keep saved notes; Configuration screen now available
05:36.26Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1 BETA * r8 : Tagging as v1.1 BETA
05:36.29*** join/#curseforge yuxans (n=yuxans@yuxans-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
05:38.33*** join/#curseforge orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
05:42.43*** join/#curseforge Nechckn_AFK (n=N@WoWUIDev/Norganna/Admin/Nechckn)
05:43.13Repo[WoW] 10notesfu: 03NowhereRx7 * r9 embeds.xml: Change LibFubarPlugin-3.0 reference
05:50.01Repo[WoW] 10notesfu: 03NowhereRx7 * r10 FuBar_NotesFu.toc: version update
05:50.34Repo[WoW] New project: http://wow.curseforge.com/projects/autoachscreenshot/. AutoAchScreenshot. Riokou (Manager/Author). Approved by Ackis.
05:50.39Repo[WoW] New project: http://wow.curseforge.com/projects/cfm/. CFM. ChaosInc (Manager/Author). Approved by Ackis.
05:50.44Repo[WoW] New project: http://wow.curseforge.com/projects/guild-tax/. Guild Tax. walking_fishy (Manager/Author). Approved by Ackis.
05:59.38Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1 BETA * r11 : repackage
06:01.00Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1 BETA * r12 :
06:01.03RepoUpdated for patch; New library setup (Rock);  need to edit saved variables "Fubar_NotesFu.lua" - rename section "global" to "account" to keep saved notes; Configuration screen now available
06:04.43Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1 BETA * r13 : repack needed
06:05.57Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1 BETA * r14 : Tagging as v1.1 BETA
06:07.25Repo[WoW] 10notesfu: 03NowhereRx7 04v1.1.1 BETA * r15 : Tagging as v1.1.1 BETA
06:19.30*** join/#curseforge Computerpunk (n=IceChat7@92.82.167.24)
06:31.37Repo[WoW] 10cfm: 03ChaosInc * r2 / (3 files in 1 directory): Initial Commit
06:32.01Repo[WoW] 10cfm: 03ChaosInc 041.0 * r3 : Tagged 1.0
06:34.43*** join/#curseforge stolenlegacy (n=stolenle@d86-32-24-120.cust.tele2.at)
07:05.55*** join/#curseforge Aikawa (n=shingo@p5B055FB3.dip.t-dialin.net)
07:19.59*** join/#curseforge Zeksie (n=zeksie@cpc1-nott9-0-0-cust93.nott.cable.ntl.com)
07:28.36*** join/#curseforge Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
07:39.22*** join/#curseforge Srosh (n=Srosh@c155134.adsl.hansenet.de)
08:14.52Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta *  /: [TAG DELETED]
08:15.41Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta * 3925c3d /: [new tag] Tagging as 0.1.2-beta
08:20.17Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta *  /: [TAG DELETED]
08:21.01Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta * a2feb8d /: [new tag] Tagging as 0.1.2-beta
08:22.43calidore_euStupid packager -.-
08:22.44nevcairieli think its kinda hilarious how it only breaks for your projects =P
08:23.16calidore_euI have no idea what I'm doing wrong
08:24.03calidore_euAnd always the same tar error
08:24.56calidore_euckknight: ping
08:25.38nevcairielhe is sleeping
08:25.58calidore_euDamn, thought so
08:39.36Repo[WoW] 10tb_chatenhancements: 03Valana_TB * r136 TB_ChatEnhancements.lua: Undoing the pattern matching changes.
08:39.47Repo[WoW] 10tb_core: 03Valana_TB * r117 TB_Core.lua: Undoing the pattern matching changes.
08:46.45Repo[WAR] 10heal-grid: 03rmet0815 * r17 TODO.txt: todo updated
08:53.36*** join/#curseforge TheDeamon (i=TheDeamo@69-20-145-84.static.ida.net)
09:03.52*** join/#curseforge yoshimo (i=chatzill@p5B0C17B1.dip0.t-ipconnect.de)
09:08.28*** join/#curseforge Drexore (n=Drexore@redeye.xs4all.nl)
09:11.46Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta *  /: [TAG DELETED]
09:12.22Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta * 957959f /: [new tag] Tagging as 0.1.2-beta
09:22.28*** join/#curseforge Lukian (n=wizard@203.171.70.21.static.rev.aanet.com.au)
09:25.51*** join/#curseforge Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
09:34.25*** join/#curseforge Lukian (n=wizard@203.171.70.21.static.rev.aanet.com.au)
09:50.56Repo[WoW] 10guildcraft: 03OrionShock 04v3.4.6a * r289 : Tagging as v3.4.6a
09:50.59RepoLocalization update...
10:41.37*** join/#curseforge quoin (n=quoin@ppp121-44-129-87.lns10.syd7.internode.on.net)
10:42.04*** join/#curseforge Jamash (n=Jamash@75-25-130-215.lightspeed.sjcpca.sbcglobal.net)
11:19.04*** join/#curseforge Computerpunk (n=IceChat7@92.83.68.98)
11:22.21*** join/#curseforge Quaiche (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
11:26.00Repo[WoW] 10luggage: 03Nimbal * r69 / (36 files in 5 directories):  (Message trimmed by 1 line)
11:26.03Repo* Removed ClosetGnome support
11:26.07Repo* Added support for Blizzard's Equipment Manager
11:26.10Repo* Changed the detection of quest items slightly
11:26.14Repo* Separated Periodic Table filters from the default ones
11:28.47Repo[WoW] 10questshare: 03smariot 07master * 0405626 / (2 files in 1 directory): [+1 commit] Made delayedCall stable. Things to execute at the same time are now executed in the order they were registered in.
11:37.19Repo[WoW] 10libbaggage-1: 03Nimbal * r25 / (4 files in 1 directory):
11:37.22Repo* Added a local debug variable as some addons seem to define their own global one
11:37.25Repo* Added keys in keyring to "all" iterator
11:37.36Repo[WoW] 10luggage: 03Nimbal * r70 Luggage.toc: * Bumped toc version
11:40.52Repo[WoW] 10luggage: 03Nimbal 04v1.10 * r71 : Tagging as v1.10
11:47.13*** join/#curseforge kagaro (n=kagaro@cpe-098-026-067-218.nc.res.rr.com)
11:57.32Repo[WAR] 10heal-grid: 03rmet0815 * r18 / (3 files in 2 directories): grid grouping
11:58.52*** part/#curseforge kagaro (n=kagaro@cpe-098-026-067-218.nc.res.rr.com)
12:08.40*** join/#curseforge Hjalte (n=chatzill@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
12:31.07Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta *  /: [TAG DELETED]
12:31.59Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 040.1.2-beta * 3188e77 /: [new tag] Tagging as 0.1.2-beta
12:33.35Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 040.1.1-beta *  /: [TAG DELETED]
12:34.02Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 040.1.1-beta * d8dd7ec /: [new tag] Tagging as 0.1.1-beta
12:37.40*** join/#curseforge Sigi_cz (n=sigiczx@213-194-253-77-eth5-gwfr2-user.802.cz)
12:38.15calidore_euIf any one told me, packager failures are related to sun spots, I'm ready to believe it ;)
12:38.44HjalteNo, it's due to global heating.
12:39.06nevcairielisnt it global warming?
12:39.28HjalteI don't know, I'm not english :)
12:40.34calidore_euGlobal warming, yes, I would believe that too ... I'm really out of ideas, why it just started working again
12:48.12*** join/#curseforge waallen (i=wallen@88-149-234-78.dynamic.ngi.it)
12:49.20ckknightcalidore_eu: it's caused by the liberal media
12:51.35calidore_euckknight: I've done some more research, and it turns out, tar doesn't use errno.h, so 2 has a different meaning
12:51.50calidore_euActually it has 4
12:52.26calidore_euWould sure be nice to see the stderr, when the command fails *hint* *hint* ;)
12:52.41nevcairiela quick google turned this up
12:52.49nevcairiel2 - internationalization error that should never occur, checksum error
12:52.57ckknightwtf.
12:53.09calidore_euI found different error codes on different sites
12:53.26ckknightokay, I'll capture the stderr
12:53.42calidore_eu:)
12:55.04calidore_euI found these error strings in the source: "directory checksum error", "tar: %s: HELP - extract write error", "tar: Cannot close %s", "tar: tape write error"
12:57.18Repo[www] 10curseforge-packager: 03ckknight * r384 git.py: include the stdout and stderr when tar fails
12:58.54calidore_euAnd I already found a reason to tag a new version
13:00.54Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 07master * 0.1.1-beta-1-g6b5c917 Copilot_Brunnhildar.toc: [+1 commit] .toc version bumped
13:01.06Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 040.1.1-beta-r1 * c5b51b1 /: [new tag] Tagging as 0.1.1-beta-r1
13:01.23nevcairielit worked =P
13:01.46calidore_euOf course it did -.-
13:06.10Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 07master * 0.1.2-beta-1-gd13d17f Copilot_ArgentTournament.toc: [+1 commit] .toc version bumped
13:08.10charonor you could just have checked 'info tar' where it says that 2 means a fatal error occurred... *shrug*
13:08.19charon(1 means there was a non-fatal error earlier)
13:08.46calidore_euBut it doesn't go into any details
13:11.37Repo[RoM] 10better-loot-mod: 03Sigicz * r7 / (5 files in 2 directories):
13:11.41Repo- renamed "keep non empty loot window open" option to "always close loot window"
13:11.45Repo- added loot all whitelist and blacklist
13:15.01Repo[RoM] 10better-loot-mod: 03Sigicz 04v0.05b * r8 : Tagging as v0.05b
13:18.49*** join/#curseforge Beutju (n=tus@manz-5f749eed.pool.einsundeins.de)
13:30.03*** part/#curseforge Sigi_cz (n=sigiczx@213-194-253-77-eth5-gwfr2-user.802.cz)
13:38.31*** join/#curseforge Computepunk_ (i=c1e78b1b@gateway/web/ajax/mibbit.com/x-7e46abdfb93666a6)
13:38.39Computepunk_IDLERS <_<
13:45.32Repo[WoW] 10luggage: 03Nimbal * r72 / (11 files in 3 directories): * Added equipment slot filter
13:46.03Repo* Edit Bag dialog now fills in the bag's name
13:51.23Repo[WoW] 10luggage: 03Nimbal * r73 Luggage.lua:
13:51.25Repo* Button matrix is cleared when showing the icon and name dialog
14:13.47Repo[WoW] 10castby: 03Compost * r10 / (2 files in 1 directory):  (Message trimmed by 1 line)
14:13.50Repoupdated toc 30100
14:13.53Repobetter vehicle handling
14:13.56Repoadded handling of pets
14:14.00Repobetter filter handling
14:14.43Repo[WoW] 10castby: 03Compost 040.94-beta * r11 :  (Message trimmed by 1 line)
14:14.46Repoupdated toc 30100
14:14.49Repobetter vehicle handling
14:14.52Repoadded handling of pets
14:14.55Repobetter filter handling
14:27.44*** join/#curseforge Odlaw (n=ozzy@c-98-245-39-78.hsd1.co.comcast.net)
14:28.04Repo[WoW] 10goingprice_allakhazam: 03Neikos * r667 / (2 files in 2 directories): Updating to version 3.1.1242915964
14:28.09Repo[WoW] 10goingprice_allakhazam: 03Neikos 043.1.1242915964 * r668 : Tagging version 3.1.1242915964
14:29.55*** join/#curseforge ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:29.55*** mode/#curseforge [+o ckknight] by ChanServ
14:30.09Repo[WoW] 10goingprice_wowhead: 03Neikos * r241 / (2 files in 2 directories): Updating to version 3.1.1242916104
14:30.15Repo[WoW] 10goingprice_wowhead: 03Neikos 043.1.1242916104 * r242 : Tagging version 3.1.1242916104
14:31.26Repo[www] 10curseforge-packager: 03ckknight * r385 git.py: gotta make sure to pipe stdout and stderr in order to capture those
14:39.48Repo[WoW] 10libbaggage-1: 03Nimbal * r26 LibBaggage-1.0.lua: * Fixed an error when picking up keys from the keyring
14:40.01Repo[WoW] 10copilot-brunnhildar: 03calidore_arygos_eu 07master * 0.1.1-beta-r1-1-g30bf7ab / (2 files in 1 directory): [+1 commit] Implemented experimental workarround to address "Interface action failed because of an Addon" errors / Version bumped
14:40.18Repo[WoW] 10libbaggage-1: 03Nimbal 04v0.5 * r27 : Tagging as v0.5
14:40.21*** join/#curseforge AckisWork (i=8ee55791@WoWUIDev/WoWAce/ARL/Troll/Ackis)
14:40.21*** mode/#curseforge [+v AckisWork] by ChanServ
14:43.51Repo[WoW] 10libbaggage-1: 03Nimbal * r28 LibBaggage-1.0.lua: * Removed debug spam
14:44.08Repo[WoW] 10libbaggage-1: 03Nimbal 04v0.5b * r29 : Tagging as v0.5b
14:44.28*** join/#curseforge Pneumatus (n=WiN@unaffiliated/pneumatus)
14:52.23Repo[RoM] New project: http://rom.curseforge.com/projects/repaircost/. RepairCost. F636y623 (Manager/Author). Approved by Ackis.
14:52.30Repo[WoW] New project: http://wow.curseforge.com/projects/bbdkp/. bbDkp. sajaki (Manager/Author). Approved by Ackis.
15:12.53*** join/#curseforge Tinyboom (n=nahh@206.84-49-89.nextgentel.com)
15:20.16*** join/#curseforge Pneumatus (n=WiN@pneumatus.plus.com)
15:34.13*** join/#curseforge Pneumatus (n=WiN@pneumatus.plus.com)
15:39.06*** join/#curseforge Chryzo (n=dtc@92.80.120.102)
15:46.09*** join/#curseforge Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
15:46.09*** mode/#curseforge [+v Funkeh`] by ChanServ
15:57.51*** join/#curseforge sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
15:58.10*** join/#curseforge Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
16:06.14Repo[WoW] 10tb_chatenhancements: 03Valana_TB * r137 TB_ChatEnhancements.lua: Hopefully made per-class coloring a little more solid.
16:07.07Repo[WoW] 10tb_silentignore: 03Valana_TB * r54 TB_SilentIgnore.lua:
16:07.10RepoIsIgnored tries to use the name as is before capitalizing it.
16:15.39ckknighthey all, who wants to be a contest judge? (want to test stuff)
16:45.15Repo[WoW] 10libaboutpanel: 03Ackis 07master * v1.33-7-gaf009d0 / (2 files in 1 directory): [+2 commits]
16:45.18Repoaf009d0: Remove commented out code.  Deal with replacement flags in the case of CF/WoWAce
16:45.22Repo9d1675d: Add other locals (deDE full) and about in all languages.
16:48.33Repo[WoW] 10copilot-argenttournament: 03calidore_arygos_eu 07master * 0.1.2-beta-2-ga62eee1 ArgentTournament.lua: [+1 commit] Second attempt at a workaround to fix "Interface action failed because of an Addon" errors
16:50.07ZorbaTHutckknight what would it take to get you to remove the 50,000 character changelog limit :(
16:50.15ckknightnot happening.
16:50.22ckknightwe used to have it higher
16:50.27ckknightcaused loads of problems
16:50.35ZorbaTHutthen could you make it so it automatically truncates, rather than letting me upload 6 gigabytes and then saying "lol too long, upload again sucka"?
16:50.40ZorbaTHuter, 6 megabytes
16:50.43ckknighthmm
16:50.48ckknightmaybe.
16:51.22ZorbaTHut'cause I can truncate it again manually if I have to, but uploading an extra 6 megs on my DSL is quite annoying, especially when the other two sites just accept it without issue :P
16:52.15ZorbaTHutor at least put some javascript on the page to keep me from hitting the "submit" button
16:54.20*** join/#curseforge Moncai (n=Moncai@5ED4878D.cable.ziggo.nl)
16:56.24AckisWorkwow ckknight I asked you to do that before and you said meh :P
16:57.54ckknightAckisWork: in the revamp, it's _way_, _way_ easier to change things
16:58.06ckknightwait
16:58.08ckknightdifferent issue
16:58.23ckknightZorbaTHut: okay, hang on a minute
16:58.23AckisWorklol
16:58.29ckknightAckisWork: zorba's more important than you
16:58.32ZorbaTHutI'm actually just heading down to my mom's place
16:58.40ckknightthat's what she said
16:58.41ZorbaTHutif this will take more than five minutes, I'll be back tomorrow ;)
17:00.00ckknight3 minutes, likely
17:00.35ZorbaTHutalright
17:01.22ckknightdeploying...
17:02.01ckknightk, ZorbaTHut
17:02.36ZorbaTHutwhat's it supposed to do? just pasting a ton of stuff into changelog doesn't do anything different
17:04.32*** join/#curseforge yoshimo (i=chatzill@p5B0C17B1.dip0.t-ipconnect.de)
17:07.27Repo[WoW] 10libaboutpanel: 03Ackis 07master * v1.33-8-ge96c080 / (3 files in 2 directories): [+1 commit] Update docs and ToC
17:08.03*** join/#curseforge Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:08.03*** mode/#curseforge [+v Funkeh`] by ChanServ
17:16.51GnarfozZorbaTHut: what do you need 6MiB of changelog for? xD
17:20.44*** join/#curseforge Alarisha (n=Alarisha@cpc2-acto1-2-0-cust472.4-2.cable.virginmedia.com)
17:24.01Primerckknight: You know what'd be cool? "Edit description" with a checkbox to "Make this this description for -nolib as well"
17:24.50*** join/#curseforge Pazza_ (n=john@cpe-68-173-188-62.nyc.res.rr.com)
17:27.01*** join/#curseforge Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
17:27.01*** mode/#curseforge [+v Dashkal] by ChanServ
17:56.13Primeror not...?
17:57.05ckknightPrimer: you don't describe files.
17:57.06AckisWorkhe's at lunch prolly
17:57.14ckknightyou can change changelogs
17:57.20Primerright, that's what I meant
17:57.30ckknightbut if you have a nolib, why didn't you just do it sanely with the repo anyway?
17:57.36PrimerIt's just that I'm not content with having svn log as my changelog
17:57.40Primerso I wrote my own
17:57.49Primerand invariably I have to do this for 2 files every time
17:58.43Primerperhaps even take that a step further and add an option to default the changelog to the previous file's changelog
17:58.51Primerto provide a starting point :)
17:59.56ckknightsetting manual-changelog: Changelog.txt is too hard?
18:00.41ckknighthttp://kb.wowace.com/projects/pkgmeta-file/#w-manual-changelog
18:01.41ckknightunless I'm mistaken, that'd be perfect for you
18:08.14Repo[RoM] 10combat-log-mod: 03Sigicz 04v0.07.01 * r34 : Tagging as v0.07.01
18:08.33Primerckknight: ahh, this is news to me, thanks!
18:09.35ckknight:)
18:09.35PrimerIs there also one for the known caveats?
18:10.24ckknightno
18:10.27ckknightbut could add one
18:10.46ckknightfile a ticket on curseforge-packager
18:11.06*** join/#curseforge Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
18:11.06*** mode/#curseforge [+v Dashkal] by ChanServ
18:11.44Primerwill do
18:14.03Primerwow
18:14.12Primerchanging type nuked my description
18:14.24Primergood thing ctrl-z worked
18:15.13Primerhttp://www.curseforge.com/projects/curseforge-packager/tickets/21-please-add-pkgmeta-support-for-known-caveats-entry/
18:15.21Primerthere you go
18:15.35AckisWorkthere's a ticket on that also Primer lol
18:16.57Primerdoh
18:17.24AckisWorkno not the caveats
18:17.24ckknighton the description nuking, he means
18:17.28AckisWorkthe nuking description
18:18.47PrimerAckisWork: getting to that IHML now
18:18.51*** join/#curseforge Computerpunk (n=IceChat7@92.83.80.254)
18:18.53AckisWorkty
18:20.01PrimerAnother thing I'd like to see IHML support is detection of spec change
18:20.08Primerat least for the default macro
18:20.38PrimerI know, it seems odd
18:20.44Primeroops, wrong channel
18:23.09Repo[WoW] 10libaboutpanel: 03Ackis 07master * v1.33-9-gabb3ab5 / (2 files in 1 directory): [+1 commit] Update library version
18:23.30Repo[WoW] 10libaboutpanel: 03Ackis 04v1.4 * 88b8dc5 /: [new tag] Tagging as v1.4
18:23.56AckisWorkspec change?
18:24.09ckknightwould anyone else like to help judge http://beta.wowace.com/contests/1-test-contest/ ?
18:25.48PrimerWell, yeah
18:25.59Primerok, I know, I'm probably not using IHML "as intended"
18:26.21AckisWorkprobably? ;)
18:26.25AckisWorklol :D
18:26.46Primerbut hear me out: I like my IHML key to be my "handy" key. On my priest, for example, the default macro casts Guardian Spirit when I'm holy, and Desperate Prayer when I'm disc
18:27.06PrimerWhen I have a fishing pole equipped, it does /cast Fishing
18:27.30Primerwhenever I switch specs, I have to change the default macro manually
18:27.47AckisWorkahh spec switching
18:27.49AckisWorkI get you
18:27.57AckisWorkthought you meant in your target
18:31.24*** join/#curseforge stolenlegacy (n=stolenle@d86-32-24-120.cust.tele2.at)
18:41.31*** join/#curseforge yoshimo (i=chatzill@p5B0C17B1.dip0.t-ipconnect.de)
19:05.35AckisWorkPrimer: added that stuff
19:05.48PrimerI saw :)
19:19.05netcurse500 on your link ckknight
19:19.42ckknightoh, whoops
19:19.46ckknightneed to do a db upgrae
19:19.47ckknightupgrade*
19:21.07ckknightthere we are
19:31.01sag_ich_nichtanyone know of an addon that puts class cooldowns into bigwigs?
19:31.27sag_ich_nichtfew guildmates are complaining that bigwigs is putting their cooldowns into the bigwigs frame since an update, but I know that bigwigs does not, so...
19:33.28Funkeh`sag_ich_nicht, bigwigs_commonauras?
19:33.51Repo[WoW] New project: http://wow.curseforge.com/projects/exinnova-spelldamage/. ExinNova SpellDamage. krazychild (Manager/Author). Approved by Ackis.
19:36.35Pneumatusnev should win that contest for having the longest solution
19:36.46nevcairielmy brainfuck solution was great
19:37.25Hjaltesag_ich_nicht: RaidCooldowns
19:48.19Repo[RoM] 10better-loot-mod: 03Sigicz * r9 / (4 files in 2 directories): improved QuickLootOptions logic
19:49.16Repo[RoM] 10better-loot-mod: 03Sigicz 04v0.06b * r10 : Tagging as v0.06b
19:49.56ckknightnevcairiel: hehe
19:51.54ckknightafaict, smariot's gonna win
19:52.26ckknighthttp://beta.wowace.com/contests/1-test-contest/entries/smariot/
19:52.29ckknightit's fucking awesome
19:53.05nevcairielabusing sinus to generate weird predictable code isnt a new invention, though =P
19:56.37*** join/#curseforge Dashkal_ (n=dashkal@WoWUIDev/Nexus/dashkal)
19:56.37*** mode/#curseforge [+v Dashkal_] by ChanServ
19:56.50ckknighthe uses ansi codes and looks really cool
19:56.53ckknightI want flashiness
20:00.15sag_ich_nichtHjalte: I'
20:00.17sag_ich_nicht*I'll check
20:01.04Gnarfozckknight: should contest entries maybe have a "download as a file" link?
20:01.17ckknightGnarfoz: no, they have a View Raw link
20:01.23sag_ich_nichtHjalte Funkeh` nope
20:01.26GnarfozI know, but that gives me "something.txt"
20:01.27ckknighthttp://beta.wowace.com/contests/1-test-contest/entries/kagaro/
20:01.31ckknightyea
20:01.53ckknightthat's all you get for now
20:15.40sag_ich_nichtmhm
20:15.41sag_ich_nichtckknight
20:15.49ckknightyes?
20:15.58sag_ich_nichtcould find someone to kill the aloft project on wowace
20:16.04sag_ich_nichtbecause it switched to wowi apparently
20:16.22sag_ich_nichtand the moron apparently didn't kill it on curse so now there's a deprecated version there
20:16.23sag_ich_nicht:|
20:16.40nevcairielthe wowi version is a fan update
20:16.42nevcairielor something
20:16.51sag_ich_nichtrly?
20:16.52sag_ich_nichtgay
20:17.03nevcairielthe dev has been long gone
20:19.09ckknightsmariot: grats, you won
20:19.12ckknightnevcairiel: you got runner up
20:19.12ckknighthttp://beta.wowace.com/contests/1-test-contest/
20:19.34nevcairielit wasnt even my interpreter, but it was the first thing that came to my mind =P
20:20.00ckknightstill cool
20:29.21Brunersa decent auto repair addon that supports guildbank repair
20:35.39StanzillaBruners: Vendorz0r if you don't need optiosn :P
20:36.27Pneumatuswhat options could there be :o
20:36.36Stanzillaguild repair on/off! :p
20:41.34Brunersuhm, who doesnt want to use the guild bank to repair? :P
20:44.07sag_ich_nichtme.
21:10.11*** join/#curseforge Aikawa (n=shingo@p5B055026.dip.t-dialin.net)
21:11.52*** join/#curseforge MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
21:20.50*** join/#curseforge Chompers (n=Chomp@cpc3-cove11-2-0-cust111.3-1.cable.virginmedia.com)
21:30.20smariotckknight: thanks
21:38.46*** join/#curseforge Funkeh` (n=funk@host86-147-51-114.range86-147.btcentralplus.com)
21:39.06*** mode/#curseforge [+v Funkeh`] by ChanServ
21:56.22Repo[WoW] 10cheeseslsclient: 03dieck * r9 / (4 files in 1 directory):
21:56.26Repoimplemented: auto-pass on missing class (e.g. Tokens) and profession requirements
22:01.06*** join/#curseforge Aikawa (n=shingo@p5B054C2B.dip.t-dialin.net)
22:07.12dieckis there any kind of "suggestion box" for curse? I'd like "CURSEcontests" surpressed that I can't take as I'm not in the US...
22:11.18Repo[WoW] New project: http://wow.curseforge.com/projects/mapruler/. MapRuler. Willoisa (Manager/Author). Approved by Ackis.
22:12.14Nechckndieck  They've been working to expand those, obviously quite a few laws to work through and all.  There is a portion under the message boards where you can post suggestions and such, though.
22:34.42*** join/#curseforge Tehtsara (i=18b647f6@gateway/web/ajax/mibbit.com/x-746f4dcdcefa4d5e)
22:35.04TehtsaraHello
22:36.06TehtsaraWould it be possible to get my new version approved?
22:38.09AckisWorkhmm?
22:38.42Gnarfoznew versions don't need approval, new addons do
22:38.49Repo[WoW] New project: http://wow.curseforge.com/projects/notepad/. Notepad. slwsteven12 (Manager/Author). Approved by Ackis.
22:38.54AckisWorkGnarfoz: wrong
22:39.05AckisWorkfiles that are uploaded need approval
22:39.22AckisWork@project lootnow
22:39.24RepoAckisWork: http://wow.curseforge.com/projects/lootnow/. LootNOW. Game: WoW. Tehtsara (Manager/Author). Updated: 6 minutes ago
22:39.40GnarfozAckisWork: there are people *not* using RCS?
22:39.43Gnarfoz^^
22:39.52Tehtsara:(
22:39.53AckisWorkGnarfoz: aye, there's even 1 project I don't use it on
22:40.00TehtsaraI just code
22:40.31TehtsaraSubversion confuses the crap out of me, so I just use what works
22:41.03TehtsaraThanks guys
22:41.04AckisWorkhave you cheked the KB?
22:41.06AckisWorkman I can't type
22:41.09TehtsaraYeah
22:41.15AckisWorkhttp://kb.curseforge.com/repositories/
22:41.34TehtsaraJust not as young as I used to be
22:41.44AckisWorkI keep on saying that every day
22:41.46AckisWorkthen I screw up
22:41.50AckisWorkand ckknight has to fix something
22:41.58TehtsaraHehe
22:42.02TehtsaraWell, thanks again
22:42.06AckisWorknp
22:42.12TehtsaraGotta go try and prod the guildies into installing the new version
22:42.15ckknightgrowls incessantly
22:42.24AckisWorkhehe good luck, feel free to idle
22:53.36*** join/#curseforge waallen (n=wallen@88-149-234-78.dynamic.ngi.it)
22:54.18*** join/#curseforge Zealin (n=Lucas_Bi@cm56-200-51.liwest.at)
22:56.38Repo[WoW] 10zraid: 03Zealin * r11 / (2 files in 1 directory): -m "modified chat output (added Players in Raid)"
23:37.11*** join/#curseforge Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
23:37.11*** mode/#curseforge [+v Dashkal] by ChanServ

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