IRC log for #wowuidev on 20180629

00:19.14*** join/#wowuidev purl (ibot@208.53.50.136)
00:19.14*** topic/#wowuidev is BfA Author Keys! http://www.wowinterface.com/forums/showthread.php?t=56267 || 7.3.x ToC: 70300 || http://pastebin.com || Battletags: http://goo.gl/2bm7n || This channel is logged, via purl
00:39.46mukundaanyone played with the new map stuff? anything i should know before i try to add blips?
02:12.21*** join/#wowuidev b1p (Elite21593@gateway/shell/elitebnc/x-grgkmqyiaxofbtbi)
03:05.45*** join/#wowuidev ShadniX_ (dagger@p4FEFC609.dip0.t-ipconnect.de)
03:12.11*** join/#wowuidev Lejving (~Lejving@81-233-148-192-no524.tbcn.telia.com)
03:30.01*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:905f:893f:aa32:259f)
03:59.03pompy1http://time.com/5324982/amazon-buys-pharmacy-startup-pillpack/
03:59.35Funkeh`"we are the borg"
04:03.10*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:905f:893f:aa32:259f)
04:42.35*** join/#wowuidev Andols2 (~yaaic@m77-218-231-223.cust.tele2.se)
05:06.30*** join/#wowuidev Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
05:14.44*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:905f:893f:aa32:259f)
05:54.01AcidWebAnybody have idea what event replaced UPDATE_WORLD_STATES?
05:58.28Funkeh`UPDATE_UI_WIDGET
05:59.10AcidWebThanks.
06:20.02AcidWebAnd I still not found replacement for mapoverlays.
06:20.15AcidWebI expected ArtLayers but no.
06:24.42AcidWebIt is hard to check considering that SM bg is currently broken on pvp beta reaml 😐
06:41.24*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:905f:893f:aa32:259f)
06:42.54*** join/#wowuidev Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
06:44.43AcidWebYeah. SM without carts is somewhat suboptimal 😃
06:47.07*** join/#wowuidev ls- (~ls@183.88.5.175)
06:47.42*** join/#wowuidev VIad (~Vlad@cm-84.213.146.58.getinternet.no)
06:47.59ls-damn, transmogging weapons into artefacts is so buggy >_>
06:52.42VIad#beta
06:55.47ls-2 weeks till release :D
07:33.36AcidWebTheDanW: is GetPersonalRatedInfo() going to be replaced soon?
07:36.23*** join/#wowuidev Buju (~lexlexlex@s154-5-197-130.bc.hsia.telus.net)
07:40.27*** join/#wowuidev TheDanW (~TheDanW@198.74.38.57)
07:40.27*** mode/#wowuidev [+o TheDanW] by ChanServ
08:24.48*** join/#wowuidev mitch0 (~mitch@84-236-96-198.pool.digikabel.hu)
08:49.23nevcairiells-: why exactly did you remove the screenshot handling from LibKeyBound? Because if thats not there I can't screenshot the binding process anylonger
08:50.23ls-eh? you don't need to do it manually
08:50.33ls-you still can make screenshots w/o it there
08:50.39nevcairieli sure cant
08:50.44ls-the same goes for opening your chat
08:50.47nevcairielit just re -binds the key and doesnt make a screenshot
08:50.57nevcairieland the same thing happens w ith chat
08:51.01nevcairielre-binds the key, no chat
08:51.28ls-wait, are you trying to do it while mousing over a button?
08:51.42nevcairielof course, thats what I might want to screenshot :D
08:51.51ls-o_O
08:52.16ls-well, in that case you may need it, yeah...
08:52.48ls-lemme check one thingy though
08:54.36nevcairieli wonder whats with the mouseover check in there in general, it shouldnt receive events if its not mouseover
08:57.20ls-it's there originally, but in another place, so I moved it to the top, like there's no reason for the whole thingy to happen just to be aborted at the very end
08:57.45ls-I didn't question its usefulness :D
08:58.50nevcairieli just fixed the openening chat thing to work with 8.0 as well for now
08:59.06nevcairieland removed all the KEY_ junk
09:01.30ls-I'll readd screenshot/chat handling to my version as well then >_>
09:02.29AcidWebFunkeh`: GetWorldStateUIInfo is gone.
09:02.46ls-damn, I really didn't think about someone wanting to make screenshots of them binding their keys :D
09:04.02ls-damn, git svn is so slow >_>
09:05.08AcidWebFunkeh`:  Here you have helpful snippet how to access to bg score strings: C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(C_UIWidgetManager.GetAllWidgetsBySetID(C_UIWidgetManager.GetTopCenterWidgetSetID())[<line number + 1>].widgetID).text
09:05.33nevcairielshouldnt you be able to access the data itself instead of the widget
09:06.29AcidWebI'm not aware about any new api that return that values.
09:06.46*** join/#wowuidev modernist (~mke@194.75.75.170)
09:06.46nevcairielwhere does that thing get it then? :D
09:07.35AcidWebNo idea.
09:07.42nevcairielthe new event fires with a table as its argument, doesnt it, data in htere maybe?
09:08.42ls-nevcairiel: btw, https://github.com/ls-/LibKeyBound-1.0/commit/840e7828d5e11b889a0e4904ae3454473c46ffda, w/o it LKB doesn't add `No current bindings` to the tooltip
09:09.01AcidWebUPDATE_UI_WIDGET? It return id of widget.
09:09.27nevcairiells-: honestly i never missed that line :D
09:09.30AcidWebYou still need use  C_UIWidgetManager.GetX to get data inside.
09:09.46ls-sure, but it's supposed to be there and it's pretteh :D
09:10.57nevcairielfixed too
09:12.51ls-<3
09:13.13nevcairieli like the text overlay though, it uses shortened modifiers and stuff like "2" or "S2" fit onto the button fine for me
09:14.04ls-dunno, mate, you get the same, but detailed info in the tooltip
09:14.28ls-and if you have multiple keys bound, you can't see anything in that text overlay
09:14.35ls-or if it's some weird key combo
09:14.42nevcairielafaik it should only show the first key
09:15.52ls-ah, yeah, it uses LAB's or custom :GetHotKey(), but still...
09:16.23ls-if it's some weird SHIFT-CTRL-= thing, you can't see anything there
09:17.03nevcairieli dont know, it says CS=
09:17.06nevcairielfits on there
09:17.11nevcairielmaybe my buttons are bigger
09:17.12nevcairiel:D
09:17.15ls-:D
09:17.25ls-whatevs... I didn't like it :D
09:17.30ls-so I nuked it
09:17.46nevcairieli hope i didnt accidentally re-bind too much stuff right now
09:18.46ls-crash your client, so it won't save changes :p
09:19.00nevcairielalready reloaded a bunch of times to test things
09:19.31ls-rip
09:19.45ls-lol, my beta client crashed >_>
09:19.46ls-ffs...
09:19.47nevcairieli tried to be careful tho
09:20.04nevcairieland outside of re-binding my movement keys a bunch of times accidentally since i cant resist running around in circles
09:20.30ls-i run w/ my mouse >_>
09:20.40ls-lmb+rmb
09:21.24nevcairielcant use that in fights since i need the mouse there, so i never got used to it  anywhere
09:22.00ls-what for? o_O
09:22.00nevcairieli have an auto-run toggle on another mouse button, but that can also get rebound <.<
09:22.10*** join/#wowuidev modernist (~mke@194.75.75.170)
09:22.24nevcairielyou know, casting things while moving!
09:22.31ls-I never use my mouse in combat, I mean for clicking...
09:22.41nevcairielcant really heal wthout a mouse
09:22.49ls-ah, I'm a tank...
09:22.58ls-I have naga w/ 12 extra buttons for bindings, so everything is there >_>
09:24.47nevcairieli mostly tank as well now, but i healed for 10 years, so i dont re-learn movement :p
09:24.53nevcairielbesides the W key is just there!
09:25.39nevcairielman i really need to start clearing out my inventory and my bank, its so full of r andom  shit
09:26.35ls-mine is empty :p sold out everything
09:27.21ls-gym time! yay
09:27.23nevcairielhalf my bank probably contains random things i kept from previous expansions, and thats fine
09:27.35nevcairielthe other half is the problem thats full of legion shit i can probably just sell
09:27.41nevcairieljust need to do it :D
09:28.25ls-just do it!
09:28.44nevcairielalso the 20 or so legendaries that are sitting there being annoying
09:30.07ls-fortunately, you'll be able to delete them in BfA! not...
09:30.34nevcairieli dont remember what i did in the beta, can you actually delete them now
09:31.11ls-all i get is "this item can't be destroyed"
09:31.47nevcairieli wonder if i can put them in void storage
09:31.53nevcairielprobably not even that
09:34.33ls-i hope they'll fix item transmogging into artefacts before the pre-patch
09:34.48ls-nah, before the official release in august
09:37.36ls-and you can put legos into the void storage
09:45.49*** join/#wowuidev Iriel (~Iriel@173-8-135-209-SFBA.hfc.comcastbusiness.net)
09:45.49*** mode/#wowuidev [+o Iriel] by ChanServ
09:47.37*** join/#wowuidev modernist (~mke@194.75.75.170)
09:59.45*** join/#wowuidev modernist (~mke@194.75.75.170)
10:02.28*** join/#wowuidev jinxybob (~jinxybob@host86-166-228-172.range86-166.btcentralplus.com)
10:06.34nevcairielat least i can hide them away there, void storage is  basically unused these days
10:16.42*** join/#wowuidev harl (harl@unaffiliated/harl)
10:23.47*** join/#wowuidev Tentacled (~Sinus__@abkv246.neoplus.adsl.tpnet.pl)
10:34.40*** join/#wowuidev modernist (~mke@194.75.75.170)
10:54.23*** join/#wowuidev dobson (~dobson@68.ip-149-56-14.net)
11:26.55*** join/#wowuidev Breen (~Breen@80.175.117.105)
11:40.05*** join/#wowuidev modernist (~mke@194.75.75.170)
11:43.52VIadnevcairiel: what about areas not covered by the migration table?
11:44.06nevcairieltravel there in the beta and find out the new id? :p
11:44.18AcidWebThey are replaced with taint.
11:44.18VIadk :D
11:44.31nevcairielsome things that used phasing etc could apparently not be easily extracted like that
11:44.33VIadjust odd we can't find the new uimapid using db2 files
11:48.04nevcairielyou dont have anything to associate it with
12:07.21*** join/#wowuidev Iriel (~Iriel@173-8-135-209-SFBA.hfc.comcastbusiness.net)
12:07.21*** mode/#wowuidev [+o Iriel] by ChanServ
12:10.23*** join/#wowuidev ls- (~ls@183.88.5.175)
12:21.46*** join/#wowuidev modernist (~mke@194.75.75.170)
12:34.38*** join/#wowuidev [TOM_RUS] (~kvirc@95-29-199-38.broadband.corbina.ru)
12:37.26*** join/#wowuidev pompy (~Mike@c-73-194-183-217.hsd1.nj.comcast.net)
12:50.50*** join/#wowuidev modernist (~mke@194.75.75.170)
12:59.42*** join/#wowuidev Simca_ (~Simca@c-73-55-2-30.hsd1.fl.comcast.net)
13:08.36*** join/#wowuidev modernist (~mke@194.75.75.170)
13:23.35*** join/#wowuidev [TOM_RUS]|2 (~kvirc@95-29-199-38.broadband.corbina.ru)
13:36.32*** join/#wowuidev modernist (~mke@194.75.75.170)
13:42.57*** join/#wowuidev Guest74000 (~bluspacec@2404:4402:1349:7e00:b550:feef:96a7:8396)
13:44.13blulaggedcowtypical
13:44.28blulaggedcowIRC program lagged out when opening now I'm locked out of my main nickname :(
13:45.57blulaggedcowhttp://eu.blizzard.com/en-gb/company/legal/eula.html
13:46.27blulaggedcowTIL Blizzard have a television service
13:46.46Thunder_ChildYou should be able to ghost it.
13:46.52AcidWebAny idea how to check which mapID is Winter AB? It is 837 or 844.
13:47.01AcidWebBoth have the same name.
13:47.15blulaggedcowunder Game and Platform features -> Platform Features -> 6. Blizzard Television Service
13:47.31blulaggedcow@AcidWeb use one and pray for jesus it's the right one ?
13:47.52AcidWebI pray only to Old Gods.
13:50.30nevcairielAcidWeb: 837 is instance id 1681, which shold be arathi winter
13:51.03*** join/#wowuidev modernist (~mke@194.75.75.170)
13:52.11AcidWebThanks.
14:00.10*** join/#wowuidev modernist (~mke@194.75.75.170)
14:06.28*** join/#wowuidev modernist (~mke@194.75.75.170)
14:23.15*** join/#wowuidev modernist (~mke@194.75.75.170)
14:35.41*** join/#wowuidev modernist (~mke@194.75.75.170)
14:42.07*** join/#wowuidev Tentacled (~Sinus__@abkv246.neoplus.adsl.tpnet.pl)
14:43.02*** join/#wowuidev modernist (~mke@194.75.75.170)
14:56.39*** join/#wowuidev Tercioo (~Tercioo@59.8e.39a9.ip4.static.sl-reverse.com)
14:57.26*** join/#wowuidev Munk (~Seb@c83-250-163-149.bredband.comhem.se)
15:13.36*** join/#wowuidev mitch0 (~mitch@84-236-96-198.pool.digikabel.hu)
15:14.28*** join/#wowuidev VIad (~Vlad@cm-84.213.146.58.getinternet.no)
15:19.19*** join/#wowuidev Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
15:23.38*** join/#wowuidev eke00327_ (~eke00372@unaffiliated/eke00372)
15:33.09*** join/#wowuidev Semlar (~semlar@72.189.128.149)
15:37.06*** join/#wowuidev mitch0 (~mitch@84-236-96-198.pool.digikabel.hu)
15:45.20*** join/#wowuidev mitch0 (~mitch@84-236-96-198.pool.digikabel.hu)
15:45.56*** join/#wowuidev Andols (~yaaic@78-70-44-4-no170.tbcn.telia.com)
15:48.16*** join/#wowuidev Shooter (~pi@cki194.neoplus.adsl.tpnet.pl)
16:01.26*** join/#wowuidev dubf (~quassel@88.88.236.3)
16:10.34Funkeh`new bnet update finally lets you clear chat history (on one side) wonder if both sides clear it is it actually purged from the server
16:13.33*** join/#wowuidev hizuro (~hizuro@WoWUIDev/hizuro)
16:14.14*** join/#wowuidev mikma (mikma@kinky.fi)
16:14.14*** join/#wowuidev ajmitch (ajmitch@ubuntu/member/ajmitch)
16:14.14*** join/#wowuidev batrick (batrick@nmap/developer/batrick)
16:14.37[TOM_RUS]|2why would you want to clear history I don't know
16:15.07*** join/#wowuidev Valhorth (~space@athena.framed.be)
16:25.17Funkeh`hey look it's Eric Schmidt
16:25.31Funkeh`pretending to be a russian
17:04.23*** join/#wowuidev NuSuey (nusueymatr@gateway/shell/matrix.org/x-cyiriekgrhauuyqd)
17:14.38*** join/#wowuidev Fumler (~Fumler@du.ble.sykt.eid.gg)
17:18.34TheDanWAcidWeb: i don't think so
17:21.05AcidWebTheDanW: I'm asking because usage of GetPersonalRatedInfo() is not consistant. It is used twice in Blizzard_PVPUI - both times with wrong output variables.
17:21.34AcidWebI was not sure if that is syntax error or just "leave it we replacing it anyway".
17:23.15AcidWebAFAIK current output is rating, seasonBest, weeklyBest, seasonPlayed, seasonWon, weeklyPlayed, weeklyWon, lastWeeksBest, hasWon, pvpTier
17:24.13*** join/#wowuidev eke00327_ (~eke00372@unaffiliated/eke00372)
17:24.18AcidWebIn line 1167 is trying to get additional field ranking and in line 989 hasWon is missing.
17:24.27AcidWebBoth unused so it don't break anything.
17:24.32AcidWebBut it is confusing 😛
17:29.26TheDanWyeah, the one used in ConquestFrameButton_OnEnter is incorrect
17:30.37TheDanWit should be personalRating, bestSeasonRating, bestWeeklyRating, seasonPlayed, seasonWon, weeklyPlayed, weeklyWon, lastWeeksBestRating, hasWinToday, pvpTier, ranking
17:32.12AcidWebGreat. Thanks for clarification.
17:32.56AcidWebBTW you have any info when pvp beta realm will be usable? BGs there are a swirling whirl of entropy.
17:35.29Funkeh`still trying to test pvp addons on beta?
17:35.35Funkeh`i gave up hope
17:36.04AcidWebWell that pvp realm have battlegrounds.
17:36.09AcidWebMore than one every 12h.
17:36.14AcidWebSo it is usable for tests.
17:36.29AcidWebOr it should be considering that most of them crashing or don't work ;p
17:36.53*** join/#wowuidev Andols2 (~yaaic@m77-218-231-223.cust.tele2.se)
17:37.47AcidWebAlready rewritten what I need. Now I just need shitload of testing and one proper SM.
17:40.45*** join/#wowuidev Velithris (saviormatr@gateway/shell/matrix.org/x-qychgfbygfywbexq)
17:45.11*** join/#wowuidev stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
17:46.08TheDanWi have no idea
17:46.47AcidWebNow the entire queue system crashed.
17:48.23AcidWebhttps://cdn.discordapp.com/attachments/362165821784457217/462313396323352591/unknown.png
17:48.43AcidWebWell I should not miss next one 😄
17:57.10*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:7dee:78ee:e42a:35c)
17:58.16VIadnevcairiel: testing so far https://i.imgur.com/zO7rnKI.jpg
18:01.02*** join/#wowuidev nezroy (~nezroy@2604:3d09:767f:f680:9491:f4c5:a240:757c)
18:03.23*** join/#wowuidev Simca (~Simca@c-73-55-2-30.hsd1.fl.comcast.net)
18:45.39*** join/#wowuidev harl (harl@unaffiliated/harl)
18:48.52*** join/#wowuidev TheDon1 (~TheDon@203-219-137-117.static.tpgi.com.au)
18:57.28*** join/#wowuidev Pac (~TheDon@203-219-137-117.static.tpgi.com.au)
19:03.31*** join/#wowuidev Pac (~TheDon@203-219-137-117.static.tpgi.com.au)
19:06.35*** join/#wowuidev Pac (~TheDon@203-219-137-117.static.tpgi.com.au)
19:07.15*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:7dee:78ee:e42a:35c)
19:12.26*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:7dee:78ee:e42a:35c)
19:52.30*** join/#wowuidev Kesava (~kesava@unaffiliated/sliker)
20:36.07*** join/#wowuidev ycarene (~jporterf@184-155-172-207.cpe.cableone.net)
20:38.49*** join/#wowuidev Tercio2 (~Tercioo@185.153.176.8)
20:39.53*** join/#wowuidev Simca (~Simca@c-73-55-2-30.hsd1.fl.comcast.net)
20:52.15*** join/#wowuidev pompy (~Mike@c-73-194-183-217.hsd1.nj.comcast.net)
20:53.04*** join/#wowuidev eir (eir@freenode/utility-bot/eir)
21:01.34*** join/#wowuidev Andols (~yaaic@78-70-44-4-no170.tbcn.telia.com)
21:07.20*** join/#wowuidev Kesava (~kesava@unaffiliated/sliker)
21:10.18EllypseTheDanW: Some testing on beta seems to indicate that all addon messages related functions (logged, non-logged, bnet) now share the same pool for the throttling, using the higher limitation previously only used for Bnet messages. Is that a change that is intended to go live for 8.0 or a beta servers oddity? Can we safely rely on this behavior?
21:19.44*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:7dee:78ee:e42a:35c)
21:35.25*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:c9a8:db67:f7f6:c6cd)
22:05.06*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:c9a8:db67:f7f6:c6cd)
23:32.58*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:c9a8:db67:f7f6:c6cd)
23:41.14*** join/#wowuidev modernist (~mke@2a00:23c5:3481:ed00:c9a8:db67:f7f6:c6cd)

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