IRC log for #arl on 20160719

00:45.25Ressysoooo
00:45.32RessyHow does that blacklist work?
00:45.34Ressyfor mounts?
00:48.22RessyTorhal?
00:49.00TorhalRessy: Go to MountDB.lua and look
00:49.04TorhalSame setup as ARL.
00:49.13Torhal[12345] = true
00:50.02Ressyspellids right?
00:50.11TorhalNo
00:50.15Ressy??
00:50.18TorhalThe name of the table says what it needs :D
00:50.24Ressynpc?
00:50.28Ressywhere the hell do I find that
00:50.39Torhal...
00:50.40TorhalIt's in the dump.
00:50.46Ressymounts are based off spellid
00:51.39TorhalLet me start WoW and comment out some mounts so I can explain this.
00:51.49Ressyand most of the useless mounts, are set to White stallion as npc id
00:51.50TorhalAnd hope shit doesn't start happening in the queue :P
00:52.06Ressywhich is a valid mount.
00:52.09TorhalYeah, I don't know anything about that so I'm just commenting out randoms
00:52.17Ressy...
00:52.26RessyI need blacklist based off spellid.
00:53.40TorhalI honestly have no idea why. The number is given in the dump. It works in the blacklist - I tested by commenting random mounts so they'd show up in the "You don't have these in the DB" dump
00:53.53TorhalThen I added the numbers provided in the dump to the blacklist, and they stopped showing up
00:54.00Ressyalright....
00:54.12RessyYou added spellids from the mount table?
00:54.18Ressybecause npc ids aren't anywhere
00:54.33TorhalThe MountJournal has no notion of spellID also, so we'd be building a table of spellID to npcID which is just silly.
00:54.47Ressybut the dump outputs based on spellid.
00:55.10Torhallocal npcName, npcID, iconPath, isActive, _, _, is_faction_specific, faction, hide_on_char, is_collected = _G.C_MountJournal.GetMountInfoByID(mountIDs[mountIDIndex])
00:55.14Torhalif not MOUNT_NPCID_BLACKLIST[npcID] then
00:55.18TorhalIt works.
00:55.24Ressywell then they're not being consistent.
00:55.29Ressybecause npcID is actually spellID
00:55.42Torhal¯\_(ツ)_/¯
00:56.00TorhalAre they ever consistent?
00:56.05Ressytrue
00:56.54TorhalOk, it is spellID
00:57.00TorhalI can rename things
00:59.10RessyBlizzard's driving me nuts
00:59.36TorhalWhat now?
00:59.43Ressyjust how inconsistent
00:59.57Ressygotta make everything harder than it has to be
01:00.18TorhalThis is what happens when you throw 200 people at software without formal project guidelines.
01:00.39TorhalWhy you see the same word misspelled four different ways, etc
01:00.59RessyThey all do their own fucked up shit
01:01.10TorhalAnd nobody ever corrects anybody else
01:01.29Torhal"Oh, this is misspelled. I better change all my shit to the same spelling so it compiles"
01:01.38Torhal:D
01:04.34Ressyfood is bad.
01:04.36Ressyjuice is good
01:08.48Torhalo.O
01:21.35Ressyfood made me side. I don't want to risk food.
01:21.52Ressymade me sick
01:22.54TorhalFOOD BAD. JUICE GOOD. <-- Like that?
01:34.42Ressyya
01:39.32RessyI'm pushing the blacklist.
01:54.59Ressypushed
07:20.20sidjimoin
07:20.46TorhalHATS
09:02.41sidjihundreds of puke mungo zombies out there
09:21.01TorhalUh, okay then.
13:13.18*** join/#arl Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
13:13.18*** mode/#arl [+v Ressy] by ChanServ
13:15.22Ressyhais
14:18.39*** join/#arl Ressy (Ressy@WoWUIDev/WoWAce/ARL/Ressy)
14:18.39*** mode/#arl [+v Ressy] by ChanServ
14:20.44Ressygrrrr
14:22.37sidjihats
14:39.46RessySo whats up with ARL/Collectinator Torhal?
14:41.09TorhalI'm rewriting shit for ARL/Modules due to an assumption I'd made about Ace's module syste,
14:41.12Torhalsystem*
14:41.22TorhalI wanted to be in bed two hours ago, but this needs done.
14:41.57Ressyuhh..
14:42.07RessyI pushed one thing, and it popped up with multiple stuff
14:42.49RessyI pushed an update to blacklist some cooking recipes...
14:44.05TorhalBecause I nuked the Legion branch after merging it into master.
14:44.51TorhalI was not expecting you to push anything - thought yo'd go to work
14:45.00TorhalAnyway, whatever - I need to fix this shit then go to bed.
14:45.35Ressy:\
14:46.03TorhalJust merge your Legion branch into your master branch, then push again.
14:46.04RessyI didn't know you merged it
14:46.07TorhalOh
14:46.08TorhalShit
14:46.12TorhalDon't do that
14:46.19TorhalI merged locally and didn'
14:46.22Torhalt didn't push
14:46.36TorhalSo just sit on whatever you have
14:46.43TorhalI have ARL dismantled right now.
14:46.43RessyI have nothing right now
14:46.50TorhalI probably won't go to bed until around noon.
14:46.58TorhalYou said you pushed...
14:47.03TorhalWhich means you had stuff you didn't have last night...
14:47.09TorhalSit on it.
14:47.09RessyYeah.. I pushed a blacklist update for cooking.
14:47.10Torhal:D
14:47.22RessyI didn't push anything but collectinator last night..
14:47.26RessyI'm sure I have other stuff.
14:48.16RessyLemme guess. You renamed Mining
14:48.23TorhalOk, that's fine: I can re-pull Legion since you re-created it, then merge that in.
14:48.28TorhalI did.
14:48.38TorhalTo Mining.
14:48.41TorhalFrom Smelting.
14:48.47TorhalIgnoring IRC now.
15:38.02TorhalRessy: Ok, if you have anything else you need pushed, do so before I start nuking Legion branches.
15:38.30TorhalI just committed everything I have. Just need to merge Legion into master for all modules (already did it for core, so the cooking blacklist stuff is in)
15:38.58TorhalThen after I do that, I'll tag and push then turn on WoW 7.0.3 for the updaters.
15:39.11TorhalThen I can go to bed.
15:39.19TorhalI'm only 3.5 hours late at the moment.
15:39.57Ressyouch
15:40.08RessyI don't have anything atm
15:40.41TorhalOk, then I'll merge/nuke then tag and all that jazz, then pass the FUCK out.
15:40.41Torhal:D
15:46.25Ressylmao.
15:46.27Ressygood timing?
15:46.32Ressyrealms are apparently up 3 hrs early.
15:48.45RessyServers are up.. Addons need updating.
15:50.20Ressy1x AckisRecipeList\Objects\Location.lua:438: attempt to index local 'parentLocation' (a nil value)
15:50.20RessyAckisRecipeList\Objects\Location.lua:438: in function `AddSubzoneLocations'
15:50.20RessyAckisRecipeList\Objects\Location.lua:454: in main chunk
15:57.30RessyTorhal: So how long will take for Curse Client to start serving up 7.0 addons
16:00.14Torhal¯\_(ツ)_/¯
16:00.59Ressyso what'd you do to the core?
16:01.23TorhalRewrote module loading stuff.
16:01.39Ressywhich does what
16:02.00TorhalI was using an internal AceAddon "OnModuleCreated" event to do stuff, which actually fired before the module was returned, so any data I tried to grab from it wasn't there.
16:02.16TorhalSo I had to make each module tell ARL it was ready,
16:02.35TorhalWhile I was in there, I yanked all of the filter code from each module because ARL just handles that now.
16:03.10TorhalI also made ARL automatically load modules if they weren't already when you do "/arl scan alchemy" or try to toggle between professions by clicking on the portrait
16:03.43TorhalBasically, Mining is still a special snowflake
16:04.09TorhalInstead of using its own name like every other goddamn profession, it still works like it did before. Same spellID even, just renamed from "Smelting" to "Mining Skills"
16:04.44TorhalSo instead of re-adding all the hackery we had for Smelting, I just added a field to the modules themselves. If it isn't present, it defaults to the profession name. If it is, it's used. For CastSpellByName
16:05.39RessyCollectinator next?
16:05.48TorhalI pushed that hours ago.
16:06.12TorhalEight hours ago, to be precise.
16:06.46Ressyk..
16:07.55RessyI'm getting an ARL error.
16:08.07Torhalo.O
16:08.15Ressy7x AckisRecipeList\Objects\Location.lua:438: attempt to index local 'parentLocation' (a nil value)
16:08.15RessyAckisRecipeList\Objects\Location.lua:438: in function `AddSubzoneLocations'
16:08.15RessyAckisRecipeList\Objects\Location.lua:454: in main chunk
16:09.06TorhalWhat did you do to get that>
16:09.11TorhalWas fine on Beta.
16:09.19RessyI just loaded it in live.
16:09.21Ressythats it
16:09.33RessyAlso..
16:09.41RessyBeta is 22260
16:09.44RessyLive is 22248
16:09.53RessyNot my fault.
16:10.44TorhalSon of a bitch.
16:11.37TorhalUpdating live now since it apparently decided it didn't want to while I had Beta open
16:11.38TorhalFuck.
16:11.42Torhal1.05GB left
16:11.47TorhalAt fucking 1.69MB.sec
16:11.50Torhal...
16:13.28TorhalYou know, MysticalOS could just ping me on IRC instead of being an asshat on Twitter.
16:13.33TorhalHe started doing that shit recently.
16:15.15RessyNothing's still popping up in Curse Client.
16:16.12RessyAce3 - latest update is 1134 on Curse Client.
16:16.19Ressy1151 was pushed as release yesterday
16:16.51TorhalI see r1144 :/
16:16.57TorhalIn the Alpha client
16:17.15RessyUnfortunately, nobody has that but you guys
16:17.21TorhalYar
16:17.22Ressyso it doesn't matter that you see it there.
16:17.26RessyCurse 5 isn't seeing it
16:17.33TorhalFuck that thing!
16:17.35Torhal>.>
16:17.54Ressywell then tell ppl to get off their asses and fix curse voice to support addons finally
16:18.04TorhalI have them looking into it
16:18.22Torhal...
16:18.28Torhalhttps://www.dropbox.com/s/7bdwccqyorxy2vv/Screenshot%202016-07-19%2011.18.19.png
16:18.32Torhallololol
16:19.01Ressyfacepalms
16:19.10RessySo Curse needs to do an announcement about that then.
16:19.33RessyThat you're having difficulties in bringing up 7.0 updates on the Client, and to be patient while you get it sorted out
16:21.58TorhalI let them know, and let Zeldo know we should probably have an announcement since I'm already fielding questions.
16:31.40RessyClient's showing 7.0 addons now.
16:34.08TorhalGood
16:40.14RessyTSM's got a memory leak.
16:41.37Torhal:/
16:44.37TorhalSo everything is working v5 now?
16:44.49Ressyya
16:46.40TorhalI got three wardrobe achievements.
16:47.37RessyI got all but 1 on my main
16:49.22TorhalOh, actually got 4
16:49.39TorhalBack, Chest, Head, Weapon & Off hand
16:50.41Ressyits slow recognizing them.
16:50.58TorhalVery
16:51.07TorhalI was logged in for like 3 minutes before the first came up.
16:51.12Ressynods
16:51.14TorhalThen like a minute between
16:51.19Ressyscans items in inventory & quests completed..
23:08.39RessyFFS
23:08.49RessyBlizzard added spots for all those engineering toys.
23:38.59TorhalRessy: Spots?

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