2016-04-04 17:43:46 pokechu22 They're big endian, not little endian longs, right? 2016-04-04 17:43:57 Gjum they're java endian, whatever that was :D 2016-04-04 17:51:02 pokechu22 Reversing it didn't do _anything_.... hm. I think that maybe the blocks I'm seeing aren't from the chunk data packet. 2016-04-04 17:54:48 pokechu22 Hm, all of those are getting sent via the SendBlockChanges packet... odd. 2016-04-04 17:55:13 pokechu22 So whatever I'm doing is causing the client to just ignore the chunks. 2016-04-04 18:02:15 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-04-04 18:03:07 Gjum pokechu22: you could try sending some easy stuff you know should work, and see if the error is somewhere outside that function 2016-04-04 18:03:40 Gjum like, a palette of air and stone, 1bit per block, and a checkerboard pattern 0b01010101 etc 2016-04-04 18:40:38 pokechu22 Hm. It took a while to write, but I didn't get any stone doing that. 2016-04-04 18:40:56 pokechu22 But biomes seem to work. 2016-04-04 18:42:38 pokechu22 So, something definitely is broken. 2016-04-04 19:01:29 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-04 19:03:04 Gjum pokechu22: got the new code for me to glance at? 2016-04-04 19:03:32 pokechu22 Well, I reverted the stone-test code, but I did do something. 2016-04-04 19:04:16 pokechu22 But the world doesn't want to render, so give me a minute or so. 2016-04-04 19:07:20 pokechu22 I don't think the docs are right about how you make chunks use the global palette. 2016-04-04 19:07:44 javaprophet Gjum, hop on XMPP/ 2016-04-04 19:09:07 pokechu22 The good news is, I've got blocks now... 2016-04-04 19:09:20 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (Quit: Leaving) 2016-04-04 19:09:54 pokechu22 http://imgur.com/a/sMBxA 2016-04-04 19:10:22 Gjum lol, hi blocks! :D 2016-04-04 19:11:34 pokechu22 It seems like a few of the columns are correct, but the majority of them aren't. 2016-04-04 19:11:37 Gjum interesting patterns, 2, 3, 4 blocks stacked on each other 2016-04-04 19:13:17 Gjum I'm pretty sure your encoding is still wrong, can you gist it again? 2016-04-04 19:13:51 pokechu22 I've edited my original gist - https://gist.github.com/Pokechu22/2e32679664f9f99afea6e5b2507da5f9 2016-04-04 19:13:51 Gjum I had very similar results before noticint the longs were bit endian 2016-04-04 19:13:54 Gjum *big 2016-04-04 19:14:06 pokechu22 Here's the change I made: https://gist.github.com/Pokechu22/2e32679664f9f99afea6e5b2507da5f9/revisions 2016-04-04 19:14:33 pokechu22 I still sent a palette length of 0, but no palette, and said 13 bits per block. And then I got that, which seems way better. 2016-04-04 19:19:26 Gjum pokechu22: yeah the wiki.vg article is most definitely wrong, it always reads a palette size, even for global palette, which just ignores it 2016-04-04 19:20:40 Gjum and setting bits to > 8 always makes it use the global palette, and instantly recalculates the bits... 2016-04-04 19:22:39 Gjum pokechu22: can you try setting bits to 9 but sending 13bit entries? 2016-04-04 19:27:53 pokechu22 Trying that right now. 2016-04-04 19:31:11 pokechu22 That made it worse, I think. 2016-04-04 19:32:42 rom1504 that chunk format sounds more and more like dark magic to me :p 2016-04-04 19:32:54 barneygale_ nice minecraft art pokechu22 :) 2016-04-04 19:33:18 barneygale_ looks like a fun survival map 2016-04-04 19:33:40 Gjum the perfect parcour experience! 2016-04-04 19:33:58 pokechu22 barneygale_: You should see some of the stuff I got way back when I was having some graphics card issues :P 2016-04-04 19:34:54 Gjum pokechu22: if you got mcp, look in BlockStateContainer, esp setBitsPerBlock 2016-04-04 19:35:32 pokechu22 I've got out of date MCP mapings; probably I should re-run MCP since right now everything in BlockStateContainer is just func_blablabla. 2016-04-04 19:36:15 Gjum I renamed tons of stuff in there locally, no idea if there's a fast way to get the renamings from a git diff to mcp though 2016-04-04 19:41:26 pokechu22 I have to go; I'll look into this more later. 2016-04-04 19:41:37 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-04 19:44:19 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Ping timeout: 260 seconds) 2016-04-04 19:45:09 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-04 20:00:15 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 248 seconds) 2016-04-04 21:03:49 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-04 22:19:37 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-04 22:21:14 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Ping timeout: 260 seconds) 2016-04-04 23:14:20 <-- Brandon15811 (~brandon15@ip98-181-1-94.br.br.cox.net) a quitté (Ping timeout: 250 seconds) 2016-04-04 23:14:20 -- Brandon15811___ est maintenant connu sous le nom Brandon15811 2016-04-04 23:15:20 --> TobiX_ (tobias@zoidberg.org) a rejoint #mcdevs 2016-04-04 23:16:18 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 244 seconds) 2016-04-04 23:22:00 +Thinkofname I should add steven's commits to here at some point, its making progress again 2016-04-04 23:26:27 +Thinkofname there done, I think 2016-04-04 23:28:35 +Thinkofname demo if you are interested http://gfycat.com/ThoughtfulNeglectedFieldspaniel 2016-04-04 23:29:59 redstonehelper damn, those chunks render fast 2016-04-04 23:32:44 +Thinkofname rust is pretty fast (at least compared to when it was in Go) 2016-04-04 23:33:37 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-04 23:46:59 -- TobiX_ est maintenant connu sous le nom TobiX 2016-04-05 00:01:14 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-05 00:08:26 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVufA 2016-04-05 00:08:27 Not-237d [steven-rust] Thinkofname 830f1e5 - Support legacy color codes on signs 2016-04-05 00:16:41 <-- kashike (kashike@unaffiliated/kashike) a quitté (Quit: WeeChat 1.5-dev) 2016-04-05 00:17:35 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2016-04-05 00:20:01 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-nspknvbpabncnuwa) a quitté (Quit: Connection closed for inactivity) 2016-04-05 00:32:57 --> progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a rejoint #mcdevs 2016-04-05 00:41:45 <-- progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-04-05 00:42:29 --> Akaibu (uid118096@gateway/web/irccloud.com/x-neevjdsyynubgtpx) a rejoint #mcdevs 2016-04-05 00:51:35 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVumD 2016-04-05 00:51:36 Not-237d [steven-rust] Thinkofname ddaf778 - Allow documentation on packets to be actually be considered documentation by rustdoc 2016-04-05 00:59:32 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVu3T 2016-04-05 00:59:34 Not-237d [steven-rust] Thinkofname c2bd5e1 - Fix the formatting of StatusResponse's example 2016-04-05 01:08:58 Aikar Thinkofname, wasnt steven in go? 2016-04-05 01:09:04 Aikar did you start over? 2016-04-05 01:09:07 +Thinkofname yep 2016-04-05 01:09:13 Aikar lol why 2016-04-05 01:09:17 +Thinkofname I get bored easily 2016-04-05 01:10:14 +Thinkofname Rust has been somewhat fun, compile times bug me though 2016-04-05 01:11:11 +Thinkofname The poor CI set up for windows builds compiles debug/release builds for 32 and 64 bit, takes about an hour for all 4 builds to complete 2016-04-05 01:12:51 javaprophet Glad to see you working on a client. :) 2016-04-05 01:13:53 +Thinkofname :) 2016-04-05 01:14:09 javaprophet Dang, looking better than mine already. :D 2016-04-05 01:14:29 +Thinkofname I cheated and used the Go version as a base 2016-04-05 01:32:58 --> progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a rejoint #mcdevs 2016-04-05 01:35:57 <-- progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a quitté (Client Quit) 2016-04-05 02:10:47 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-05 02:20:34 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-05 02:21:02 --> progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a rejoint #mcdevs 2016-04-05 02:32:02 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-04-05 02:35:26 __0x277F Alright, got a question: Why on earth does this exist? http://paste.md-5.net/lufuvorije.coffee 2016-04-05 02:35:32 __0x277F By that, I mean the StringBuilder on line 2 2016-04-05 02:36:02 __0x277F It looks like debug code to me. :P 2016-04-05 02:40:14 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 246 seconds) 2016-04-05 02:55:00 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-05 02:57:53 <-- SinZ (~SinZ@CPE-120-144-17-19.lnse5.win.bigpond.net.au) a quitté (Ping timeout: 244 seconds) 2016-04-05 02:59:41 --> SinZ (~SinZ@CPE-58-164-103-75.lnse4.win.bigpond.net.au) a rejoint #mcdevs 2016-04-05 02:59:41 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-05 03:11:31 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: So long!) 2016-04-05 03:44:39 +XorBoole __0x277F where'd you yank that from? 2016-04-05 03:45:20 Not-ea7e [wiki] Edit by Pokechu22 to SMP Map Format -> http://tinyurl.com/jqdfmvv 2016-04-05 03:47:33 __0x277F XorBoole, that's in what we call RegistryID 2016-04-05 03:48:14 __0x277F Not sure if it's just the decompiler being shitty as the whole thing is full of other dubious things like that. 2016-04-05 03:49:00 +XorBoole __0x277F by "we" you mean spigot mappings, right? 2016-04-05 03:49:05 __0x277F Yeah 2016-04-05 03:49:08 +XorBoole tbh... I'm not sure 2016-04-05 03:49:22 +XorBoole I would guess it's fernflower getting confused about string addition 2016-04-05 03:50:00 pokechu22 To be fair, that's how java actually implements string addition. 2016-04-05 03:50:49 +XorBoole my guess is proguard or something else did an optimization that broke the addition idiom in the bytecode 2016-04-05 03:50:50 pokechu22 That's why you're supposed to use a single StringBuilder or StringBuffer if you're adding Strings in a loop - otherwise it'll just create a bunch of single-use StringBuffers. 2016-04-05 03:51:49 __0x277F MCP's fernflower has it the same way, and (iirc) they use forge's fork. 2016-04-05 03:53:30 +XorBoole pokechu22 it's kind of a shame javac doesn't optimize it away in "simple" cases 2016-04-05 03:53:42 +XorBoole though java's string utils are absolute shit anyways 2016-04-05 03:53:48 +XorBoole "how to map string" 2016-04-05 03:55:30 __0x277F There's also that final Object field assigned to null, then used in place of null all over that class. 2016-04-05 03:55:41 __0x277F I'm wondering what possibly could've broke the decompiler in such a terrible way. 2016-04-05 05:01:35 -- edk est maintenant connu sous le nom qi 2016-04-05 05:13:45 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (Ping timeout: 248 seconds) 2016-04-05 05:21:25 --> KHobbits (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-05 05:29:59 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (Ping timeout: 246 seconds) 2016-04-05 05:32:40 --> KHobbits (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-05 05:35:24 <-- Owexz (~Owexz@owexz.net) a quitté (Quit: So long and thanks for all the fish!) 2016-04-05 05:35:46 --> Owexz (~Owexz@owexz.net) a rejoint #mcdevs 2016-04-05 05:41:08 Not-ea7e [wiki] Edit by Pokechu22 to Utility List -> http://tinyurl.com/jv8sco3 2016-04-05 05:52:22 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-05 05:52:22 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-05 06:01:45 pokechu22 Gjum: I've made some changes and it seems to be _closer_. https://gist.github.com/Pokechu22/b59a08f9ac417f1fe6a2fb07c3661db3 / http://imgur.com/puTlm2J 2016-04-05 06:07:24 <-- Owexz (~Owexz@owexz.net) a quitté (Quit: So long and thanks for all the fish!) 2016-04-05 06:13:32 --> redstonehelper_ (~redstoneh@p4FCCE9F5.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-05 06:13:32 <-- redstonehelper_ (~redstoneh@p4FCCE9F5.dip0.t-ipconnect.de) a quitté (Changing host) 2016-04-05 06:13:32 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-05 06:15:37 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2016-04-05 06:15:37 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-05 06:41:45 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 240 seconds) 2016-04-05 06:44:35 --> Owexz (~Owexz@owexz.net) a rejoint #mcdevs 2016-04-05 06:45:06 <-- progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-04-05 07:00:01 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-neevjdsyynubgtpx) a quitté (Quit: Connection closed for inactivity) 2016-04-05 08:39:34 pokechu22 I did it. It's working. Not too happy with the solution, but it'll work. 2016-04-05 08:44:49 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-05 08:56:41 <-- benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 248 seconds) 2016-04-05 08:57:29 <-- benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-04-05 09:00:28 --> benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-05 09:02:08 --> benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-05 09:39:48 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-05 09:47:27 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Remote host closed the connection) 2016-04-05 09:48:07 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-05 09:48:18 <-- |Blaze| (~scott@184.70.189.74) a quitté (Ping timeout: 250 seconds) 2016-04-05 09:51:15 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2016-04-05 10:37:22 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-05 10:37:22 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-05 11:10:48 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVzBP 2016-04-05 11:10:49 Not-237d [steven-rust] drXor 2ce2155 - Add more splash texts 2016-04-05 11:54:48 --> Jailout20001 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-04-05 11:57:50 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 244 seconds) 2016-04-05 12:05:29 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 248 seconds) 2016-04-05 12:10:55 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-05 12:16:45 --> PEMapModder (~PEMapModd@014199243132.ctinets.com) a rejoint #mcdevs 2016-04-05 12:17:48 -- Jailout20001 est maintenant connu sous le nom Jailout2000 2016-04-05 12:22:40 -- barneygale_ est maintenant connu sous le nom barneygale 2016-04-05 13:29:41 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-05 13:44:20 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVzbD 2016-04-05 13:44:22 Not-237d [steven-rust] Thinkofname 715b0cb - Use drawable_size instead of size for rendering 2016-04-05 13:55:05 --> Akaibu (uid118096@gateway/web/irccloud.com/x-sbqcyowotfbdrqgm) a rejoint #mcdevs 2016-04-05 14:51:23 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-05 15:17:04 --> laxask_ (~lax@c213-89-112-5.bredband.comhem.se) a rejoint #mcdevs 2016-04-05 15:20:13 --> retxabm (~mbax@kitten.institute) a rejoint #mcdevs 2016-04-05 15:21:58 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (*.net *.split) 2016-04-05 15:21:58 <-- vemacs (~vemacs@192.3.17.176) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- laxask (~lax@unaffiliated/laxask) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- yawkat (~yawkat@cats.coffee) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- ammar2 (admin@ec2-52-4-212-228.compute-1.amazonaws.com) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- mbaxter (~mbax@mcblockit/staff/mbaxter) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- AndrewPH (Butts@omega.classicube.net) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- n3rd (n3rd@Hoth.Shadow-Dev.org) a quitté (*.net *.split) 2016-04-05 15:21:59 <-- dranghek (~darngeek@bouncer.pocketmine.net) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- |Blaze| (~scott@184.70.189.74) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- mooman219 (~root@45.55.73.103) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- mfj|3 (~kvirc@202.55.151.66) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- Fador (fador@hentai.fi) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- boozaa (~boozaa@quassel.shortrip.org) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- Samfty (~Sam@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- SinZ (~SinZ@CPE-58-164-103-75.lnse4.win.bigpond.net.au) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- VoidWhisperer (~VoidWhisp@unaffiliated/voidwhisperer) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (*.net *.split) 2016-04-05 15:22:00 <-- Paprikachu (~pap@priv.play2win.io) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- Not-ea7e (~notifico@198.199.82.216) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- Guest57978 (~Charles@46.101.12.90) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- fragmer (~fragmer@45.55.2.85) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- hansihe (sid106603@gateway/web/irccloud.com/x-xdkzkusxxaobphre) a quitté (*.net *.split) 2016-04-05 15:22:01 <-- Aikar (~Aikar@wikia/Aikar) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- Pyker (pyker@pyker.net) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- jast (jast@zoidberg.org) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- deathrat (sid14886@gateway/web/irccloud.com/x-ddybxphorkihwicp) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- clonejo (~clonejo@shakik.de) a quitté (*.net *.split) 2016-04-05 15:22:02 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- ryan-c (~ryan@srv1.turboslow.net) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- KeithGS (~keith@znc.keithbmiller.com) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- dx (~dx@unaffiliated/dxdx) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-vfihlkaqbgvgaqmm) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- hkaga (~hkaga@2602:ffda:bbb::27bf:741e) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- angal (angal@elmo.stole-your.pw) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- prplz (prplz@when.i.am.bored.i.buy.silly.domains) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- levifig (~levi@hakr.io) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- Z750 (bnc@2001:41d0:1:68a3::45) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- cnr (~connor@unaffiliated/conehead) a quitté (*.net *.split) 2016-04-05 15:22:03 <-- ylt (ylt@d3s.co) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- Techcable (Techcable@techcable.net) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- sgtbigman (~sgtbigman@159.203.142.8) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- Not-237d (~notifico@198.199.82.216) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- Owexz (~Owexz@owexz.net) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- realz (~realz@unaffiliated/realazthat) a quitté (*.net *.split) 2016-04-05 15:22:04 <-- Dadido3 (~quassel@p5B00AF94.dip0.t-ipconnect.de) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- Grum (~grum@irc.grum.nl) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- williammck_ (~williammc@pluto.williammck.net) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- umby24 (umby@d3s.co) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- __0x277F (~knm@unaffiliated/--0x277f/x-3357507) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- Guest41784 (~PEMapModd@168.235.65.4) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- Adam (Adam@unaffiliated/adam-) a quitté (*.net *.split) 2016-04-05 15:22:05 <-- killme (~killmePI@94.231.242.164) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- LaxWasHere (~Lax@deathtopennies.org) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- cindy_k (~cindy_k@irc.cindyscats.com) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- aet2505 (~aet2505@45.55.237.47) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- Frigolit (~frigolit@aisaka.frigolit.net) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- ChanServ (ChanServ@services.) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- r04r (r04r@unaffiliated/r04r) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- zahlex (~zahlex@212.224.123.168) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- yosafbridge (~yosafbrid@105.ip-167-114-152.net) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- MeltedLux (~MeltedLux@bifrost.melted.pw) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- Byteflux (~Byteflux@minelink.net) a quitté (*.net *.split) 2016-04-05 15:22:06 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- Prf_Jakob (jakob@void-network.org) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- Gjum (~Gjum@217.160.135.244) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-ncrywjyioajnnpbk) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- x56 (0x56@unaffiliated/x56) a quitté (*.net *.split) 2016-04-05 15:22:07 <-- winny (~winny@unaffiliated/winstonw) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-qxzxayodcglefuox) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- williamtdr (uid27909@gateway/web/irccloud.com/x-ppgewjpxtpgwpslo) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- eeew (eeew@bnc3.dnaclan.eu) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- willies952002 (~willies95@irc.domnian.com) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Jckf (jckf@mikros.flaten.it) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Tristitia (~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- balrog (~balrog@unaffiliated/balrog) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Guyag (~Guyag@162.221.176.50) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Krenair (~alex@wikimedia/Krenair) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Thinkofname (Think@oops.i.broke.thinkofdeath.uk) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- MrARM (~MrARM@unaffiliated/mrarm) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- Monkey0x9 (~Monkey0x9@188.166.59.44) a quitté (*.net *.split) 2016-04-05 15:22:08 <-- xnrand (xnrand@unaffiliated/xy) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- kashike (kashike@unaffiliated/kashike) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- TobiX (tobias@zoidberg.org) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- qi (edk@spy/edk0) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- M-ou-se (~m-ou.se@m-ou.se) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-ourbhpdvyyttrxih) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- SupaHam (~SupaHam@2a03:b0c0:1:d0::29c:3001) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (*.net *.split) 2016-04-05 15:22:09 <-- Aster (~Aster@april-fools/2013/ninth/aster) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- lukegb (~lukegb@168.63.65.58) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- Harry5573 (~Harry5573@46.101.12.90) a quitté (*.net *.split) 2016-04-05 15:22:10 <-- Voltasalt (~Voltasalt@5.101.100.240) a quitté (*.net *.split) 2016-04-05 15:22:10 -- retxabm est maintenant connu sous le nom mbaxter 2016-04-05 15:24:38 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-05 15:24:38 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-05 15:24:38 --> ammar2- (admin@ec2-52-4-212-228.compute-1.amazonaws.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> vemacs (~vemacs@192.3.17.176) a rejoint #mcdevs 2016-04-05 15:24:38 --> yawkat` (~yawkat@cats.coffee) a rejoint #mcdevs 2016-04-05 15:24:38 --> PEMapModder (~PEMapModd@014199243132.ctinets.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-05 15:24:38 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-04-05 15:24:38 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-05 15:24:38 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2016-04-05 15:24:38 --> benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> Owexz (~Owexz@owexz.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> KHobbits (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-05 15:24:38 --> SinZ (~SinZ@CPE-58-164-103-75.lnse4.win.bigpond.net.au) a rejoint #mcdevs 2016-04-05 15:24:38 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-05 15:24:38 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2016-04-05 15:24:38 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-05 15:24:38 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> VoidWhisperer (~VoidWhisp@unaffiliated/voidwhisperer) a rejoint #mcdevs 2016-04-05 15:24:38 --> Dadido3 (~quassel@p5B00AF94.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-05 15:24:38 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> qi (edk@spy/edk0) a rejoint #mcdevs 2016-04-05 15:24:38 --> Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a rejoint #mcdevs 2016-04-05 15:24:38 --> r04r (r04r@unaffiliated/r04r) a rejoint #mcdevs 2016-04-05 15:24:38 --> n3rd (n3rd@Hoth.Shadow-Dev.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2016-04-05 15:24:38 -- Mode #mcdevs [+vvvv ammar2- Amaranth SinZ md_5] par wolfe.freenode.net 2016-04-05 15:24:38 --> M-ou-se (~m-ou.se@m-ou.se) a rejoint #mcdevs 2016-04-05 15:24:38 --> bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-05 15:24:38 --> Paprikachu (~pap@priv.play2win.io) a rejoint #mcdevs 2016-04-05 15:24:38 --> Not-237d (~notifico@198.199.82.216) a rejoint #mcdevs 2016-04-05 15:24:38 --> mooman219 (~root@45.55.73.103) a rejoint #mcdevs 2016-04-05 15:24:38 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-05 15:24:38 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-04-05 15:24:38 --> ryan-c (~ryan@srv1.turboslow.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-04-05 15:24:38 --> Aster (~Aster@april-fools/2013/ninth/aster) a rejoint #mcdevs 2016-04-05 15:24:38 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-05 15:24:38 --> zahlex (~zahlex@212.224.123.168) a rejoint #mcdevs 2016-04-05 15:24:38 --> yosafbridge (~yosafbrid@105.ip-167-114-152.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> fortytwo (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-04-05 15:24:38 --> KeithGS (~keith@znc.keithbmiller.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> Not-ea7e (~notifico@198.199.82.216) a rejoint #mcdevs 2016-04-05 15:24:38 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2016-04-05 15:24:38 -- Mode #mcdevs [+v kev009] par wolfe.freenode.net 2016-04-05 15:24:38 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-ourbhpdvyyttrxih) a rejoint #mcdevs 2016-04-05 15:24:38 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-ncrywjyioajnnpbk) a rejoint #mcdevs 2016-04-05 15:24:38 --> hansihe (sid106603@gateway/web/irccloud.com/x-xdkzkusxxaobphre) a rejoint #mcdevs 2016-04-05 15:24:38 --> SupaHam (~SupaHam@2a03:b0c0:1:d0::29c:3001) a rejoint #mcdevs 2016-04-05 15:24:38 --> dx (~dx@unaffiliated/dxdx) a rejoint #mcdevs 2016-04-05 15:24:38 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-vfihlkaqbgvgaqmm) a rejoint #mcdevs 2016-04-05 15:24:38 --> Aikar (~Aikar@wikia/Aikar) a rejoint #mcdevs 2016-04-05 15:24:38 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> sgtbigman (~sgtbigman@159.203.142.8) a rejoint #mcdevs 2016-04-05 15:24:38 --> MeltedLux (~MeltedLux@bifrost.melted.pw) a rejoint #mcdevs 2016-04-05 15:24:38 --> __0x277F (~knm@unaffiliated/--0x277f/x-3357507) a rejoint #mcdevs 2016-04-05 15:24:38 --> Jckf (jckf@mikros.flaten.it) a rejoint #mcdevs 2016-04-05 15:24:38 --> Guest41784 (~PEMapModd@168.235.65.4) a rejoint #mcdevs 2016-04-05 15:24:38 --> YukonAppleGeek (~Yukon@sfo01.yukon.io) a rejoint #mcdevs 2016-04-05 15:24:38 --> m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a rejoint #mcdevs 2016-04-05 15:24:38 --> GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a rejoint #mcdevs 2016-04-05 15:24:38 --> x56 (0x56@unaffiliated/x56) a rejoint #mcdevs 2016-04-05 15:24:38 --> mfj|3 (~kvirc@202.55.151.66) a rejoint #mcdevs 2016-04-05 15:24:38 --> hkaga (~hkaga@2602:ffda:bbb::27bf:741e) a rejoint #mcdevs 2016-04-05 15:24:38 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2016-04-05 15:24:38 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2016-04-05 15:24:38 --> angal (angal@elmo.stole-your.pw) a rejoint #mcdevs 2016-04-05 15:24:38 --> lukegb (~lukegb@168.63.65.58) a rejoint #mcdevs 2016-04-05 15:24:38 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2016-04-05 15:24:38 --> XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a rejoint #mcdevs 2016-04-05 15:24:38 --> Tristitia (~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-04-05 15:24:38 --> dranghek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-04-05 15:24:38 --> killme (~killmePI@94.231.242.164) a rejoint #mcdevs 2016-04-05 15:24:38 --> prplz (prplz@when.i.am.bored.i.buy.silly.domains) a rejoint #mcdevs 2016-04-05 15:24:38 --> ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a rejoint #mcdevs 2016-04-05 15:24:38 --> vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a rejoint #mcdevs 2016-04-05 15:24:38 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> levifig (~levi@hakr.io) a rejoint #mcdevs 2016-04-05 15:24:38 --> Zaneo (~Zaneo@45.55.2.85) a rejoint #mcdevs 2016-04-05 15:24:38 --> Z750 (bnc@2001:41d0:1:68a3::45) a rejoint #mcdevs 2016-04-05 15:24:38 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-04-05 15:24:38 --> ylt (ylt@d3s.co) a rejoint #mcdevs 2016-04-05 15:24:38 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-04-05 15:24:38 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-04-05 15:24:38 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-04-05 15:24:38 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-05 15:24:38 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2016-04-05 15:24:38 -- Mode #mcdevs [+vvvv XorBoole Zaneo Grum Fador] par wolfe.freenode.net 2016-04-05 15:24:38 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-05 15:24:38 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-04-05 15:24:38 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> Samfty (~Sam@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> boozaa (~boozaa@quassel.shortrip.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> williammck_ (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2016-04-05 15:24:38 --> LordAkkarin (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-05 15:24:38 --> PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-04-05 15:24:38 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-05 15:24:38 --> Fenhl (sid30770@gateway/web/irccloud.com/x-qxzxayodcglefuox) a rejoint #mcdevs 2016-04-05 15:24:38 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> Guest57978 (~Charles@46.101.12.90) a rejoint #mcdevs 2016-04-05 15:24:38 --> deathrat (sid14886@gateway/web/irccloud.com/x-ddybxphorkihwicp) a rejoint #mcdevs 2016-04-05 15:24:38 --> williamtdr (uid27909@gateway/web/irccloud.com/x-ppgewjpxtpgwpslo) a rejoint #mcdevs 2016-04-05 15:24:38 --> Prf_Jakob (jakob@void-network.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> Gjum (~Gjum@217.160.135.244) a rejoint #mcdevs 2016-04-05 15:24:38 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2016-04-05 15:24:38 --> umby24 (umby@d3s.co) a rejoint #mcdevs 2016-04-05 15:24:38 --> clonejo (~clonejo@shakik.de) a rejoint #mcdevs 2016-04-05 15:24:38 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> fragmer (~fragmer@45.55.2.85) a rejoint #mcdevs 2016-04-05 15:24:38 -- Mode #mcdevs [+vvvv Dinnerbone Fenhl Prf_Jakob fragmer] par wolfe.freenode.net 2016-04-05 15:24:38 --> eeew (eeew@bnc3.dnaclan.eu) a rejoint #mcdevs 2016-04-05 15:24:38 --> jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a rejoint #mcdevs 2016-04-05 15:24:38 --> WizardCM (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2016-04-05 15:24:38 --> Thinkofname (Think@oops.i.broke.thinkofdeath.uk) a rejoint #mcdevs 2016-04-05 15:24:38 --> MrARM (~MrARM@unaffiliated/mrarm) a rejoint #mcdevs 2016-04-05 15:24:38 --> LaxWasHere (~Lax@deathtopennies.org) a rejoint #mcdevs 2016-04-05 15:24:38 --> Harry5573 (~Harry5573@46.101.12.90) a rejoint #mcdevs 2016-04-05 15:24:38 --> Monkey0x9 (~Monkey0x9@188.166.59.44) a rejoint #mcdevs 2016-04-05 15:24:38 --> xnrand (xnrand@unaffiliated/xy) a rejoint #mcdevs 2016-04-05 15:24:38 --> cindy_k (~cindy_k@irc.cindyscats.com) a rejoint #mcdevs 2016-04-05 15:24:38 --> aet2505 (~aet2505@45.55.237.47) a rejoint #mcdevs 2016-04-05 15:24:38 --> Voltasalt (~Voltasalt@5.101.100.240) a rejoint #mcdevs 2016-04-05 15:24:38 --> Frigolit (~frigolit@aisaka.frigolit.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2016-04-05 15:24:38 --> Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2016-04-05 15:24:38 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2016-04-05 15:24:38 --> ChanServ (ChanServ@services.) a rejoint #mcdevs 2016-04-05 15:24:38 -- Mode #mcdevs [+vvo jnoah Thinkofname ChanServ] par wolfe.freenode.net 2016-04-05 15:26:41 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2016-04-05 15:26:41 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2016-04-05 15:46:31 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-05 15:48:50 --> l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) a rejoint #mcdevs 2016-04-05 15:50:18 -- qi est maintenant connu sous le nom edk 2016-04-05 17:25:53 -- yawkat` est maintenant connu sous le nom yawkat 2016-04-05 17:47:11 -- ammar2- est maintenant connu sous le nom ammar2 2016-04-05 17:49:25 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (Quit: Leaving) 2016-04-05 18:10:01 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-sbqcyowotfbdrqgm) a quitté (Quit: Connection closed for inactivity) 2016-04-05 18:44:15 --> Akaibu (uid118096@gateway/web/irccloud.com/x-tgvukzphpasbezjq) a rejoint #mcdevs 2016-04-05 18:48:13 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-05 19:24:13 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-05 19:27:45 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 240 seconds) 2016-04-05 19:41:37 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-05 19:54:36 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Remote host closed the connection) 2016-04-05 20:15:36 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-05 20:37:30 Not-237d [steven-rust] Thinkofname pushed 3 commits to master [+0/-3/±9] https://git.io/vV2oS 2016-04-05 20:37:32 Not-237d [steven-rust] Thinkofname be05214 - Remove commented out clippy settings 2016-04-05 20:37:33 Not-237d [steven-rust] Thinkofname 4017095 - Track player list information 2016-04-05 20:37:35 Not-237d [steven-rust] Thinkofname f8e2d03 - Drop steven_openssl in favor of using the openssl crate (Closes #31) 2016-04-05 20:50:02 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-tgvukzphpasbezjq) a quitté (Quit: Connection closed for inactivity) 2016-04-05 21:04:16 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vV21e 2016-04-05 21:04:18 Not-237d [steven-rust] bjorn3 9ab5291 - Add nightly rust to the requirement list 2016-04-05 21:09:18 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vV2D9 2016-04-05 21:09:20 Not-237d [steven-rust] Thinkofname a94b206 - Remove unused feature tag 2016-04-05 21:12:15 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 240 seconds) 2016-04-05 21:12:45 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 244 seconds) 2016-04-05 21:27:03 --> Akaibu (uid118096@gateway/web/irccloud.com/x-jrolorqlaizbfzlc) a rejoint #mcdevs 2016-04-05 21:45:17 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-04-05 21:46:14 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-05 22:53:58 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVaIO 2016-04-05 22:53:59 Not-237d [steven-rust] Thinkofname 2a21429 - Restore the original lighting when updating a chunk 2016-04-05 23:34:43 --> progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a rejoint #mcdevs 2016-04-05 23:40:14 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-05 23:40:14 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-05 23:53:18 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-06 00:02:31 Not-237d [steven-rust] Thinkofname pushed 2 commits to master [+0/-0/±2] https://git.io/vVaZg 2016-04-06 00:02:33 Not-237d [steven-rust] Thinkofname c73b9d4 - Fix sign's texture and positioning 2016-04-06 00:02:34 Not-237d [steven-rust] Thinkofname c21a740 - Fix texture seams (Fixes #23) 2016-04-06 00:22:19 <-- SinZ (~SinZ@CPE-58-164-103-75.lnse4.win.bigpond.net.au) a quitté (Ping timeout: 244 seconds) 2016-04-06 00:24:59 --> SinZ (~SinZ@CPE-121-219-3-81.lnse1.lon.bigpond.net.au) a rejoint #mcdevs 2016-04-06 00:24:59 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-06 01:16:54 --> bildramer1 (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-06 01:17:13 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2016-04-06 01:17:15 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-06 01:29:46 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-06 01:53:04 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-06 02:03:38 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-04-06 02:04:03 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-06 02:41:19 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 248 seconds) 2016-04-06 02:45:12 Not-ea7e [wiki] Edit by MarfGamer to Pocket Edition Protocol Documentation -> http://tinyurl.com/go4hvo9 2016-04-06 02:57:46 Not-ea7e [wiki] Edit by Pokechu22 to Pocket Edition Protocol Documentation -> http://tinyurl.com/gvffrmv 2016-04-06 02:58:50 Not-ea7e [wiki] Edit by Pokechu22 to Pocket Edition Protocol Documentation -> http://tinyurl.com/z6y4jzr 2016-04-06 03:19:04 rom1504 we managed to connect a headless client to a mcpe server \o/ 2016-04-06 03:19:33 rom1504 that mix of little endian and big endian in the mcpe protocol is quite the mojang thing 2016-04-06 03:26:26 rom1504 the real difficulty is raknet though 2016-04-06 03:26:40 rom1504 once you got a raknet lib in your language, then it's fairly easy 2016-04-06 03:43:07 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-04-06 04:09:08 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2016-04-06 04:23:45 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-06 04:40:45 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-04-06 05:01:47 pokechu22 So... exactly what is Confirm Teleport for? I mean, I get that it "confirms" a teleport, but... can the client refuse? Should the client refuse in some cases? Should the server care whether or not it is sent? Can IDs for teleports be re-used? 2016-04-06 05:19:58 +Amaranth pokechu22: afaik it's just the old logic of "if the server says you're at $pos you have to say you're at $pos" but explicit instead of comparing floating point numbers with an epsilon 2016-04-06 05:20:20 +Amaranth So no you can't refuse, the server will ignore all movement from you until you acknowledge you've teleported 2016-04-06 05:30:18 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Ping timeout: 244 seconds) 2016-04-06 05:34:56 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-04-06 05:35:57 <-- progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-04-06 05:36:54 --> progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a rejoint #mcdevs 2016-04-06 05:41:04 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-04-06 05:41:27 <-- progwml6 (~progwml6@n2-105-82.dhcp.drexel.edu) a quitté (Ping timeout: 264 seconds) 2016-04-06 05:56:12 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-04-06 05:57:05 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-06 06:12:14 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-06 06:14:34 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2016-04-06 06:14:34 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-06 06:25:45 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-06 07:29:01 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 260 seconds) 2016-04-06 08:08:52 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-06 08:51:48 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-04-06 09:54:02 -- aeonchild est maintenant connu sous le nom enchi 2016-04-06 09:59:45 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-06 12:31:45 <-- lukegb (~lukegb@168.63.65.58) a quitté (Ping timeout: 276 seconds) 2016-04-06 12:36:30 --> lukegb (~lukegb@168.63.65.58) a rejoint #mcdevs 2016-04-06 13:25:39 <-- KeithGS (~keith@znc.keithbmiller.com) a quitté (Remote host closed the connection) 2016-04-06 13:58:15 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 264 seconds) 2016-04-06 13:59:03 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-06 14:32:25 Not-ea7e [wiki] Edit by SirCmpwn to Client List -> http://tinyurl.com/hn5tjxx 2016-04-06 15:01:22 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-04-06 15:02:09 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-06 15:11:44 --> jflory7 (~jflory7@fedora/jflory7) a rejoint #mcdevs 2016-04-06 15:22:34 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-06 15:59:58 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-06 16:22:13 --> PEMapModder (~PEMapModd@014199243132.ctinets.com) a rejoint #mcdevs 2016-04-06 17:43:15 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 240 seconds) 2016-04-06 17:50:24 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-06 17:53:36 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 250 seconds) 2016-04-06 17:53:44 --> yorick___ (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-06 18:03:58 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 252 seconds) 2016-04-06 18:17:47 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-06 19:00:17 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-06 19:15:20 --> Freax13 (~PircBot@5.147.109.20) a rejoint #mcdevs 2016-04-06 19:15:46 --> Freax14 (~Frea13@5.147.109.20) a rejoint #mcdevs 2016-04-06 19:16:57 <-- Freax13 (~PircBot@5.147.109.20) a quitté (Client Quit) 2016-04-06 19:53:52 <-- Freax14 (~Frea13@5.147.109.20) a quitté (Quit: Verlassend) 2016-04-06 19:58:05 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (Quit: Leaving) 2016-04-06 20:03:58 <-- mfj|3 (~kvirc@202.55.151.66) a quitté (Ping timeout: 244 seconds) 2016-04-06 20:07:07 --> mfj|3 (~kvirc@202.55.151.66) a rejoint #mcdevs 2016-04-06 20:09:26 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-04-06 20:11:57 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-04-06 20:15:00 +Fenhl lol SirCmpwn 2016-04-06 20:15:18 Not-ea7e [wiki] Edit by Fenhl to Client List -> http://tinyurl.com/hmtebyv 2016-04-06 20:29:28 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-06 20:47:10 --> cengizIO (~cengizIO@176.43.167.12) a rejoint #mcdevs 2016-04-06 20:52:51 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-06 21:04:51 redstonehelper ahahhaha 2016-04-06 21:11:37 hansihe oh, haha 2016-04-06 21:16:57 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-06 21:18:17 <-- cengizIO (~cengizIO@176.43.167.12) a quitté (Remote host closed the connection) 2016-04-06 21:19:37 --> cengizIO (~cengizIO@176.43.167.12) a rejoint #mcdevs 2016-04-06 21:20:51 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 276 seconds) 2016-04-06 21:24:14 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-06 21:24:35 --> barneygale_ (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-06 21:34:33 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Ping timeout: 248 seconds) 2016-04-06 21:47:51 barneygale_ Did the chat json format change in 1.9? 2016-04-06 21:48:44 Pangea a little bit I think 2016-04-06 21:49:04 Pangea it is stricter 2016-04-06 21:49:22 Pangea all values and tags need to be double-quoted? 2016-04-06 22:02:18 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 244 seconds) 2016-04-06 22:06:11 redstonehelper that's for text components 2016-04-06 22:10:15 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Ping timeout: 264 seconds) 2016-04-06 22:10:47 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2016-04-06 22:17:15 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Quit: Konversation terminated!) 2016-04-06 22:17:38 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-04-06 22:17:38 -- Mode #mcdevs [+v kev009] par ChanServ 2016-04-06 22:47:29 +Thinkofname barneygale_: components need to be actual components instead of strings now 2016-04-06 23:15:14 --> ry60003333 (~ry6000333@rysmacbookpro.student.rit.edu) a rejoint #mcdevs 2016-04-06 23:22:23 <-- ry60003333 (~ry6000333@rysmacbookpro.student.rit.edu) a quitté (Ping timeout: 244 seconds) 2016-04-06 23:22:37 barneygale_ I'm getting chat data like {"translate": " hello world"}, but I thought the translate bit was a key into the lang file? 2016-04-06 23:24:56 Gjum huh, that would be news for me too 2016-04-06 23:25:08 Gjum barneygale_: you sure you're on vanilla? 2016-04-06 23:25:18 barneygale_ No, this is 2b2t 2016-04-06 23:25:23 barneygale_ could be a plugin they're running I guess 2016-04-06 23:25:29 Gjum yeah absolutely 2016-04-06 23:25:47 barneygale_ client seems to just render it as-is 2016-04-06 23:26:13 Gjum that's interesting 2016-04-06 23:33:09 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-06 23:52:15 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVols 2016-04-06 23:52:16 Not-237d [steven-rust] Thinkofname 0bbb109 - Store the client's UUID and username when logging in 2016-04-06 23:53:35 +Thinkofname barneygale_: iirc I think the replacements that translate does (%s in the parts in 'with') work when you use a plain string too so some servers use that 2016-04-06 23:59:15 <-- cengizIO (~cengizIO@176.43.167.12) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-04-07 00:30:00 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-ncrywjyioajnnpbk) a quitté (Quit: Connection closed for inactivity) 2016-04-07 00:41:00 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-07 01:16:44 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Quit: I appear to have left for some reason.) 2016-04-07 01:18:42 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-04-07 01:51:06 --> cgp_ (6889f3cd@gateway/web/freenode/ip.104.137.243.205) a rejoint #mcdevs 2016-04-07 01:51:47 cgp_ I've got a question, not sure how to ask it, but here goes: 2016-04-07 01:52:10 cgp_ I'm trying to get a mineflayer bot to eat -- but the activateItem() method provided doesn't seem to work on a server 2016-04-07 01:52:16 cgp_ works fine (usually) locally 2016-04-07 01:53:34 cgp_ It uses block_place 2016-04-07 01:53:34 cgp_ https://github.com/PrismarineJS/mineflayer/blob/ae7b67bad1e4e6c0a2bbd8c334d02f32993eb0db/lib/plugins/inventory.js#L26 2016-04-07 01:53:45 cgp_ but it just seems to be being ignored 2016-04-07 01:54:32 cgp_ I guess the question I have is - is this how others have issued eat commands? 2016-04-07 01:54:36 cgp_ any ideas? 2016-04-07 01:56:05 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2016-04-07 01:57:02 Gjum cgp_: I actually copied that very code snipped as-is to spockbot, and it works perfectly 2016-04-07 01:57:35 Gjum https://github.com/SpockBotMC/SpockBot/blob/master/spockbot/plugins/helpers/interact.py#L198 2016-04-07 02:01:33 cgp_ lol 2016-04-07 02:01:40 cgp_ I was looking at that exact code 2016-04-07 02:01:42 cgp_ Sigh 2016-04-07 02:02:34 Gjum cgp_: 1.8 right? because mineflayer is not 1.9 2016-04-07 02:02:59 cgp_ yea 2016-04-07 02:03:03 rom1504 I don't think it would connect on 1.9 2016-04-07 02:03:10 rom1504 the server check the version 2016-04-07 02:03:25 Gjum right 2016-04-07 02:03:37 rom1504 cgp_: does your server have plugin around eating ? 2016-04-07 02:03:46 rom1504 or ncp 2016-04-07 02:03:59 cgp_ I don't know about ncp for sure 2016-04-07 02:04:14 cgp_ it allows quite a bit of stuff if it does use ncp 2016-04-07 02:04:29 cgp_ sorry, I don't know what you mean by plugin around eating though 2016-04-07 02:05:00 Gjum if there's a plugin doing stuff when you use an item, eg open a teleport menu 2016-04-07 02:05:02 rom1504 I don't know, something that change the behavior of the server when eating 2016-04-07 02:05:16 cgp_ Ah, now I gotcha 2016-04-07 02:05:25 Gjum you can also try your code on vanilla, it should work there 2016-04-07 02:05:27 cgp_ I don't think so, nothing funky seems to happen when I eat 2016-04-07 02:05:48 Gjum if it doesn't, you know what's not broken :P 2016-04-07 02:06:04 rom1504 you could use node-minecraft-protocol proxy to see what packets get sent when you eat on that server with the vanilla client 2016-04-07 02:06:11 cgp_ Oh! 2016-04-07 02:06:14 cgp_ I didn't know that existed 2016-04-07 02:06:18 cgp_ that would be very, very helpful 2016-04-07 02:06:31 cgp_ btw, thank you both for all your good work 2016-04-07 02:06:49 cgp_ (well, all you :) 2016-04-07 02:09:50 cgp_ any particular one you would recommend 2016-04-07 02:09:51 cgp_ ? 2016-04-07 02:10:13 cgp_ I see this one: https://github.com/Yogu/minecraft-sniffer 2016-04-07 02:10:19 cgp_ but it looks only up 1.7? 2016-04-07 02:10:31 Gjum cgp_: https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/examples/proxy/proxy.js 2016-04-07 02:10:46 Gjum it's in mineflayer/node_modules/ already 2016-04-07 02:11:30 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-04-07 02:11:30 cgp_ oh - goodness 2016-04-07 02:11:32 cgp_ nice -- 2016-04-07 02:12:07 --> bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-07 02:19:06 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-07 02:25:21 <-- SinZ (~SinZ@CPE-121-219-3-81.lnse1.lon.bigpond.net.au) a quitté (Ping timeout: 246 seconds) 2016-04-07 02:26:28 --> SinZ (~SinZ@CPE-124-180-149-227.lnse4.lon.bigpond.net.au) a rejoint #mcdevs 2016-04-07 02:26:28 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-07 02:47:37 <-- barneygale_ (~barneygal@176.250.242.102) a quitté (Ping timeout: 248 seconds) 2016-04-07 02:50:05 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-04-07 02:51:22 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Remote host closed the connection) 2016-04-07 02:53:44 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-04-07 03:23:30 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-07 03:40:08 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 240 seconds) 2016-04-07 03:42:59 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2016-04-07 03:45:20 <-- SinZ (~SinZ@CPE-124-180-149-227.lnse4.lon.bigpond.net.au) a quitté (Ping timeout: 244 seconds) 2016-04-07 03:48:07 --> SinZ (~SinZ@CPE-121-214-113-158.lnse4.lon.bigpond.net.au) a rejoint #mcdevs 2016-04-07 03:48:07 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-07 03:55:17 cgp_ In trying the proxy, is there anything i need to do to insure I'm authenticated 2016-04-07 03:55:31 cgp_ it just ends the connection, and I see the first packet says "Not authenticated with" 2016-04-07 03:55:51 cgp_ (for rom1504 or Gjum if they are up to it) 2016-04-07 03:56:41 cgp_ I'm using a session that is authenticated already 2016-04-07 03:57:10 cgp_ I added the proxy to my list of servers (it says there isn't anybody connected, so it must not pass the query through to the target server for the number of current users) 2016-04-07 04:00:56 cgp_ I'm guessing they are using bungee, and that's throwing things off 2016-04-07 04:01:14 cgp_ So, I went directly to the server, which gives me something else -- so I'll dig into that and see if I get further 2016-04-07 04:05:30 cgp_ localhost works fine for the proxy 2016-04-07 04:05:32 cgp_ :/ 2016-04-07 04:23:27 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-04-07 04:37:59 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-07 05:00:17 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 268 seconds) 2016-04-07 05:00:47 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-04-07 05:13:56 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Ping timeout: 250 seconds) 2016-04-07 05:18:36 <-- SinZ (~SinZ@CPE-121-214-113-158.lnse4.lon.bigpond.net.au) a quitté (Ping timeout: 276 seconds) 2016-04-07 05:18:43 --> SinZ_ (~SinZ@CPE-120-144-14-106.lnse5.win.bigpond.net.au) a rejoint #mcdevs 2016-04-07 05:18:56 -- SinZ_ est maintenant connu sous le nom SinZ 2016-04-07 05:18:57 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-07 05:19:05 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-04-07 05:19:54 <-- Guyag (~Guyag@162.221.176.50) a quitté (Ping timeout: 276 seconds) 2016-04-07 05:26:56 <-- Meeeh_ (~Meeeh@diorite.org) a quitté (Ping timeout: 250 seconds) 2016-04-07 05:27:05 --> Meeeh (~Meeeh@diorite.org) a rejoint #mcdevs 2016-04-07 06:10:19 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-07 06:13:25 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-rfctfwpxvqleqpve) a rejoint #mcdevs 2016-04-07 06:13:39 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-04-07 06:13:39 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-07 07:15:08 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-07 07:50:34 --> cengizIO (~cengizIO@176.43.167.12) a rejoint #mcdevs 2016-04-07 07:52:17 <-- cengizIO (~cengizIO@176.43.167.12) a quitté (Client Quit) 2016-04-07 07:58:32 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 244 seconds) 2016-04-07 08:41:24 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 276 seconds) 2016-04-07 09:04:00 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-07 09:06:39 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-07 09:06:39 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-07 10:05:41 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-07 10:18:39 --> barneygale_ (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-07 10:29:54 <-- barneygale_ (~barneygal@176.250.242.102) a quitté (Ping timeout: 244 seconds) 2016-04-07 10:48:03 rom1504 cgp_: you need to add your user and password in the proxy createClient options 2016-04-07 11:12:51 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-07 12:16:24 --> cengizIO (~cengizIO@213.14.113.102) a rejoint #mcdevs 2016-04-07 12:36:37 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-04-07 13:09:56 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-07 13:21:03 <-- cengizIO (~cengizIO@213.14.113.102) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-04-07 13:27:29 --> cengizIO (~cengizIO@213.14.113.102) a rejoint #mcdevs 2016-04-07 15:05:24 --> M4GNV5 (~M4GNV5@p5498857B.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-07 15:15:27 <-- benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 248 seconds) 2016-04-07 15:15:46 --> benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-07 15:19:21 <-- cengizIO (~cengizIO@213.14.113.102) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2016-04-07 15:31:23 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-07 15:31:23 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-07 15:35:46 <-- SinZ (~SinZ@CPE-120-144-14-106.lnse5.win.bigpond.net.au) a quitté (Ping timeout: 244 seconds) 2016-04-07 15:35:58 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-07 15:37:45 --> SinZ (~SinZ@CPE-121-219-105-50.lnse2.lon.bigpond.net.au) a rejoint #mcdevs 2016-04-07 15:37:45 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-04-07 16:00:10 -- williammck_ est maintenant connu sous le nom williammck 2016-04-07 16:00:10 <-- williammck (~williammc@pluto.williammck.net) a quitté (Changing host) 2016-04-07 16:00:10 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2016-04-07 16:10:02 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-jrolorqlaizbfzlc) a quitté (Quit: Connection closed for inactivity) 2016-04-07 16:24:19 --> PEMapModder (~PEMapModd@014199243132.ctinets.com) a rejoint #mcdevs 2016-04-07 16:26:42 <-- cgp_ (6889f3cd@gateway/web/freenode/ip.104.137.243.205) a quitté (Ping timeout: 250 seconds) 2016-04-07 16:27:02 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-07 16:29:45 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-04-07 16:29:52 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-07 16:32:17 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-07 16:39:05 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-07 16:42:23 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-04-07 16:43:18 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-07 16:43:51 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-04-07 16:48:10 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-07 17:13:12 Not-237d [steven-rust] Thinkofname pushed 2 commits to master [+0/-0/±4] https://git.io/vVigV 2016-04-07 17:13:14 Not-237d [steven-rust] Thinkofname 8469b32 - Initial skin support 2016-04-07 17:13:15 Not-237d [steven-rust] Thinkofname 56bddae - Cache downloaded skins 2016-04-07 17:22:25 --> cgp_ (a5d75e0d@gateway/web/freenode/ip.165.215.94.13) a rejoint #mcdevs 2016-04-07 17:28:24 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-04-07 17:31:52 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-07 17:33:55 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVirO 2016-04-07 17:33:56 Not-237d [steven-rust] Thinkofname 8c513a9 - Don't remove the skin url when recreating player models 2016-04-07 17:57:48 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-07 18:49:55 Not-ea7e [wiki] Edit by C4K3 to Protocol FAQ -> http://tinyurl.com/jhs3wpy 2016-04-07 18:50:54 --> bantard (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-07 18:51:00 Not-ea7e [wiki] Edit by C4K3 to Plugin channel -> http://tinyurl.com/zf9bvva 2016-04-07 18:51:56 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (Quit: Leaving) 2016-04-07 18:57:40 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-07 19:08:49 --> bantard_ (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-07 19:10:43 <-- bantard (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 244 seconds) 2016-04-07 19:11:29 --> bantard__ (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-07 19:14:49 <-- bantard_ (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 244 seconds) 2016-04-07 19:30:50 <-- bantard__ (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 244 seconds) 2016-04-07 19:51:07 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 252 seconds) 2016-04-07 20:22:21 Not-237d [steven-rust] Scetch pushed 1 commit to master [+0/-0/±1] https://git.io/vVP3A 2016-04-07 20:22:23 Not-237d [steven-rust] Scetch 7b54cc2 - Fix spelling mistake in README 2016-04-07 20:48:25 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-07 20:55:36 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 244 seconds) 2016-04-07 20:57:09 Not-237d [steven-rust] Scetch pushed 1 commit to master [+0/-0/±1] https://git.io/vVP8J 2016-04-07 20:57:10 Not-237d [steven-rust] Scetch b037fb1 - Fix layered snow collision 2016-04-07 21:07:44 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-07 21:33:56 <-- cgp_ (a5d75e0d@gateway/web/freenode/ip.165.215.94.13) a quitté (Ping timeout: 250 seconds) 2016-04-07 21:49:39 Not-237d [steven-rust] Thinkofname pushed 4 commits to master [+0/-0/±7] https://git.io/vVP2O 2016-04-07 21:49:40 Not-237d [steven-rust] Thinkofname e157dae - Implement player entities 2016-04-07 21:49:42 Not-237d [steven-rust] Thinkofname 93f1d44 - Fix a crash with dynamic textures 2016-04-07 21:49:43 Not-237d [steven-rust] Thinkofname 698c0d9 - Support old style skins 2016-04-07 21:49:45 Not-237d [steven-rust] Thinkofname ea23219 - Remove debug logging from skin fetching 2016-04-07 21:52:07 Not-ea7e [wiki] Edit by C4K3 to Protocol FAQ -> http://tinyurl.com/znkm8oa 2016-04-07 22:05:45 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-04-07 22:06:20 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-07 22:23:08 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-07 22:28:37 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-04-07 22:30:46 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±4] https://git.io/vVPPD 2016-04-07 22:30:47 Not-237d [steven-rust] Thinkofname 548c98e - Add basic nameplates to players 2016-04-07 22:31:32 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-04-07 22:31:46 <-- M4GNV5 (~M4GNV5@p5498857B.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2016-04-07 22:32:30 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-07 22:40:57 --> AgentTroll (a9cc97fd@gateway/web/cgi-irc/kiwiirc.com/ip.169.204.151.253) a rejoint #mcdevs 2016-04-07 22:47:35 <-- AgentTroll (a9cc97fd@gateway/web/cgi-irc/kiwiirc.com/ip.169.204.151.253) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-04-07 22:54:02 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-07 22:54:08 --> barneygale_ (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-07 22:57:54 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (Disconnected by services) 2016-04-07 22:57:56 -- barneygale_ est maintenant connu sous le nom barneygale 2016-04-07 22:58:20 --> barneygale_ (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-07 23:03:47 --> BrassLantern (~BrassLant@unaffiliated/brasslantern) a rejoint #mcdevs 2016-04-07 23:14:45 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-07 23:15:32 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 250 seconds) 2016-04-07 23:20:53 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-07 23:35:18 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Quit: Leaving) 2016-04-08 00:11:00 <-- barneygale (~barneygal@176.250.242.102) a quitté (Ping timeout: 250 seconds) 2016-04-08 00:11:38 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-08 00:16:14 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Quit: No Ping reply in 180 seconds.) 2016-04-08 00:25:20 <-- barneygale (~barneygal@176.250.242.102) a quitté (Ping timeout: 244 seconds) 2016-04-08 00:25:46 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-08 00:42:22 <-- JustASlacker (~icke@213.83.43.18) a quitté (Read error: Connection timed out) 2016-04-08 00:43:03 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-08 00:45:00 --> bildramer1 (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-08 00:45:14 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2016-04-08 00:45:17 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-08 00:55:41 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVXt3 2016-04-08 00:55:42 Not-237d [steven-rust] Thinkofname 456411c - Fix model rescaling 2016-04-08 01:06:47 <-- BrassLantern (~BrassLant@unaffiliated/brasslantern) a quitté (Quit: Leaving) 2016-04-08 01:22:18 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVXYQ 2016-04-08 01:22:19 Not-237d [steven-rust] Thinkofname ff83cd7 - Remove dead code from the last commit 2016-04-08 01:26:30 Not-ea7e [wiki] Edit by Pokechu22 to File:MC-DebugPath in 16w14a.png -> http://tinyurl.com/gtgoxw8 2016-04-08 01:30:51 <-- barneygale (~barneygal@176.250.242.102) a quitté (Ping timeout: 276 seconds) 2016-04-08 01:34:53 Not-ea7e [wiki] Edit by Pokechu22 to Plugin channel -> http://tinyurl.com/hedfmwc 2016-04-08 01:48:28 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-08 02:10:15 <-- barneygale (~barneygal@176.250.242.102) a quitté (Ping timeout: 244 seconds) 2016-04-08 02:13:52 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-08 02:19:15 Not-237d [steven-rust] Thinkofname pushed 2 commits to master [+0/-0/±2] https://git.io/vVXC5 2016-04-08 02:19:17 Not-237d [steven-rust] Thinkofname a0ae046 - Don't over resize chunk sections 2016-04-08 02:19:19 Not-237d [steven-rust] Thinkofname 51ec66e - Don't clean up air blocks from the block map on chunk load (Fixes #34) 2016-04-08 02:32:57 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-08 02:41:56 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVXl9 2016-04-08 02:41:57 Not-237d [steven-rust] Thinkofname d8b90b7 - Support being kicked from servers 2016-04-08 02:43:17 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 244 seconds) 2016-04-08 02:43:46 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-04-08 02:45:19 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-08 02:48:55 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-04-08 02:49:33 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vVX8l 2016-04-08 02:49:34 Not-237d [steven-rust] Thinkofname 027134f - Better handling for unused blocks found during chunk load (Fixes #34) 2016-04-08 02:49:50 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-08 03:35:19 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-04-08 03:36:15 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-08 03:53:28 --> KeithGS (~keith@znc.keithbmiller.com) a rejoint #mcdevs 2016-04-08 04:18:52 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-04-08 04:19:53 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-08 04:24:04 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-04-08 04:30:07 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-08 05:06:34 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (Remote host closed the connection) 2016-04-08 05:12:05 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2016-04-08 05:33:15 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-08 05:42:12 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-08 06:08:23 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-08 06:11:21 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2016-04-08 06:11:21 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-08 06:20:06 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-08 06:50:15 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-08 07:54:57 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-08 08:19:42 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-04-08 09:55:54 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-08 10:20:12 <-- barneygale (~barneygal@176.250.242.102) a quitté (Remote host closed the connection) 2016-04-08 10:29:58 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-08 10:33:36 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-08 10:46:22 --> PEMapModder (~PEMapModd@014199243132.ctinets.com) a rejoint #mcdevs 2016-04-08 11:20:01 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-08 11:20:01 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-08 12:09:03 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±3] https://git.io/vV1y0 2016-04-08 12:09:04 Not-237d [steven-rust] Thinkofname 3e8de93 - Make light effect entities 2016-04-08 12:49:01 Not-237d [steven-rust] Thinkofname pushed 2 commits to master [+0/-0/±2] https://git.io/vV1Qj 2016-04-08 12:49:02 Not-237d [steven-rust] Thinkofname 6cfef5a - Fix clicking causing the camera to flick 2016-04-08 12:49:04 Not-237d [steven-rust] Thinkofname accf01e - Fix the skin processing thread crashing on shutdown 2016-04-08 12:52:57 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-04-08 13:23:28 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-08 14:29:33 --> Akaibu (uid118096@gateway/web/irccloud.com/x-jfklfjeanojlurgd) a rejoint #mcdevs 2016-04-08 14:44:48 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 246 seconds) 2016-04-08 15:12:55 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 15:41:28 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-08 15:48:06 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 244 seconds) 2016-04-08 16:18:40 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 264 seconds) 2016-04-08 16:23:38 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-08 16:49:45 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 16:50:59 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-04-08 16:51:52 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 16:52:54 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-04-08 16:53:36 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 16:54:54 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-04-08 16:55:55 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 16:56:15 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-04-08 17:32:14 Not-237d [steven-rust] Scetch pushed 1 commit to master [+1/-0/±5] https://git.io/vVMi0 2016-04-08 17:32:15 Not-237d [steven-rust] Scetch 64ec2e4 - Cleaning up blocks a little bit. 2016-04-08 17:44:40 tktech Fenhl, Ahhh ha ha, nice revert on the client page. 2016-04-08 17:56:25 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-08 18:03:36 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 246 seconds) 2016-04-08 18:09:09 --> bantard (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-08 18:21:18 --> firefligher (~firefligh@p200300734F00478EDACB8AFFFEC91C2D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-08 18:43:03 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 276 seconds) 2016-04-08 18:56:51 Not-237d [steven-rust] Scetch pushed 1 commit to master [+0/-0/±2] https://git.io/vVMAw 2016-04-08 18:56:52 Not-237d [steven-rust] Scetch 1781d74 - Fix models to reflect Direction index changes. 2016-04-08 18:57:00 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-08 19:00:32 <-- firefligher (~firefligh@p200300734F00478EDACB8AFFFEC91C2D.dip0.t-ipconnect.de) a quitté #mcdevs ("irc.chat.quit();") 2016-04-08 19:03:38 Not-237d [steven-rust] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVMxA 2016-04-08 19:03:39 Not-237d [steven-rust] Thinkofname d8bdf94 - Improve checks to see if an entity is moving 2016-04-08 19:08:06 Gjum oh no, there is a "TRAPDOOR" node in http://wiki.vg/Plugin_channel#MC.7CDebugPath 2016-04-08 19:08:16 Gjum break *all* the mob traps! 2016-04-08 19:12:40 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2016-04-08 19:15:21 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 246 seconds) 2016-04-08 19:15:21 -- dexter0_ est maintenant connu sous le nom dexter0 2016-04-08 19:15:55 Not-ea7e [wiki] Edit by Gjum to Protocol FAQ -> http://tinyurl.com/hq4tzcj 2016-04-08 19:19:04 <-- PEMapModder (~PEMapModd@014199243132.ctinets.com) a quitté (Quit: Leaving) 2016-04-08 19:37:00 --> M4GNV5 (~M4GNV5@p5498943A.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-08 19:41:57 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-08 19:46:58 Not-237d [steven-rust] Thinkofname pushed 2 commits to master [+1/-0/±6] https://git.io/vVDTf 2016-04-08 19:47:00 Not-237d [steven-rust] Thinkofname fc82b62 - Send a MC|Brand plugin message when joining servers 2016-04-08 19:47:01 Not-237d [steven-rust] Thinkofname bfbd4fe - Clean up the protocol implementation to use generics instead of trait objects 2016-04-08 20:01:43 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-08 20:06:29 <-- bantard (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 244 seconds) 2016-04-08 20:11:09 JustASlacker ## 2016-04-08 20:12:50 <-- JustASlacker (~icke@213.83.43.18) a quitté (Remote host closed the connection) 2016-04-08 20:20:18 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-08 20:41:20 Not-237d [flying-squid] rom1504 deleted branch greenkeeper-babel-plugin-transform-runtime-6.7.5 2016-04-08 20:41:34 Not-237d [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.6 2016-04-08 21:02:42 --> legendff (~legendff@dslb-188-106-192-192.188.106.pools.vodafone-ip.de) a rejoint #mcdevs 2016-04-08 21:21:21 --> bantard (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-08 21:23:01 --> bantard_ (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-08 21:23:48 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-08 21:26:03 <-- bantard (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 244 seconds) 2016-04-08 21:38:56 --> Jode (~Jode@pool-173-48-158-177.bstnma.fios.verizon.net) a rejoint #mcdevs 2016-04-08 21:41:35 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Remote host closed the connection) 2016-04-08 21:59:35 <-- benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-04-08 22:00:06 <-- benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-04-08 22:03:14 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-04-08 22:18:59 <-- laxask_ (~lax@c213-89-112-5.bredband.comhem.se) a quitté (Quit: leaving) 2016-04-08 22:59:07 hansihe what does Max Players do in the login packet? 2016-04-08 22:59:15 hansihe Join Game packet* 2016-04-08 23:00:42 redstonehelper maybe it tells the client how big the player list can be 2016-04-08 23:00:56 redstonehelper but that's not directly related to online player count anymore :/ 2016-04-08 23:01:14 hansihe possibly 2016-04-08 23:01:54 hansihe hmm 2016-04-08 23:02:00 rom1504 "Used by the client to draw the player list" 2016-04-08 23:02:31 rom1504 yeah idk 2016-04-08 23:03:35 hansihe is it possible to update that value then after it is first set? 2016-04-08 23:03:46 hansihe if it actually does anything that is 2016-04-08 23:05:32 hansihe i guess i will deal with it if it becomes a problem 2016-04-08 23:34:18 Not-237d [steven] Thinkofname pushed 3 commits to master [+0/-0/±3] https://git.io/vVDH2 2016-04-08 23:34:19 Not-237d [steven] Thinkofname 1f91a10 - Fix teleports having the look direction inverted 2016-04-08 23:34:21 Not-237d [steven] Thinkofname 0e23e1d - Fix entities not correctly being removed on switching servers 2016-04-08 23:34:22 Not-237d [steven] Thinkofname 1df78ad - Fix handling of pitch for teleports/moves 2016-04-08 23:37:16 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-08 23:46:13 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-08 23:50:29 --> benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-08 23:59:26 <-- legendff (~legendff@dslb-188-106-192-192.188.106.pools.vodafone-ip.de) a quitté (Read error: Connection reset by peer) 2016-04-09 00:06:46 <-- barneygale (~barneygal@176.250.242.102) a quitté (Ping timeout: 252 seconds) 2016-04-09 01:10:02 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-jfklfjeanojlurgd) a quitté (Quit: Connection closed for inactivity) 2016-04-09 01:18:10 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-04-09 01:41:41 Not-237d [steven] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVyJa 2016-04-09 01:41:43 Not-237d [steven] Thinkofname e35a122 - Rework movement to improve compatibility with servers using NoCheatPlus (Fixes #35) 2016-04-09 01:57:46 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-09 01:57:52 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-09 02:05:04 <-- M4GNV5 (~M4GNV5@p5498943A.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-04-09 02:06:21 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 276 seconds) 2016-04-09 02:08:43 pokechu22 hansihe: I took a look, and it _seems_ like that field is stored but never used, at least in 1.9. 2016-04-09 02:11:44 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-09 02:12:53 Not-237d [steven] Thinkofname pushed 1 commit to master [+0/-0/±3] https://git.io/vVykt 2016-04-09 02:12:54 Not-237d [steven] Thinkofname 2acfa47 - Reduce the distance the camera lags behind the player's actual position 2016-04-09 02:13:11 rom1504 put the camera in space 2016-04-09 02:16:42 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-04-09 02:19:04 <-- bantard_ (~bantard@athedsl-308947.home.otenet.gr) a quitté (Read error: Connection reset by peer) 2016-04-09 02:28:16 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-09 02:28:16 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-09 02:48:36 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-09 02:50:11 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2016-04-09 03:15:59 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-09 03:54:10 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Remote host closed the connection) 2016-04-09 03:56:29 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-09 04:01:13 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Remote host closed the connection) 2016-04-09 04:03:27 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-09 04:09:40 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Ping timeout: 264 seconds) 2016-04-09 04:10:12 --> Akaibu (uid118096@gateway/web/irccloud.com/x-szvfebopwolnpdfu) a rejoint #mcdevs 2016-04-09 04:17:48 <-- Jode (~Jode@pool-173-48-158-177.bstnma.fios.verizon.net) a quitté (Quit: Leaving) 2016-04-09 04:54:48 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-09 05:17:16 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-09 05:17:16 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-09 06:07:31 --> redstonehelper_ (~redstoneh@p579523C9.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-09 06:07:31 <-- redstonehelper_ (~redstoneh@p579523C9.dip0.t-ipconnect.de) a quitté (Changing host) 2016-04-09 06:07:31 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-09 06:11:01 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2016-04-09 06:11:01 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-09 06:21:15 Not-ea7e [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/jvc62da 2016-04-09 06:21:18 pokechu22 For the record, 1.7.10 _did_ use the Max Players field. 1.8 and above do not use it. 2016-04-09 07:05:09 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 246 seconds) 2016-04-09 07:11:16 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-09 07:11:16 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-09 07:31:15 pokechu22 Oh my. I was looking under the "effect" packet (trying to fix the IDs) and it has this link. 2016-04-09 07:31:18 pokechu22 http://www.lb-stuff.com/Minecraft/PotionDataValues1.9pre3.txt 2016-04-09 07:31:55 pokechu22 That's not current 1.9. That's beta 1.9. Wow. 2016-04-09 07:34:47 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-09 07:40:09 Not-ea7e [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/h3d55uk 2016-04-09 07:54:11 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-09 08:13:24 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-04-09 08:14:25 Not-ea7e [wiki] Edit by Pokechu22 to File:BrewingStand-slots.png -> http://tinyurl.com/he5x6kv 2016-04-09 08:15:31 Not-ea7e [wiki] Edit by Pokechu22 to Inventory -> http://tinyurl.com/hrtjjug 2016-04-09 08:38:25 <-- Brandon15811_ (~Brandon15@2001:bc8:3111:200::) a quitté (Ping timeout: 250 seconds) 2016-04-09 08:39:44 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 244 seconds) 2016-04-09 08:39:51 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-09 09:02:44 --> Brandon15811 (~brandon15@ip98-181-1-94.br.br.cox.net) a rejoint #mcdevs 2016-04-09 09:02:48 <-- Brandon15811 (~brandon15@ip98-181-1-94.br.br.cox.net) a quitté (Client Quit) 2016-04-09 09:17:28 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2016-04-09 09:19:40 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-09 10:57:10 Not-237d [steven] Thinkofname pushed 1 commit to master [+2/-0/±7] https://git.io/vVyub 2016-04-09 10:57:12 Not-237d [steven] TheUnnamedDude 4c590f8 - Add a options/pause menu (Closes #4) 2016-04-09 11:00:00 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 246 seconds) 2016-04-09 11:36:46 --> bantard (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-09 12:11:38 Not-237d [steven] Thinkofname pushed 2 commits to master [+0/-0/±7] https://git.io/vVyaT 2016-04-09 12:11:40 Not-237d [steven] Thinkofname d5a6eb3 - Fix an attribute being larger than needed 2016-04-09 12:11:41 Not-237d [steven] Thinkofname a644f3a - Handle unused uniforms and attributes better 2016-04-09 12:20:03 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-szvfebopwolnpdfu) a quitté (Quit: Connection closed for inactivity) 2016-04-09 12:44:19 Not-237d [steven] Thinkofname pushed 1 commit to master [+0/-0/±2] https://git.io/vVyV7 2016-04-09 12:44:20 Not-237d [steven] Thinkofname bb82798 - Disable ticking completely when disconnected from a server 2016-04-09 12:49:47 <-- bantard (~bantard@athedsl-308947.home.otenet.gr) a quitté (Read error: Connection reset by peer) 2016-04-09 12:50:12 --> bantard (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-09 13:35:53 --> barneygale (~barneygal@176.250.242.102) a rejoint #mcdevs 2016-04-09 13:40:21 --> bantard_ (~bantard@athedsl-308947.home.otenet.gr) a rejoint #mcdevs 2016-04-09 13:43:16 <-- bantard (~bantard@athedsl-308947.home.otenet.gr) a quitté (Ping timeout: 264 seconds) 2016-04-09 13:52:23 --> cengizIO (~cengizIO@176.43.167.12) a rejoint #mcdevs 2016-04-09 14:07:27 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-09 14:14:48 --> M4GNV5 (~M4GNV5@p549880F3.dip0.t-ipconnect.de) a rejoint #mcdevs