2017-09-30 22:57:32 pokechu22 Everything else looks fine 2017-09-30 22:57:43 pokechu22 How are you calculating the packet length? 2017-09-30 22:58:57 TheIndra .lenghth 2017-09-30 23:00:14 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 240 seconds) 2017-09-30 23:00:39 pokechu22 And you're writing that as a VarInt? 2017-09-30 23:00:44 TheIndra Yea 2017-09-30 23:03:34 pokechu22 Can you print out the length for each packet? 2017-09-30 23:03:53 TheIndra Sure 2017-09-30 23:03:55 TheIndra Sec 2017-09-30 23:06:12 TheIndra 1:1 2017-09-30 23:06:12 TheIndra 1:1 2017-09-30 23:06:12 TheIndra 0:1 2017-09-30 23:06:12 TheIndra 0:1 2017-09-30 23:06:12 TheIndra 10:2 2017-09-30 23:06:12 TheIndra flat:4 2017-09-30 23:06:12 TheIndra False:5 2017-09-30 23:06:23 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-30 23:06:53 pokechu22 "False:5"? 2017-09-30 23:07:36 TheIndra Wait 2017-09-30 23:07:40 pokechu22 That seems... odd... You should be writing booleans as a single byte with a value of either 0 or 1, not a string 2017-09-30 23:08:04 pokechu22 Also it seems like both the dimension and ID were sent as 1 byte 2017-09-30 23:08:30 TheIndra I just wrote the boolean wrong to the console sorry 2017-09-30 23:08:59 TheIndra it sends as 0 with length 1 2017-09-30 23:09:26 TheIndra -1: Nether, 0: Overworld, 1: End; 2017-09-30 23:09:37 TheIndra So i'm sending byte 0 as int 2017-09-30 23:11:37 TheIndra pokechu22 2017-09-30 23:11:55 pokechu22 What about the length of the entire packet? 2017-09-30 23:14:21 TheIndra 17 2017-09-30 23:15:29 pokechu22 Yep, that's what it should be (4+1+4+1+1+1(varint size of 4)+4+1) 2017-09-30 23:17:07 TheIndra Still https://imgur.com/a/Emfns 2017-09-30 23:17:09 TheIndra :/ 2017-09-30 23:21:09 TheIndra pokechu22 2017-09-30 23:21:30 pokechu22 Right, not sure what's going on, thinking about it 2017-09-30 23:24:40 pokechu22 Yeah, everything should be fine. Not sure why it's breaking... 2017-09-30 23:32:28 <-- chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a quitté (Quit: ZNC 1.6.5+deb1 - http://znc.in) 2017-09-30 23:32:49 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2017-09-30 23:34:17 TheIndra Damn 2017-09-30 23:34:22 TheIndra No idea what could be wrong 2017-09-30 23:35:04 TheIndra [23:34:16] [Netty Client IO #11/DEBUG]: OUT: [LOGIN:0] mm 2017-09-30 23:35:04 TheIndra [23:34:16] [Netty Client IO #11/DEBUG]: IN: [LOGIN:2] mh 2017-09-30 23:35:21 TheIndra I'm 100% sure the login packet is right 2017-09-30 23:37:20 TheIndra pokechu22 What does the mh stand for? 2017-09-30 23:37:39 pokechu22 mh is the obfuscated packet class name 2017-09-30 23:37:57 TheIndra Oh 2017-09-30 23:38:04 pokechu22 If you've got the latest SRG mappings then you can look it up 2017-09-30 23:38:12 pokechu22 CL: mh net/minecraft/network/login/server/SPacketLoginSuccess 2017-09-30 23:38:23 pokechu22 So yeah, that's correct 2017-09-30 23:39:16 TheIndra I'm out of ideas 2017-09-30 23:39:24 TheIndra In my eyes everything is fine 2017-09-30 23:40:21 pokechu22 Agreed, everything looks fine to me 2017-09-30 23:43:54 <-- Jan1902 (~quassel@2a02:2028:555:7f01:7ce0:8614:74d1:67ac) a quitté (Remote host closed the connection) 2017-09-30 23:54:26 chibill Welp I lost all my znc buffer because I had it up to high. Lol 2017-10-01 00:19:06 TheIndra pokechu22 2017-10-01 00:19:10 pokechu22 Yes? 2017-10-01 00:19:21 TheIndra I started looking in a source of another mc client 2017-10-01 00:19:32 TheIndra And they send 0x01 at joingame packet 2017-10-01 00:20:21 pokechu22 Join game, or login success? 2017-10-01 00:20:40 TheIndra The class is called join game 2017-10-01 00:20:51 TheIndra And the data they send is also join game data 2017-10-01 00:23:00 TheIndra pokechu22 2017-10-01 00:23:08 pokechu22 Which client? 2017-10-01 00:23:25 TheIndra https://github.com/SharpMC/SharpMC/blob/3624ab1e3e36865ec6fd35d4f2a1778df1744202/src/SharpMC.Core/Networking/Packages/JoinGame.cs 2017-10-01 00:23:51 TheIndra But this was last updated 2 years ago 2017-10-01 00:23:55 TheIndra And is 1.8 protocol 2017-10-01 00:25:09 pokechu22 Join game had the ID of 0x01 in 1.8 2017-10-01 00:25:13 TheIndra Oh 2017-10-01 00:25:16 TheIndra Than that's why 2017-10-01 00:25:27 TheIndra Sorry 2017-10-01 00:25:56 TheIndra Hmm 2017-10-01 00:26:00 TheIndra Wtf could be wrong 2017-10-01 00:36:29 TheIndra pokechu22 It's getting late, so i'll look into it tommorow 2017-10-01 00:36:31 TheIndra goodnight 2017-10-01 00:36:34 pokechu22 Alright, night 2017-10-01 00:36:49 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-10-01 01:13:40 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Quit: Leaving) 2017-10-01 02:02:42 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Ping timeout: 248 seconds) 2017-10-01 02:46:35 Not-b032 [Charge] Wallbraker pushed 5 commits to master [+1/-29/±4] https://github.com/VoltLang/Charge/compare/d2c53be8a776...9546ee041241 2017-10-01 02:46:36 Not-b032 [Charge] Wallbraker 9caed7b - power: Remove old dead code 2017-10-01 02:46:38 Not-b032 [Charge] Wallbraker d02379b - power: Remove workaround 2017-10-01 02:46:39 Not-b032 [Charge] Wallbraker 9c08700 - power: Merge in svo viewer into power 2017-10-01 02:46:41 Not-b032 [Charge] ... and 2 more commits. 2017-10-01 03:43:17 <-- Redrield (~Redrield@when.will.i.stop.getting.kicked.redrield.com) a quitté (Quit: Learn Kotlin) 2017-10-01 03:48:36 --> Redrield (Redrield@when.will.i.stop.getting.kicked.redrield.com) a rejoint #mcdevs 2017-10-01 03:52:43 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-01 05:30:17 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-10-01 05:30:17 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Disconnected by services) 2017-10-01 05:30:51 <-- pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Client Quit) 2017-10-01 05:31:07 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-10-01 05:54:08 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Ping timeout: 240 seconds) 2017-10-01 06:28:23 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-01 06:28:48 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2017-10-01 06:28:49 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-01 08:18:54 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 240 seconds) 2017-10-01 09:05:30 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2017-10-01 09:23:54 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds) 2017-10-01 09:31:16 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-10-01 10:38:15 <-- ashka_ (~ashka_@62-210-251-94.rev.poneytelecom.eu) a quitté (Remote host closed the connection) 2017-10-01 10:52:34 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 240 seconds) 2017-10-01 11:00:16 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 248 seconds) 2017-10-01 11:10:24 --> Guest68927 (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2017-10-01 11:15:41 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-10-01 11:24:50 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 248 seconds) 2017-10-01 11:25:25 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-01 11:25:25 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-01 11:41:54 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-10-01 11:52:01 TheIndra pokechu22 goodmorning ;-) 2017-10-01 11:58:37 TheIndra Still not sure why join game returns a error 2017-10-01 13:59:40 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 240 seconds) 2017-10-01 14:03:19 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-10-01 15:11:02 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-10-01 15:37:12 Not-b032 [Charge] Wallbraker pushed 2 commits to master [+1/-0/±9] https://github.com/VoltLang/Charge/compare/9546ee041241...087b0c58fdb4 2017-10-01 15:37:14 Not-b032 [Charge] Wallbraker d74414f - voxel: Axis shifts are now hardcoded 2017-10-01 15:37:16 Not-b032 [Charge] Wallbraker 087b0c5 - voxel: Refactor out steps code into own module 2017-10-01 17:05:18 gentauro pokechu22: besides the issue with the paket format I made the mistake of sending the length of a .NET string instead of a BigEndian (this line is erroneous and now fixed) -> https://gist.github.com/gentauro/04954b6d582d611018f48c40444aec10#file-client-mc-fsx-L11 (once again thanks) 2017-10-01 17:57:03 gentauro Hmmm a bit strange. I read the lenght of the pkg sent by the server (varInt 122) and I retrieve 122 bytes for the json. What seems to be erroneous is the prefixed "x{" in front of the json object :| 2017-10-01 17:57:35 gentauro What I'm doing wrong? (I could just skip a byte (120) but that doesn't seem correct 2017-10-01 17:57:55 gentauro This is what I get when I read the amount of bytes => x{"description":{"text":"A Minecraft Server"},"players":{"max":20,"online":0},"version":{"name":"1.12.2","protocol":340}} 2017-10-01 17:58:10 gentauro Which seems correct except for the initial x (making it a non valid JSON string) 2017-10-01 18:03:56 pokechu22 Hm 2017-10-01 18:06:04 pokechu22 'x'=0x78=120. 2017-10-01 18:06:34 pokechu22 And the actual JSON blob is 120 characters long 2017-10-01 18:07:00 pokechu22 Remember, there's both the length of the packet and its ID, and then the length prefix for the string - I'm guessing the 'x' you're seeing is that length prefix 2017-10-01 18:15:51 pokechu22 gentauro: ^ 2017-10-01 18:44:27 gentauro :o 2017-10-01 18:44:44 gentauro Will give it a try, thx 2017-10-01 19:35:51 gentauro it works if I readVarInt for: "pkglen" (len of data and id), "pkdid", "datalen". Finally with "datalen" I can request bytes for data (json). But this differs from what is written in the wiki: http://wiki.vg/Protocol#Packet_format 2017-10-01 19:36:50 gentauro There is stated that you should readVarInts for: "pkglen", "pkdid". I'm guessing that I would have "datalen" by substracting "pkid" from "pkglen" 2017-10-01 19:37:13 gentauro Is this correct understood? 2017-10-01 19:59:28 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-01 20:08:05 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-10-01 20:11:34 pokechu22 You're missing one thing - you're reading a string, which is defined as "UTF-8 string prefixed with its size in bytes as a VarInt" 2017-10-01 20:12:18 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 248 seconds) 2017-10-01 20:12:35 pokechu22 It's that length prefix. While you could calculate it from context for this packet, the length prefixes are needed for any packet that has more than just a single string 2017-10-01 20:19:20 gentauro http://wiki.vg/Protocol#Data_types "UTF-8 string prefixed with its size in bytes as a VarInt." got it :) 2017-10-01 20:19:23 gentauro thx again :) 2017-10-01 20:46:14 gentauro It works :) 2017-10-01 20:46:41 gentauro http://wiki.vg/Server_List_Ping#Current is implemented. Now to clean up some code, and refactor a bit :D 2017-10-01 20:47:24 gentauro Next, will be login (already trembling as .NET doesn't really have a CryptoLib to handle pub/priv keys) 2017-10-01 20:55:46 pokechu22 Might find this useful: https://github.com/ORelio/Minecraft-Console-Client/tree/Indev/MinecraftClient/Crypto (it's for a client but it should be convertible). Part of it uses BouncyCastle. Encryption really isn't my thing so I can't help too much with it 2017-10-01 21:01:52 gentauro cool. looks do-able 2017-10-01 21:06:27 gentauro but once again, thx. 2017-10-01 21:19:08 <-- protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a quitté (Read error: Connection reset by peer) 2017-10-01 21:19:51 --> protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a rejoint #mcdevs 2017-10-01 21:29:54 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-10-01 21:30:04 TheIndra Does someone know why i get this error when sending the loginsucces packet? 2017-10-01 21:30:22 TheIndra https://imgur.com/a/GOaug 2017-10-01 21:33:33 pokechu22 Packet 0/0 (hx) is spawn object 2017-10-01 21:34:30 pokechu22 So it seems like there's extra data after your login success packet that's getting interpreted as that packet, probably. 2017-10-01 21:35:19 TheIndra Hmm 2017-10-01 21:35:30 TheIndra This happens when i disconnect the user after the loginsucces 2017-10-01 21:35:59 pokechu22 Are you sending a kick packet? Or just closing the connection? 2017-10-01 21:36:30 TheIndra sending disconnect packet 2017-10-01 21:37:49 TheIndra Oh wait i was sending login disconnect when client was already in play packet 2017-10-01 21:37:50 TheIndra nvm 2017-10-01 21:38:31 TheIndra Now i got this error again :/ https://imgur.com/a/hYXlD 2017-10-01 21:39:31 pokechu22 Yay :/ 2017-10-01 21:40:04 TheIndra No idea what could be wrong 2017-10-01 21:48:24 --> Jan1902 (~quassel@2a02:2028:528:f501:4db6:faed:2149:ad91) a rejoint #mcdevs 2017-10-01 22:05:56 <-- Jan1902 (~quassel@2a02:2028:528:f501:4db6:faed:2149:ad91) a quitté (Remote host closed the connection) 2017-10-01 22:53:58 Not-b032 [Charge] Wallbraker pushed 3 commits to master [+0/-0/±6] https://github.com/VoltLang/Charge/compare/087b0c58fdb4...10f5a9601c45 2017-10-01 22:54:00 Not-b032 [Charge] Wallbraker e6c6d9a - gfx: Make aa helper toggle between aa modes 2017-10-01 22:54:01 Not-b032 [Charge] Wallbraker b5e2386 - voxel: Create stub testing pipeline 2017-10-01 22:54:03 Not-b032 [Charge] Wallbraker 10f5a96 - voxel: Pipeline experiments 2017-10-01 22:59:07 Not-b032 [Charge] Wallbraker pushed 1 commit to master [+1/-0/±1] https://github.com/VoltLang/Charge/compare/10f5a9601c45...b3feeda6a4ad 2017-10-01 22:59:08 Not-b032 [Charge] Wallbraker b3feeda - voxel: Pipeline experiments 2017-10-01 23:13:25 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-10-02 00:57:12 --> NickG365_ (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-10-02 00:58:42 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 252 seconds) 2017-10-02 00:58:42 -- NickG365_ est maintenant connu sous le nom NickG365 2017-10-02 02:04:36 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2017-10-02 02:16:53 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-02 03:12:21 <-- Morrolan (morrolan@znc.morrolan.ch) a quitté (Ping timeout: 252 seconds) 2017-10-02 03:12:21 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 252 seconds) 2017-10-02 03:45:52 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-02 03:47:07 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2017-10-02 04:25:47 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2017-10-02 04:25:47 -- Mode #mcdevs [+v Grum] par ChanServ 2017-10-02 04:36:39 --> Morrolan (morrolan@znc.morrolan.ch) a rejoint #mcdevs 2017-10-02 05:04:17 <-- SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a quitté (Ping timeout: 255 seconds) 2017-10-02 05:09:02 --> SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-10-02 05:09:02 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-10-02 05:38:26 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Read error: Connection reset by peer) 2017-10-02 05:38:31 --> OkAlt_ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-02 05:50:23 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: ZNC - http://znc.in) 2017-10-02 05:50:35 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2017-10-02 09:09:33 <-- Black-Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-10-02 09:53:39 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-02 09:57:01 --> roblabla (~roblablar@roblab.la) a rejoint #mcdevs 2017-10-02 11:03:05 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-02 11:13:58 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-10-02 11:14:02 TheIndra Why is the uuid only send once? 2017-10-02 11:17:19 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-02 11:19:17 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-02 12:21:00 <-- Guest68927 (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Quit: En fait, le BSDiste, c'est comme l'homme politique, tu lui dis de quoi t'as besoin, il t'explique comment t'en passer) 2017-10-02 12:21:12 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2017-10-02 12:21:12 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2017-10-02 12:21:13 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2017-10-02 13:46:07 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-02 14:04:20 Meeeh TheIndra, why not? why you would want to be send more than once? 2017-10-02 14:37:10 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 258 seconds) 2017-10-02 14:39:31 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-10-02 15:10:35 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-10-02 16:23:36 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Quit: Bleh?) 2017-10-02 16:24:11 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2017-10-02 16:58:37 <-- VoidWhisperer (~VoidWhisp@rit/foss/student/voidwhisperer) a quitté (Quit: ZNC 1.6.2+cygwin2 - http://znc.in) 2017-10-02 17:14:30 <-- MrARM (~MrARM@unaffiliated/mrarm) a quitté (Quit: Quit) 2017-10-02 17:14:46 -- mrarm_ est maintenant connu sous le nom mrarm 2017-10-02 18:59:11 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-02 19:33:11 --> bildramer1 (~bildramer@p200300ED83CA380029715DDB40175E3F.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-02 19:35:47 <-- bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-10-02 20:04:54 <-- bramhaag (~bramhaag@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Remote host closed the connection) 2017-10-02 20:07:07 --> bramhaag (~bramhaag@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2017-10-02 20:09:43 <-- bramhaag (~bramhaag@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Client Quit) 2017-10-02 20:10:58 --> bramhaag (~bramhaag@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2017-10-02 21:04:49 Not-b032 [Charge] Wallbraker pushed 1 commit to master [+1/-0/±6] https://github.com/VoltLang/Charge/compare/b3feeda6a4ad...a6a6106254c2 2017-10-02 21:04:50 Not-b032 [Charge] Wallbraker a6a6106 - voxel: Made TestPipeline display voxels 2017-10-02 21:51:09 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-10-02 22:00:16 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-02 22:59:52 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-10-02 23:01:55 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Disconnected by services) 2017-10-02 23:01:56 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-10-02 23:02:40 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-10-02 23:53:37 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-10-03 00:33:01 <-- Thinkofname (~Think@163.172.178.215) a quitté (Quit: Leaving) 2017-10-03 00:35:29 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-03 00:38:59 --> Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a rejoint #mcdevs 2017-10-03 00:38:59 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2017-10-03 01:07:35 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 246 seconds) 2017-10-03 01:26:06 --> pokechu22 (~pokechu22@140.160.182.114) a rejoint #mcdevs 2017-10-03 01:34:17 <-- pokechu22 (~pokechu22@140.160.182.114) a quitté (Disconnected by services) 2017-10-03 01:34:18 --> pokechu22_ (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-03 01:35:10 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-10-03 02:47:13 --> enko_ (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-03 03:26:19 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Quit: R.I.P) 2017-10-03 03:36:47 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2017-10-03 04:00:01 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Quit: R.I.P) 2017-10-03 04:52:44 <-- enko_ (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-03 06:58:35 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-10-03 07:00:32 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-10-03 09:09:45 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2017-10-03 10:58:59 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-03 13:16:23 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-03 13:26:02 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-03 13:47:42 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-03 13:58:07 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-03 14:00:22 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-03 16:14:49 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-03 16:59:43 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 264 seconds) 2017-10-03 17:01:20 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-03 17:14:20 --> Dadido3_ (~quassel@p2003007A8B3B3800C92C4BF4398B22B5.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-03 17:17:01 <-- Dadido3 (~quassel@p2003007A8B3B380059E6438999A93B01.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-10-03 17:20:24 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-03 17:21:37 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 248 seconds) 2017-10-03 17:21:53 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2017-10-03 18:20:58 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-03 18:36:11 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 255 seconds) 2017-10-03 20:24:37 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-03 20:29:34 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-10-03 20:30:12 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-10-03 21:48:48 --> Black-Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-03 21:59:58 Not-b032 [Charge] Wallbraker pushed 3 commits to master [+1/-0/±8] https://github.com/VoltLang/Charge/compare/a6a6106254c2...353ad1a0e97a 2017-10-03 22:00:00 Not-b032 [Charge] Wallbraker 541239c - gfx: Add TimeTracker code 2017-10-03 22:00:01 Not-b032 [Charge] Wallbraker 51bc3c0 - charge: Use new gfx.TimeTracker code 2017-10-03 22:00:03 Not-b032 [Charge] Wallbraker 353ad1a - power: Print more info 2017-10-03 22:04:19 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 258 seconds) 2017-10-03 22:12:07 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-10-03 22:47:12 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 255 seconds) 2017-10-03 22:49:11 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-04 00:04:21 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-04 00:04:33 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 00:04:33 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 00:17:22 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-04 00:51:03 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-04 00:59:51 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 260 seconds) 2017-10-04 01:01:32 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2017-10-04 01:01:32 -- Mode #mcdevs [+v Grum] par ChanServ 2017-10-04 01:29:05 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 240 seconds) 2017-10-04 01:29:07 <-- Morrolan (morrolan@znc.morrolan.ch) a quitté (Ping timeout: 248 seconds) 2017-10-04 01:35:22 --> Morrolan (morrolan@znc.morrolan.ch) a rejoint #mcdevs 2017-10-04 01:37:18 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2017-10-04 01:37:19 -- Mode #mcdevs [+v Grum] par ChanServ 2017-10-04 02:53:44 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 258 seconds) 2017-10-04 02:55:26 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-04 04:02:45 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-04 04:04:40 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Ping timeout: 258 seconds) 2017-10-04 04:22:10 --> pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 04:39:37 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-04 05:16:13 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-04 06:16:31 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 264 seconds) 2017-10-04 06:17:05 <-- r04r (r04r@unaffiliated/r04r) a quitté (Ping timeout: 248 seconds) 2017-10-04 06:24:29 --> r04r (r04r@unaffiliated/r04r) a rejoint #mcdevs 2017-10-04 06:32:27 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-04 06:48:44 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 258 seconds) 2017-10-04 06:49:53 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-04 06:50:24 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-04 07:01:08 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-10-04 07:05:06 <-- SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a quitté (Ping timeout: 248 seconds) 2017-10-04 07:10:32 --> SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-10-04 07:10:32 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-10-04 07:16:40 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2017-10-04 07:17:09 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2017-10-04 07:29:33 --> pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 08:50:42 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-04 08:55:34 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-04 08:56:06 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-04 11:00:49 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 248 seconds) 2017-10-04 11:02:34 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-04 12:26:49 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-04 13:23:58 Not-b032 [Charge] Wallbraker pushed 2 commits to master [+0/-0/±4] https://github.com/VoltLang/Charge/compare/353ad1a0e97a...f67589f54586 2017-10-04 13:24:00 Not-b032 [Charge] Wallbraker 93f1ba9 - gfx: Rename timings printing function 2017-10-04 13:24:01 Not-b032 [Charge] Wallbraker f67589f - sys: Refactor timings printing function 2017-10-04 15:06:42 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 248 seconds) 2017-10-04 15:08:48 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-04 18:11:04 <-- OkAlt_ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 258 seconds) 2017-10-04 18:14:04 Not-b032 [Charge] Wallbraker pushed 4 commits to master [+3/-2/±5] https://github.com/VoltLang/Charge/compare/f67589f54586...7df83675f34b 2017-10-04 18:14:06 Not-b032 [Charge] Wallbraker e3b8a04 - voxel: Improve frustum culling in sorting shader 2017-10-04 18:14:07 Not-b032 [Charge] Wallbraker 617be2c - voxel: Rename old walk shaders to list 2017-10-04 18:14:09 Not-b032 [Charge] Wallbraker 35d7eb5 - voxel: Add a explicit culling shader 2017-10-04 18:14:11 Not-b032 [Charge] Wallbraker 7df8367 - voxel: WIP sorting shader 2017-10-04 18:26:05 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-04 18:45:01 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 260 seconds) 2017-10-04 18:55:03 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 18:55:04 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:00:11 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 260 seconds) 2017-10-04 19:02:04 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-04 19:05:37 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:05:37 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:09:38 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-04 19:18:12 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:18:12 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:24:41 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-04 19:24:42 --> kev009_ (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:24:42 -- Mode #mcdevs [+v kev009_] par ChanServ 2017-10-04 19:28:54 <-- kev009_ (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 240 seconds) 2017-10-04 19:29:37 --> kev009_ (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:29:37 -- Mode #mcdevs [+v kev009_] par ChanServ 2017-10-04 19:33:18 <-- kev009_ (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2017-10-04 19:33:18 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:33:18 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:35:06 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-04 19:38:59 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:38:59 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:43:31 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 264 seconds) 2017-10-04 19:48:00 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:48:01 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 19:54:08 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 240 seconds) 2017-10-04 19:57:53 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 19:57:53 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 20:03:07 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 240 seconds) 2017-10-04 20:03:24 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 20:03:24 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 20:07:34 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 240 seconds) 2017-10-04 20:07:53 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 20:07:53 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 20:12:35 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 258 seconds) 2017-10-04 21:50:07 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-10-04 22:08:02 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-04 22:14:01 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-04 22:14:01 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-04 22:59:03 --> pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 23:00:45 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Disconnected by services) 2017-10-04 23:00:46 --> pokechu22_ (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 23:01:23 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-10-04 23:05:14 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Disconnected by services) 2017-10-04 23:05:15 --> pokechu22_ (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 23:12:15 --> pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-04 23:13:21 <-- pokechu22_ (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-10-04 23:35:46 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-04 23:37:09 <-- williammck (~williammc@unaffiliated/williammck) a quitté (Quit: No highs, no lows, must be Bose!) 2017-10-04 23:37:21 --> williammck (uid255784@gateway/web/irccloud.com/x-kfnhcqzwttvgzdxa) a rejoint #mcdevs 2017-10-04 23:45:37 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-10-05 00:13:50 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 246 seconds) 2017-10-05 00:16:00 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-05 01:01:04 <-- Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a quitté (Quit: Leaving) 2017-10-05 01:02:02 --> Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a rejoint #mcdevs 2017-10-05 01:02:12 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2017-10-05 01:06:31 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 260 seconds) 2017-10-05 01:31:44 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-05 01:31:59 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-05 01:35:29 --> pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a rejoint #mcdevs 2017-10-05 03:09:42 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-05 03:12:19 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 264 seconds) 2017-10-05 03:32:21 <-- pokechu22 (~pokechu22@c-67-201-199-84.reshall.wwu.edu) a quitté (Quit: Reconfiguring my network setup. Hope this works!) 2017-10-05 03:45:23 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-05 03:49:43 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-05 03:53:13 <-- enko (~enko@unaffiliated/enko) a quitté (Client Quit) 2017-10-05 04:01:37 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 240 seconds) 2017-10-05 04:03:23 --> chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a rejoint #mcdevs 2017-10-05 05:14:20 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2017-10-05 05:26:37 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-05 05:35:30 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Quit: WeeChat 1.9) 2017-10-05 05:38:25 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2017-10-05 05:39:55 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 258 seconds) 2017-10-05 05:44:46 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Ping timeout: 260 seconds) 2017-10-05 05:45:09 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2017-10-05 06:22:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2017-10-05 06:22:54 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-05 07:21:07 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 240 seconds) 2017-10-05 07:23:09 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-05 07:46:15 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-05 07:50:15 <-- chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a quitté (Ping timeout: 246 seconds) 2017-10-05 07:57:35 --> chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a rejoint #mcdevs 2017-10-05 09:26:25 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 248 seconds) 2017-10-05 09:28:23 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-05 09:49:22 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-05 10:52:24 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-05 10:52:52 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-05 11:38:39 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-05 12:35:23 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-05 12:49:24 Not-b032 [Charge] Wallbraker pushed 1 commit to voxel-shaders [+2/-0/±4] https://github.com/VoltLang/Charge/commit/fe0e5d81e363 2017-10-05 12:49:25 Not-b032 [Charge] Wallbraker fe0e5d8 - voxel: Shaders WIP 2017-10-05 12:49:43 Not-b032 [Charge] Wallbraker created branch master https://github.com/VoltLang/Charge/commit/35d7eb5cf530715906dc8447d82e6f30b09c6684 2017-10-05 13:32:49 <-- gentauro (~gentauro@xd520f24a.cust.hiper.dk) a quitté (Ping timeout: 248 seconds) 2017-10-05 13:34:37 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-10-05 13:43:50 gentauro can anybody help? I have chosen to run my server in local mode (no online) and without encryption (-1) just while I get to understand how the API works 2017-10-05 13:43:59 gentauro I'm able to login: 2017-10-05 13:44:09 gentauro 2017-10-05T13:40:36.7051650+02:00 | Received | pid: 0x02 2017-10-05 13:44:20 gentauro 2017-10-05T13:40:36.7107490+02:00 | Received | uuid: dbae9677-b7e2-3ec6-820e-50b8355df89e 2017-10-05 13:44:30 gentauro which is cool 2017-10-05 13:44:40 gentauro the next packet I get is this one: 2017-10-05 13:44:41 gentauro 2017-10-05T13:40:37.7254220+02:00 | Received | pid: 0x12 2017-10-05 13:45:25 gentauro which is -> http://wiki.vg/Protocol#Close_Window_.28clientbound.29 or http://wiki.vg/Protocol#Craft_Recipe_Request 2017-10-05 13:46:02 gentauro but I was expecting to get -> http://wiki.vg/Protocol#Keep_Alive_.28serverbound.29 so I can send http://wiki.vg/Protocol#Keep_Alive_.28clientbound.29 2017-10-05 13:52:25 gentauro what am I doing wrong? :) 2017-10-05 14:10:38 gentauro It seemed that I had a bug, now I get: 2017-10-05 14:11:01 gentauro 2017-10-05T14:05:41.0543440+02:00 | Received | pid: 0x02 2017-10-05 14:11:01 gentauro 2017-10-05T14:05:41.0603500+02:00 | Received | uuid: dbae9677-b7e2-3ec6-820e-50b8355df89e 2017-10-05 14:11:04 gentauro 2017-10-05T14:05:42.0673900+02:00 | Received | pid: 0x23 2017-10-05 14:11:06 gentauro 2017-10-05T14:05:43.0681250+02:00 | Received | pid: 0x18 2017-10-05 14:11:09 gentauro 2017-10-05T14:05:44.0688640+02:00 | Received | pid: 0x0D 2017-10-05 14:11:11 gentauro 2017-10-05T14:05:45.0695800+02:00 | Received | pid: 0x2C 2017-10-05 14:11:14 gentauro 2017-10-05T14:05:46.0705110+02:00 | Received | pid: 0x3A 2017-10-05 14:11:16 gentauro 2017-10-05T14:05:47.0713730+02:00 | Received | pid: 0x1B 2017-10-05 14:11:19 gentauro 2017-10-05T14:05:48.0723110+02:00 | Received | pid: 0x31 2017-10-05 14:11:21 gentauro 2017-10-05T14:05:49.0731050+02:00 | Received | pid: 0x2E 2017-10-05 14:11:24 gentauro 2017-10-05T14:05:50.0738570+02:00 | Received | pid: 0x2E 2017-10-05 14:11:26 gentauro 2017-10-05T14:05:51.0769270+02:00 | Received | pid: 0x20 2017-10-05 14:11:29 gentauro 2017-10-05T14:05:52.0778100+02:00 | Received | pid: 0x20 2017-10-05 14:11:31 gentauro 2017-10-05T14:05:53.0787440+02:00 | Received | pid: 0x20 2017-10-05 14:11:34 gentauro 2017-10-05T14:05:54.0796750+02:00 | Received | pid: 0x20 2017-10-05 14:11:36 gentauro It keeps repeating 0x20 ... 2017-10-05 14:11:37 gentauro Ups 2017-10-05 14:11:39 gentauro The wiki points to -> http://wiki.vg/Protocol#Chat_Message_.28serverbound.29 2017-10-05 14:11:50 gentauro http://wiki.vg/Protocol#Chunk_Data 2017-10-05 14:11:53 gentauro Chunk data :) 2017-10-05 14:12:46 gentauro My question is it always going to send chunked data until I send a request? 2017-10-05 14:13:01 gentauro (just like a keep-alive thingy?) 2017-10-05 14:13:03 +Dinnerbone Try not to mix up your clientbound/serverbounds. The server cannot be sending you serverbound stuff. 2017-10-05 14:13:41 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2017-10-05 14:13:56 +Dinnerbone And no, it shouldn't. You might have to confirm your position though, or it'll keep asking you to teleport. The only keep-alive is the actual keep-alive. 2017-10-05 14:14:05 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-05 14:15:13 gentauro this one? -> http://wiki.vg/Protocol#Teleport_Confirm 2017-10-05 14:18:00 +Dinnerbone http://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F you might want to check this out 2017-10-05 14:21:28 gentauro Oh, that's just what I was looking for. Thank you very much :) 2017-10-05 14:37:21 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Ping timeout: 248 seconds) 2017-10-05 14:55:08 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2017-10-05 16:22:47 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-10-05 16:23:03 TheIndra Hmm looks like my send alive packet is not working 2017-10-05 16:23:32 TheIndra I send every 10 seconds a packet with packet id 0x1F and a long which is a random value 2017-10-05 16:23:39 TheIndra But i still get timed out 2017-10-05 16:23:56 +Dinnerbone You need to reply to the servers keepalive, not send one yourself 2017-10-05 16:24:51 TheIndra I am the server 2017-10-05 16:25:30 +Dinnerbone Oh. The server itself can't timeout, it just decides the client timesout. 2017-10-05 16:25:45 TheIndra Yeah i mean client timeout sorry 2017-10-05 16:26:38 +Dinnerbone Well if you're the server - how are you deciding that the client timedout? Is it not responding to the keepalive, responding incorrectly, or not sending any packets at all? 2017-10-05 16:26:58 TheIndra That's not the problem 2017-10-05 16:27:07 +Dinnerbone Is the client itself deciding that it timedout? 2017-10-05 16:27:16 TheIndra Yeah 2017-10-05 16:28:17 +Dinnerbone The vanilla client will only decide to timeout if it received no data in 30 seconds. Are you 100% sure you're sending packets? 2017-10-05 16:29:17 TheIndra Yea 2017-10-05 16:29:40 +Dinnerbone When you send keepalive from the server, does the client respond? 2017-10-05 16:29:54 TheIndra Lemme check sec 2017-10-05 16:30:57 TheIndra No it doesn't 2017-10-05 16:31:21 +Dinnerbone It really sounds like the client isn't receiving anything then 2017-10-05 16:31:39 +Dinnerbone You can enable packet logging on the client to see what's happening, there's a page on wiki.vg somewhere 2017-10-05 16:31:46 +Dinnerbone http://wiki.vg/Debugging 2017-10-05 16:31:47 TheIndra Yea i did 2017-10-05 16:32:51 TheIndra [16:31:37] [Netty Client IO #5/DEBUG]: OUT: [LOGIN:0] mm 2017-10-05 16:32:51 TheIndra [16:31:37] [Netty Client IO #5/DEBUG]: IN: [LOGIN:2] mh 2017-10-05 16:32:51 TheIndra [16:31:37] [Netty Client IO #5/DEBUG]: IN: [PLAY:35] jh 2017-10-05 16:32:51 TheIndra [16:31:37] [Netty Client IO #5/DEBUG]: IN: [PLAY:70] kn 2017-10-05 16:32:51 TheIndra [16:31:37] [Netty Client IO #5/DEBUG]: IN: [PLAY:47] jq 2017-10-05 16:32:52 TheIndra [16:31:38] [Netty Client IO #5/DEBUG]: OUT: [PLAY:4] lc 2017-10-05 16:32:52 TheIndra [16:31:38] [Netty Client IO #5/DEBUG]: OUT: [PLAY:9] lh 2017-10-05 16:32:53 TheIndra [16:31:38] [Netty Client IO #5/DEBUG]: OUT: [PLAY:0] ky 2017-10-05 16:32:53 TheIndra [16:31:38] [Netty Client IO #5/DEBUG]: OUT: [PLAY:14] lk$b 2017-10-05 16:33:04 TheIndra Looks like it doesn't receive the play packet 2017-10-05 16:33:08 TheIndra keep alive* 2017-10-05 16:35:40 +Dinnerbone After your keepalive, send a different packet and see if it receives/replies to that? 2017-10-05 16:36:05 +Dinnerbone If it logs the other packet but not your keepalive, you're not sending the keepalive. If it doesn't log either, it's crashed somehow 2017-10-05 16:37:38 TheIndra Hmm looks like it's not receiving that packet too 2017-10-05 16:38:35 +Dinnerbone Most likely you're sending an incomplete packet somehow - saying there's more data than there really is 2017-10-05 16:38:46 +Dinnerbone So the client is waiting for that before it continues processing 2017-10-05 16:40:27 TheIndra Oh i'm stupid 2017-10-05 16:40:38 TheIndra I was sending it to the wrong stream 2017-10-05 16:40:54 TheIndra Now it's working 2017-10-05 16:41:12 TheIndra Could you maybe anwser another question too? 2017-10-05 16:43:13 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-05 16:59:20 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-05 16:59:50 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-05 17:03:07 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-05 17:06:36 pokechu22 What's your other question? 2017-10-05 17:10:24 TheIndra Why is the username only send once? 2017-10-05 17:10:42 TheIndra When i request the motd and then login the username is not send by the client anymore 2017-10-05 17:11:09 TheIndra Then when i restart and server and login without requesting the motd it is send 2017-10-05 17:16:12 pokechu22 The server's supposed to remember the client's username for the entire time they're on the server, if that's what you're asking. 2017-10-05 17:17:13 TheIndra No 2017-10-05 17:17:25 TheIndra Sometimes the username is empty in the login packet 2017-10-05 17:18:59 pokechu22 Huh. And you're sure that it's not requesting the MOTD again? (That the client's state is LOGIN and not STATUS)? 2017-10-05 17:20:01 TheIndra Yea 2017-10-05 17:20:14 TheIndra It only happens when the motd is requested before login 2017-10-05 17:40:45 Not-b032 [Charge] Wallbraker pushed 3 commits to voxel-shaders [+4/-0/±6] https://github.com/VoltLang/Charge/compare/fe0e5d81e363...a13111d06cad 2017-10-05 17:40:46 Not-b032 [Charge] Wallbraker d5c3315 - gfx: Refactor shader compiling code a bit 2017-10-05 17:40:48 Not-b032 [Charge] Wallbraker 0f1466f - gfx: Add new Shader compiler 2017-10-05 17:40:49 Not-b032 [Charge] Wallbraker a13111d - voxel: Shaders WIP 2017-10-05 18:02:02 --> ThunderTNT (uid255904@gateway/web/irccloud.com/x-jvwqegovuizfrvdl) a rejoint #mcdevs 2017-10-05 18:16:45 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 255 seconds) 2017-10-05 18:20:33 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-05 18:20:56 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-05 18:20:56 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-05 18:46:01 Xandaros Just to confirm if I'm understanding this correctly (Chat) - the second is the canonical version of the first when a component is expected and it's not top-level. Also, is the third equivalent to the second or is there some subtle difference? 2017-10-05 18:46:06 Xandaros https://hastebin.com/netowenolu.json 2017-10-05 19:04:56 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-05 19:09:11 Xandaros Ah, the difference between the second and third is how inheritance is handled, of course *head → desk* 2017-10-05 20:48:37 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-05 21:13:38 TheIndra The username isn't send by the client 2017-10-05 21:17:01 TheIndra Someone knows why? 2017-10-05 23:20:13 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-10-05 23:42:53 --> plexigras (~plexigras@gateway/vpn/privateinternetaccess/plexigras) a rejoint #mcdevs 2017-10-05 23:55:07 <-- plexigras (~plexigras@gateway/vpn/privateinternetaccess/plexigras) a quitté #mcdevs ("WeeChat 1.9.1") 2017-10-06 00:12:05 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Read error: Connection reset by peer) 2017-10-06 00:12:53 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-06 00:14:32 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Client Quit) 2017-10-06 00:28:12 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-06 01:16:56 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Quit: No Ping reply in 180 seconds.) 2017-10-06 01:18:02 --> I9hdkill (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2017-10-06 03:23:48 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-06 03:51:52 Not-b032 [Charge] Wallbraker pushed 1 commit to voxel-shaders [+5/-3/±4] https://github.com/VoltLang/Charge/compare/a13111d06cad...f9977b733604 2017-10-06 03:51:54 Not-b032 [Charge] Wallbraker f9977b7 - voxel: Shaders WIP 2017-10-06 04:06:20 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:06:48 <-- Protocol_7 (~Protocol_@togame.ipwnage.com) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:06:48 <-- Tuxel (~tux@84.200.81.170) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:07:08 --> Protocol_7_ (~Protocol_@togame.ipwnage.com) a rejoint #mcdevs 2017-10-06 04:07:20 -- Protocol_7_ est maintenant connu sous le nom Protocol_7 2017-10-06 04:08:36 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Ping timeout: 240 seconds) 2017-10-06 04:08:36 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 240 seconds) 2017-10-06 04:09:14 --> Tuxel (~tux@84.200.81.170) a rejoint #mcdevs 2017-10-06 04:09:45 --> MasterGberry_ (sid92636@gateway/web/irccloud.com/x-klujkmmwukmpfgqq) a rejoint #mcdevs 2017-10-06 04:11:18 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2017-10-06 04:11:18 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2017-10-06 04:11:18 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2017-10-06 04:11:45 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2017-10-06 04:13:11 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-utzqxordgmxwaujx) a quitté (Read error: Connection reset by peer) 2017-10-06 04:13:11 <-- jamierocks (~jamierock@mana.bot.jamiemansfield.me) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:13:11 <-- Voltasalt (~Voltasalt@5.101.100.240) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:13:11 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:13:12 <-- killme (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2017-10-06 04:13:15 -- jamieroc- est maintenant connu sous le nom jamierocks 2017-10-06 04:13:17 --> jamierocks_ (~jamierock@mana.bot.jamiemansfield.me) a rejoint #mcdevs 2017-10-06 04:13:19 -- MasterGberry_ est maintenant connu sous le nom MasterGberry 2017-10-06 04:13:32 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2017-10-06 04:14:01 --> Voltasalt (~Voltasalt@5.101.100.240) a rejoint #mcdevs 2017-10-06 04:15:39 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2017-10-06 04:16:06 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (Ping timeout: 240 seconds) 2017-10-06 04:17:56 --> YukonAppleGeek (~Yukon@sfo01.yukon.io) a rejoint #mcdevs 2017-10-06 04:20:28 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2017-10-06 04:24:15 <-- Redrield (Redrield@when.will.i.stop.getting.kicked.redrield.com) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:24:42 <-- AndrewPH_ (Butts@omega.classicube.net) a quitté (Ping timeout: 246 seconds) 2017-10-06 04:24:49 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2017-10-06 04:24:49 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2017-10-06 04:24:53 --> Redrield (~Redrield@when.will.i.stop.getting.kicked.redrield.com) a rejoint #mcdevs 2017-10-06 04:36:33 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:36:33 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 255 seconds) 2017-10-06 04:37:00 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2017-10-06 04:38:36 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Ping timeout: 240 seconds) 2017-10-06 04:38:53 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2017-10-06 04:39:06 <-- Redrield (~Redrield@when.will.i.stop.getting.kicked.redrield.com) a quitté (Ping timeout: 260 seconds) 2017-10-06 04:41:05 --> laxask (~lax@h-187-69.A328.priv.bahnhof.se) a rejoint #mcdevs 2017-10-06 04:41:05 <-- laxask (~lax@h-187-69.A328.priv.bahnhof.se) a quitté (Changing host) 2017-10-06 04:41:05 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-10-06 04:41:18 --> Redrield (~Redrield@when.will.i.stop.getting.kicked.redrield.com) a rejoint #mcdevs 2017-10-06 06:20:17 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Ping timeout: 276 seconds) 2017-10-06 06:31:21 --> Timelaw (~Timelaw@69.39.240.19) a rejoint #mcdevs 2017-10-06 06:49:46 <-- Timelaw (~Timelaw@69.39.240.19) a quitté (Ping timeout: 260 seconds) 2017-10-06 07:09:10 <-- protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a quitté (Quit: WeeChat 1.7-rc2) 2017-10-06 07:10:31 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-10-06 07:48:19 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 264 seconds) 2017-10-06 07:54:38 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-10-06 09:10:14 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2017-10-06 09:19:12 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-06 09:25:57 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 09:25:57 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 10:09:39 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-06 10:47:21 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 10:56:49 --> Black_Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 10:57:53 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-06 10:59:51 <-- Black-Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-10-06 11:07:15 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 11:10:01 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Client Quit) 2017-10-06 11:16:48 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 12:30:02 gentauro Hi again :) I have been following http://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F and I have reached point 16. where I expect the server to send me a "Player Position And Look" pkg http://wiki.vg/Protocol#Player_Position_And_Look_.28clientbound.29 but I get these instead: 2017-10-06 12:30:16 gentauro 2017-10-06T12:26:20.3956220+02:00 | Sending | handshake 2017-10-06 12:30:16 gentauro 2017-10-06T12:26:20.4169830+02:00 | Sending | login username: BranTheBuilder 2017-10-06 12:30:16 gentauro 2017-10-06T12:26:20.4668220+02:00 | Received | login success pid: 0x02 2017-10-06 12:30:16 gentauro 2017-10-06T12:26:20.4755350+02:00 | Received | login success uuid: dbae9677-b7e2-3ec6-820e-50b8355df89e 2017-10-06 12:30:19 gentauro 2017-10-06T12:26:20.4782350+02:00 | Received | join game pid: 0x23 2017-10-06 12:30:22 gentauro 2017-10-06T12:26:20.4801560+02:00 | Received | plugin message pid: 0x18 2017-10-06 12:30:24 gentauro 2017-10-06T12:26:20.4820820+02:00 | Received | spawn position pid: 0x0D 2017-10-06 12:30:27 gentauro 2017-10-06T12:26:20.4836710+02:00 | Received | player abilities pid: 0x2C 2017-10-06 12:30:29 gentauro 2017-10-06T12:26:20.4856270+02:00 | Sending | client settings 2017-10-06 12:30:32 gentauro 2017-10-06T12:26:21.4990590+02:00 | Received | DEBUG pid: 0x3A 2017-10-06 12:30:34 gentauro 2017-10-06T12:26:22.4998540+02:00 | Received | DEBUG pid: 0x1B 2017-10-06 12:30:37 gentauro 2017-10-06T12:26:23.5015660+02:00 | Received | DEBUG pid: 0x31 2017-10-06 12:30:39 gentauro 2017-10-06T12:26:24.5028540+02:00 | Received | DEBUG pid: 0x2E 2017-10-06 12:30:42 gentauro 2017-10-06T12:26:25.5036610+02:00 | Received | DEBUG pid: 0x2E 2017-10-06 12:30:44 gentauro 2017-10-06T12:26:26.5049520+02:00 | Received | DEBUG pid: 0x20 2017-10-06 12:30:47 gentauro 2017-10-06T12:26:27.5057890+02:00 | Received | DEBUG pid: 0x20 2017-10-06 12:32:09 gentauro 0x3A (Held Item Change), 0x1B (Entity Status), 0x31 (Unlock Recipes), 0x2E (Player List Item) twice and finally 0x20 (Chunk Data) many of these 2017-10-06 12:33:43 tktech Please use gists or pastebins. 2017-10-06 12:34:01 gentauro yesterday it was mentioned that I would need to confirm my position in order for those chunk messages to stop, but if I don't get a 0x2F, how can I confirm? 2017-10-06 12:34:05 gentauro tktech: sorry :( 2017-10-06 12:39:42 +SpaceManiac gentauro: 0x0D has x/y/z, I'll take a guess that you're supposed to set yaw/pitch to 0 2017-10-06 12:51:00 gentauro SpaceManiac: but shouldn't I get a 0x2F pkg so I can send a Teleport Confirm? 2017-10-06 12:51:14 gentauro and I know that 0x0D has that info 2017-10-06 12:51:54 gentauro I'm stil a n00b with MC so I will expect these pkgs to arrive in a sequential stream right? 2017-10-06 13:33:43 gentauro I just noticed that 0x0D is the optional server difficulty pkg as it just a byte (2017-10-06T13:32:32.9354230+02:00 | Received | server difficulty pid: 0x0D) 2017-10-06 13:34:01 gentauro So the server is not sending 12. S→C: Spawn Position :( 2017-10-06 13:34:40 gentauro 0x46 (http://wiki.vg/Protocol#Spawn_Position) ... 2017-10-06 15:03:51 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-06 15:15:32 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 15:28:00 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-06 15:37:50 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-06 15:39:25 Not-b032 [Charge] Wallbraker pushed 1 commit to voxel-shaders [+5/-2/±5] https://github.com/VoltLang/Charge/compare/f9977b733604...bec763d7cf71 2017-10-06 15:39:27 Not-b032 [Charge] Wallbraker bec763d - voxel: Shaders WIP 2017-10-06 17:02:44 --> Timelaw (~Timelaw@69.39.240.19) a rejoint #mcdevs 2017-10-06 17:42:27 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 248 seconds) 2017-10-06 17:45:42 <-- Timelaw (~Timelaw@69.39.240.19) a quitté (Ping timeout: 240 seconds) 2017-10-06 18:16:54 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-10-06 18:17:21 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 18:17:21 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 18:19:39 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 18:20:06 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 18:20:14 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 18:26:09 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-06 19:11:35 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 240 seconds) 2017-10-06 19:13:16 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:13:16 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 19:20:00 --> kev009_ (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:20:01 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2017-10-06 19:20:15 -- Mode #mcdevs [+v kev009_] par ChanServ 2017-10-06 19:23:11 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-06 19:24:19 <-- kev009_ (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 19:24:25 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:24:25 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 19:24:39 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-06 19:26:27 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 19:28:52 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:28:52 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 19:30:33 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-06 19:45:00 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2017-10-06 19:45:27 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:45:27 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 19:47:25 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 19:47:51 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:47:51 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 19:49:46 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 19:51:55 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 19:51:55 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 20:10:25 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-06 20:22:50 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 255 seconds) 2017-10-06 20:25:24 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 20:25:24 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 20:28:54 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Excess Flood) 2017-10-06 20:34:17 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-06 20:34:17 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-06 20:39:01 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 258 seconds) 2017-10-06 23:26:48 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-06 23:34:45 +Amaranth You wouldn't teleport to spawn position anyway, that's for setting where your compass points to 2017-10-06 23:36:14 +Amaranth If I had to guess with no code I'd say you're misreading the plugin message packet 2017-10-07 01:04:05 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-07 02:24:04 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-10-07 02:24:04 -- Mode #mcdevs [+v kev009] par ChanServ 2017-10-07 03:03:22 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-07 04:12:28 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-07 04:14:22 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2017-10-07 04:14:22 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-07 05:12:47 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-07 06:58:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-07 07:00:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-07 07:00:15 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-07 07:06:56 <-- jamierocks (jamierocks@81.4.107.71) a quitté (Ping timeout: 260 seconds) 2017-10-07 07:42:52 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-07 09:22:27 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-07 09:37:09 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Ping timeout: 246 seconds) 2017-10-07 10:07:28 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-10-07 12:24:00 Not-b032 [PyNBT] TkTech pushed 2 commits to master [+0/-0/±2] https://github.com/TkTech/PyNBT/compare/b1599f91493b...de46d740227f 2017-10-07 12:24:02 Not-b032 [PyNBT] AntonBoch1244 207bb56 - Fixed Docstring Need this ``` >>> with open('my_file.nbt', 'rb') as io: ``` But excepted: ``` >>> with open('my_file.nbt', rb') as io: ``` at here https://github.com/TkTech/PyNBT/blob/b1599f91493b237cf1e135b280d73a5038215a96/pynbt/nbt.py#L300 2017-10-07 12:24:03 Not-b032 [PyNBT] TkTech de46d74 - Merge pull request #10 from AntonBoch1244/master Fixed Docstring 2017-10-07 13:09:30 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-07 13:15:31 gentauro Amaranth: I don't know if you are familiar with F# code, but I think it's normally very readable. Here is a gist of my "loginUnauthenticated" function and it's output: https://gist.github.com/gentauro/cd6b4d9559568209b2411865ed92db86 2017-10-07 13:25:37 gentauro The "loginUnauthenticated" is called by the "glue" function and then it calls the recursive "debug" function 2017-10-07 14:34:34 -- Mustek est maintenant connu sous le nom Boostek 2017-10-07 14:36:57 gentauro pokechu22: can you help? (no encryption stuff) :) 2017-10-07 14:57:58 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-07 14:58:03 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-07 15:15:33 --> rand__ (~rand@customer-85-204-136-151.ip4.gigabit.dk) a rejoint #mcdevs 2017-10-07 17:05:17 pokechu22 You probably need to be reading other packets from the stream - if you've received a packet but haven't done anything with it yet, it'll still be on the stream and you won't get to the next packet. (You can just read the length, decide the ID isn't what you want, and skip the data) 2017-10-07 17:28:09 --> Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a rejoint #mcdevs 2017-10-07 18:14:45 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-07 18:16:45 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-07 18:49:17 <-- Timelaw (~Timelaw@2600-6c4e-0c00-388c-a2c5-89ff-fe62-4472.dhcp6.chtrptr.net) a quitté (Quit: WeeChat 1.9.1) 2017-10-07 19:11:16 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-07 19:15:54 gentauro pokechu22: I read the full packet from the stream, but right now, I'm just logging the ID 2017-10-07 19:16:08 gentauro I will make somekind of pattern match in order to handle pkgs later on 2017-10-07 19:16:17 gentauro but yes, I read the full out 2017-10-07 19:17:49 pokechu22 Right, but are you reading all the packets (e.g. chunk data) before the spawn position one? 2017-10-07 19:18:22 gentauro at some point I just get keep getting chuck data 2017-10-07 19:18:51 gentauro like 25 ... 2017-10-07 19:19:00 gentauro og more, I normally just CTRL+C 2017-10-07 19:19:06 gentauro because I think the client is broken :\ 2017-10-07 19:19:40 pokechu22 It needs to send a chunk data packet for each loaded chunk (of which for render distance 10, there's several hundred). So that might be normal. 2017-10-07 19:19:51 pokechu22 Try setting the view distance to something small (say, 3) in server.properties 2017-10-07 19:21:54 pokechu22 I'm going to go have breakfast - I'll be back in ~15 mnutes 2017-10-07 19:21:57 pokechu22 *minutes 2017-10-07 19:22:46 gentauro sure, no probs 2017-10-07 19:23:08 gentauro btw where are you in the world? (I'm in Denmark, just besides Sweden) :) 2017-10-07 19:23:29 gentauro and you were right -> 2017-10-07T19:22:31.4197240+02:00 | Received | DEBUG pid: 0x20 2017-10-07 19:23:32 gentauro 2017-10-07T19:22:32.4205550+02:00 | Received | DEBUG pid: 0x3C 2017-10-07 19:23:41 gentauro thx (once again) 2017-10-07 19:43:51 pokechu22 I'm on the west coast of the US (PST) 2017-10-07 19:51:43 gentauro I set the value to it's minimum (view-distance = 2) as the terminal client doesn't really need vision right? (https://minecraft.gamepedia.com/Server.properties#Minecraft_server_properties) 2017-10-07 19:52:39 gentauro and now every 25 seconds I get the keep alive pkg which I send back instantly :) 2017-10-07 19:52:39 gentauro 2017-10-07T19:51:09.1248660+02:00 | Received | keep alive: 157688888 2017-10-07 19:52:40 gentauro 2017-10-07T19:51:09.1251860+02:00 | Sending | kept alive: 157688888 2017-10-07 19:52:40 gentauro 2017-10-07T19:51:24.1240420+02:00 | Received | keep alive: 157703888 2017-10-07 19:52:40 gentauro 2017-10-07T19:51:24.1243350+02:00 | Sending | kept alive: 157703888 2017-10-07 19:52:52 gentauro So it looks like there is a stable connection now :) 2017-10-07 19:53:14 pokechu22 Yeah, it doesn't really need to see. Of course, for actual servers you don't have control over the view-distance :P 2017-10-07 19:55:31 gentauro true that 2017-10-07 19:55:46 gentauro but for that I will have to implement encryption + compression which will take me some time 2017-10-07 19:56:28 pokechu22 Yeah 2017-10-07 19:56:28 gentauro but my talk is in less than a month, so I will keep it to local servers ;) http://www.oredev.org/2017/sessions/how-do-we-make-code-fun-and-more-intuitive 2017-10-07 19:56:40 pokechu22 I'm guessing if you don't log chunk data packets you'll be able to process them a lot faster 2017-10-07 19:57:05 gentauro yeah, with the F# async (I disabled my Async.Sleep) and it's really fast 2017-10-07 20:13:05 gentauro pokechu22: If I'm only going to use the this pkg to send "raw" chat msgs http://wiki.vg/Protocol#Chat_Message_.28serverbound.29 2017-10-07 20:13:22 gentauro do I really need to implement all this -> http://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F 2017-10-07 20:13:45 gentauro can I just stop at step 8. S→C: Login Success http://wiki.vg/Protocol#Login ? 2017-10-07 20:15:29 pokechu22 You should still send the client brand and client settings (client settings because you want to specify Locale (which is only used for custom servers, but still recommended), Chat Mode, and Chat Colors) 2017-10-07 20:16:01 pokechu22 I don't think you'll need to handle the teleport packet or do anything with client status (in fact I'm not actually sure what that client status is there fore) 2017-10-07 20:16:03 pokechu22 *for 2017-10-07 20:20:35 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds) 2017-10-07 20:22:49 gentauro Roger that 2017-10-07 20:28:21 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-10-07 20:53:12 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-07 21:01:23 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-10-07 21:20:21 gentauro pokechu22: https://imgur.com/a/wrxlf IT"S ALIVE !!! 2017-10-07 21:20:28 gentauro or at least it speaks with me :) 2017-10-07 21:20:35 pokechu22 gg 2017-10-07 21:21:08 pokechu22 Also I'm surprised that the server is accepting a name with `#` and ` ` in it - but, it's offline mode, so I guess anything goes :P 2017-10-07 21:21:21 gentauro Yeah, but not if it's to long 2017-10-07 21:21:26 gentauro It's kick really fast :D 2017-10-07 21:22:01 gentauro Now I will stabilize the client and I have a few weeks for the kids to give it a try ;) 2017-10-07 21:22:45 gentauro but I think for today I'm good to go and do something else. Once again thx for the help ;) 2017-10-07 21:23:03 pokechu22 Any time :) 2017-10-07 21:23:14 pokechu22 (well, any time I'm awake :P) 2017-10-07 21:32:44 gentauro I will try to time it, like I said I'm Mojang Time (Denmark/Sweden) ;) 2017-10-07 22:14:43 Not-b032 [Charge] Wallbraker pushed 2 commits to voxel-shaders [+6/-2/±7] https://github.com/VoltLang/Charge/compare/bec763d7cf71...a5c3592ad0ee 2017-10-07 22:14:44 Not-b032 [Charge] Wallbraker 0981a4a - gfx: Add super hacking support for including shader files 2017-10-07 22:14:46 Not-b032 [Charge] Wallbraker a5c3592 - voxel: Shaders WIP 2017-10-07 22:24:59 chibill hm going to continue my endever to write a python based server. XP 2017-10-07 22:30:00 Not-b032 [Charge] Wallbraker pushed 1 commit to openhmd-demo [+6/-0/±1] https://github.com/VoltLang/Charge/compare/ce80499c4dba...7c4e96e2f4da 2017-10-07 22:30:02 Not-b032 [Charge] Wallbraker 7c4e96e - ohmd: Add VR demo 2017-10-07 23:11:59 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-07 23:12:26 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-10-07 23:37:37 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 00:05:10 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 00:08:48 Not-b032 [Charge] Wallbraker pushed 4 commits to master [+11/-3/±10] https://github.com/VoltLang/Charge/compare/35d7eb5cf530...26d1fca123f2 2017-10-08 00:08:50 Not-b032 [Charge] Wallbraker 26d1fca - voxel: Massivly rewrite and refactor pipeline code 2017-10-08 00:09:09 Not-b032 [Charge] Wallbraker deleted branch voxel-shaders 2017-10-08 00:12:35 Not-b032 [Charge] Wallbraker pushed 1 commit to master [+10/-3/±6] https://github.com/VoltLang/Charge/compare/26d1fca123f2...9b2e0aa1dce8 2017-10-08 00:12:36 Not-b032 [Charge] Wallbraker 9b2e0aa - voxel: Massivly rewrite and refactor pipeline code 2017-10-08 00:16:47 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 00:20:24 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 00:31:13 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 00:33:46 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 00:39:14 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 00:43:38 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 00:47:09 <-- enko (~enko@unaffiliated/enko) a quitté (Client Quit) 2017-10-08 00:52:06 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 00:54:40 <-- enko (~enko@unaffiliated/enko) a quitté (Client Quit) 2017-10-08 00:55:10 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 01:20:09 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 02:23:01 <-- rand__ (~rand@customer-85-204-136-151.ip4.gigabit.dk) a quitté (Quit: leaving) 2017-10-08 03:16:38 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-08 04:37:01 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-08 04:48:05 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-08 06:58:21 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-08 06:59:42 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-08 06:59:42 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-08 09:50:46 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-08 10:50:26 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 255 seconds) 2017-10-08 12:53:47 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-08 13:01:41 bramhaag I have a question, on wiki.vg the handshake packet contains 4 fields, protocol version, host address, port and next state, but when receiving the packet I get 5 fields, the 4 from wiki.vg and the player's username (https://owo.whats-th.is/fb36b6.png). I've tried on Minecraft 1.10 and 1.12.2, is this normal? 2017-10-08 13:03:07 Not-b032 [Charge] Wallbraker pushed 3 commits to master [+0/-0/±11] https://github.com/VoltLang/Charge/compare/9b2e0aa1dce8...d973c9491f54 2017-10-08 13:03:08 Not-b032 [Charge] Wallbraker 2dc7e49 - power: Add split voxel scenes into compare and scene 2017-10-08 13:03:10 Not-b032 [Charge] Wallbraker 44db6fc - voxel: Put numLevels on the entities instead 2017-10-08 13:03:11 Not-b032 [Charge] Wallbraker d973c94 - voxel: WIP per entity position and rotation 2017-10-08 14:35:48 electroniccat bramhaag are you sure that you're not getting another packet on that? 2017-10-08 14:36:15 bramhaag Yeah it could actually be the login packet couldn't it? 2017-10-08 14:36:26 electroniccat I was thinking that it looks like LoginSuccess 2017-10-08 14:36:38 bramhaag looks more like a LoginStart to me since it only has the username 2017-10-08 14:37:08 * electroniccat wasn't looking at the wrong section 2017-10-08 14:37:10 electroniccat but yea 2017-10-08 15:02:43 tktech In general, except when a release just came out, the answer will always be "you're reading it wrong" 2017-10-08 15:02:54 tktech The wiki is pretty accurate. 2017-10-08 18:27:33 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-08 18:55:07 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-10-08 22:03:04 Not-b032 [Charge] Wallbraker pushed 2 commits to master [+0/-0/±6] https://github.com/VoltLang/Charge/compare/d973c9491f54...eafa9b5081d8 2017-10-08 22:03:06 Not-b032 [Charge] Wallbraker 4f75bd0 - voxel: More improvements to multi entity rendering 2017-10-08 22:03:07 Not-b032 [Charge] Wallbraker eafa9b5 - gfx: Fix path replacement on windows 2017-10-08 23:50:42 <-- m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a quitté (Ping timeout: 240 seconds) 2017-10-09 01:07:33 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2017-10-09 02:00:33 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Ping timeout: 246 seconds) 2017-10-09 02:02:07 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-10-09 02:19:41 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 255 seconds) 2017-10-09 02:50:23 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-09 03:26:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-09 05:47:57 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-10-09 06:05:26 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-09 06:05:54 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2017-10-09 06:44:44 --> laxask (~lax@h-187-69.A328.priv.bahnhof.se) a rejoint #mcdevs 2017-10-09 06:44:44 <-- laxask (~lax@h-187-69.A328.priv.bahnhof.se) a quitté (Changing host) 2017-10-09 06:44:44 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-10-09 06:51:30 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 255 seconds) 2017-10-09 08:52:51 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 248 seconds) 2017-10-09 09:06:22 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-10-09 09:37:07 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-09 11:43:53 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-09 11:44:17 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Client Quit) 2017-10-09 11:45:33 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-09 14:32:03 --> Black-Hole (~BlackHole@p2003007E4F343800CCFACC3417841CBC.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-09 14:34:54 <-- Black_Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-10-09 14:35:24 --> Black_Hole (~BlackHole@p2003007E4F34B900CCFACC3417841CBC.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-09 14:38:03 <-- Black-Hole (~BlackHole@p2003007E4F343800CCFACC3417841CBC.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-10-09 14:41:27 <-- Black_Hole (~BlackHole@p2003007E4F34B900CCFACC3417841CBC.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-10-09 15:10:50 --> Black-Hole (~BlackHole@p2003007E4F351700CCFACC3417841CBC.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-09 15:29:22 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-09 19:28:35 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-09 19:33:28 --> bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-09 19:35:27 <-- bildramer1 (~bildramer@p200300ED83CA380029715DDB40175E3F.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-10-09 21:26:35 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2017-10-09 21:32:04 --> protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a rejoint #mcdevs 2017-10-09 21:47:47 Aikar Dinnerbone any update on the command framework stuff supporting server provided values on tab press (re our discussion on not breaking everything implementing tab completion already)? 2017-10-09 21:48:11 +Dinnerbone No update to give, it's not something I'm at yet (was away for a long time & other business came up) 2017-10-09 21:49:18 Aikar are you least intending to get it done before release? That's all I'm really looking for 2017-10-09 21:49:41 Aikar long as its possible in some form, we can do the dirty work to bind old API to that and then provide new API For the better form 2017-10-09 21:50:30 +Dinnerbone It's something I want to try to do, yes. 2017-10-09 21:52:11 Aikar im open to help with design ideas / feedback on feasibility to work with it, if you need :) just shoot me a PM 2017-10-09 21:52:23 Aikar whenever you get to it 2017-10-09 22:23:39 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-09 22:38:01 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 258 seconds) 2017-10-10 00:35:21 --> TheNet (~TheNet@38.105.193.98) a rejoint #mcdevs 2017-10-10 00:41:17 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2017-10-10 02:14:40 <-- TheNet (~TheNet@38.105.193.98) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-10 02:36:12 Not-b032 [PyNBT] TkTech pushed 3 commits to master [+0/-0/±3] https://github.com/TkTech/PyNBT/compare/de46d740227f...17143baff80e 2017-10-10 02:36:14 Not-b032 [PyNBT] AntonBoch1244 62a6507 - Fixed List with EndTags 2017-10-10 02:36:15 Not-b032 [PyNBT] AntonBoch1244 a4e81bb - Fixed PEP8. 2017-10-10 02:36:17 Not-b032 [PyNBT] TkTech 17143ba - Merge pull request #11 from AntonBoch1244/master Fixed List with EndTags 2017-10-10 02:53:13 <-- enko (~enko@unaffiliated/enko) a quitté (Read error: Connection reset by peer) 2017-10-10 02:55:06 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-10 03:26:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-10 03:32:00 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-10 03:40:47 <-- Grum (~grum@irc.grum.nl) a quitté (Quit: ZNC - http://znc.in) 2017-10-10 04:11:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-10 04:14:39 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-10 04:14:39 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-10 04:26:56 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-10 04:30:18 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 258 seconds) 2017-10-10 04:30:18 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-10 06:11:59 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-10 06:13:27 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-10 06:16:32 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-10 06:16:32 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-10 06:20:22 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-10 06:52:32 --> Clonick (~ClnckMX@187-163-117-197.static.axtel.net) a rejoint #mcdevs 2017-10-10 07:06:55 Clonick anyone knows a grow trending of blog topic or business model able to get money were traveling? actually working to see example 2017-10-10 07:43:58 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: My iMac has gone to sleep. ZZZzzz…) 2017-10-10 07:44:37 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-10 07:49:03 <-- enko (~enko@unaffiliated/enko) a quitté (Ping timeout: 246 seconds) 2017-10-10 08:11:46 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2017-10-10 08:11:46 -- Mode #mcdevs [+v Grum] par ChanServ 2017-10-10 08:30:15 <-- |Blaze| (~scott@184.70.189.74) a quitté (Ping timeout: 240 seconds) 2017-10-10 09:39:27 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2017-10-10 10:40:38 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-10 11:23:13 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-10 12:19:11 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Ping timeout: 260 seconds) 2017-10-10 12:21:19 --> octobyte (~octobyte@137.74.207.171) a rejoint #mcdevs 2017-10-10 12:30:14 <-- octobyte (~octobyte@137.74.207.171) a quitté (Ping timeout: 258 seconds) 2017-10-10 12:34:51 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-10 12:39:31 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Ping timeout: 248 seconds) 2017-10-10 12:39:47 --> octobyte (~octobyte@137.74.207.171) a rejoint #mcdevs 2017-10-10 12:50:21 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-10 13:00:22 <-- octobyte (~octobyte@137.74.207.171) a quitté (Ping timeout: 240 seconds) 2017-10-10 13:05:18 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-10 13:45:21 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Ping timeout: 246 seconds) 2017-10-10 13:45:55 --> octobyte (~octobyte@137.74.207.171) a rejoint #mcdevs 2017-10-10 15:27:23 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-10-10 15:54:49 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-10-10 16:15:43 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 255 seconds) 2017-10-10 16:20:25 --> NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-10-10 17:04:30 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-10-10 17:39:22 <-- Clonick (~ClnckMX@187-163-117-197.static.axtel.net) a quitté #mcdevs ("Leaving") 2017-10-10 18:34:51 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 255 seconds) 2017-10-10 18:39:55 --> Dadido3 (~quassel@p2003007A8B3B3800C92C4BF4398B22B5.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-10 18:42:52 <-- Dadido3_ (~quassel@p2003007A8B3B3800C92C4BF4398B22B5.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-10-10 18:59:00 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-10 20:20:23 <-- octobyte (~octobyte@137.74.207.171) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-10 21:12:35 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-10 21:28:52 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-10 23:35:14 <-- Black-Hole (~BlackHole@p2003007E4F351700CCFACC3417841CBC.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2017-10-11 00:07:42 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 240 seconds) 2017-10-11 00:10:41 --> NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-10-11 00:31:04 --> erai (~erai@ip68-230-195-26.rd.hr.cox.net) a rejoint #mcdevs 2017-10-11 02:08:52 --> Black-Hole (~BlackHole@p2003007E4F351700C5B1A25A8B886983.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-11 03:29:01 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-11 04:03:12 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 246 seconds) 2017-10-11 04:03:55 --> NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-10-11 04:09:57 <-- erai (~erai@ip68-230-195-26.rd.hr.cox.net) a quitté (Quit: leaving) 2017-10-11 04:16:02 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Remote host closed the connection) 2017-10-11 04:21:39 <-- gabizou (~gabizou@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com) a quitté (Ping timeout: 240 seconds) 2017-10-11 04:24:25 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2017-10-11 04:30:37 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2017-10-11 04:43:02 <-- aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a quitté (Ping timeout: 246 seconds) 2017-10-11 04:46:52 --> aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a rejoint #mcdevs 2017-10-11 04:52:32 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-11 04:55:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-10-11 04:55:15 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-11 06:40:25 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-11 06:42:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2017-10-11 06:42:52 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-11 09:55:18 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-11 10:26:28 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-11 10:31:52 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-11 10:35:21 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-11 12:14:42 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-11 12:16:55 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Quit: R.I.P) 2017-10-11 12:21:53 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2017-10-11 12:30:22 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2017-10-11 12:34:33 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2017-10-11 13:49:19 --> itsme_ (~textual@x4d04f162.dyn.telefonica.de) a rejoint #mcdevs 2017-10-11 14:10:46 <-- itsme_ (~textual@x4d04f162.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-10-11 15:26:30 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-11 15:58:52 <-- Cranite (~Cranite@31.205.221.154) a quitté (Read error: Connection reset by peer) 2017-10-11 15:59:26 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-11 17:44:34 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-11 17:49:54 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2017-10-11 17:50:07 <-- electroniccat (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 258 seconds) 2017-10-11 18:37:34 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-10-11 20:02:14 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-11 20:22:02 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-11 20:24:02 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2017-10-11 20:24:02 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-11 20:33:13 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-11 20:43:54 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-10-12 00:36:38 Not-b032 [Charge] Wallbraker pushed 2 commits to master [+0/-0/±2] https://github.com/VoltLang/Charge/compare/eafa9b5081d8...ae16554b7714 2017-10-12 00:36:39 Not-b032 [Charge] Wallbraker 7208da4 - voxel: New pipeline does not depend on ARB_shader_ballot 2017-10-12 00:36:41 Not-b032 [Charge] Wallbraker ae16554 - power: Rework error string checking in svo 2017-10-12 02:27:57 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-10-12 03:32:48 <-- GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2017-10-12 06:09:40 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 248 seconds) 2017-10-12 06:28:17 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 06:30:48 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 255 seconds) 2017-10-12 06:30:48 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-12 06:30:52 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-12 07:00:13 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 07:02:18 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 255 seconds) 2017-10-12 07:02:18 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-10-12 07:04:42 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-12 07:05:23 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 08:40:00 <-- enko (~enko@unaffiliated/enko) a quitté (K-Lined) 2017-10-12 08:42:43 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-10-12 08:43:30 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 08:54:08 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2017-10-12 08:55:28 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 09:47:13 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-10-12 11:01:14 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-12 11:17:02 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-10-12 11:29:59 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-12 12:05:35 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-12 12:24:19 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-10-12 12:25:51 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-10-12 12:26:09 --> Cranite (~Cranite@31.205.221.154) a rejoint #mcdevs 2017-10-12 12:31:52 <-- Cranite (~Cranite@31.205.221.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-10-12 14:22:11 <-- jamierocks_ (~jamierock@mana.bot.jamiemansfield.me) a quitté (Ping timeout: 246 seconds) 2017-10-12 14:23:12 --> jamierocks (~jamierock@mana.bot.jamiemansfield.me) a rejoint #mcdevs 2017-10-12 14:48:08 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2017-10-12 14:48:29 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-10-12 14:54:22 <-- bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-10-12 14:55:13 --> bildramer (~bildramer@p200300ED83CA3800BD3313F9C642B61F.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-10-12 15:16:15 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds)