IRC log for #wowace on 20111218

00:04.26vhaarrah shit
00:04.28Repo10ora3: 03Rabbit * r517 modules (3 files in 1 directory):
00:04.29RepoJust strip all server names from ready check completely, no asterisk or anything. Drycoded.
00:05.04Stanzillavhaarr: can you add the only show in combat option to the cooldown monitor please? :)
00:05.39vhaarrStanzilla: can't you?
00:05.41Repo10ora3: 03Rabbit * r518 modules/Invite.lua:
00:05.42RepoComment out the /raeinv command that I committed by mistake.
00:05.50Stanzillanope, I tried but failed :D
00:07.23vhaarrBibi: wtf, wowtal.com isn't updated
00:10.13Repo10ora3: 03Rabbit * r519 modules/Cooldowns.lua: Update Divine Hymn cooldown properly from talents.
00:13.04znfwish I could see only the "available" cooldowns instead of the time remaining, sometime :P
00:13.07Repo10ora3: 03Rabbit * r520 modules/Cooldowns.lua: Lay on Hands glyph is -3min.
00:15.19vhaarrznf: I agree with your ticket
00:15.39znfthat's good!
00:17.37vhaarrznf: so you want me to fix or do you have a patch?
00:17.46znfI want you to fix, obviously :-"
00:18.16vhaarrhow is that obvious, you have a released addon on wowace.com, surely you can code
00:18.26vhaarr:P
00:18.39znfBigWigs is a beast to understand compared to that :>
00:18.59vhaarrhas nothing to do with bigwigs really, everything you need to concern yourself with is in commonauras
00:19.24vhaarrand bigwigs was made so that writing modules should be very straight forward
00:21.01znfI might have a look at it, if you say it's that easy, but I'm sure you can do those changes twice as fast
00:21.44vhaarryes probably, I'll just do it
00:23.26vhaarrznf: well, I will do most of the work
00:23.30vhaarryou will have to do something after I am done
00:23.31vhaarrdeal?
00:23.41znfuhm, sure, but no naked pics
00:25.02vhaarrdon't be such a pussy, and I know you like it, you're mediterranean
00:25.28znfI'm not. I'm eastern-european!
00:26.22ZasurusAnyone know how to pull back the name of the party member using the partyid? e.g. 0 is you 1,2,3,4
00:27.10ZasurusOh ignore me! Got it: UnitName("Party1")
00:27.57znfsure
00:27.58znf<PROTECTED>
00:28.19Zasurus:p
00:31.57BlueAckisFishManwhat's the diff between mediterranean and eastern-european?
00:32.41Repo10big-wigs_common-auras: 03Rabbit * r191 CommonAuras.lua:
00:32.42znfones are tanned, the others have sort of a russian accent? :P
00:32.43RepoDon't show more than one bloodlust bar at a time (counts all forms of BL), and allow timers to be classified as non-combat only, meaning they will hide when you enter combat (but not show again once you get OOC.)
00:32.59vhaarrznf: find the nonCombat table in CommonAuras.lua and add the spells there
00:33.35znfsure
00:33.37vhaarryou should just pairs the combatLogMap.SPELL_CREATE table and add all those automatically, obviously
00:33.39vhaarrznf: ^
00:34.14vhaarrznf: and find all entries in .SPELL_CAST_START with the value "Feasts", and add those automatically
00:34.27vhaarrsame with _SUCCESS and "Repair"
00:36.18vhaarrznf: actually, do the same with portals as well, require the value to be "Portals", don't just add everything from _CREATE
00:37.05vhaarrthat way you can iterate all subtables of combatLogMap and just check if the value is "Feasts", "Repair" or "Portals" and add the key to the nonCombat
00:42.20znfso, just those? http://www.wowace.com/paste/
00:44.05znfdamn it, i failed
00:44.14znfMeant this: http://www.wowace.com/paste/4423/
00:47.34*** join/#wowace mckenziemc (~Mark@dialup-4.246.253.129.Dial1.SanJose1.Level3.net)
00:49.54Repo10big-wigs: 03mysticalos * r8895 DragonSoul/Hagara.lua: Basic focused assault stuff for main treat tank. #435
00:50.03Repo10grid2: 03michaelspain * r641 / (12 files in 3 directories):
00:50.04RepoAdding threshold coloring based on remaining time for Buffs (ticket #263)
01:02.26Repo10big-wigs: 03funkydude * r8896 DragonSoul (8 files in 2 directories): Hagara: add options for that
01:02.34Repo10routes: 03Xinhuan 07master * v1.4.2-1-gedd66e7 Modules (2 files in 1 directory): [+1 commit] Fix two more cases over division by 0 that was overlooked.
01:07.11quiescensmoo
01:11.22znfmiau?
01:22.23*** join/#wowace gix (~gix@e180011232.adsl.alicedsl.de)
01:33.38Repo10blood-shield-tracker: 03talryn1 * r131 BloodShieldTracker.lua:
01:33.39RepoFixed bug with BS mode for Est Heal Bar.  The dsMinHeal variable cannot be used since it takes into accoutn healing modifiers.
02:01.50Repo10big-wigs: 03funkydude 04r8897-release * r8897 : Tagging as r8897-release
02:25.42znfyay, epic gems are down to 3.6k on my realm
02:25.48znf*rubs hands* come down to 1k
02:27.26Repo10plantaindkp: 03Znuff * r13 PlantainDKP.lua: Added Epic Gem Geodes to ignore list.
02:30.22znfSo, is there an event that triggers when you (as a master looter) assign a piece of loot to a party member?
02:33.50vhaarrznf: no, not like that
02:34.03Repo10gathermate2: 03Xinhuan 07master * 1.15.2-5-gfe78bd6 / (4 files in 2 directories): [+3 commits]
02:34.04Repofe78bd6: Force minimap to refresh immediately on completing a database cleanup. (Ticket #50)
02:34.06Repo8a7f55a: Update Mining skill requirements of veins as of patch 4.2.2. (Tickets #49 and #51)
02:34.07Repofe66a92: Add Brazilian Portuguese localization. The translations are currently still incomplete.
02:35.29znfvhaarr, I figured what you want, I'm slow when it comes to these things, y'know? :)
02:35.30vhaarrznf: like this: http://www.wowace.com/paste/4425/
02:49.27Repo10plantaindkp: 03Znuff 04r13-release * r14 : Tagging as r13-release
02:54.00*** join/#wowace Seeker` (~cjo20@unaffiliated/seeker)
02:55.35znfoh silly me :-/
03:30.52*** join/#wowace Yivry (~Dave@53509B5E.cm-6-1c.dynamic.ziggo.nl)
03:40.04XinhuanPostal: 1,337 Average Daily Downloads
03:40.06Xinhuanwooo
03:40.34Repo10arl: 03pompachomp 07master * 2.2.11-8-gc8ebec4 Locales/devel-enUS.lua: [+1 commit] add new phrase to the localization app
03:42.43znfso hardcore!
03:43.00znfThere's few addons that revolutionised how I manage in-game items and gold
03:43.04znfPostal is one of them :P
03:47.19Repo10arl: 03Ackis 07master * 2.2.11-9-ga0af8bb Config.lua: [+1 commit] Fix for exclusion list.
03:55.47znf@project arl
03:55.50Repoznf: http://www.wowace.com/addons/arl/. Ackis Recipe List. Game: WoW. Ackis (Manager/Author), Jim-Bim (Author), pompachomp (Author), Torhal (Maintainer), Zhinjio (Former author), BWMerlin (Contributor). Updated: 6 minutes ago. Tickets: 7/1392
04:01.09Repo10rundowniv: 03Farmbuyer 04v1.9.0 * r44 : Tagging as v1.9.0
04:01.11Repo- More translations, many thanks to all who have contributed!
04:01.12Repo- Kludge to include Void Storage contents in DataStore_Containers; see Rundown project page for more.
04:01.12Repo- Reworking some interior code bits to not be so wasteful of memory.
04:01.40*** join/#wowace koaschten (~koaschten@p5B3A71F4.dip.t-dialin.net)
04:29.18Repo10skadadarkintent: 03stencil * r4 SkadaDarkIntent.lua:
04:29.19Repocommented out often trigged warning that doesn't seem to impact data
04:36.32znfuuu, there's a skada dark intent addon
04:36.47znf@project skadadarkintent
04:36.48Repoznf: http://www.wowace.com/addons/skadadarkintent/. SkadaDarkIntent. Game: WoW. stencil (Manager/Author). Updated: 7 minutes ago
04:39.24SunTsu@describe skadadarkintent
04:39.25RepoSunTsu: http://www.wowace.com/addons/skadadarkintent/. SkadaDarkIntent. Tracks Dark Intent uptime per stack as well as well as average stack size
04:39.30*** join/#wowace bien| (~bien@p57B67AA4.dip.t-dialin.net)
04:39.59Repo10specialeventsembed: 03Dridzt * r221 SpecialEvents-Loot-1.0/SpecialEvents-Loot-1.0.lua: - revert LOOT_ROLL_WON handler change.
04:44.14Repo10xloot: 03Dridzt * r374 XLoot.toc: - repackage to pickup SpecialEvents-Loot-1.0( r221)
04:44.27*** join/#wowace Acenth (~Acenth@76.73.166.128)
05:08.56Repo10grid2: 03michaelspain * r642 modules/StatusAuras.lua:
05:08.57RepoImplemented a workaround to WildGrowth jumping colors. See comments in ticket #263.
05:13.20Groktarrofl first time i was ever prot on majorodomo trash
05:13.29Groktari forgot that shield slam dispels
05:18.00znfWould you look at that... We're actually missing DPS in the LFR queue
05:18.07quiescensi don't remember having to dispel
05:18.27quiescensi remember having a lot of tanks all over the place
05:18.29mckenziemckills quiescens twice.
05:18.37quiescensdies.
05:24.30*** join/#wowace DarkerAudit (~Brian@64-181-5-194.unassigned.ntelos.net)
05:40.40*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
06:10.56*** join/#wowace bluspacecow_ (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
06:26.00*** join/#wowace DarkestAudit (~Brian@64-181-5-194.unassigned.ntelos.net)
06:45.44koaschtenhttp://imgur.com/icywW
06:47.36*** join/#wowace mckenziemc1 (~Mark@dialup-4.246.248.42.Dial1.SanJose1.Level3.net)
06:59.55*** join/#wowace DarkerAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
07:05.22Repo10gathermate2_data: 03kagaro * r126 / (3 files in 1 directory): GatherMate2_Data: Data update
07:05.28Repo10gathermate2_data: 03kagaro 04v7.7 * r127 : GatherMate2_Data: Data update
07:07.55*** part/#wowace Seerah (~Ryan@adsl-184-41-124-143.mem.bellsouth.net)
07:09.37Repo10bank-items: 03Xinhuan * r172 BankItems.lua:
07:09.38RepoAdd search box filter to BankItems. Doesn't work for BankItems guild bank yet.
07:11.38Repo10bank-items: 03Xinhuan * r173 BankItems.lua:
07:11.39RepoFix showing the wrong icon for cumulative gold in the mailbox.
07:28.12*** join/#wowace rayden (~raydenuni@ip68-5-22-173.oc.oc.cox.net)
08:07.29*** join/#wowace bluspacecow_ (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
08:11.24*** join/#wowace nicoli_co (~test@67.58.77.206)
08:14.46*** join/#wowace Trellmor_ (~Trellmor@91.119.7.209)
08:52.24*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
09:11.31*** join/#wowace Caleb| (~caleb@54008052.dsl.pool.telekom.hu)
09:27.22*** join/#wowace Humbedooh (~Humbedooh@eu.awesomelysecure.org)
09:30.44*** join/#wowace stew-a (~Stewart@unafilliated/stewa/x-008753)
09:34.09*** join/#wowace profalbert (~profalber@178-190-42-222.adsl.highway.telekom.at)
09:38.12*** join/#wowace Zasurus (~IceChat9@78-105-174-15.zone3.bethere.co.uk)
09:43.13*** join/#wowace [Wobin] (~quassel@124-149-191-53.dyn.iinet.net.au)
09:43.13*** mode/#wowace [+v [Wobin]] by ChanServ
09:43.32*** join/#wowace Elkano (~elkano@pool011.vpn.uni-saarland.de)
09:43.32*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
09:43.33*** mode/#wowace [+v Elkano] by ChanServ
09:57.54*** join/#wowace Kalroth (~Kalroth@3e6bac21.rev.stofanet.dk)
10:14.11*** join/#wowace Torhal (~callahan@c-50-130-0-209.hsd1.al.comcast.net)
10:14.11*** mode/#wowace [+o Torhal] by ChanServ
10:38.09*** join/#wowace harl (harl@dslb-088-077-199-236.pools.arcor-ip.net)
10:38.38harlwuff
10:42.19mckenziemc1throws harl a quiescens.
10:49.29harlo.ó
10:49.49harldoesn't eat meat
10:51.30quiescensdies.
10:51.44harlresurrects quiescens
10:58.40*** part/#wowace mckenziemc1 (~Mark@dialup-4.246.248.42.Dial1.SanJose1.Level3.net)
11:04.17*** join/#wowace Yivry (~Dave@53509B5E.cm-6-1c.dynamic.ziggo.nl)
11:21.26Repo10saved_instances: 03oscarucb * r76 / (2 files in 1 directory): first crack at kill/total info in indicators
11:21.27Repobump DBversion to reset indicators
11:21.28Repodrycode LFR tooltip to include available
11:22.49*** join/#wowace Yoshimo (~Miranda@p54998D9F.dip0.t-ipconnect.de)
11:39.53*** join/#wowace Humbedooh2 (~Humbedooh@3304ds3-soeb.0.fullrate.dk)
11:50.40*** join/#wowace Slayman (~dejhap08@port-20468.pppoe.wtnet.de)
12:25.11*** join/#wowace bien| (~bien@p57B67AA4.dip.t-dialin.net)
12:44.05*** join/#wowace faCe| (~face@p5B3E7AB3.dip.t-dialin.net)
12:45.42*** join/#wowace Dotted (Dotted@188.114.141.146)
12:45.48*** join/#wowace Caleb| (~caleb@54008052.dsl.pool.telekom.hu)
12:48.16Repo10big-brother: 03oscarucb * r316 BigBrother.lua: handle rare name cache failures
12:56.27*** join/#wowace DarkerAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
12:57.55*** join/#wowace Sliker (~ponies@31.185.225.248)
13:23.21*** join/#wowace Therzok (~Computerp@79.117.227.124)
13:35.40*** join/#wowace Droolio (~drool@87-194-15-41.bethere.co.uk)
13:40.26*** join/#wowace Humbedooh (~Humbedooh@3304ds3-soeb.0.fullrate.dk)
13:44.51*** join/#wowace stew_a (~Stewart@unafilliated/stewa/x-008753)
13:50.37*** join/#wowace Aens|Superiority (~a@69-196-168-208.dsl.teksavvy.com)
14:19.14*** join/#wowace Aens|Superiority (~a@69-196-168-208.dsl.teksavvy.com)
14:39.48*** join/#wowace stew-a (~Stewart@unafilliated/stewa/x-008753)
14:40.04*** join/#wowace Yoshimo (~Miranda@p54998D9F.dip0.t-ipconnect.de)
14:41.54*** join/#wowace profalbert (~profalber@178-190-42-222.adsl.highway.telekom.at)
14:48.17*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
14:48.17*** mode/#wowace [+v tekkub] by ChanServ
14:53.40*** join/#wowace Aeyan| (~Aeyan@207.126.93.2)
14:56.30*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
15:00.20*** join/#wowace Next96 (~unrealii@118.32.87.136)
15:04.19*** join/#wowace profalbert (~profalber@178-190-42-222.adsl.highway.telekom.at)
15:05.06*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
15:42.41*** join/#wowace Humbedooh (~Humbedooh@3304ds3-soeb.0.fullrate.dk)
15:43.28*** join/#wowace Baraius (~bhuddlest@64.134.148.184)
15:51.03*** join/#wowace Kerman (~J@24-177-122-93.dhcp.mdsn.wi.charter.com)
16:03.21*** join/#wowace daev (~bleh@184.18.55.222)
16:21.08*** join/#wowace profalbert (~profalber@178-190-42-222.adsl.highway.telekom.at)
16:25.08Repo10mosphetcookies: 03Tom65789 * r52 MosphetCookies.lua: Stuff
16:33.39*** join/#wowace Aeyan (Aeyan@cpe-024-163-021-006.triad.res.rr.com)
16:34.27*** join/#wowace harl (harl@dslb-088-077-197-086.pools.arcor-ip.net)
16:36.32*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
16:36.32*** mode/#wowace [+v tekkub] by ChanServ
16:37.52*** join/#wowace harl (harl@dslb-092-072-226-238.pools.arcor-ip.net)
16:44.27*** join/#wowace quiesense (~quiescens@203-217-28-61.perm.iinet.net.au)
16:51.04Repo10saved_instances: 03oscarucb * r77 SavedInstances.lua:
16:51.05Reposeparate the two types of LFG cooldown and provide tooltips for them
16:59.49Stanzillavhaarr: that ora3 change yesterday fucked up the chat print from readycheck :D
17:06.10Repo10saved_instances: 03oscarucb * r78 SavedInstances.lua: tweak to last: deserter > cd
17:07.06*** join/#wowace Cairenn (~Karen@MMOI/Administratrix/Cairenn)
17:07.06*** mode/#wowace [+o Cairenn] by ChanServ
17:14.50Repo10broker_garbagefu: 03LordFarlander * r25 / (29 files in 3 directories):  (Message trimmed by 1 line)
17:14.51RepoBroker_GarbageFu
17:14.52Repo- Standardized the folder names, localization file names
17:14.53Repo- Removed unneeded semicolons
17:14.54Repo- Fixed color display in tooltips
17:19.42Repo10saved_instances: 03oscarucb * r79 SavedInstances.lua: drycoding ftl
17:20.16*** join/#wowace Zasurus (~IceChat9@78-105-174-15.zone3.bethere.co.uk)
17:21.05vhaarrStanzilla: specifically how?
17:22.45Stanzillavhaarr: cripples the names, The following players are Away: Adel, Sh, Akin, Sum, El, Èrebos, B, D, Ancalima, Despa, T, La, X, Arc, N
17:22.51vhaarrah shit
17:22.54vhaarrUTF chars
17:22.57Stanzillaprobably :p
17:23.12vhaarrI just got home from work but I'll fix after some food and stuff
17:23.42*** join/#wowace Ingela (~Ingela@90-230-170-118-no35.tbcn.telia.com)
17:23.58Repo10liblordfarlander-2-0: 03LordFarlander * r240 / (16 files in 11 directories): LibLordFarlander-2.0:
17:23.59Repo- Removed unneeded semicolons
17:24.00Repo- Added funtions to TableRecycler
17:24.01Repo- Fixes for SpecialEvents-Aura to give back spellid of the aura
17:25.44Stanzillacoolio
17:25.58StanzillaI'll be on ultraxion hc for the next ten weeks or so, no rush
17:36.23Repo10fixbgjoinasgroup: 03Graveeater 07master * v2-3-g76d5826 / (2 files in 1 directory): [+2 commits]
17:36.24Repo76d5826: toc bump
17:36.25Repoe80e021: new: if you change your party settings (i.e, create, disband, become leader, lose leader) the buttons will be updated
17:39.57ZasurusIs anyone else getting loads of bug reports from curse client users saying they can't update?
17:40.16Repo10fixbgjoinasgroup: 03Graveeater 07master * v2-4-gc9b713a main.lua: [+1 commit] less debug spam
17:40.40ZasurusI have had about 10 (maybe 5 ;)) for one addon alone but I can download it fine and it only happens to ppl that have updated to the new client... :|
17:42.40Repo10liblordfarlander-2-0: 03LordFarlander * r241 LibLordFarlander-TableRecycler-1.0/LibLordFarlander-TableRecycler-1.0.lua: LibLordFarlander-2.0:
17:42.41Repo- Apparently forgot to test changes to TableRecycler :-p
17:45.19*** join/#wowace Humbedooh (~Humbedooh@3304ds3-soeb.0.fullrate.dk)
17:46.28Yoshimo@project arl
17:46.58RepoYoshimo: http://www.wowace.com/addons/arl/. Ackis Recipe List. Game: WoW. Ackis (Manager/Author), Jim-Bim (Author), pompachomp (Author), Torhal (Maintainer), Zhinjio (Former author), BWMerlin (Contributor). Updated: 13 hours ago. Tickets: 9/1395
17:49.49Repo10fixbgjoinasgroup: 03Graveeater 04beta3 * 5752c26 /: [new tag] Beta release, works for me.
17:55.24BlueAckisFishManhahahaha
17:55.44BlueAckisFishMannicoli_s, Kaelten, torhal: fwiw my AV just detected the Curse Client and deleted it lol
17:55.53Fiskerold BlueAckisFishMan
17:55.57Fiskerget with the program
18:03.53Repo10arl: 03Ackis 07master * 2.2.11-10-gce65356 Config.lua: [+1 commit] Fix for ticket 1396.
18:03.58Repo10libsidepanels-1-0: 03Graveeater 041.0.2.1 * aa7b44e /: [new tag, +1 commits] No changes since 1.0.2, just toc bumps
18:04.37Repo10libsidepanels-1-0: 03Graveeater 07master * 1.0.2.1 LibSidePanel-1.0.toc: [+1 commit] toc bump
18:08.12*** join/#wowace quiescens (~quiescens@203-217-28-61.perm.iinet.net.au)
18:08.20quiescensblargh
18:17.11Repo10arl: 03Ackis 07master * 2.2.11-11-g43eea71 Config.lua: [+1 commit] Fix the previous fix.  I actually tested this time!
18:19.01Stanzillalies
18:19.29*** join/#wowace quiesense (~quiescens@203-217-28-61.perm.iinet.net.au)
18:19.31BlueAckisFishManI did!
18:19.34Repo10arl: 03Ackis 07master * 2.2.11-12-g8bf2196 Database/Custom.lua: [+1 commit] Kill dig rat stew from the custom list.
18:21.53*** join/#wowace RLD_osx (~RLD_osx@24-178-15-83.static.ftwo.tx.charter.com)
18:25.35*** join/#wowace mckenziemc (~Mark@dialup-4.246.251.111.Dial1.SanJose1.Level3.net)
18:34.49Repo10saved_instances: 03oscarucb 044.3.7 beta 1 * r80 : Tagging as 4.3.7 beta 1
18:37.49Repo10arl: 03Ackis 07master * 2.2.11-13-g10c1492 Config.lua: [+1 commit] asdfasdfwaeqwefqwefwefqwefqwefasdfqwefasdf meow
18:42.14*** join/#wowace Droolio (~drool@87-194-15-41.bethere.co.uk)
18:49.28Repo10saved_instances: 03oscarucb 044.3.7 * r81 :  (Message trimmed by 3 lines)
18:49.29RepoTagging as 4.3.7
18:49.30RepoSavedInstances 4.3.7 includes:
18:49.31Repo* Many cosmetic improvements, especially to indicators - indicators are reset with this version
18:49.32Repo* Smarter handling and display of LFG cooldowns
18:51.36*** join/#wowace Dotted (Dotted@188.114.141.146)
18:52.44*** join/#wowace Humbedooh (~Humbedooh@3304ds3-soeb.0.fullrate.dk)
18:53.56*** join/#wowace Humbedooh2 (~Humbedooh@eu.awesomelysecure.org)
19:00.22Repo10libauctionscan (experimental): 03sapu94 * r25 LibAuctionScan.lua: update
19:08.24*** join/#wowace Vilkku (~Vilkku@193-64-22-119-nat.elisa-mobile.fi)
19:11.27znfvhaarr, yeah, that change broke BigWigs_CommonAuras :P
19:12.31*** join/#wowace Elkano_ (~elkano@pool012.vpn.uni-saarland.de)
19:12.31*** join/#wowace Elkano_ (~elkano@WoWUIDev/WoWAce/Elkano)
19:12.31*** mode/#wowace [+v Elkano_] by ChanServ
19:13.20*** join/#wowace Baraius (~bhuddlest@cpe-72-177-96-132.austin.res.rr.com)
19:27.55Yoshimo@describe libauctionscan
19:27.56RepoYoshimo: http://www.wowace.com/addons/libauctionscan/. LibAuctionScan-1.0. This project was intentionally abandoned for several reasons I won't bore anybody with. I do plan on reviving it (aka stealin...
19:36.53*** join/#wowace Seerah (~Ryan@adsl-74-226-67-70.mem.bellsouth.net)
19:42.19*** join/#wowace rayden (~raydenuni@ip68-5-22-173.oc.oc.cox.net)
19:43.47quiescensmoo
19:44.02*** join/#wowace Caleb| (~caleb@54008052.dsl.pool.telekom.hu)
19:46.12mckenziemcslaps a large trout around a bit with quiescens.
19:47.17quiescensdies.
20:02.33Zasurusdruid healer spells: What is "sm"?
20:02.46Slaymanwe cannot cope with that gunship it is unpossible
20:03.32mckenziemcswiftmend?
20:03.39ZasurusTrying to get my healer in the game again and reading a few sites for builds as mine is over a year old and keep coming across "sm" as a spell name...
20:03.51Zasurusmckenziemc... oh could be will go look at it :) Thanks
20:04.32SlaymanZasurus: if druid then SwiftMend
20:06.34vhaarrznf: that's not a proper bug report
20:07.01znfvhaarr, sorry in raid
20:07.51Fiskerhello vhaarr !
20:08.15ZasurusSlayman and mckenziemc. Yup that looks like it :)
20:08.52vhaarrznf: I see the problem with BL
20:08.58znfthere's a typo
20:08.59znfI fixed that
20:09.11znfor rather, not ending the if
20:09.15vhaarrthen why hasn't it been committed?
20:09.24vhaarrI will commit now
20:09.48Repo10big-wigs_common-auras: 03Rabbit * r192 CommonAuras.lua: Fix BL and syntax error from drycode.
20:10.50vhaarrawaits the inevitable boasting of Mikks automatic syntax-checking magic thingy
20:11.08znfvhaarr, fixed it just before the raid, didn't even had it checked out from svn so I can commit back :P
20:11.56znfvhaarr, but anyway, something else is wrong, which I couldn't figure out myself - no timers or warnings are shown, at all :-/
20:12.28Zasurus:O where has treeform gone!? (lvl 68 duid)
20:12.41ZasurusI liked being a tree
20:13.00*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
20:13.00*** mode/#wowace [+v tekkub] by ChanServ
20:13.43Stanzillait's a cd now
20:13.46Slaymantree is a healing cooldown
20:14.52Zasurus:( So I goto heal looking like a troll! :P
20:14.58Repo10big-wigs_common-auras: 03Rabbit * r193 CommonAuras.lua:
20:14.59RepoDrycoded the non combat types, so far it's just portals, repairs and feasts. Znuff should add more, but he is slacking.
20:15.00Slaymanindeed you do
20:15.06ZasurusVery bad form...
20:15.36ZasurusI guess tree form is some kind of suppa mana save now if it has a short duration and cd?
20:16.32ZasurusOh lol and I don't even get it till 70 now! My god it put on weight!!!! LOL I't like a fat tree now...
20:20.58Repo10ora3: 03Rabbit * r521 modules/ReadyCheck.lua: Use * to catch unicode as well.
20:23.13znfZasurus, get the glyph to be slim again
20:51.47KivinWhat's a name of an addon that lets you create additional macros?
20:52.28znfKivin, SuperDuperMacro was one
20:52.34znfor SDP
20:52.37znfor SDM
20:52.39znfcan't remember
20:53.06Kivinty
21:21.39*** join/#wowace rikai (~rikai@cpe-72-224-108-203.maine.res.rr.com)
21:21.40*** join/#wowace rikai (~rikai@unaffiliated/rikai)
21:21.50*** join/#wowace tekkub (~tekkub@c-71-237-116-205.hsd1.co.comcast.net)
21:21.52*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
21:21.52*** mode/#wowace [+v tekkub] by ChanServ
21:25.30Repo10broker_garbagefu: 03LordFarlander * r26 / (3 files in 1 directory): Broker_GarbageFu
21:25.31Repo- Readd AceLibrary for Dewdrop
21:28.18znfholy fuck
21:28.25znfGarbageFu updated!
21:30.57Humbedoohwtb Valgrind for WoW!
21:31.07Humbedoohthat would be awesomeious
21:32.00nevcairielits a garbage collected language, and you dont have any direct memory access, it really couldnt do much
21:32.21znfValgrind?
21:32.23znfwtf is that?
21:32.49nevcairiela tool to verify memory operations in C code
21:33.03nevcairielwell i guess any compiled code, on *nix anyway
21:34.11Humbedoohtrue enough, it'd have to be a lua equivalent of course
21:34.24Humbedoohbut still, lots of addons are memory hogs for no reason
21:35.11Gnarfozwell, there's the findglobals script, but that's quite a bit different to what valgrind does
21:35.15Humbedoohznf: The WoW devs use it to find all their smelly memory leaks in the game :>
21:36.14Gnarfozat least we can hope they do
21:36.27nevcairieldoubtful, as valgrind doesnt work on windows
21:36.45nevcairieland i've yet to find a tool thats equally smart
21:36.46mckenziemcwhat about the servers
21:36.56nevcairielwho knows what they run on
21:36.57*** join/#wowace raydenun (~raydenuni@ip68-5-22-173.oc.oc.cox.net)
21:36.59nevcairielbut i guess its possible
21:37.32HumbedoohI've seen some valgrind dumps from WoW devs, nev
21:37.37Humbedoohso I know at least some of them use it
21:37.44Humbedoohon the Lua API at least
21:37.45nevcairieldoenst change the fact that valgrind doesnt work on windows
21:37.45znfosx? :P
21:37.57Humbedoohmaybe they use it on Mac? :(
21:38.24nevcairieli guess it does run there
21:38.50znf<PROTECTED>
21:39.11nevcairielso at least on intel macs :p
21:39.47Humbedoohnitpicker, pfft
21:40.06Humbedoohhttp://arcemu.org/forums/index.php?showtopic=24202 aha!
21:40.35nevcairielgreat, you found a reference to a private server
21:42.05Gnarfozmh, would it be necessary to run it on windows? I mean, sure, they use windows api in the code, but in general, it's all C?
21:42.10Gnarfoz(or C++ or whatever0
21:42.40KivinWhat addon will allow you to have more than the default number of macro slots? (SuperDuperMacro only seems to let you write longer macros)
21:42.44nevcairielvalgrind needs to be able to run the app in order to check the memory access
21:43.03nevcairielits not a code analyzer
21:43.25GnarfozI see
21:43.26Humbedoohwell you could run it with wine I s'pose...ish
21:43.27Gnarfozwine?
21:43.28Gnarfoz;D
21:43.31Humbedoohbut that'd be a bit much
21:43.39nevcairieli guess you end up debugging wine in the process. :D
21:43.43Humbedoohit'd sure spit out a lot of crap
21:43.53Gnarfozthat's probably moving the whole endeavour into "not that useful anymore" land
21:44.15HumbedoohI'd think most of the WoW code would run fine on a UNIX platform tho'
21:44.17nevcairielI wish there was a valgrind for windows, would be so useful, but there just isnt
21:44.24Mikk(is there non-intel macs anymore? =))
21:44.29Humbedoohwell there's Dr. Memory for Windows
21:44.32Humbedoohbut it's a biiit buggy
21:44.52Humbedoohbut when it works, it does the job okay
21:45.02nevcairieli tried it just last week, and it died on some special memory allocation functino which it apparently didnt handle
21:45.09Humbedoohyeah it dies a lot ;D
21:45.27Humbedoohthat's why I usually test all my stuff on Linux instead, and then port to Windows afterwards
21:46.19Humbedoohit also doesn't like when you compile with the debug dll, which can be hard to get rid of
21:47.36*** join/#wowace Venara (~Venara@86-41-68-168-dynamic.b-ras2.chf.cork.eircom.net)
21:54.05Repo10broker_garbagefu: 03LordFarlander * r27 Broker_GarbageFu.lua: Broker_GarbageFu
21:54.06Repo- Fixed nil check in IsItemDroppable
22:02.55*** join/#wowace DarkerAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
22:04.27Humbedoohtwo garbagefu updates in one night!
22:06.03Mikkrecommends DropTheCheapestThing
22:07.13Gnarfozrecommends intuitive addon names, not witty ones :P
22:11.39Humbedoohrecommends renaming it DropGnarfoz ;>
22:13.18mckenziemcrecommends Fisker's mom.
22:18.28znf@project broker_garbagefu
22:18.29Repoznf: http://www.wowace.com/addons/broker_garbagefu/. GarbageFu for Broker. Game: WoW. LordFarlander (Manager/Author). Updated: 23 minutes ago. Tickets: 6/9
22:18.39znfI liked FuBar_GarbageFu
22:18.43znfstill uses it
22:18.44StanzillaDropItLikeGnarfoz
22:19.23znfis LordFarlander on IRC?
22:21.10GnarfozI think he used to be, until he was ridiculed out of here ;p
22:23.17Humbedoohpfft
22:23.25Humbedoohjust because he made LibLordFarlander :(
22:24.44Gnarfozbasically, that's what IRC made him do
22:24.48Gnarfoz;p
22:28.53Repo10broker_garbagefu: 03LordFarlander * r28 Broker_GarbageFu.lua: Broker_GarbageFu
22:28.54Repo- More fixing nil checks
22:38.13znfOoook, anyone ever experienced an issue where you target stuff and you get out of ranged / target needs to be in front of you?
22:38.26znfand, like, obviously, you're in the corect positions
22:39.22Humbedoohplenty of times when I played
22:39.29Humbedoohcan be a pathing issue?
22:41.17znfI was in melee range
22:41.22znfI could use a dot on a drake
22:41.24znfbut not others
22:42.02znfthink the ressurections are bugged on the Lootship fight
22:42.17znfI died due to standing in the big purple void zones on the floor, acording to my logs
22:42.24znfBut I was miles away from the nearest void
22:46.31Mikkshit like that has been happening since day 1
22:46.39Mikkrelog fixes it
22:46.58znfcan't even be lifegripped
22:47.33Humbedoohyaay \o/
22:47.37Humbedooh==19376==    definitely lost: 0 bytes in 0 blocks
22:47.37Humbedooh==19376==    indirectly lost: 0 bytes in 0 blocks
22:47.42HumbedoohI can sleep now <3
22:52.55mckenziemcdisables the dummy output code.
22:54.15znfok, so how do people work out with addons on the svn repo while also having them in-game?
22:54.22znflibraries installed separately or...?
22:54.29mckenziemcyes
22:54.47znfhow the hell will I do that for ~80 addons :-|
22:54.49mckenziemcwell
22:55.01mckenziemcyou could have svn ignore the embedded libraries
22:55.22mckenziemcis this for your own repo or others'?
22:55.38znfwell, I want to change some things in bigwigs_commonauras
22:55.38*** join/#wowace Mihau (~alexia@c-71-228-185-34.hsd1.al.comcast.net)
22:55.57*** join/#wowace sylvanaar (~sylvanaar@pdpc/supporter/active/sylvanaar)
22:55.59znfbut it would be silly to work on my copy, then checkout, and copy/paste modified files over the checked out ones then commit
22:56.19mckenziemcinstall the libraries it uses separately
22:56.30znfwon't that f* up my other addons?
22:56.34mckenziemcno
22:57.13znfdo I need to change anything? I mean, how will the game handle embeds.xml if it can't find the files there?
22:57.17mckenziemcassuming libraries are coded properly, you'll be using the most recent one, regardless of how many copies you have embedded or standalone
22:57.22mckenziemcit'll just ignore it
22:57.24znfAh, I see
22:59.45znfwoah, holy crap @ broker_garbagefu's libs
23:00.36znfok, one more question, if I want to also commit, I need to check out the "development" svn, right?
23:00.47mckenziemcyeah
23:04.42MysticalOSeww, ace2
23:05.14znfmmmm, ok, tried to commit to BigWigs_CommonAuras but it asks me for u/p :P
23:05.29znfoh, wait, I didn't use my ssh repo
23:07.59Repo10big-wigs_common-auras: 03Znuff * r194 CommonAuras.lua: Added Refreshments and Rituals to nonCombatTypes
23:12.35Gnarfozmeh, I want the clcinfo author in here >_<
23:12.38Gnarfoz@project clcinfo
23:12.39RepoGnarfoz: No project found that matches 'clcinfo'
23:12.46Gnarfoz@project clctracker
23:12.47RepoGnarfoz: http://wow.curseforge.com/addons/clctracker/. clcInfo. Game: WoW. abija (Manager/Author). Updated: 7 hours ago
23:14.23znfGnarfoz, WeakAuras...?!
23:14.29Gnarfozhm?
23:14.46znfWhy not use WeakAuras?
23:14.55Gnarfozwhy would I
23:15.00Gnarfozit does something totally different
23:15.19znf*checks screenshots*
23:15.27znfuhm, nope? :P
23:15.31Gnarfozreading > looking at pictures
23:15.47Gnarfozunless WeakAuras is a rotation suggestion/prediction addon now, it's something different
23:15.59Gnarfozalso, fuck powerauras or clones of it, I've never liked them
23:16.01arkanesyou could probably build one with weakauras
23:16.13arkanesbut then, why would you
23:16.17Gnarfoznot that that would make much sense when an addon designed for it already exists ^^
23:16.31Gnarfozthe aura tracking parts of clcinfo are just bonus
23:16.53Gnarfozbut for some reason I can't fathom, the author just changed the BarAura() function to return the unit name instead of the aura name
23:17.00Gnarfozso now all my aura bars show my name
23:17.01Gnarfozlol
23:17.37znfticket it, change it yourself, commit
23:17.55Gnarfozcan't, it's on CF
23:18.09Gnarfozor to be more precise, it's not open
23:18.10znfwhat's the difference, btw?
23:18.12znfah
23:18.20Gnarfoz(which is the default on wowace, which defaults to open, but can be closed, too)
23:18.28znfedit your local copy :P
23:18.32Gnarfozof course
23:18.49Gnarfozbut after that I'm posting in his addon's threat on EJ and ask him wtf he was smoking :p
23:19.11Gnarfoz~seen burghy
23:19.14purlGnarfoz: i haven't seen 'burghy'
23:20.16znfwonders why wouldn't you just open the addon
23:20.34Gnarfozmaybe he doesn't know, since it's not set to that by default on CF
23:21.49arkanesznf: I don't open my stuff
23:22.30arkanesznf: although I'm fine with people forking or patching or whatever, but my repo is what gets syndicated, and it's my name on it, so I don't want commits going out that I don't review
23:24.40znfarkanes, I see
23:25.52znfDoes anyone know if something similar to jackd exists on Windows?
23:26.32znfoh, nevermind that question, it seems that it now runs on windows, too
23:31.12*** join/#wowace SinusPi_ (sinus@178-36-54-64.adsl.inetia.pl)
23:31.55*** join/#wowace profalbert_ (~profalber@194-166-97-230.adsl.highway.telekom.at)
23:36.12*** join/#wowace SinusPi (sinus@178-36-165-57.adsl.inetia.pl)
23:43.50*** join/#wowace Groktar (~gr@c-76-20-77-109.hsd1.ca.comcast.net)
23:51.39*** join/#wowace Silowyi (~silowyi_d@99-26-202-35.lightspeed.snantx.sbcglobal.net)

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