2016-03-11 19:33:50 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-03-11 19:33:57 <-- progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-03-11 19:34:02 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-11 19:37:05 --> progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a rejoint #mcdevs 2016-03-11 19:39:57 <-- progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a quitté (Client Quit) 2016-03-11 19:41:43 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-11 19:55:10 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (Remote host closed the connection) 2016-03-11 20:24:36 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-11 20:34:51 --> progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a rejoint #mcdevs 2016-03-11 20:35:33 <-- progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a quitté (Client Quit) 2016-03-11 20:43:03 Not-9c26 [wiki] Edit by C4K3 to Server List Ping -> http://tinyurl.com/jep2brb 2016-03-11 20:44:13 --> progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a rejoint #mcdevs 2016-03-11 20:50:11 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-11 21:19:48 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-03-11 21:40:52 --> Akaibu (uid118096@gateway/web/irccloud.com/x-akszzorbhhaivxsz) a rejoint #mcdevs 2016-03-11 21:58:19 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 248 seconds) 2016-03-11 22:03:41 <-- progwml6 (~progwml6@n2-166-238.dhcp.drexel.edu) a quitté (Ping timeout: 240 seconds) 2016-03-11 22:07:00 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-11 22:18:32 <-- Sigfrid (~nova@207-175-114-200.fibertel.com.ar) a quitté (Remote host closed the connection) 2016-03-11 22:22:04 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-iekgdqzdbkditiaa) a rejoint #mcdevs 2016-03-11 22:31:14 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-03-11 22:32:52 <-- yorick__ (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 244 seconds) 2016-03-11 22:36:00 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 244 seconds) 2016-03-11 22:36:50 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-03-11 23:20:27 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-03-11 23:20:45 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-11 23:43:15 hansihe how would you respawn a player in another world? i would have thought the respawn packet would do it, but it warns against respawning in the same dimension 2016-03-11 23:57:07 rom15044 What about unloading all the chunks and reloading them ? 2016-03-11 23:57:24 rom15044 Or, you can pick any other dimension 2016-03-11 23:58:41 rom15044 Going to another dimension and "back" might do it first 2016-03-11 23:59:07 rom15044 I'm not sure if sending the respawn packet with the same dimension actually doesn't work though 2016-03-11 23:59:19 pokechu22 Wait, the vanilla game respawns the player in the same world just fine... 2016-03-11 23:59:33 pokechu22 Unless it's using a different packet. 2016-03-12 00:01:45 pokechu22 Maybe you just use 'join game'? 2016-03-12 00:02:20 hansihe possibly 2016-03-12 00:03:08 rom15044 pokechu22: hansihe wants same dimension different world if I understand right 2016-03-12 00:03:20 rom15044 The vanilla server certainly doesn't do that 2016-03-12 00:03:49 hansihe if i remember right from my server admin days bukkit did it just fine though 2016-03-12 00:03:58 hansihe they might be doing some tricks 2016-03-12 00:05:10 pokechu22 Let's see what bukkit does... 2016-03-12 00:10:06 pokechu22 ... ew 2016-03-12 00:10:31 pokechu22 They send two respawn packets if it's to the same dimension 2016-03-12 00:10:40 hansihe oh 2016-03-12 00:10:55 pokechu22 One of them going to a different dimension, and one of them taking them back to the right dimension. 2016-03-12 00:12:32 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-03-12 00:13:22 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-12 00:13:52 hansihe I was sorta hoping it was the Join Game packet, then you could specify a new player entity id 2016-03-12 00:14:49 hansihe Which would make it easier for a proxy to transfer a player from one world to another 2016-03-12 00:15:13 hansihe s/world/server/ 2016-03-12 00:17:43 --> barneygale_ (~barneygal@90.196.179.30) a rejoint #mcdevs 2016-03-12 00:22:56 Not-9c26 [wiki] Edit by Pokechu22 to Template:Warning2 -> http://tinyurl.com/jszyfcg 2016-03-12 00:30:09 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 244 seconds) 2016-03-12 00:30:45 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-akmdauiqsuxzdhen) a quitté (Read error: Connection reset by peer) 2016-03-12 00:30:49 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-wkxiecegigdulfxb) a quitté (Read error: Connection reset by peer) 2016-03-12 00:30:49 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 00:33:18 Not-9c26 [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/jju7eos 2016-03-12 00:33:20 Not-9c26 [wiki] Edit by Pokechu22 to Template:Warning2 -> http://tinyurl.com/zmyl6av 2016-03-12 00:37:25 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 00:42:46 --> Fenhl (sid30770@gateway/web/irccloud.com/x-eyvzwizgbswipcrx) a rejoint #mcdevs 2016-03-12 00:42:46 -- Mode #mcdevs [+v Fenhl] par ChanServ 2016-03-12 00:50:45 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-tcjtpvaasttygyhb) a rejoint #mcdevs 2016-03-12 01:00:58 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Remote host closed the connection) 2016-03-12 01:05:58 <-- barneygale_ (~barneygal@90.196.179.30) a quitté (Remote host closed the connection) 2016-03-12 01:15:01 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 248 seconds) 2016-03-12 01:50:48 --> Cxom (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a rejoint #mcdevs 2016-03-12 01:56:53 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 02:01:05 <-- mewking (54985f6d@gateway/web/freenode/ip.84.152.95.109) a quitté (Quit: Page closed) 2016-03-12 02:02:01 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-12 02:22:46 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-12 02:48:16 --> qqq3 (63ed46d5@gateway/web/freenode/ip.99.237.70.213) a rejoint #mcdevs 2016-03-12 02:48:49 <-- qqq3 (63ed46d5@gateway/web/freenode/ip.99.237.70.213) a quitté (Client Quit) 2016-03-12 03:11:55 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 248 seconds) 2016-03-12 03:37:01 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 03:57:34 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-03-12 03:57:38 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 04:02:01 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-12 04:44:20 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 04:46:20 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Remote host closed the connection) 2016-03-12 04:47:00 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-12 05:19:54 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-akszzorbhhaivxsz) a quitté (Quit: Connection closed for inactivity) 2016-03-12 05:27:04 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-12 05:27:04 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-12 05:35:05 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: So long!) 2016-03-12 05:53:27 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-12 05:53:27 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-12 05:58:28 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 06:02:33 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-12 06:06:50 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Remote host closed the connection) 2016-03-12 06:32:23 --> Akaibu (uid118096@gateway/web/irccloud.com/x-ybmuuegvrlekvefo) a rejoint #mcdevs 2016-03-12 06:48:28 AlphaBlend Running 33897ms behind, skipping 677 tick(s) 2016-03-12 06:48:30 AlphaBlend aaaaaaaaaahhhhhhhhhh 2016-03-12 06:49:05 AlphaBlend we're running pre1, but i don't even know if that's an issue with the minecraft server, or the system configuration 2016-03-12 06:50:25 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 06:50:32 pokechu22 I know that my craftbukkit 1.9 build does that, but I haven't updated it... 2016-03-12 06:51:14 AlphaBlend well this puzzles me, we hardly had any lag on CraftBukkit 1.8.8, and this time around on vanilla 1.9 we've had so much lag 2016-03-12 06:51:17 AlphaBlend so that is puzzling 2016-03-12 06:55:35 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2016-03-12 06:58:50 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-12 07:02:19 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2016-03-12 07:02:19 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-12 07:43:49 <-- pokechu22 (32234925@gateway/web/freenode/ip.50.35.73.37) a quitté (Quit: Page closed) 2016-03-12 07:59:15 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 08:03:41 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-12 08:12:48 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: So long!) 2016-03-12 08:17:39 ackpacket AlphaBlend: you could try profiling and see where you're going wrong. You may even be able to narrow it down to a specific iteration that "ate" those 34 seconds 2016-03-12 08:17:47 ackpacket AlphaBlend: depending on what kind of trouble you want to go through :3 2016-03-12 08:18:02 ackpacket AlphaBlend: what kind of server do you run? 2016-03-12 08:20:52 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 08:28:10 --> RenegadeEagle__ (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 08:34:37 <-- RenegadeEagle__ (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Leaving) 2016-03-12 08:34:44 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Leaving) 2016-03-12 08:35:34 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 09:04:27 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 09:08:34 --> RenegadeEagle_ (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 09:18:39 <-- RenegadeEagle_ (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2016-03-12 09:18:39 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Read error: Connection reset by peer) 2016-03-12 09:28:06 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-12 09:31:42 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-12 09:31:42 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-12 09:41:22 --> yorick__ (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-03-12 09:44:09 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 240 seconds) 2016-03-12 09:51:41 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-03-12 09:53:25 <-- yorick__ (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 248 seconds) 2016-03-12 09:54:06 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 252 seconds) 2016-03-12 10:00:39 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 268 seconds) 2016-03-12 10:29:54 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-ybmuuegvrlekvefo) a quitté (Quit: Connection closed for inactivity) 2016-03-12 10:36:26 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2016-03-12 10:42:51 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 10:51:05 --> mewking (54985f6d@gateway/web/freenode/ip.84.152.95.109) a rejoint #mcdevs 2016-03-12 11:30:10 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 11:36:10 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 12:00:50 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 12:00:54 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-03-12 12:03:22 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-12 12:05:07 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-12 12:13:20 --> Cxom_ (~Trinoxtio@2601:248:4200:4876:6541:5f64:216e:9af3) a rejoint #mcdevs 2016-03-12 12:15:01 <-- Cxom (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a quitté (Ping timeout: 260 seconds) 2016-03-12 12:15:33 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 12:31:49 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Read error: Connection reset by peer) 2016-03-12 12:37:45 --> theelix (~theelix@151.54.80.25) a rejoint #mcdevs 2016-03-12 12:39:41 <-- theelix (~theelix@151.54.80.25) a quitté (Client Quit) 2016-03-12 12:40:44 --> alex154 (~alex154@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-12 12:42:06 <-- alex154 (~alex154@ppp-94-65-187-194.home.otenet.gr) a quitté (Client Quit) 2016-03-12 12:44:28 --> bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-12 13:24:31 <-- AlphaBlend (~whizkid30@pool-71-118-183-40.lsanca.fios.verizon.net) a quitté (Ping timeout: 276 seconds) 2016-03-12 13:49:46 <-- JustASlacker (~icke@213.83.43.18) a quitté (Remote host closed the connection) 2016-03-12 13:59:40 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 14:01:48 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 14:05:43 <-- JustASlacker (~icke@213.83.43.18) a quitté (Remote host closed the connection) 2016-03-12 14:06:01 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-12 14:16:58 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-12 14:18:27 yawkat can someone confirm that 45 is the right slot for the off-hand? 2016-03-12 14:19:11 yawkat if that is the case i will update the wiki with the new inventory layout: https://s.yawk.at/K00d 2016-03-12 14:32:08 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 14:35:43 <-- JustASlacker (~icke@213.83.43.18) a quitté (Remote host closed the connection) 2016-03-12 14:35:54 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 14:36:08 <-- JustASlacker (~icke@213.83.43.18) a quitté (Read error: Connection reset by peer) 2016-03-12 14:36:15 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 14:57:12 hansihe rom1504: 2016-03-12 14:57:15 hansihe whoops 2016-03-12 14:58:58 hansihe just thought i would nitpick, in minecraft-data, the play protocol state is just "play", while the handshake protocol state is "handshaking" 2016-03-12 14:59:32 hansihe this is really minor, probably not worth the effort of fixing, just thought i would point it out though 2016-03-12 15:00:51 rom1504 going in that issue https://github.com/PrismarineJS/minecraft-data/issues/27#issuecomment-195746589 2016-03-12 15:01:03 rom1504 idk about our names 2016-03-12 15:01:15 rom1504 we're half following wiki.vg, half following protocollib 2016-03-12 15:01:21 rom1504 there are okay arguments for both 2016-03-12 15:01:52 rom1504 and changing stuff is annoying for users, so I'm waiting for a good way to solve this before changing these names 2016-03-12 15:02:23 rom1504 (I mean I only want to change them one time) 2016-03-12 15:03:30 rom1504 I think a solution for now might be to just have a small name_mapping.json somewhere if you want to use other names ;) 2016-03-12 15:09:49 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-iekgdqzdbkditiaa) a quitté (Quit: Connection closed for inactivity) 2016-03-12 15:13:51 hansihe yep, i'm just gonna hardcode handshaking to handshake, not a big deal 2016-03-12 15:15:09 hansihe but yeah, it makes sense to fix as much as possible in a single batch, makes things easier 2016-03-12 15:29:57 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 248 seconds) 2016-03-12 15:30:05 Not-9c26 [wiki] Edit by Yawkat to File:Inventory-slots.png -> http://tinyurl.com/b7l88me 2016-03-12 15:45:59 <-- bildramer (~bildramer@ppp-94-68-85-68.home.otenet.gr) a quitté (Quit: there is no antimemetics division) 2016-03-12 15:50:26 --> jnz (~chatzilla@46.173.6.42) a rejoint #mcdevs 2016-03-12 15:50:38 -- jnz est maintenant connu sous le nom nerdnerd 2016-03-12 15:59:18 --> AlphaBlend (~whizkid30@pool-71-118-183-40.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-03-12 16:10:23 nerdnerd Hello. Does anyone know what is the right structure of serverbound Place Block event in 1.9? 2016-03-12 16:10:32 nerdnerd NMP and wiki.vg contradict each other, and ProtocolLib showed it to have a totally different id 246, what the hell 2016-03-12 16:28:27 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:29:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:29:14 --> redstonehelper (~redstoneh@p5795263F.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-12 16:29:14 <-- redstonehelper (~redstoneh@p5795263F.dip0.t-ipconnect.de) a quitté (Changing host) 2016-03-12 16:29:14 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-12 16:29:34 <-- Guest45658 (~Charles@46.101.12.90) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:29:42 --> Charles (~Charles@46.101.12.90) a rejoint #mcdevs 2016-03-12 16:30:05 -- Charles est maintenant connu sous le nom Guest57978 2016-03-12 16:30:12 <-- Aikar (~Aikar@wikia/Aikar) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:30:13 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:30:13 <-- benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-03-12 16:30:22 --> benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-03-12 16:35:08 --> Aikar (~Aikar@wikia/Aikar) a rejoint #mcdevs 2016-03-12 16:35:29 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2016-03-12 16:35:58 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-12 16:41:16 Gjum nerdnerd: are you running the correct nmp and minecraft-data version? the wiki matches mcdata which is used by nmp. and protocollib seems to have not updated yet https://github.com/aadnk/ProtocolLib/commit/05c7da17b95a76b76e1e826add081ad20539f128 2016-03-12 16:52:22 AlphaBlend ackpacket: we're running vanilla right now, so it might not be worth my time 2016-03-12 17:08:53 --> Cxom2 (~Trinoxtio@2601:248:4200:4876:6541:5f64:216e:9af3) a rejoint #mcdevs 2016-03-12 17:09:30 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-03-12 17:09:44 --> bantard_ (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-12 17:10:18 --> Djinnibone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2016-03-12 17:10:18 -- Mode #mcdevs [+v Djinnibone] par ChanServ 2016-03-12 17:11:37 --> JonasOSDever_ (~jp@play2win.io) a rejoint #mcdevs 2016-03-12 17:12:26 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:26 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-eyvzwizgbswipcrx) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:27 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:28 <-- cnr (~connor@unaffiliated/conehead) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:28 <-- winny (~winny@unaffiliated/winstonw) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:29 <-- Aikar (~Aikar@wikia/Aikar) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:29 <-- JonasOSDever (~jp@play2win.io) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:30 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:30 <-- Cxom_ (~Trinoxtio@2601:248:4200:4876:6541:5f64:216e:9af3) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:12:31 --> Aikar (~Aikar@web01.starlis.com) a rejoint #mcdevs 2016-03-12 17:12:32 -- balrog_ est maintenant connu sous le nom balrog 2016-03-12 17:12:32 -- Djinnibone est maintenant connu sous le nom Dinnerbone 2016-03-12 17:12:32 <-- Aikar (~Aikar@web01.starlis.com) a quitté (Changing host) 2016-03-12 17:12:32 --> Aikar (~Aikar@wikia/Aikar) a rejoint #mcdevs 2016-03-12 17:12:33 --> winny1 (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2016-03-12 17:12:52 <-- bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Ping timeout: 246 seconds) 2016-03-12 17:13:18 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-03-12 17:13:27 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-03-12 17:13:37 --> Fenhl (sid30770@gateway/web/irccloud.com/x-qxzxayodcglefuox) a rejoint #mcdevs 2016-03-12 17:13:37 -- Mode #mcdevs [+v Fenhl] par ChanServ 2016-03-12 17:14:28 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-03-12 17:24:07 rom1504 nerdnerd: you need to put "version":"1.9" in createServer if you want 1.9 ;) 2016-03-12 17:25:57 nerdnerd sorry, NMP works fine and protocollib doesn't display proper ids 2016-03-12 17:27:46 nerdnerd my problem is that i had a bot on a server where players are teleported by right-clicking on the signs (a block_place event) and it stopped working after the server updated to 1.9 2016-03-12 17:31:40 nerdnerd I send block_place and it doesn't do anything. I tested it on a local server with protocollib, but the bot seems to send the same packets as the vanilla client 2016-03-12 17:32:09 javaprophet Doesn't kick you or nothing? 2016-03-12 17:32:10 Gjum nerdnerd: I'm pretty sure protocollib has the old packet IDs in the file I linked 2016-03-12 17:32:59 Gjum btw javaprophet: your chunk reading is still wrong ;) the palette is per section, you read it per column. it works for 1-section chunks just fine though :D 2016-03-12 17:33:22 javaprophet Really? Jesus. :P 2016-03-12 17:34:51 rom1504 nerdnerd: a bot made with what ? 2016-03-12 17:34:55 javaprophet Is there any specs on that Gjum? 2016-03-12 17:35:02 nerdnerd rom1504: nmp 2016-03-12 17:35:04 Gjum javaprophet: http://wiki.vg/SMP_Map_Format 2016-03-12 17:35:28 javaprophet Oh, I see. 2016-03-12 17:36:14 rom1504 nerdnerd: can I see the code where you send block_place ? 2016-03-12 17:36:53 javaprophet Fixed, thanks. 2016-03-12 17:37:12 javaprophet I can't push it atm, I have a bunch of broken rendering code as I implement chunk VAOs. 2016-03-12 17:37:34 Gjum sure 2016-03-12 17:37:51 Gjum can you still pastebin it? doing checks with it locally atm 2016-03-12 17:38:33 javaprophet http://hastebin.com/ogurunawig.coffee 2016-03-12 17:38:51 Gjum ty 2016-03-12 17:38:53 javaprophet np 2016-03-12 17:39:28 rom1504 much if very else if 2016-03-12 17:39:46 javaprophet :D 2016-03-12 17:40:23 rom1504 these readPacket and writePacket function 2016-03-12 17:40:40 rom1504 you definitely don't over-engineer :d 2016-03-12 17:40:46 hansihe Just saw the new minecraft-data protocol schema. Seems to actually provide less flexibility with how you want to implement your encoder/decoder 2016-03-12 17:41:24 javaprophet rom, I could have done a function map or something like that, but I went with this. 2016-03-12 17:41:37 javaprophet It was originally for 1.8, only took me an hour or two to reorder and update. 2016-03-12 17:41:40 nerdnerd rom1504: client.write("arm_animation",{}); client.write("block_place",{location:vec3(1399,5,1293),direction:1,heldItem:-1,cursorX:8,cursorY:8,cursorZ:8}); 2016-03-12 17:41:47 rom1504 hansihe: how so ? you can always ignore the mapper if you want to just use ids 2016-03-12 17:41:50 nerdnerd as simple as that. and it used it work 2016-03-12 17:42:11 rom1504 hansihe: the new protocol schema has only types, instead of making a packet/type distinction 2016-03-12 17:42:25 hansihe yeah, i see 2016-03-12 17:42:30 Gjum nerdnerd: block place sends the hand in 1.9 i believe 2016-03-12 17:42:44 Gjum instead of held item 2016-03-12 17:42:52 hansihe well, if you ignore the mapper you need to add logic to lookup the packet names and ids from the mapper 2016-03-12 17:43:08 hansihe it just makes it more complicated 2016-03-12 17:43:24 rom1504 you need logic to do id<->name somewhere anyway 2016-03-12 17:45:10 rom1504 nerdnerd: http://prismarinejs.github.io/minecraft-data/?v=1.9&d=protocol#toServer_block_place 2016-03-12 17:45:23 hansihe yeah, but the way i do it in elixir is that every packet is a module name, so that's my name<->id 2016-03-12 17:46:02 rom1504 yeah then in that case you need to add a little more code to read the mapping and do what you need with it indeed 2016-03-12 17:46:24 hansihe yep 2016-03-12 17:46:42 hansihe well, not a big deal, it just seems to have gotten more complicated to use 2016-03-12 17:46:58 hansihe unless you use the mapper that is 2016-03-12 17:47:59 rom1504 well, truly the ids are part of the packet type, not each packet 2016-03-12 17:48:24 hansihe yeah, that's fair 2016-03-12 17:48:26 rom1504 the vanilla code doesn't store the ids in the packet classes for example 2016-03-12 17:55:34 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: So long!) 2016-03-12 18:00:34 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 18:03:08 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-12 18:03:08 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-12 18:03:12 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 18:04:31 --> pokechu22 (32234925@gateway/web/freenode/ip.50.35.73.37) a rejoint #mcdevs 2016-03-12 18:07:41 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-12 18:16:49 <-- mewking (54985f6d@gateway/web/freenode/ip.84.152.95.109) a quitté (Quit: Page closed) 2016-03-12 18:25:29 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-03-12 18:26:40 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 18:46:46 --> nerdnerd_ (~chatzilla@46.173.6.42) a rejoint #mcdevs 2016-03-12 18:47:11 <-- nerdnerd (~chatzilla@46.173.6.42) a quitté (Ping timeout: 240 seconds) 2016-03-12 18:47:26 -- nerdnerd_ est maintenant connu sous le nom nerdnerd 2016-03-12 18:53:29 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Quit: Sleep time...) 2016-03-12 19:09:22 --> morfin60 (~morfin@morfin.telenet.ru) a rejoint #mcdevs 2016-03-12 19:10:11 <-- morfin (~morfin@morfin.telenet.ru) a quitté (Ping timeout: 264 seconds) 2016-03-12 19:10:28 -- morfin60 est maintenant connu sous le nom morfin 2016-03-12 19:11:23 Gjum javaprophet: tested your chunk code, getting the similar unknown palette keys as with my code 2016-03-12 19:12:03 javaprophet Didn't Gr um say that it wasn't worth the performance loss to fix? I figure we outgha treat em like air right? 2016-03-12 19:15:52 Gjum javaprophet: no, I don't mean unused palette entries, but block data array entries not being found in the palette, eg. palette has 17 entries, but data array has values like 20, 26 etc 2016-03-12 19:16:17 javaprophet I know that 2016-03-12 19:16:36 Gjum which means there are blocks that are server-only 2016-03-12 19:16:52 javaprophet Yes, and I *think* we should just treat em like air. 2016-03-12 19:17:18 javaprophet Grum, should we treat invalid palette entries as air? 2016-03-12 19:17:53 Gjum that would be super weird 2016-03-12 19:18:18 Gjum hmm maybe they would wrap around, ie. key % palette_len 2016-03-12 19:18:40 javaprophet It's testable for sure. 2016-03-12 19:19:30 Gjum javaprophet: for reference https://gist.github.com/Gjum/bb7fb540642a8409456d 2016-03-12 19:20:28 javaprophet Hmmm 2016-03-12 19:20:42 Gjum (palette has 17 entries for that section) 2016-03-12 19:24:26 Gjum did the block ids change in 1.9.1? 2016-03-12 19:24:38 javaprophet I don't think substantially like the packets. 2016-03-12 19:24:42 javaprophet A few new ones for sure. 2016-03-12 19:25:33 Gjum because I'm getting iron ore where there certainly isn't iron ore... 2016-03-12 19:25:52 Gjum or does it spawn in swamps next to tree trunks now 2016-03-12 19:26:06 rom1504 I doubt they changed the block ids 2016-03-12 19:26:15 rom1504 they usually add new ones, but keep the old ones stable 2016-03-12 19:26:30 rom1504 (the block ids are more exposed to users than packets ids) 2016-03-12 19:27:08 Gjum https://gist.github.com/Gjum/ff1f25bd11bdcd4049ac 2016-03-12 19:27:27 pokechu22 ... they shouldn't have changed block IDs, but that's something I can test with burger. 2016-03-12 19:27:38 Gjum line 1219 https://gist.github.com/Gjum/ff1f25bd11bdcd4049ac#file-blocknames-txt-L1219 2016-03-12 19:28:47 Gjum is there any other non-notchian chunk data packet implementation I can look at?D 2016-03-12 19:35:16 rom1504 Gjum: is your y correct ? 2016-03-12 19:35:37 rom1504 (taking into account the bitmask correctly and all) 2016-03-12 19:35:47 Gjum int b = blocks[x + 16*z + 256*y]; 2016-03-12 19:36:12 Gjum and y is per section 2016-03-12 19:36:22 Gjum bitmask is right 2016-03-12 19:36:44 pokechu22 No changes to blocks between 1.9.1-pre3 and 1.9. We did get a few new translation strings though. 2016-03-12 19:37:00 Gjum ty 2016-03-12 19:37:24 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-12 19:37:24 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-12 19:42:34 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-12 19:44:12 pokechu22 You say you saw iron next to swamp trees. Can you screenshot that? I can guess at a few other blocks that it should be. 2016-03-12 19:45:21 Gjum pokechu22: it's obviously not there in vanilla, but when I parse the chunk data Iget it. line 1219 https://gist.github.com/Gjum/ff1f25bd11bdcd4049ac#file-blocknames-txt-L1219 2016-03-12 19:46:13 rom1504 Gjum: what's the block at that position in vanilla ? 2016-03-12 19:46:59 Gjum when I was there yesterday it was not iron. brb launching mc 2016-03-12 19:50:45 Meeeh http://imgur.com/Yd6WkDn 2016-03-12 19:50:58 Meeeh what is that weird command block? 2016-03-12 19:51:07 Meeeh on the right 2016-03-12 19:51:18 javaprophet I noticed that texture in my atlas earlier,. 2016-03-12 19:51:41 Gjum command blocks are directional now 2016-03-12 19:51:46 Meeeh it is for 127:* and above 2016-03-12 19:51:50 Meeeh ugh 2016-03-12 19:51:59 Meeeh 137:8 and above 2016-03-12 19:52:00 Meeeh :D 2016-03-12 19:52:27 Gjum and there are some other changes, signal forwarding for example 2016-03-12 19:52:35 pokechu22 There are also 3 different types of command blocks, with different colors. 2016-03-12 19:53:02 pokechu22 I think the bent version means... something with whether it needs power? 2016-03-12 19:53:02 Gjum Meeeh: looked it up, the right one is in "conditional mode" 2016-03-12 19:53:22 Gjum http://minecraft.gamepedia.com/Command_Block#Modification 2016-03-12 19:53:34 pokechu22 Look in F3 and see what the metadata for it is. 2016-03-12 19:53:38 Gjum "Conditional": The command block should only execute its command if the command block behind it executed successfully 2016-03-12 19:53:47 Meeeh weird, on wiki they also say 2016-03-12 19:53:53 Meeeh 0x8 Unused but if set produces command block facings similar to those without the bit set. 2016-03-12 19:54:45 Gjum is that in tile entity data? 2016-03-12 19:55:03 Meeeh in block state http://minecraft.gamepedia.com/Command_Block#Block_state 2016-03-12 19:55:06 Meeeh ugh 2016-03-12 19:55:07 Meeeh no 2016-03-12 19:55:15 Meeeh in block data 2016-03-12 19:55:27 Meeeh http://minecraft.gamepedia.com/Command_Block#Block_data 2016-03-12 19:55:55 Gjum ah right 2016-03-12 19:56:41 Meeeh also "6 and 7 are unused but produce command blocks facing down and up respectively" 2016-03-12 19:56:58 <-- XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a quitté (Ping timeout: 268 seconds) 2016-03-12 19:57:11 Meeeh seems to be invalid too, but not sure, I currently need test on some 03a snapshot :D 2016-03-12 20:00:15 pokechu22 It's conditional mode for 8. 2016-03-12 20:00:17 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-qnecpiapqffbcfbm) a rejoint #mcdevs 2016-03-12 20:00:26 pokechu22 return ((EnumFacing)state.getValue(FACING)).getIndex() | (((Boolean)state.getValue(CONDITIONAL)).booleanValue() ? 8 : 0); 2016-03-12 20:02:04 pokechu22 Dunno if it's actually used. But that bit is definitely for that part of metadata. 2016-03-12 20:02:56 --> morfin60 (~morfin@morfin.telenet.ru) a rejoint #mcdevs 2016-03-12 20:04:07 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 20:05:23 <-- morfin (~morfin@morfin.telenet.ru) a quitté (Ping timeout: 264 seconds) 2016-03-12 20:08:09 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-12 20:09:03 Not-9c26 [wiki] Edit by Pokechu22 to Client List -> http://tinyurl.com/gth28w5 2016-03-12 20:09:19 Gjum wow. I placed some wool for testing, and now I get way too many wool blocks when decoding 2016-03-12 20:09:42 Gjum ... even with javaprophet's code 2016-03-12 20:10:08 javaprophet Interesting, but not in MC notchian? 2016-03-12 20:10:13 Gjum while ignoring blocks not in the palette 2016-03-12 20:10:21 Gjum mc displays everything fine 2016-03-12 20:10:28 javaprophet try wrapping it like you thought of? 2016-03-12 20:10:43 javaprophet in my impl, i shift backwards 2016-03-12 20:10:46 Gjum did that, didnt help 2016-03-12 20:11:00 Gjum I do block % palette_len 2016-03-12 20:11:05 javaprophet I let it shift backwards when one isn't in the palette because I don't have a special case yet. 2016-03-12 20:11:21 javaprophet So it should shift the rest of the blocks in the chunk 2016-03-12 20:11:56 Gjum oh you mean skip the entry, but keep the index? 2016-03-12 20:12:07 javaprophet Yes 2016-03-12 20:12:16 Gjum didnt think of that, hmm 2016-03-12 20:12:51 Gjum I need `bo` for that right? 2016-03-12 20:14:52 Gjum https://imgur.com/0bATpGW and https://gist.github.com/Gjum/4b236555d17be045c644 2016-03-12 20:15:23 javaprophet Hmm? 2016-03-12 20:15:28 Gjum ctrl+f 35 2016-03-12 20:15:31 Gjum way too many 2016-03-12 20:15:46 Gjum that's without skipping though 2016-03-12 20:16:30 Gjum but skipping would only move them, not remove them, because I would skip just the 5 bits right? 2016-03-12 20:20:07 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 20:21:12 -- morfin60 est maintenant connu sous le nom morfin 2016-03-12 20:22:30 hansihe rom1504: could probably go digging through the source for this, but how does protodef deal with resolving types? 2016-03-12 20:23:05 hansihe it seems to at least look at siblings in the same object it's in 2016-03-12 20:23:24 hansihe but you can also use types from the "types" object in the top level 2016-03-12 20:23:37 rom1504 it always use .types 2016-03-12 20:23:50 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-03-12 20:24:10 rom1504 I'm not sure exaclty what is your question though 2016-03-12 20:24:30 rom1504 ah 2016-03-12 20:24:32 rom1504 I understand 2016-03-12 20:24:57 rom1504 you add the types at the top level, then the types for your direction/state 2016-03-12 20:25:20 rom1504 then you can use all these types at any time 2016-03-12 20:25:48 rom1504 https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/transforms/serializer.js#L10 2016-03-12 20:26:36 <-- morfin (~morfin@morfin.telenet.ru) a quitté 2016-03-12 20:27:08 hansihe ahh, i see 2016-03-12 20:27:09 hansihe thanks 2016-03-12 20:28:17 hansihe yeah, i thought it might have been built into the protodef library 2016-03-12 20:28:47 rom1504 the protocol.json structure is currently not build into protodef. protodef just has addTypes currently 2016-03-12 20:28:54 rom1504 but it might move there at some point 2016-03-12 20:34:29 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 20:35:46 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Client Quit) 2016-03-12 20:37:09 javaprophet http://i.imgur.com/LoPXSCb.png :D 2016-03-12 20:43:04 hansihe rom1504: just to be sure, a type definition in always either just a string (type name) or a 2-array [name, arguments]? 2016-03-12 20:43:18 hansihe hope it's fine i ask a couple of questions about it 2016-03-12 20:43:25 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-12 20:46:03 rom1504 hansihe: yes it's always that, have a look at https://github.com/roblabla/ProtoDef/blob/master/doc/datatypes.md or https://github.com/PrismarineJS/minecraft-data/blob/master/schemas/protocol_schema.json 2016-03-12 20:46:46 rom1504 hansihe: you are trying to use the protocol.json for mchex ? 2016-03-12 20:47:01 hansihe yeah 2016-03-12 20:47:42 hansihe i actually refactored protocol stuff and put it into a separate package 2016-03-12 20:47:48 rom1504 ah nice 2016-03-12 20:48:00 hansihe thought i would try to get a proper protocol implementation in there 2016-03-12 20:48:22 hansihe now i'm just implementing a protodef compiler for it 2016-03-12 20:49:14 rom1504 ah yeah that's cool. I'm currently experimenting with compiling stuff in protodef, because the resulting code is faster than doing everything at runtime 2016-03-12 20:49:27 hansihe yep 2016-03-12 20:49:53 hansihe elixir is a really cool language for it, everything you put outside of a function definition is run at compile time 2016-03-12 20:50:38 rom1504 we have types tests in json now btw https://github.com/roblabla/ProtoDef/blob/master/test/dataTypes/numeric.json , that can be useful to know if your implementation works right 2016-03-12 20:51:21 hansihe ah, nice 2016-03-12 20:51:30 hansihe thanks, i'll use that 2016-03-12 20:57:48 hansihe this actually reminds me of something i did a while ago 2016-03-12 20:58:16 hansihe https://github.com/hansihe/pymcprotocol/blob/master/packets/play/clientbound.py 2016-03-12 20:58:20 hansihe that was in 2013 2016-03-12 21:00:06 hansihe the protodef format is a lot nicer though 2016-03-12 21:00:27 rom1504 hansihe: https://gist.github.com/rom1504/7b4c0cc29fb03122b6a5#list-of-files-representing-the-minecraft-protocol 2016-03-12 21:00:54 rom1504 yeah your python one is in there ^^ 2016-03-12 21:01:20 hansihe ah, right :) 2016-03-12 21:01:39 rom1504 everybody making his own macro thingy 2016-03-12 21:04:43 hansihe too bad json can't have comments 2016-03-12 21:05:15 <-- nerdnerd (~chatzilla@46.173.6.42) a quitté (Quit: ChatZilla 0.9.92 [Firefox 47.0a2/20160312004006]) 2016-03-12 21:06:54 rom1504 we planned on putting description/notes in a protocol_comments.json 2016-03-12 21:07:16 rom1504 that's better anyway, so the protocol.json stay just the protocol 2016-03-12 21:08:29 rom1504 roblabla worked on that some time ago but it didn't get finished yet https://github.com/PrismarineJS/minecraft-data/pull/56/files 2016-03-12 21:08:52 rom1504 (the idea was displaying these comments at http://prismarinejs.github.io/minecraft-data/?d=protocol ) 2016-03-12 21:15:06 hansihe yeah, good point 2016-03-12 21:24:12 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2016-03-12 21:24:34 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-12 21:34:31 --> bildramer (~bildramer@ppp-94-67-126-6.home.otenet.gr) a rejoint #mcdevs 2016-03-12 21:47:37 <-- bantard_ (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Quit: Leaving) 2016-03-12 21:49:20 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Quit: _123DMWM) 2016-03-12 21:50:37 --> Sudzzy (~Sudzzy@2607:5300:60:326e::1) a rejoint #mcdevs 2016-03-12 21:50:43 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-12 21:58:09 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 21:58:13 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Client Quit) 2016-03-12 21:58:52 --> RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2016-03-12 22:04:33 --> XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a rejoint #mcdevs 2016-03-12 22:04:33 -- Mode #mcdevs [+v XorBoole] par ChanServ 2016-03-12 22:04:52 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-12 22:09:27 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 260 seconds) 2016-03-12 22:15:58 <-- RenegadeEagle (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Leaving) 2016-03-12 22:57:16 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-12 23:06:48 rom1504 so udp is kind of weird. We're trying to build a mcpe server, and I was like "yeah let's just switch the tcp module for an udp one". Turns out it's not so simple :d. No connection, no client/server, got to bind in the client if you want to get messages,... 2016-03-12 23:07:17 javaprophet TCP clients bind to sockets too, thats normal. 2016-03-12 23:07:20 rom1504 I kind of knew that udp!=tcp but well ^^ 2016-03-12 23:07:30 rom1504 ah 2016-03-12 23:07:34 rom1504 tcp clients got a port ? 2016-03-12 23:07:44 rom1504 because udp ones do 2016-03-12 23:07:51 javaprophet Set bind-port to 0, and it will act like TCP, where the Os automatically sets that up. 2016-03-12 23:07:58 javaprophet Yes. 2016-03-12 23:08:03 rom1504 oh interesting 2016-03-12 23:08:04 javaprophet Usually large, >20000 2016-03-12 23:10:08 rom1504 okay, I guess it's more that there are less udp users in node, must be why the api is so much more low level than the tcp one 2016-03-12 23:10:28 javaprophet Yes, probably. 2016-03-12 23:10:32 javaprophet Why are you using node? 2016-03-12 23:10:39 javaprophet Especially for non-http things? 2016-03-12 23:11:15 rom1504 because it works well ! node is pretty good with network thanks to its async functionnality and all 2016-03-12 23:11:28 rom1504 I maintain https://github.com/PrismarineJS/node-minecraft-protocol and stuff on top of that 2016-03-12 23:11:41 javaprophet I see. How is the performance? 2016-03-12 23:12:05 rom1504 pretty good 2016-03-12 23:12:15 rom1504 I didn't quite compare to other implementation perf though 2016-03-12 23:12:38 rom1504 but we didn't have much problem with the network side for perf anyway 2016-03-12 23:13:20 rom1504 the mcpe thing is new though, still trying to make a basic raknet implementation work 2016-03-12 23:13:59 javaprophet Interesting, I've not played with MCPE at all. 2016-03-12 23:14:26 rom1504 the reason why I used node initially was because when I started doing minecraft stuff, the only bot framework really usable was mineflayer, and it was node 2016-03-12 23:14:48 javaprophet I used Java initially, but I coded my own apis and such. 2016-03-12 23:17:39 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-03-12 23:18:22 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-12 23:29:50 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-qnecpiapqffbcfbm) a quitté (Quit: Connection closed for inactivity) 2016-03-12 23:48:38 <-- dav1d (~dav1d@unaffiliated/dav1d) a quitté (Quit: nothing to see) 2016-03-12 23:49:17 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-xqtyfujrckiirrcs) a rejoint #mcdevs 2016-03-12 23:51:36 --> dav1d (~dav1d@unaffiliated/dav1d) a rejoint #mcdevs 2016-03-13 00:05:37 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 00:10:26 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 252 seconds) 2016-03-13 00:12:05 hansihe rom1504: you know off the top of your head if the switch conditional in protodef looks for the compareTo field in the parent container only or if it looks in every parent container? 2016-03-13 00:15:17 rom1504 in the parent container, if it's in a parent container it uses ../../../field syntax 2016-03-13 00:15:25 rom1504 that's used only a few times in protocol.json 2016-03-13 00:16:08 rom1504 that's the function that look it up https://github.com/roblabla/ProtoDef/blob/master/src/utils.js#L2 2016-03-13 00:16:46 rom1504 and it's used there https://github.com/PrismarineJS/minecraft-data/blob/master/data/1.9/protocol.json#L1792 2016-03-13 00:17:05 rom1504 packet_player_info, only packet that is complex enough to need that stuff 2016-03-13 00:17:37 hansihe ah, .. syntax makes it easier 2016-03-13 00:18:17 hansihe i was worried i was gonna have to traverse upwards and look for the first match 2016-03-13 00:18:19 hansihe thanks 2016-03-13 00:22:07 hansihe oh, while i'm at it, .. should not be able to cross the boundary between types, right? 2016-03-13 00:22:31 hansihe say you define a custom type, you can't .. out of that type and look for a field? 2016-03-13 00:24:56 rom1504 protodef implementaton currently can do that 2016-03-13 00:25:03 rom1504 not sure if that's a good thing though 2016-03-13 00:25:37 rom1504 we're not using that behavior in the protocol.json 2016-03-13 00:27:00 hansihe if it gets inconvenient I won't implement it, I'll see 2016-03-13 00:39:05 hansihe sorry for the barrage of questions, how is this https://github.com/PrismarineJS/minecraft-data/blob/master/data/1.8/protocol.json#L2690 handled? can you use hex numbers in switch as well? 2016-03-13 00:40:32 rom1504 yeah. it's using the fact that in js "0x0F"==15. It's kind of hacky but at the same time it makes some sense 2016-03-13 00:41:22 rom1504 I mean, it's certainly better than putting decimal ids in the .json 2016-03-13 00:42:06 hansihe "0x07" == 7 2016-03-13 00:42:06 hansihe true 2016-03-13 00:42:10 hansihe haha, alright 2016-03-13 00:42:13 rom1504 if you have a language with better types than js, I guess that should go into switch implementation 2016-03-13 00:42:39 hansihe yep 2016-03-13 00:42:41 rom1504 heh, let's see what php thinks about that 2016-03-13 00:43:30 rom1504 echo '' | php 2016-03-13 00:43:31 rom1504 1 2016-03-13 00:43:36 rom1504 :) 2016-03-13 00:43:43 rom1504 at least the hack is consistent 2016-03-13 00:44:10 rom1504 I bet elixir doesn't do that :p 2016-03-13 00:44:30 hansihe iex(1)> "0x07" == 7 2016-03-13 00:44:30 hansihe false 2016-03-13 00:44:39 hansihe i am not very sad about it :P 2016-03-13 00:44:47 hansihe but yeah, i'll do it in my switch impl 2016-03-13 00:45:37 hansihe it would be nice to explicitly document what you are allowed to do and what you can't do in switches 2016-03-13 00:47:44 rom1504 oh wait 2016-03-13 00:47:57 rom1504 switch actually can't do that 2016-03-13 00:48:01 rom1504 it's the mapper that can 2016-03-13 00:48:23 hansihe switch uses a dict then? 2016-03-13 00:48:29 hansihe while mapper uses equality? 2016-03-13 00:48:55 rom1504 yes 2016-03-13 00:49:06 hansihe right 2016-03-13 00:49:20 rom1504 the mapper need to map the values both ways 2016-03-13 00:49:26 rom1504 while the switch doesn't need to 2016-03-13 00:52:44 rom1504 https://github.com/roblabla/ProtoDef/commit/84a8754ea1638e7fe821267450d90ae270c14754 added to the doc 2016-03-13 00:53:10 hansihe neat, thanks 2016-03-13 01:04:38 --> redstonehelper_ (~redstoneh@p57952037.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-13 01:04:38 <-- redstonehelper_ (~redstoneh@p57952037.dip0.t-ipconnect.de) a quitté (Changing host) 2016-03-13 01:04:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-13 01:06:47 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2016-03-13 01:06:47 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-13 01:41:24 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-13 01:47:21 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 240 seconds) 2016-03-13 01:48:11 --> aeonchild (~aeonchild@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-13 01:48:57 javaprophet I've found that all my blocks in all chunks are shifted exactly 10 negative.... 2016-03-13 02:06:27 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 02:08:47 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 244 seconds) 2016-03-13 02:11:23 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 264 seconds) 2016-03-13 02:43:26 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-03-13 02:43:48 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-13 02:46:25 Gjum dammit javaprophet get your endianness right! ;) 2016-03-13 02:59:46 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-03-13 03:04:07 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-13 03:13:42 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-03-13 03:17:27 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 260 seconds) 2016-03-13 03:17:27 -- NickG365_ est maintenant connu sous le nom NickG365 2016-03-13 03:33:59 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-13 03:34:00 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Read error: Connection reset by peer) 2016-03-13 03:43:16 -- winny1 est maintenant connu sous le nom winny 2016-03-13 03:43:51 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 244 seconds) 2016-03-13 03:58:29 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-13 04:05:54 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-03-13 04:07:15 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 04:09:43 --> Vice (621effba@gateway/web/freenode/ip.98.30.255.186) a rejoint #mcdevs 2016-03-13 04:11:39 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-13 04:21:23 <-- pokechu22 (32234925@gateway/web/freenode/ip.50.35.73.37) a quitté (Quit: Page closed) 2016-03-13 05:07:01 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (Ping timeout: 248 seconds) 2016-03-13 05:18:40 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-03-13 05:49:01 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-03-13 05:49:13 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-13 06:08:05 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 06:12:11 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-13 06:41:21 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-03-13 06:42:05 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-03-13 06:52:45 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-13 06:55:03 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-03-13 06:55:03 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-13 07:49:38 <-- Brandon15811_ (~Brandon15@2001:bc8:3111:200::) a quitté (Ping timeout: 250 seconds) 2016-03-13 07:50:19 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 248 seconds) 2016-03-13 07:53:32 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Ping timeout: 250 seconds) 2016-03-13 08:08:53 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 08:12:55 --> Brandon15811 (~brandon15@ip98-181-10-159.br.br.cox.net) a rejoint #mcdevs 2016-03-13 08:13:28 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-03-13 08:49:44 Not-9c26 [wiki] Edit by Fenhl to Client List -> http://tinyurl.com/zrcesll 2016-03-13 09:05:55 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-13 09:23:22 <-- Grum (~grum@irc.grum.nl) a quitté (Remote host closed the connection) 2016-03-13 09:24:22 <-- Vice (621effba@gateway/web/freenode/ip.98.30.255.186) a quitté (Ping timeout: 252 seconds) 2016-03-13 09:34:49 --> bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-13 09:39:02 <-- stalkerr (~Mann@unaffiliated/stalkerr) a quitté (Ping timeout: 246 seconds) 2016-03-13 09:39:03 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (Ping timeout: 246 seconds) 2016-03-13 09:39:03 <-- mfj|3 (~kvirc@202.55.151.66) a quitté (Ping timeout: 246 seconds) 2016-03-13 09:39:16 --> mfj|3 (~kvirc@202.55.151.66) a rejoint #mcdevs 2016-03-13 09:39:29 --> stalkerr (~Mann@unaffiliated/stalkerr) a rejoint #mcdevs 2016-03-13 09:39:32 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (Ping timeout: 246 seconds) 2016-03-13 09:39:47 --> PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-03-13 09:39:54 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-03-13 09:46:10 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 260 seconds) 2016-03-13 10:09:38 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 10:14:28 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-13 10:57:41 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-13 11:35:37 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-13 11:56:55 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-13 12:06:07 <-- JustASlacker (~icke@213.83.43.18) a quitté (Read error: No route to host) 2016-03-13 12:06:46 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-13 12:10:27 --> icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 12:14:50 <-- icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-13 13:39:34 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 244 seconds) 2016-03-13 13:48:08 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-13 14:00:35 <-- bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Ping timeout: 264 seconds) 2016-03-13 14:04:45 --> bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-13 14:11:23 --> icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 14:15:44 <-- icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-03-13 15:31:57 Meeeh http://imgur.com/3XNpMP5 oops :D 2016-03-13 16:28:10 hansihe good enough i would say 2016-03-13 16:34:06 +SinZ Meeeh: I had a friend do that 2016-03-13 16:34:17 +SinZ iirc the VBO setting or sdomething somehow fixes it 2016-03-13 16:36:43 <-- bildramer (~bildramer@ppp-94-67-126-6.home.otenet.gr) a quitté (Quit: there is no antimemetics division) 2016-03-13 16:44:11 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté #mcdevs 2016-03-13 16:48:38 Meeeh SinZ, this isn't problem with client or anything :P I just broke my server chunk implementation :D 2016-03-13 17:25:05 --> M4GNV5 (~M4GNV5@p549881BC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-13 18:12:49 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 18:17:32 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 260 seconds) 2016-03-13 18:28:51 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-13 18:40:01 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-03-13 18:52:43 --> Leftwitch (4fe120c3@gateway/web/freenode/ip.79.225.32.195) a rejoint #mcdevs 2016-03-13 18:54:47 Leftwitch Hey guys can someone help me wit hmy little question (i thinks itsn othing hard :D), so and it is that i want to play the animation that the palyer is flying like with a elytra (in a superman flying position) i know that PacketPlayInEntityAction with the animation of id 8 is that a player start flying with elytra, but the server need to send a packet too to al players that tells them to play the animation or not? so my short questi 2016-03-13 18:55:06 Leftwitch god damn limit of my english "skills" 2016-03-13 18:59:59 hansihe i know nothing about how it actually works, but maybe the client just renders the player differently if he is wearing one? 2016-03-13 19:02:37 Leftwitch hm.. 2016-03-13 19:06:29 Gjum Leftwitch: have you tried logging the packets with a proxy? 2016-03-13 19:06:46 Leftwitch atm i'm trying with protocollib 2016-03-13 19:06:58 Leftwitch is there a way to log all packets via protocollib? 2016-03-13 19:07:12 Leftwitch dont want to test every single one 2016-03-13 19:13:11 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-13 19:20:01 --> barneygale (~barneygal@90.197.157.14) a rejoint #mcdevs 2016-03-13 19:32:00 -- JonasOSDever_ est maintenant connu sous le nom JonasOSDever 2016-03-13 19:34:26 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-13 20:13:16 <-- Byteflux (~Byteflux@minelink.net) a quitté (Ping timeout: 244 seconds) 2016-03-13 20:13:38 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 20:16:15 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-03-13 20:18:28 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 268 seconds) 2016-03-13 20:34:20 Meeeh Leftwitch, logging all packets isn;t good idea too :D 2016-03-13 20:34:42 Meeeh tons of movement and update pos packet will generate few mb of usless logs 2016-03-13 20:35:06 Leftwitch @Meeeh alrdy done hehe ;D so i cam to the result that spigot have a .setGliding method which does the same 2016-03-13 20:35:13 Leftwitch but its only possible when u wear elytras 2016-03-13 20:35:16 Leftwitch :( 2016-03-13 20:35:26 Leftwitch i wanted to make a superman plugin DDDDD: 2016-03-13 20:37:45 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-03-13 20:38:45 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-13 21:15:41 +Thinkofname Leftwitch: you don't need the elytra equipped for it to work, you just need to stop the server from resetting it (via the event) 2016-03-13 21:16:00 Leftwitch Thinkofname: ? 2016-03-13 21:16:22 +Thinkofname the setGliding thing 2016-03-13 21:16:33 Leftwitch could u gimme more details please which event? and what it prevents? 2016-03-13 21:16:53 +Thinkofname https://www.youtube.com/watch?v=QhbWVbR4EBA from __0x277F 2016-03-13 21:17:16 +Thinkofname EntityToggleGlideEvent 2016-03-13 21:18:03 Leftwitch TY! 2016-03-13 21:18:08 Leftwitch omg love ya *nohomo* 2016-03-13 21:35:10 Leftwitch yo another question, why my custom shulker dont want to spawn o_O overall i just want a shulker which is passive and wont attack 2016-03-13 21:38:07 <-- bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Quit: Leaving) 2016-03-13 22:04:24 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 244 seconds) 2016-03-13 22:11:18 --> Danielh90 (~Danielh90@97-91-156-141.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-03-13 22:14:29 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-13 22:18:57 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-13 22:27:31 --> Akaibu (uid118096@gateway/web/irccloud.com/x-fpjrnrwctuxyrbcm) a rejoint #mcdevs 2016-03-13 22:30:14 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-13 22:34:21 <-- Leftwitch (4fe120c3@gateway/web/freenode/ip.79.225.32.195) a quitté (Quit: Page closed) 2016-03-13 22:37:46 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-13 22:46:23 Meeeh Thinkofname, lol, nice, can you control the speed? like to still make it slow when you go up? 2016-03-13 22:50:32 <-- aeonchild (~aeonchild@defocus/yummy/enchilado) a quitté (Ping timeout: 250 seconds) 2016-03-13 22:59:28 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-13 23:00:20 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-13 23:04:55 --> bildramer (~bildramer@ppp-94-68-85-68.home.otenet.gr) a rejoint #mcdevs 2016-03-13 23:17:52 __0x277F Meeeh, yep. 2016-03-13 23:18:06 __0x277F You control it by setting the player's velocity just like you would normally 2016-03-13 23:18:20 Meeeh oh ok, thanks 2016-03-13 23:20:18 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (Ping timeout: 252 seconds) 2016-03-13 23:25:14 --> PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-03-13 23:31:29 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 268 seconds) 2016-03-13 23:32:34 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-14 00:00:28 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-14 00:07:35 --> JustASlacker (~JustASlac@2a02:2e0:2810:0:99bd:1ead:b31a:e981) a rejoint #mcdevs 2016-03-14 00:09:21 <-- barneygale (~barneygal@90.197.157.14) a quitté (Ping timeout: 240 seconds) 2016-03-14 00:09:44 --> barneygale (~barneygal@90.197.157.14) a rejoint #mcdevs 2016-03-14 00:15:14 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 00:17:56 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-03-14 00:19:45 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-14 00:43:52 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-14 00:58:46 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 01:02:11 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-14 01:13:50 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Read error: Connection reset by peer) 2016-03-14 01:18:11 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-14 02:10:43 <-- M4GNV5 (~M4GNV5@p549881BC.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2016-03-14 02:10:47 Not-8b17 [1.8-Models] drXor pushed 1 commit to 1.9 [+37/-43/±2] https://git.io/vaCA4 2016-03-14 02:10:48 Not-8b17 [1.8-Models] drXor 81e77a3 - New menus, more items, etc. 2016-03-14 02:16:03 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 02:20:43 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-14 02:22:38 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-14 02:37:12 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-14 03:03:37 <-- woder_ (~IceChat9@ip-24-156-181-19.user.start.ca) a quitté (Ping timeout: 268 seconds) 2016-03-14 03:22:22 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-14 03:26:09 <-- kahrl (~kahrl@unaffiliated/kahrl) a quitté (Quit: brb) 2016-03-14 03:48:44 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-14 03:49:54 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-fpjrnrwctuxyrbcm) a quitté (Quit: Connection closed for inactivity) 2016-03-14 04:16:56 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 04:20:57 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-14 04:26:05 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-14 04:36:06 --> Akaibu (uid118096@gateway/web/irccloud.com/x-denokczouudyvcmo) a rejoint #mcdevs 2016-03-14 06:16:05 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-14 06:17:35 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 06:21:54 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-03-14 06:50:49 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-14 06:53:24 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-14 07:09:33 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-03-14 07:09:55 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 07:26:47 <-- JustASlacker (~JustASlac@2a02:2e0:2810:0:99bd:1ead:b31a:e981) a quitté (Ping timeout: 246 seconds) 2016-03-14 07:59:38 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-14 08:05:32 --> PotatOS (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-03-14 08:05:36 --> humerusj_ (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2016-03-14 08:07:25 --> williammck_ (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-03-14 08:11:59 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 264 seconds) 2016-03-14 08:15:39 <-- boozaa (~boozaa@quassel.shortrip.org) a quitté (*.net *.split) 2016-03-14 08:15:39 <-- ackpacket (~ackpacket@173-228-119-143.dsl.dynamic.fusionbroadband.com) a quitté (*.net *.split) 2016-03-14 08:15:41 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2016-03-14 08:15:42 <-- jast (jast@zoidberg.org) a quitté (*.net *.split) 2016-03-14 08:15:42 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (*.net *.split) 2016-03-14 08:15:44 <-- samfty_ (~Sam@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-03-14 08:15:44 <-- williammck (~williammc@unaffiliated/williammck) a quitté (*.net *.split) 2016-03-14 08:15:45 -- humerusj_ est maintenant connu sous le nom humerusj 2016-03-14 08:15:48 -- PotatOS est maintenant connu sous le nom LordAkkarin 2016-03-14 08:16:00 --> ackpacket (~ackpacket@173-228-119-143.dsl.dynamic.fusionbroadband.com) a rejoint #mcdevs 2016-03-14 08:16:14 --> boozaa (~boozaa@quassel.shortrip.org) a rejoint #mcdevs 2016-03-14 08:16:14 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2016-03-14 08:16:14 --> samfty_ (~Sam@atom.cloud.faunt.net) a rejoint #mcdevs 2016-03-14 08:18:02 --> M-ou-se_ (~m-ou.se@m-ou.se) a rejoint #mcdevs 2016-03-14 08:18:27 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 08:18:54 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-14 08:19:08 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 08:21:08 <-- M-ou-se (~m-ou.se@m-ou.se) a quitté (Ping timeout: 276 seconds) 2016-03-14 08:32:03 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-14 08:45:41 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 09:07:16 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-14 09:35:03 --> bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-14 10:12:44 <-- bildramer (~bildramer@ppp-94-68-85-68.home.otenet.gr) a quitté (Quit: there is no antimemetics division) 2016-03-14 10:46:05 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-14 11:06:19 <-- JustASlacker (~icke@213.83.43.18) a quitté (Read error: Connection timed out) 2016-03-14 11:06:48 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-14 11:24:35 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-03-14 11:26:39 --> jargan (jast@zoidberg.org) a rejoint #mcdevs 2016-03-14 11:27:04 <-- jast (jast@zoidberg.org) a quitté (Write error: Broken pipe) 2016-03-14 11:29:26 -- jargan est maintenant connu sous le nom jast 2016-03-14 11:29:48 <-- bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Quit: Leaving) 2016-03-14 11:49:13 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 11:49:54 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-denokczouudyvcmo) a quitté (Quit: Connection closed for inactivity) 2016-03-14 12:08:29 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-14 13:12:50 --> bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-14 13:19:46 --> bantard_ (~bantard@ppp-94-65-187-194.home.otenet.gr) a rejoint #mcdevs 2016-03-14 13:23:23 <-- bantard (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Ping timeout: 264 seconds) 2016-03-14 13:29:03 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-03-14 13:30:31 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-14 13:34:35 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 14:02:51 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-03-14 14:29:18 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-14 14:30:18 --> kahrl (~kahrl@unaffiliated/kahrl) a rejoint #mcdevs 2016-03-14 14:33:39 --> javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a rejoint #mcdevs 2016-03-14 14:45:06 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-03-14 15:02:10 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-14 15:19:44 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 276 seconds) 2016-03-14 15:46:38 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/valDa 2016-03-14 15:46:40 Not-8b17 [flying-squid] rom1504 bccfc5d - remove /spawn and /spawnObject, fix #175 2016-03-14 15:47:07 rom1504 fix by feature removal is the best fix 2016-03-14 16:03:55 tktech Amen 2016-03-14 16:09:21 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 244 seconds) 2016-03-14 16:30:20 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 16:34:35 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-14 16:37:43 --> bildramer (~bildramer@ppp-94-68-85-68.home.otenet.gr) a rejoint #mcdevs 2016-03-14 16:40:47 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 16:56:07 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-03-14 17:45:19 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-03-14 18:10:37 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 18:13:44 <-- realz (~realz@unaffiliated/realazthat) a quitté (Max SendQ exceeded) 2016-03-14 18:14:15 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 18:16:40 --> Leftwitch (4fe120c3@gateway/web/freenode/ip.79.225.32.195) a rejoint #mcdevs 2016-03-14 18:24:12 <-- bantard_ (~bantard@ppp-94-65-187-194.home.otenet.gr) a quitté (Quit: Leaving) 2016-03-14 18:25:28 <-- Leftwitch (4fe120c3@gateway/web/freenode/ip.79.225.32.195) a quitté (Ping timeout: 252 seconds) 2016-03-14 18:31:02 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 18:35:59 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 264 seconds) 2016-03-14 18:41:23 --> Modius22 (~Adium@pl-office.plusline.de) a rejoint #mcdevs 2016-03-14 18:58:03 <-- unascribed_ (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 248 seconds) 2016-03-14 19:04:33 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-03-14 19:09:27 -- M-ou-se_ est maintenant connu sous le nom M-ou-se 2016-03-14 19:12:37 <-- yosafbridge (~yosafbrid@105.ip-167-114-152.net) a quitté (Ping timeout: 260 seconds) 2016-03-14 19:19:39 --> yosafbridge (~yosafbrid@2607:5300:100:200::160d) a rejoint #mcdevs 2016-03-14 19:37:10 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/va8yC 2016-03-14 19:37:11 Not-8b17 [flying-squid] rom1504 a12039e - fix UserError checking 2016-03-14 19:39:41 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/va8yH 2016-03-14 19:39:42 Not-8b17 [flying-squid] rom1504 5ffbdd0 - actually fix UserError checking 2016-03-14 19:49:25 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-14 19:52:05 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 276 seconds) 2016-03-14 19:52:33 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 244 seconds) 2016-03-14 19:57:17 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2016-03-14 19:57:25 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2016-03-14 20:02:36 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:09:43 <-- realz (~realz@unaffiliated/realazthat) a quitté (Max SendQ exceeded) 2016-03-14 20:10:16 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:14:29 <-- realz (~realz@unaffiliated/realazthat) a quitté (Max SendQ exceeded) 2016-03-14 20:15:03 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:19:24 <-- realz (~realz@unaffiliated/realazthat) a quitté (Max SendQ exceeded) 2016-03-14 20:19:57 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:20:23 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:22:55 --> realz__ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 20:24:35 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-03-14 20:27:02 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-14 20:31:52 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 20:36:09 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-14 20:46:24 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-14 20:46:42 <-- barneygale (~barneygal@90.197.157.14) a quitté (Remote host closed the connection) 2016-03-14 21:08:58 --> Jode (~Jode@pool-173-48-158-177.bstnma.fios.verizon.net) a rejoint #mcdevs 2016-03-14 21:09:28 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/va4k3 2016-03-14 21:09:30 Not-8b17 [flying-squid] rom1504 6f36e7c - limit the number of entities to 100 2016-03-14 21:14:06 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/va4I3 2016-03-14 21:14:07 Not-8b17 [flying-squid] rom1504 fed2208 - have a options["max-entities"], fix #222 2016-03-14 21:22:32 <-- realz__ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-14 21:34:24 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/va4mD 2016-03-14 21:34:25 Not-8b17 [flying-squid] rom1504 b39072e - fix undefined disconnected 2016-03-14 21:47:18 Not-8b17 [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/va43a 2016-03-14 21:47:20 Not-8b17 [flying-squid] rom1504 b532846 - limit /portal command to 21x21 2016-03-14 21:47:38 tktech Almost done my docs for the factorio protocol \o/ 2016-03-14 21:49:31 tktech Yet another game that thinks UDP is awesome, then implements TCP-on-UDP 2016-03-14 21:49:53 hansihe oh you are documenting the factorio protocol? awesome 2016-03-14 21:50:06 hansihe i have been playing the game lately, it's really good 2016-03-14 21:50:15 tktech Da, have a toy python proxy that would probably develop into a server. 2016-03-14 21:50:37 tktech It is, seven of my IRL buddies and I have spent hundred+ hours on it in two weeks 2016-03-14 21:50:41 tktech Pretty disgusting actually 2016-03-14 21:50:47 hansihe haha 2016-03-14 21:51:15 hansihe yeah, i haven't spent that much time on it, have been a bit too busy with various things 2016-03-14 21:51:31 hansihe there is a vacation upcoming though, i expect most of my life to be eaten by it 2016-03-14 21:52:50 +Prf_Jakob tktech: The thing it actually does matter 2016-03-14 21:53:06 +Prf_Jakob The thing is, it actually does matter* 2016-03-14 21:53:34 +Prf_Jakob When it comes to latency TCP-on-UDP is faster 2016-03-14 21:55:56 hansihe how is factorio in terms of modding? i heard you could add new objects with lua? 2016-03-14 21:56:17 tktech hansihe, The base game is C++ and extensions are fairly sensible with Lua 2016-03-14 21:56:33 tktech The majority of the game itself is written through the lua api so it is quite fleshed out 2016-03-14 21:56:40 hansihe that's nice 2016-03-14 21:56:49 hansihe do you deal with networking in the lua code? 2016-03-14 21:56:52 tktech New objects, new events, new UI elements, etc... 2016-03-14 21:56:59 tktech You do not 2016-03-14 21:57:06 hansihe that's nice then 2016-03-14 21:57:16 tktech Both clients and servers must have the mods to function 2016-03-14 21:57:31 hansihe right 2016-03-14 21:57:36 tktech The base world is deterministic with deltas sent on connection or on a peer desync 2016-03-14 21:58:02 hansihe do they do full on physics rollbacks? 2016-03-14 21:58:19 hansihe or does the client wait for server events? 2016-03-14 21:58:26 tktech There are no physics, just 3-layer terrain cells 2016-03-14 21:58:42 hansihe sorry, not physics i guess, objects 2016-03-14 21:59:20 tktech For character movement, it's smoothed with a configurable latency factor 2016-03-14 21:59:26 tktech Everything else is more-or-less atomic 2016-03-14 21:59:46 tktech So if messages start dropping everyone on the "server" gets real sad real quick 2016-03-14 22:00:02 tktech (There is no real server, the game calls it a server but it's P2P) 2016-03-14 22:00:12 hansihe interesting 2016-03-14 22:00:22 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-03-14 22:00:29 Gjum fully distributed/redundant world? 2016-03-14 22:00:41 tktech If the "host" drops the game simply continues from the next-lowest average ping 2016-03-14 22:00:47 Gjum wow nice 2016-03-14 22:00:53 hansihe that's pretty cool 2016-03-14 22:01:48 hansihe so every client is connected to every other client? 2016-03-14 22:01:53 tktech That is correct 2016-03-14 22:02:03 tktech The game had severe lag issues < 0.1 2016-03-14 22:02:09 Gjum is there a hard player limit then? 2016-03-14 22:02:22 tktech Smoothing fixed that for the most part with a base latency of 250ms 2016-03-14 22:02:31 tktech But if one peer slows down everyone does 2016-03-14 22:02:50 tktech There is no programmed limit that I have been able to find but you will reach a technical one 2016-03-14 22:03:00 hansihe so you don't want to invite the guy with the shitty internet :) 2016-03-14 22:03:04 tktech As soon as someone's upload can't handle the saturation it'll just die 2016-03-14 22:03:12 tktech That is sadly correct, we had to boot shawn 2016-03-14 22:03:29 Gjum can a proxy fix that? 2016-03-14 22:04:34 tktech Possibly by opening one port per client and tricking you into connecting to the proxy numerous times 2016-03-14 22:04:38 tktech 1 connection = 1 character 2016-03-14 22:05:45 tktech Zaneo, remember the good ol' classic days when ... scv? would try to connect to the classic server 2016-03-14 22:05:56 tktech And the game would stop for 10 minutes while his dialup DoS'd the server 2016-03-14 22:06:37 tktech Minecraft classic mutex'd the game world when someone tried to connect and had no time out 2016-03-14 22:06:41 tktech So you could trickle attack it 2016-03-14 22:32:36 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-14 22:37:35 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 260 seconds) 2016-03-14 22:38:42 +Zaneo Nobody ever exploited that tktech /s 2016-03-14 22:41:30 +AndrewPH tktech: JTE's single-threaded perlserver :^) 2016-03-14 22:44:08 tktech My tears could fill an ocean 2016-03-14 23:04:57 --> JustASlacker (~JustASlac@2a02:2e0:2810:0:99bd:1ead:b31a:e981) a rejoint #mcdevs 2016-03-14 23:06:28 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-14 23:06:28 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-14 23:16:34 <-- Jode (~Jode@pool-173-48-158-177.bstnma.fios.verizon.net) a quitté #mcdevs ("Leaving") 2016-03-14 23:19:54 <-- Modius22 (~Adium@pl-office.plusline.de) a quitté (Quit: Leaving.) 2016-03-14 23:26:00 --> pokechu22 (32234925@gateway/web/freenode/ip.50.35.73.37) a rejoint #mcdevs 2016-03-14 23:40:54 --> realz__ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-14 23:41:04 -- realz__ est maintenant connu sous le nom realz 2016-03-14 23:51:09 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-15 00:33:33 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 00:38:07 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 260 seconds) 2016-03-15 00:40:11 <-- Danielh90 (~Danielh90@97-91-156-141.dhcp.stls.mo.charter.com) a quitté (Ping timeout: 240 seconds) 2016-03-15 01:07:59 <-- jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a quitté (Ping timeout: 246 seconds) 2016-03-15 01:12:17 --> jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a rejoint #mcdevs 2016-03-15 02:04:40 <-- mbaxter (~mbax@mcblockit/staff/mbaxter) a quitté (Quit: muahahahahahaha) 2016-03-15 02:09:04 --> mbaxter (~mbax@kitten.institute) a rejoint #mcdevs 2016-03-15 02:09:04 <-- mbaxter (~mbax@kitten.institute) a quitté (Changing host) 2016-03-15 02:09:04 --> mbaxter (~mbax@mcblockit/staff/mbaxter) a rejoint #mcdevs 2016-03-15 02:15:01 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-15 02:34:17 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 02:38:33 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-03-15 02:42:36 <-- AlphaBlend (~whizkid30@pool-71-118-183-40.lsanca.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2016-03-15 02:49:48 --> AlphaBlend (~whizkid30@pool-71-118-183-40.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-03-15 02:56:43 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 03:08:20 <-- pokechu22 (32234925@gateway/web/freenode/ip.50.35.73.37) a quitté (Ping timeout: 252 seconds) 2016-03-15 03:10:58 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 03:15:16 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 268 seconds) 2016-03-15 03:15:49 --> wh3t (~Aaron@nc-76-4-205-46.dhcp.embarqhsd.net) a rejoint #mcdevs 2016-03-15 03:16:16 wh3t hi! 2016-03-15 03:17:28 ackpacket wh3t: hi 2016-03-15 03:19:38 wh3t anyone ever encountered the error GC overhead limit reached while trying to setupDecompWorkspace? 2016-03-15 03:21:08 wh3t ah just found it lol 2016-03-15 03:39:19 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-15 03:59:28 <-- wh3t (~Aaron@nc-76-4-205-46.dhcp.embarqhsd.net) a quitté #mcdevs ("Leaving") 2016-03-15 04:14:25 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-15 04:28:27 --> Akaibu (uid118096@gateway/web/irccloud.com/x-cyhfjgkfhhvmlnkm) a rejoint #mcdevs 2016-03-15 04:35:10 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 04:39:23 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-15 05:12:17 --> realz__ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 05:15:34 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 248 seconds) 2016-03-15 05:24:43 --> Brandon15811_ (~Brandon15@2001:bc8:3111:200::) a rejoint #mcdevs 2016-03-15 05:24:46 --> Brandon15811___ (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a rejoint #mcdevs 2016-03-15 05:31:47 --> kahrl_ (~kahrl@unaffiliated/kahrl) a rejoint #mcdevs 2016-03-15 05:32:17 <-- kahrl (~kahrl@unaffiliated/kahrl) a quitté (Ping timeout: 244 seconds) 2016-03-15 05:46:38 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 05:50:11 <-- realz__ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 240 seconds) 2016-03-15 06:12:00 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-03-15 06:12:20 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 06:24:13 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 06:28:06 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 248 seconds) 2016-03-15 06:35:56 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 06:40:27 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-15 06:50:52 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-15 06:52:52 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-03-15 06:52:52 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-15 06:58:16 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-03-15 07:10:48 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:45fb:fe12:21d2:41b2) a quitté (Remote host closed the connection) 2016-03-15 07:11:25 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 07:14:12 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 240 seconds) 2016-03-15 07:14:36 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 07:17:41 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 244 seconds) 2016-03-15 07:24:35 <-- JustASlacker (~JustASlac@2a02:2e0:2810:0:99bd:1ead:b31a:e981) a quitté (Ping timeout: 246 seconds) 2016-03-15 07:29:09 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 252 seconds) 2016-03-15 07:51:11 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 240 seconds) 2016-03-15 08:07:47 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-15 08:07:47 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-15 08:12:36 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-15 08:29:55 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-cyhfjgkfhhvmlnkm) a quitté (Quit: Connection closed for inactivity) 2016-03-15 08:36:42 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 08:41:41 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-15 08:44:44 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 08:46:04 -- realz_ est maintenant connu sous le nom realz 2016-03-15 08:46:25 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/zh8oq97 2016-03-15 08:57:41 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 246 seconds) 2016-03-15 09:23:22 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 09:27:12 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 240 seconds) 2016-03-15 09:27:29 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-15 09:28:54 <-- realz_ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 248 seconds) 2016-03-15 09:33:19 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-15 10:38:06 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2016-03-15 10:40:02 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-15 10:41:13 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté 2016-03-15 10:45:31 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 12:35:37 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-03-15 13:10:05 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-15 13:24:17 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 13:30:05 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 260 seconds) 2016-03-15 13:42:20 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 260 seconds) 2016-03-15 13:55:16 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-15 14:00:38 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Quit) 2016-03-15 14:20:48 --> spaceemotion (~spaceemot@f051061124.adsl.alicedsl.de) a rejoint #mcdevs 2016-03-15 14:21:21 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Ping timeout: 240 seconds) 2016-03-15 14:21:30 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2016-03-15 14:21:30 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2016-03-15 14:38:46 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-03-15 14:58:11 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-15 15:35:42 --> Matsv (~Mats@ip503dce3e.speed.planet.nl) a rejoint #mcdevs 2016-03-15 15:57:11 <-- Matsv (~Mats@ip503dce3e.speed.planet.nl) a quitté (Ping timeout: 276 seconds) 2016-03-15 15:58:09 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 240 seconds) 2016-03-15 16:05:46 --> Matsv (~Mats@ip503dce3e.speed.planet.nl) a rejoint #mcdevs 2016-03-15 16:09:37 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-15 16:11:04 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/hmae4oz 2016-03-15 16:16:18 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/j5dqq5f 2016-03-15 16:21:32 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/gsrfbby 2016-03-15 16:28:50 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/z2boq8k 2016-03-15 16:31:01 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-15 16:34:32 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-03-15 16:36:07 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/htkd3z9 2016-03-15 16:41:20 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/j5c9l74 2016-03-15 16:43:27 Not-9c26 [wiki] Edit by Ingrim4 to Entities -> http://tinyurl.com/haw3ol2 2016-03-15 17:36:56 --> SkippsDev (47517cfa@gateway/web/cgi-irc/kiwiirc.com/ip.71.81.124.250) a rejoint #mcdevs 2016-03-15 17:38:28 SkippsDev Hello, i've just started a project that's writing a light weight minecraft server in Python with support for plugins. Is anyone interested in helping with the project? Link to github repository is here if needed: https://github.com/SkippsDev/Redstone 2016-03-15 17:38:48 SkippsDev Thanks. 2016-03-15 17:45:00 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-15 17:45:00 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-15 18:02:54 <-- SkippsDev (47517cfa@gateway/web/cgi-irc/kiwiirc.com/ip.71.81.124.250) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-03-15 18:10:39 --> icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-15 18:15:38 <-- icemanb__ (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-15 18:40:54 <-- Matsv (~Mats@ip503dce3e.speed.planet.nl) a quitté (Ping timeout: 248 seconds)