IRC log for #arl on 20141018

00:36.21RessyTorhal...
00:36.33RessyI see some old versions of ElvUI-shadowandlight which needs banning on Curseforge.
02:39.17TorhalRessy: That's purely fucking awesome.
02:39.27TorhalI'll have to figure it out tomorrow.
02:39.29TorhalGah.
02:44.28RessyKaelten's dealing with it
02:45.57TorhalRessy: I know that
02:46.05TorhalI was talking about the Nagrand shit.
02:49.18TorhalRessy: Figured as much. http://www.wowace.com/addons/arl/tickets/1641-lua-error-first-time-scan-button-is-hit/
02:49.25Torhalheaddesks.
02:55.10TorhalRessy: Can you better explain the issue? I know there's a name clash, but beyond that...
02:55.36TorhalI mean, I can always add a name conflict mapping and have it check the genesis against TBC and WOD to differentiate.
02:55.57TorhalSo "Nagrand (Outland)" and "Nagrand (Draenor)" in the display.
03:11.42TorhalRessy: Oh, fix is easier than that.
03:16.39Ressyoh?
03:18.26TorhalNAGRAND_OUTLAND = (("%s %s"):format(_G.GetMapNameByID(477), _G.PARENS_TEMPLATE:format(_G.EXPANSION_NAME1))),
03:18.26TorhalNAGRAND_DRAENOR = (("%s %s"):format(_G.GetMapNameByID(950), _G.PARENS_TEMPLATE:format(_G.EXPANSION_NAME5))),
03:18.47TorhalThen change all pre-existing recipes that have Z.NAGRAND to Z.NAGRAND_OUTLAND
03:19.03TorhalRessy: ^
03:19.48TorhalOld recipes will have "Nagrand (The Burning Crusade)"
03:20.00TorhalNew will have "Nagrand (Warlords of Draenor)"
03:20.08TorhalLocalized, as well.
03:35.53Ressyuhh...
03:35.57Ressywhere do I put those 2 things?
03:38.19TorhalActually don't bother: I'm disabling packaging for ARL and pushing.
03:38.40TorhalWould you prefer "Nagrand (Outland)" over "Nagrand (The Burning Crusade)"?
03:38.43TorhalRessy: ^
03:39.17TorhalBecause I just made some changes that allow that as well. Still localized since it's pulling the continent names from the client.
03:40.08TorhalYeah, continent makes more sense than expansion.
03:43.32TorhalShit. You were talking about Collectinator.
03:43.41TorhalI'll have to fix that later. I'm going to go eat now.
05:00.18sidjimoin
13:40.56*** join/#arl Ressy (Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:40.56*** mode/#arl [+v Ressy] by ChanServ
14:50.06TorhalRessy: Ohai.
15:06.40Ressymorning
15:06.48RessyI do love my /bat file..
15:06.51Ressy.bat
15:24.45TorhalRessy: Were the changes what you were looking for?
15:41.06Ressyyeah.. thanks :)
15:41.22RessyNow I can put in the mob drops for Nagrand in Draenor
15:43.00TorhalARL didn't need that change, but hey - good to have distinction.
15:43.14TorhalSome idiot would be in Draenor looking for something from TBC otherwise.
15:44.07Ressylol.. probably
15:44.23Ressyand who knows.. Maybe there'll  be some trainers or vendors or something in Nagrand - draenor
15:46.28TorhalPerhaps.
15:48.35RessyMy child is whining already
15:50.27TorhalOh?
15:51.23sidjibtw zone name ... /who returns => Sidji Level 90 Night Elf Rogue - Nagrand (Outland)
15:51.36TorhalHeh, nice.
15:52.00TorhalWonder what they're using to determine that...probably C++ side of things since there's no localiation string for that.
15:55.09sidjiand Shadowmoon Valley (Outland)
15:57.11TorhalI guess I should add disambiguation for all of the duplicates, just in case.
16:03.07*** join/#arl Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
16:04.02Ressyahh.. yeah
16:17.56RessyTorhal
16:17.57Ressy2x ...aceAckisRecipeList\FilterMenus.lua:370: attempt to index field '?' (a nil value)
16:17.57Ressy...aceAckisRecipeList\FilterMenus.lua:370: in function <...aceAckisRecipeList\FilterMenus.lua:364>
16:17.58RessyLocals:
16:20.49Torhalo.O
16:20.54Ressyand...
16:21.07RessyDespite F.MISC1 flag in Cooking...
16:21.17Ressyits not adding something with a Custom to the screen
16:21.25Ressyrecipe:AddCustom("ANCIENT_GUO-LAI_CACHE")
16:22.32TorhalThat's all the stack trace you have?
16:22.40TorhalDoesn't say where it's coming from?
16:23.01RessyFilterMenus is when I click the "General:" to recheck everything
16:23.18Ressyor uncheck
16:44.33sidjihm collectinator mount search doesn't work
16:45.06sidjishows all mounts as known
16:46.57sidjichanged line 606 to
16:47.09sidjiif is_collected == true then
16:47.10sidjimount:AddState("KNOWN")
16:47.12sidjiend
16:48.31sidjiand btw search_box:SetText("") not search_box:SetText(_G.SEARCH)
16:48.51Ressyline 606 of what file?
16:49.07sidjicore.lua
16:53.23Ressyheres the problem with changing with what you want to..
16:53.33Ressyit adds a ton of fake mounts to my dump list.
16:54.06RessyTorhal still needs to fix it.
16:54.51TorhalDon't know that I can.
16:55.08Ressyo.O
16:55.13Torhalsidji: Where is there a SEARCH?
16:55.18TorhalI should have gotten rid of all of those.
16:55.31RessyScan
16:55.37RessyCore, line 652
16:55.43TorhalAh
16:56.02TorhalNo
16:56.06TorhalThere's no SEARCH there
16:57.18Torhalsidji: I prefer "if is_collected then"
16:57.25TorhalChecking for == true is superfluous :)
16:58.06sidjicode optimizer
16:59.13sidjiand no ToyDB ;)
16:59.26TorhalMeh
16:59.33TorhalI hate Collectinator enough as is.
16:59.38Ressyo.O
16:59.52TorhalI do a huge overhaul in ARL, suddenly I have to do the same exact stuff in Collectinator.
16:59.53TorhalHate it.
17:00.37TorhalCollectinator hasn't had many changes since 2.0, whereas ARL has had acquire types and filter overhauls, and other things I can't think of.
17:00.44TorhalI don't like doing the same thing twice.
17:01.08TorhalIf it was drop-in code, wouldn't be a big deal, but there are enough differences that it's just tedious.
17:11.30RessyGlad I wasn't working on Pets yet..
17:36.14Torhal:P
17:39.43TorhalI didn't say I wouldn't fix things with it. Just don't expect me to be enthusiastic. Collectinator has been on my "Oh, FFS, I have to do this AGAIN?" list since 2009
17:44.54Ressylol
17:57.07RessyI don't understand these morons...
17:57.14Ressy"He didn't abuse it.. Its ok."
17:57.16RessyNo, its not.
17:57.22Ressythey're fucking morons for one.
17:57.30RessyThey're fucking morons for not doing a US vs EU check.
17:57.44Ressythey're fucking morons for blowing off the concerns of people
17:58.21sidji?
17:58.39RessyThe ElvUI & ElvUI Shadow & Light backdoors
17:59.16sidjinever used ElvUI
17:59.17RessyComparing them to DBM.
17:59.19Ressyand Skada..
17:59.28RessySaying "DBM & Skada have backdoors as well."
18:55.50sidji[Time-Locked Box] after 43 kills
19:18.51Ressyfrom where?
19:20.35sidjiiron horde mobs (blasted lands)
19:21.53sidjiteaches bronze whelpling
21:47.29RessyTorhal..
21:47.30Ressyhelp
21:47.31Ressy>.<
21:48.34TorhalHmm?
21:49.49RessyCollectinator.. FilterMenus errors. arg
21:50.45Torhal?
21:50.50TorhalOh
21:50.52TorhalThat
21:50.53TorhalDunno
21:50.54RessyAdded Filter for WoD..
21:50.56TorhalI'm dinbread.
21:50.58Ressyand it breakkks
21:51.00Torhaldainbread
21:51.03Ressyimma push. you fixxx? :)
21:51.05TorhalAdded a filter?
21:51.47Ressyyup
21:51.54Ressypull
21:51.58Ressyand its crashy
21:52.06Ressy3x ...rfaceCollectinator\FilterMenus.lua:63: attempt to index local 'value' (a nil value)
21:52.06Ressy...rfaceCollectinator\FilterMenus.lua:63: in function <...rfaceCollectinator\FilterMenus.lua:61>
22:04.54TorhalRessy: Pull
22:06.08Ressyare you kidding me..
22:06.08Ressyugh
22:09.54Ressyty
22:10.02RessyI do all the other stuff, and forget the easiest thing
22:12.09Torhal:D
22:12.23TorhalYou don't have to worry about it with ARL.
22:12.26Torhalgrumbles.
22:14.09Ressyyeah
22:14.26Ressyarg
22:14.28Ressyanother issue..
22:15.12Ressynm. blind

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