2015-06-14 21:42:42 --> rom1504_weechat (rom1504@rom1504.fr) a rejoint #mcdevs 2015-06-14 21:42:42 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13" 2015-06-14 21:42:42 -- Titre défini par TkTech (~TkTech@irc.tkte.ch) le mar., 02 sept. 2014 16:21:37 2015-06-14 21:42:42 -- Canal #mcdevs : 152 pseudos (1 op, 15 voices, 136 normaux) 2015-06-14 21:42:42 -- PvNotice(ChanServ): Check out the channel rules at http://mcdevs.org and the wiki at http://wiki.vg 2015-06-14 21:42:45 -- Canal créé le lun., 06 déc. 2010 12:22:40 2015-06-14 21:45:07 <-- jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a quitté (Quit: WeeChat 1.1.1) 2015-06-14 21:45:20 --> jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a rejoint #mcdevs 2015-06-14 21:45:20 -- Mode #mcdevs [+v jnoah] par ChanServ 2015-06-14 21:47:26 _Tom_ What would Bad packet id: 16 mean? 2015-06-14 21:47:42 _Tom_ I'm making the packets correctly 2015-06-14 21:48:10 _Tom_ Does minecraft output the bad packet ids in decimal or hex? 2015-06-14 21:48:29 _Tom_ Because I can't find whats wrong with PacketPlayOutHeldItemSlot 2015-06-14 21:48:42 _Tom_ Its supposed to be a Short and I'm making it a short 2015-06-14 21:56:31 angal Maybe you sand PLAY packet in any other stage? 2015-06-14 21:56:36 angal *send 2015-06-14 21:56:52 _Tom_ me or konsola? 2015-06-14 21:57:07 angal You. 2015-06-14 21:57:14 _Tom_ Play packet? 2015-06-14 21:57:34 _Tom_ which one is that 2015-06-14 21:58:30 angal Are you shure yoa are in PLAY state? This error i recived only, when send game packets before complete of login/in status state. 2015-06-14 21:59:16 _Tom_ hmm 2015-06-14 21:59:18 _Tom_ ill check that 2015-06-14 22:00:34 _Tom_ In my Login Request (0x01) packet 2015-06-14 22:00:56 _Tom_ Does it matter that the 2 last things are bytes instead of unsigned bytes? 2015-06-14 22:01:16 _Tom_ Maybe my login procedure is broken and you never get logged in properly 2015-06-14 22:01:31 _Tom_ It says here http://wiki.vg/index.php?title=Protocol&oldid=980#Login_Request_.280x01.29 2015-06-14 22:01:37 _Tom_ They should be unsigned bytes 2015-06-14 22:02:57 _Tom_ This is what they are in my code 2015-06-14 22:02:57 _Tom_ serializer.writeByte(0); 2015-06-14 22:02:57 _Tom_ serializer.writeByte(Math.min(Math.abs(maxplayers), 60)); 2015-06-14 22:03:32 _Tom_ The max players are capped to prevent client graphical glitches 2015-06-14 22:04:02 angal Are you client or server? 2015-06-14 22:04:08 _Tom_ server 2015-06-14 22:05:08 angal Are you send any game packets after login complete before PacketPlayOutHeldItemSlot? 2015-06-14 22:05:37 _Tom_ Not sure, its whatever bukkit sends 2015-06-14 22:06:06 _Tom_ I just change the packet's IDs and fields to match the clients 2015-06-14 22:06:21 _Tom_ Like with the chat 2015-06-14 22:06:22 _Tom_ case 0x02: { //PacketPlayOutChat 2015-06-14 22:06:22 _Tom_ serializer.writeByte(0x03); 2015-06-14 22:06:22 _Tom_ serializer.writeString(Utils.fromComponent(packetdata.d())); 2015-06-14 22:06:22 _Tom_ return; 2015-06-14 22:06:22 _Tom_ } 2015-06-14 22:06:31 _Tom_ I change 0x02 to 0x03 2015-06-14 22:06:41 _Tom_ and change JSON to a string 2015-06-14 22:07:23 angal Ou... You are modding vanilla. I'm not good with that. Maybe someone also will help. 2015-06-14 22:07:48 _Tom_ Im trying to get the minecraft 1.4.5 client to connect to a 1.8.7 server 2015-06-14 22:08:04 _Tom_ Ive gotten the 1.4.7 client to connect and play perfectly 2015-06-14 22:08:12 _Tom_ but im not sure whats wrong with 1.4.6 2015-06-14 22:08:21 _Tom_ 1.4.5* 2015-06-14 22:09:20 _Tom_ 1.4.5 and 1.4.7 shouldn't be *that* much different, so I dont get where all the issues are coming from 2015-06-14 22:09:40 _Tom_ I didnt have that much trouble with 1.5.2 and 1.5.1 / 1.5.0 2015-06-14 22:16:06 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 245 seconds) 2015-06-14 22:36:45 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 255 seconds) 2015-06-14 22:40:14 <-- _Tom_ (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a quitté (Read error: Connection reset by peer) 2015-06-14 22:52:06 <-- Marvin__ (bcb790e5@gateway/web/freenode/ip.188.183.144.229) a quitté (Ping timeout: 246 seconds) 2015-06-14 23:14:09 --> ShadowDisruptor (6c1864b9@gateway/web/cgi-irc/kiwiirc.com/ip.108.24.100.185) a rejoint #mcdevs 2015-06-14 23:14:55 ShadowDisruptor Thinkofdeath: Could you elaborate? Yesterday I was told that I needed to encrypt the data with the key and return it to the server. Also, if anyone knows, how can I avoid being kicked on idling?? 2015-06-14 23:24:00 <-- bildramer (~bildramer@p54A37608.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2015-06-14 23:28:49 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-14 23:32:19 <-- konsolas (b0fc751b@gateway/web/freenode/ip.176.252.117.27) a quitté (Quit: Page closed) 2015-06-14 23:32:19 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-14 23:39:55 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-14 23:52:42 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-14 23:54:09 <-- edlothiol (~edlothiol@ip1f124dd0.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 255 seconds) 2015-06-14 23:56:52 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2015-06-14 23:56:52 -- Mode #mcdevs [+v Amaranth] par ChanServ 2015-06-15 00:00:51 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 00:12:05 Not-586c [wiki.vg] Edit by Thinkofdeath to Client List -> http://wiki.vg/index.php?title=Client_List&diff=6653&oldid=6631 2015-06-15 00:17:19 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-15 00:21:01 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 00:25:42 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-15 00:26:54 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-15 00:29:05 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-15 00:35:53 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 00:38:05 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-15 00:41:42 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 00:45:03 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-15 00:45:26 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 00:53:29 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Read error: Connection reset by peer) 2015-06-15 01:43:33 <-- ShadowDisruptor (6c1864b9@gateway/web/cgi-irc/kiwiirc.com/ip.108.24.100.185) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2015-06-15 02:18:45 Not-586c [wiki.vg] Edit by ExpandingDev to Pocket Minecraft Protocol -> http://wiki.vg/index.php?title=Pocket_Minecraft_Protocol&diff=6654&oldid=6345 2015-06-15 02:59:49 -- r04r est maintenant connu sous le nom zz_r04r 2015-06-15 03:06:50 --> Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a rejoint #mcdevs 2015-06-15 03:50:54 <-- DavidEGrayson (~David@ip98-167-54-102.lv.lv.cox.net) a quitté (Ping timeout: 244 seconds) 2015-06-15 03:59:17 --> DavidEGrayson (~David@ip98-167-54-102.lv.lv.cox.net) a rejoint #mcdevs 2015-06-15 04:32:14 --> jython234[2] (uid37548@gateway/web/irccloud.com/x-tdacnkrfejqyiqwz) a rejoint #mcdevs 2015-06-15 05:08:21 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Remote host closed the connection) 2015-06-15 05:11:40 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2015-06-15 05:11:41 -- Mode #mcdevs [+v Amaranth] par ChanServ 2015-06-15 05:14:28 --> |Blaze|_ (~scott@184.70.189.74) a rejoint #mcdevs 2015-06-15 05:14:46 <-- |Blaze| (~scott@184.70.189.74) a quitté (Read error: Connection reset by peer) 2015-06-15 05:20:35 -- umby24|offline est maintenant connu sous le nom umby24 2015-06-15 05:23:12 -- umby24 est maintenant connu sous le nom umby24|offline 2015-06-15 05:26:50 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2015-06-15 05:29:52 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2015-06-15 05:29:53 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2015-06-15 05:59:41 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Nettalk6 - www.ntalk.de) 2015-06-15 06:01:11 <-- Aragas_M_ (~androirc@37-145-59-53.broadband.corbina.ru) a quitté (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )) 2015-06-15 06:28:23 <-- DavidEGrayson (~David@ip98-167-54-102.lv.lv.cox.net) a quitté (Quit: Leaving.) 2015-06-15 06:33:04 <-- jython234[2] (uid37548@gateway/web/irccloud.com/x-tdacnkrfejqyiqwz) a quitté (Quit: Connection closed for inactivity) 2015-06-15 06:38:10 --> DavidEGrayson (~David@ip98-167-39-140.lv.lv.cox.net) a rejoint #mcdevs 2015-06-15 06:40:17 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2015-06-15 06:40:18 -- Mode #mcdevs [+v kev009] par ChanServ 2015-06-15 08:45:34 <-- DavidEGrayson (~David@ip98-167-39-140.lv.lv.cox.net) a quitté (Read error: Connection reset by peer) 2015-06-15 08:49:07 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-15 08:53:21 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-15 08:53:33 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-15 09:41:23 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 256 seconds) 2015-06-15 10:08:26 <-- Cxom (~Trinoxtio@2601:d:4180:f7e:64f9:8d40:7880:a2ea) a quitté (Ping timeout: 256 seconds) 2015-06-15 10:35:06 -- zz_r04r est maintenant connu sous le nom r04r 2015-06-15 10:38:16 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2015-06-15 10:43:32 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-15 11:43:39 <-- WizardCM (~WizardCM@d122-111-68-111.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 244 seconds) 2015-06-15 11:50:50 --> WizardCM (~WizardCM@d122-111-76-241.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-15 12:49:47 --> Administrator (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a rejoint #mcdevs 2015-06-15 12:50:11 -- Administrator est maintenant connu sous le nom Guest15033 2015-06-15 12:50:53 <-- WizardCM (~WizardCM@d122-111-76-241.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 252 seconds) 2015-06-15 12:55:28 --> WizardCM (~WizardCM@d122-111-79-110.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-15 14:09:06 --> _123DontMessWitM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a rejoint #mcdevs 2015-06-15 14:12:44 <-- _123DMWM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a quitté (Ping timeout: 265 seconds) 2015-06-15 14:19:47 <-- WizardCM (~WizardCM@d122-111-79-110.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 246 seconds) 2015-06-15 14:25:04 --> WizardCM (~WizardCM@d122-111-82-144.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-15 15:19:16 --> Cxom (~Trinoxtio@2601:d:4180:f7e:5829:4956:ba88:4cf5) a rejoint #mcdevs 2015-06-15 15:23:26 -- TheUnnamed|Away est maintenant connu sous le nom TheUnnamedDude 2015-06-15 16:02:44 gurun For MCPC, is the base for position different between a player and other entities, player having the base at eye-height (right?). 2015-06-15 16:04:51 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Ping timeout: 245 seconds) 2015-06-15 17:48:15 --> Tibo442 (~Tibo@unaffiliated/tibo442) a rejoint #mcdevs 2015-06-15 17:54:50 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-15 18:47:32 -- Guest15033 est maintenant connu sous le nom _Tom_ 2015-06-15 18:47:46 _Tom_ Could someone help me with "Bad packet id 16"? 2015-06-15 18:48:16 _Tom_ Im trying to login to my server and I'm getting "Bad packet id 16" 2015-06-15 18:48:52 _Tom_ Ive double checked my login/handshake packets and they match the specifications in http://wiki.vg/index.php?title=Protocol&diff=next&oldid=1009 2015-06-15 18:51:42 +ammar2 mm, show us your code? 2015-06-15 18:52:09 --> conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a rejoint #mcdevs 2015-06-15 18:53:32 conji Hey everyone. I have a question about the opening windows protocol. 2015-06-15 18:54:01 +ammar2 ask away 2015-06-15 18:55:07 conji I can open windows but the only one that appears is as if a chest is opening. IE: if I'm sending a packet for a crafting table, the ID is 0x1, name being "Workbench", but the client doesn't seem to like those. 2015-06-15 18:56:28 conji https://gist.github.com/49daedf076986daad884 is the code I'm using for a base window object. 2015-06-15 18:59:59 gurun conji, mind if i ask what language that actually is? 2015-06-15 19:00:15 conji C# 2015-06-15 19:01:55 _Tom_ sure ammar2 2015-06-15 19:02:17 gurun uh, C# .. ok. Have to get back to school i think. 2015-06-15 19:02:38 gurun what's up with the => stuff?! 2015-06-15 19:02:48 conji C# 6, silly 2015-06-15 19:02:58 gurun really .. not kidding me 2015-06-15 19:03:10 conji it's what they replaced {get { return ..; } } with 2015-06-15 19:03:19 conji Implicit method bodies :P 2015-06-15 19:03:34 +ammar2 conji: isn't the technical name for a workbench minecraft:crafting_table? 2015-06-15 19:03:48 conji I tried that as well, but that didn't work. 2015-06-15 19:04:01 conji Tried crafting_table, minecraft:crafting_table, and Workbench. 2015-06-15 19:05:15 gurun so, theyare readonly properties :-P 2015-06-15 19:05:29 conji Yes :P 2015-06-15 19:05:43 conji Nicer looking for interface inherited properties. 2015-06-15 19:05:47 conji imo, at least. 2015-06-15 19:05:52 +ammar2 conji: oh where'd you get the length from 2015-06-15 19:06:13 +ammar2 conji: shouldn't it be 36 2015-06-15 19:06:22 +ammar2 >Number of slots in the window (excluding the number of slots in the player inventory) 2015-06-15 19:06:22 conji Slot window count 2015-06-15 19:06:31 +ammar2 exlcuidng player inventory 2015-06-15 19:06:34 conji Let me try that real quick. 2015-06-15 19:07:02 conji Just the inventory or the hotbar as well? 2015-06-15 19:07:47 _Tom_ Might be a long paste 2015-06-15 19:07:52 conji Alas, didn't work :l 2015-06-15 19:07:55 _Tom_ but this is what my login packet looks like 2015-06-15 19:07:56 _Tom_ 0x01: { //PacketPlayOutLogin 2015-06-15 19:07:56 _Tom_ serializer.writeByte(0x01); 2015-06-15 19:07:56 _Tom_ int playerEnityId = packetdata.readInt(); 2015-06-15 19:07:56 _Tom_ player = new WatchedPlayer(playerEnityId); 2015-06-15 19:07:56 _Tom_ storage.addWatchedEntity(player); 2015-06-15 19:07:58 _Tom_ serializer.writeInt(playerEnityId); 2015-06-15 19:08:00 _Tom_ int gamemode = packetdata.readByte(); 2015-06-15 19:08:02 +ammar2 eep 2015-06-15 19:08:02 _Tom_ int dimension = packetdata.readByte(); 2015-06-15 19:08:06 _Tom_ int difficulty = packetdata.readByte(); 2015-06-15 19:08:08 +ammar2 use gist.github.com or something 2015-06-15 19:08:08 _Tom_ int maxplayers = packetdata.readByte(); 2015-06-15 19:08:10 _Tom_ serializer.writeString(packetdata.readString(32767)); 2015-06-15 19:08:12 _Tom_ serializer.writeByte(gamemode); 2015-06-15 19:08:14 _Tom_ serializer.writeByte(dimension); 2015-06-15 19:08:16 conji yeah, gist is nice 2015-06-15 19:08:16 _Tom_ serializer.writeByte(difficulty); 2015-06-15 19:08:18 _Tom_ serializer.writeByte(0); 2015-06-15 19:08:20 +ammar2 I would part the channel before you spam too much 2015-06-15 19:08:20 _Tom_ serializer.writeByte(Math.min(Math.abs(maxplayers), 60)); 2015-06-15 19:08:22 _Tom_ return; 2015-06-15 19:08:24 _Tom_ } 2015-06-15 19:08:48 conji http://gist.github.com 2015-06-15 19:08:50 <-- Gjum (~Gjum@217.160.135.244) a quitté #mcdevs 2015-06-15 19:09:36 _Tom_ aha 2015-06-15 19:09:37 _Tom_ https://gist.github.com/Tom-III/8871a33c9270e22354f5#file-gistfile1-txt 2015-06-15 19:09:41 _Tom_ Better :) 2015-06-15 19:10:22 conji are you explicitly putting in the length of strings?._. 2015-06-15 19:10:35 _Tom_ me? 2015-06-15 19:10:49 _Tom_ or ammar2? 2015-06-15 19:10:49 conji Yeah, for .readString 2015-06-15 19:11:15 conji _Tom_ 2015-06-15 19:11:15 barneygale_ perhaps it's max length? 2015-06-15 19:11:16 _Tom_ hmm 2015-06-15 19:11:21 conji Well strings are prepended with the string length. 2015-06-15 19:11:28 _Tom_ Im capping it 2015-06-15 19:11:37 _Tom_ I don't want them to be longer than that 2015-06-15 19:11:42 conji Ah 2015-06-15 19:11:49 _Tom_ because it would crash the client 2015-06-15 19:12:35 conji _Tom_ what's the problem you're having? 2015-06-15 19:12:50 _Tom_ When a client connects they get Bad packet id 16 2015-06-15 19:13:25 _Tom_ But the packet is correct according to http://wiki.vg/index.php?title=Protocol&direction=prev&oldid=1011#Login_Request_.280x01.29 2015-06-15 19:13:25 conji Well packet IDs aren't bytes, they're Varint 2015-06-15 19:13:29 conji Which are a little different 2015-06-15 19:14:00 _Tom_ They are varint now but they arent in pre netty 2015-06-15 19:14:06 -- TheUnnamedDude est maintenant connu sous le nom TheUnnamed|Away 2015-06-15 19:14:21 _Tom_ Thats why I serializer.writeByte(0x01); 2015-06-15 19:14:24 conji Didn't notice that you were using older protocol 2015-06-15 19:14:45 _Tom_ Because 0x01 stayed the same in post and pre netty you dont see the difference 2015-06-15 19:15:07 _Tom_ But in other packets the 0x01: { //Packet is different that serializer.writeByte(0x01) 2015-06-15 19:16:01 conji I can't even remember if it's supposed to be bigendian or little 2015-06-15 19:16:06 _Tom_ Also it works fine in 1.4.7 and 1.4.6, I only get bad packet id 16 in 1.4.5 2015-06-15 19:16:25 _Tom_ Logically 1.4.5 -> 1.4.6 shouldn't be *very* different 2015-06-15 19:16:36 gurun conji, the best way to remeber is that it is both :-( 2015-06-15 19:16:52 conji Did you make sure your buffer was clear before writing? That there's no other data before writing? 2015-06-15 19:17:01 gurun consitency has yet to be a concept discovered by some belowed coders :-) 2015-06-15 19:17:11 conji gurun: yeah, no kidding :P 2015-06-15 19:17:17 _Tom_ ? 2015-06-15 19:17:21 _Tom_ Its on login 2015-06-15 19:17:28 _Tom_ there shouldnt be anything else going on 2015-06-15 19:17:52 conji _Tom_, the serializer writes directly to the stream, correct? 2015-06-15 19:17:57 _Tom_ yeah 2015-06-15 19:18:03 conji And there's no other threads writing to it? 2015-06-15 19:18:14 _Tom_ should I add it to a buffer then flush the buffer at the end? 2015-06-15 19:18:21 conji That's what I do. 2015-06-15 19:18:36 _Tom_ What puzzles me is that it works 1.4.6 2015-06-15 19:18:40 conji I have a buffer stream that you directly write packets to, then at the end of writing packet info, it flushes the buffer to stream. 2015-06-15 19:18:48 _Tom_ but doesn't 1.4.5 2015-06-15 19:18:58 conji Who knows, maybe 1.4.5 streams are more tempermental? 2015-06-15 19:19:02 conji It IS Java :P 2015-06-15 19:19:11 _Tom_ I mean i was able to change 1.5 to 1.4 without changing *any* packets 2015-06-15 19:19:19 _Tom_ why is there all this fuss with 1.4.5 2015-06-15 19:19:41 _Tom_ 1.5 to 1.4.6/7* 2015-06-15 19:20:03 _Tom_ Im looking at the packet code in MCP for Login and handshake and they are *exactly* the same 2015-06-15 19:20:18 conji Yeah, that's the thing. 2015-06-15 19:20:27 conji Source wise, it doesn't look to have changed 2015-06-15 19:21:00 _Tom_ Theres also this issue in 1.4.4 2015-06-15 19:21:09 _Tom_ (They use the same protocol) 2015-06-15 19:21:15 conji So it may be a Java issue? 2015-06-15 19:21:17 _Tom_ So its not just 1 version 2015-06-15 19:32:38 conji I've tried almost everything for opening windows. 2015-06-15 19:39:37 --> edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2015-06-15 19:40:50 conji I shall be back later. 2015-06-15 19:40:53 <-- conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a quitté (Quit: Page closed) 2015-06-15 19:41:43 _Tom_ addIdClassMapping(16, false, true, Packet16BlockItemSwitch.class); 2015-06-15 19:41:51 _Tom_ Any idea what the false and true are? 2015-06-15 19:42:50 _Tom_ In 1.4.5 its false true and in 1.4.6 its true true 2015-06-15 19:43:02 _Tom_ And 16 is the bad packed id im getting 2015-06-15 19:43:08 _Tom_ So this might be related 2015-06-15 19:44:23 _Tom_ The method is obfusticated in the minecraft client static void addIdClassMapping(int par0, boolean par1, boolean par2, Class par3Class) 2015-06-15 19:44:34 _Tom_ its just boolean par1 and boolean par2 2015-06-15 19:44:43 _Tom_ so that doesnt help 2015-06-15 19:58:13 _Tom_ AHA 2015-06-15 19:58:19 _Tom_ I think I figured it out 2015-06-15 19:58:33 _Tom_ In 1.4.5 packet 16 is only sent by the client 2015-06-15 19:58:44 _Tom_ In 1.4.6 and on i can be sent from the server too 2015-06-15 20:02:03 _Tom_ Fixed 2015-06-15 20:02:08 _Tom_ Only to be met with another error 2015-06-15 20:02:09 _Tom_ java.io.IOException: Bad compressed data format 2015-06-15 20:08:34 --> jython234[2] (uid37548@gateway/web/irccloud.com/x-mcnaihelfushjktk) a rejoint #mcdevs 2015-06-15 20:13:32 _Tom_ ah 2015-06-15 20:13:45 _Tom_ The documentation is pretty incomplete 2015-06-15 20:13:59 _Tom_ turns out 1.4.5 does not support serializer.writeBoolean(skylight); 2015-06-15 20:14:37 _Tom_ and 1.4.6 does in 0x33 (packet56 mapchunks.java) 2015-06-15 20:14:47 _Tom_ 0x38 i mean 2015-06-15 20:53:35 gurun Damn, i think i need to throw in the towel. MCPE 0.11 extended the metadata types with LONG by adding "8" to the identifiers. 2015-06-15 20:53:52 gurun it still however seem to be using .. 3 bits to encod it. 2015-06-15 20:54:15 gurun and i can't figure out how to compress the 8 into that 3 bit pattern. Anyone have any good ideas?! 2015-06-15 20:54:41 gurun MCPE itself reports 6 for both string and long. 2015-06-15 20:55:27 <-- edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2015-06-15 21:13:46 gurun sending 6 to MCPE seems to work tho .. :-P 2015-06-15 21:38:55 <-- hitecnologys (~hitecnolo@178.74.102.183) a quitté (Ping timeout: 250 seconds) 2015-06-15 21:40:09 --> hitecnologys (~hitecnolo@94.137.19.3) a rejoint #mcdevs 2015-06-15 22:10:45 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 265 seconds) 2015-06-15 22:13:04 <-- jython234[2] (uid37548@gateway/web/irccloud.com/x-mcnaihelfushjktk) a quitté (Quit: Connection closed for inactivity) 2015-06-15 22:28:28 --> _123DMWM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a rejoint #mcdevs 2015-06-15 22:30:23 <-- _123DontMessWitM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2015-06-15 22:33:34 --> Marvin__ (bcb790e5@gateway/web/freenode/ip.188.183.144.229) a rejoint #mcdevs 2015-06-15 22:34:20 Marvin__ What's the layout of an encrypted packet? length + encrypted(packetID + data), or length + packetID + encrypted(data), or something else? 2015-06-15 22:35:16 --> hitecnologys_ (~hitecnolo@94.137.3.1) a rejoint #mcdevs 2015-06-15 22:35:44 angal All is encrypted. The whole stream. 2015-06-15 22:35:58 Marvin__ How does it know the length of the packet then? 2015-06-15 22:36:29 --> _123DontMessWitM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a rejoint #mcdevs 2015-06-15 22:36:50 angal Hm... It's decrypt all data, byte by byte and then get packet size and more data. 2015-06-15 22:38:08 <-- hitecnologys (~hitecnolo@94.137.19.3) a quitté (Ping timeout: 256 seconds) 2015-06-15 22:38:08 -- hitecnologys_ est maintenant connu sous le nom hitecnologys 2015-06-15 22:39:27 <-- _123DMWM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a quitté (Ping timeout: 255 seconds) 2015-06-15 22:47:05 <-- hitecnologys (~hitecnolo@94.137.3.1) a quitté (Quit: ZNC - http://znc.in) 2015-06-15 22:50:34 <-- _Tom_ (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a quitté (Read error: Connection reset by peer) 2015-06-15 22:57:52 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-15 22:59:26 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-15 23:02:17 --> Trinoxtion (~Trinoxtio@2601:248:4200:4876:5829:4956:ba88:4cf5) a rejoint #mcdevs 2015-06-15 23:04:12 <-- Cxom (~Trinoxtio@2601:d:4180:f7e:5829:4956:ba88:4cf5) a quitté (Ping timeout: 256 seconds) 2015-06-15 23:32:36 <-- Marvin__ (bcb790e5@gateway/web/freenode/ip.188.183.144.229) a quitté (Ping timeout: 246 seconds) 2015-06-15 23:42:54 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-15 23:48:55 --> Shane (~Shane@fttu-67-223-29-223.btes.tv) a rejoint #mcdevs 2015-06-15 23:50:04 <-- Shane (~Shane@fttu-67-223-29-223.btes.tv) a quitté (Quit: Leaving) 2015-06-16 00:14:40 --> RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-16 00:17:33 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 255 seconds) 2015-06-16 00:35:15 <-- HansiHE (~HansiHE@hansihe.com) a quitté (Ping timeout: 264 seconds) 2015-06-16 00:48:18 --> HansiHE (~HansiHE@hansihe.com) a rejoint #mcdevs 2015-06-16 01:53:10 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-16 02:33:43 --> conji (4c59786b@gateway/web/freenode/ip.76.89.120.107) a rejoint #mcdevs 2015-06-16 02:34:58 conji Greetings, everyone. Sadly, I'm back with the same problem as earlier, being windows not showing correctly when sending the OpenWindow packet. 2015-06-16 02:36:21 conji https://gist.github.com/38102a3d1c8ebbaa12bb is the class I'm comfortable with saying is accurate for a simple bench window. 2015-06-16 02:37:16 conji https://gist.github.com/0bda77cdea3dc1cc3322 is how it's written to stream. 2015-06-16 03:29:05 +SpaceManiac conji: what kind of values are you sending? 2015-06-16 03:31:12 conji For that instance, it's ID=byte(auto incremented) WINDOW_NAME=string("minecraft:crafting_table") DISPLAY_NAME=string("minecraft:crafting_table") SLOTS=byte(10) 2015-06-16 03:31:37 conji And it's in C#, so bytes are unsigned 2015-06-16 03:33:00 -- r04r est maintenant connu sous le nom zz_r04r 2015-06-16 03:35:40 +SpaceManiac Hmm, so by "not showing correctly" what do you mean exactly? 2015-06-16 03:37:11 conji It shows as if it's just an empty inventory where a crafting table layout should be. 2015-06-16 03:38:13 conji http://i.imgur.com/hIXwG1T.png 2015-06-16 03:50:41 conji It's weird because I successfully get furnaces working, but not crafting tables. 2015-06-16 04:24:05 -- TheUnnamed|Away est maintenant connu sous le nom TheUnnamedDude 2015-06-16 04:39:26 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 252 seconds) 2015-06-16 04:54:06 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Nettalk6 - www.ntalk.de) 2015-06-16 05:25:04 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2015-06-16 05:29:01 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2015-06-16 05:29:01 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2015-06-16 05:47:51 <-- conji (4c59786b@gateway/web/freenode/ip.76.89.120.107) a quitté (Quit: Page closed) 2015-06-16 06:07:56 -- TheUnnamedDude est maintenant connu sous le nom TheUnnamed|Away 2015-06-16 06:35:28 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Read error: Connection reset by peer) 2015-06-16 06:37:54 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-16 07:55:08 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-16 08:05:05 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-16 08:13:39 Not-586c [wiki.vg] Edit by Phasesaber to Client List -> http://wiki.vg/index.php?title=Client_List&diff=6656&oldid=6653 2015-06-16 08:20:44 Not-586c [wiki.vg] Edit by Phasesaber to Library List -> http://wiki.vg/index.php?title=Library_List&diff=6658&oldid=6613 2015-06-16 08:29:14 <-- Trinoxtion (~Trinoxtio@2601:248:4200:4876:5829:4956:ba88:4cf5) a quitté (Ping timeout: 276 seconds) 2015-06-16 09:06:27 --> Cxom (~Trinoxtio@2601:248:4200:4876:78ed:7a41:cf29:1669) a rejoint #mcdevs 2015-06-16 09:12:13 <-- barneygale_ (~barneygal@mail.thefoundry.co.uk) a quitté (Read error: Connection timed out) 2015-06-16 09:12:57 --> barneygale_ (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2015-06-16 09:13:47 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 246 seconds) 2015-06-16 09:39:41 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-16 10:02:20 --> kcj (~kcj@unaffiliated/kcj) a rejoint #mcdevs 2015-06-16 10:42:36 <-- WizardCM (~WizardCM@d122-111-82-144.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 255 seconds) 2015-06-16 10:49:09 --> WizardCM (~WizardCM@d122-111-82-144.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-16 10:49:49 --> Marvin__ (bcb790e5@gateway/web/freenode/ip.188.183.144.229) a rejoint #mcdevs 2015-06-16 10:50:09 Marvin__ Is the .schematic file format up to date for 1.8? ie. does it support block state and such 2015-06-16 11:00:36 -- zz_r04r est maintenant connu sous le nom r04r 2015-06-16 11:12:27 +md_5 no, it still uses just data values, since that is what Minecraft still uses 2015-06-16 11:28:17 Marvin__ ah ok 2015-06-16 11:28:36 Marvin__ why does mojang's server hasJoined sometimes return 204 No Content? 2015-06-16 11:29:57 Marvin__ rate limit? 2015-06-16 11:41:57 +md_5 no idea 2015-06-16 11:51:48 --> Administrator (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a rejoint #mcdevs 2015-06-16 11:52:11 -- Administrator est maintenant connu sous le nom Guest2398 2015-06-16 12:41:15 angal :) 2015-06-16 13:11:40 <-- kcj (~kcj@unaffiliated/kcj) a quitté (Ping timeout: 240 seconds) 2015-06-16 13:24:21 <-- WizardCM (~WizardCM@d122-111-82-144.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 244 seconds) 2015-06-16 13:32:46 --> WizardCM (~WizardCM@d122-111-90-118.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-16 14:11:23 <-- Guest2398 (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a quitté (Read error: Connection reset by peer) 2015-06-16 15:11:40 --> Administrator (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a rejoint #mcdevs 2015-06-16 15:12:04 -- Administrator est maintenant connu sous le nom Guest10481 2015-06-16 15:16:12 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2015-06-16 15:44:19 Marvin__ How often does Vanilla server send keepalives? 2015-06-16 16:07:08 <-- Cxom (~Trinoxtio@2601:248:4200:4876:78ed:7a41:cf29:1669) a quitté (Ping timeout: 265 seconds) 2015-06-16 16:08:37 --> Tibo442 (~Tibo@unaffiliated/tibo442) a rejoint #mcdevs 2015-06-16 16:18:13 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-16 16:36:01 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-16 16:41:53 barneygale_ Marvin__, run a proxy and find out for yourself :) 2015-06-16 16:42:14 Marvin__ every 2 seconds apparently 2015-06-16 17:32:10 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 276 seconds) 2015-06-16 18:37:29 <-- Guest10481 (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a quitté (Read error: Connection reset by peer) 2015-06-16 18:45:05 --> Cxom (~Trinoxtio@2601:248:4200:4876:9d3c:252a:65fd:f021) a rejoint #mcdevs 2015-06-16 19:17:48 --> edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2015-06-16 19:27:49 <-- AlJaMa (~quassel@76.73.104.34) a quitté (Quit: No Ping reply in 180 seconds.) 2015-06-16 19:28:47 <-- iBotPeaches (ibotpeache@pdpc/supporter/student/ibotpeaches) a quitté (Ping timeout: 252 seconds) 2015-06-16 19:28:55 --> AlJaMa (~quassel@76.73.104.34) a rejoint #mcdevs 2015-06-16 19:31:40 --> iBotPeaches (ibotpeache@pdpc/supporter/student/ibotpeaches) a rejoint #mcdevs 2015-06-16 20:12:36 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-16 20:39:32 <-- edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a quitté (Read error: Connection reset by peer) 2015-06-16 20:51:36 --> Administrator (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a rejoint #mcdevs 2015-06-16 20:51:40 -- Administrator est maintenant connu sous le nom _Tom_ 2015-06-16 21:13:58 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-16 21:47:56 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-16 21:56:05 _Tom_ Anyone know what packet is sent by the server to make the player enter a minecart "sitting mode"? 2015-06-16 21:56:22 _Tom_ No the "attach entity" but the sit down packet 2015-06-16 22:08:24 <-- Marvin__ (bcb790e5@gateway/web/freenode/ip.188.183.144.229) a quitté (Quit: Page closed) 2015-06-16 22:10:29 --> RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-16 22:13:14 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 252 seconds) 2015-06-16 22:35:24 -- umby24|offline est maintenant connu sous le nom umby24 2015-06-16 22:48:10 <-- winny (20025@unaffiliated/winstonw) a quitté (Quit: WeeChat 1.0.1) 2015-06-16 23:03:51 <-- _Tom_ (~Administr@dsl-83-171-240-99.customers.vivodi.gr) a quitté (Read error: Connection reset by peer) 2015-06-16 23:35:19 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2015-06-16 23:36:47 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-16 23:55:39 <-- mfj (~kvirc@202.55.151.66) a quitté (Ping timeout: 272 seconds) 2015-06-16 23:57:49 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-16 23:57:52 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-17 00:55:28 <-- Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a quitté (Quit: Goodbye!) 2015-06-17 00:56:20 --> Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a rejoint #mcdevs 2015-06-17 01:02:01 <-- Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a quitté (Quit: Goodbye!) 2015-06-17 01:05:08 --> Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a rejoint #mcdevs 2015-06-17 01:05:36 --> LordAkkarin (~Akkarin@188.165.238.103) a rejoint #mcdevs 2015-06-17 01:20:53 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-17 01:26:02 <-- Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a quitté (Quit: Goodbye!) 2015-06-17 01:26:22 --> Aaron1011 (~Aaron1011@2604:a880:800:10::25b:9001) a rejoint #mcdevs 2015-06-17 01:26:22 <-- Aaron1011 (~Aaron1011@2604:a880:800:10::25b:9001) a quitté (Changing host) 2015-06-17 01:26:22 --> Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a rejoint #mcdevs 2015-06-17 03:45:45 -- r04r est maintenant connu sous le nom zz_r04r 2015-06-17 05:21:49 --> kcj (~kcj@unaffiliated/kcj) a rejoint #mcdevs 2015-06-17 05:24:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2015-06-17 05:27:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2015-06-17 05:27:27 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2015-06-17 05:42:02 --> mfj (~kvirc@202.55.151.66) a rejoint #mcdevs 2015-06-17 05:45:08 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Nettalk6 - www.ntalk.de) 2015-06-17 06:07:14 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 265 seconds) 2015-06-17 06:15:44 -- umby24 est maintenant connu sous le nom umby24|offline 2015-06-17 06:16:35 -- umby24|offline est maintenant connu sous le nom umby24 2015-06-17 06:26:42 --> iPhony (6839acf1@gateway/web/cgi-irc/kiwiirc.com/ip.104.57.172.241) a rejoint #mcdevs 2015-06-17 06:27:59 iPhony Probably not the right place to ask, but how do you create a packet (chat packet) and send it to a player using bukkit/spigot. 2015-06-17 06:29:22 <-- iPhony (6839acf1@gateway/web/cgi-irc/kiwiirc.com/ip.104.57.172.241) a quitté (Client Quit) 2015-06-17 06:29:58 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 272 seconds) 2015-06-17 06:33:25 -- umby24 est maintenant connu sous le nom umby24|offline 2015-06-17 07:29:06 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2015-06-17 07:31:57 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2015-06-17 07:31:57 -- Mode #mcdevs [+v kev009] par ChanServ 2015-06-17 07:52:23 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-17 08:03:18 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-17 08:28:18 <-- Cxom (~Trinoxtio@2601:248:4200:4876:9d3c:252a:65fd:f021) a quitté (Ping timeout: 265 seconds) 2015-06-17 08:40:24 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-17 08:56:32 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 246 seconds) 2015-06-17 09:02:52 <-- WizardCM (~WizardCM@d122-111-90-118.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 272 seconds) 2015-06-17 09:07:43 --> WizardCM (~WizardCM@d122-111-88-7.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-17 09:28:25 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-17 09:29:26 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-17 09:30:50 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 256 seconds) 2015-06-17 10:03:24 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-17 10:10:15 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-17 10:10:30 --> kcj_ (~kcj@unaffiliated/kcj) a rejoint #mcdevs 2015-06-17 10:12:53 <-- kcj (~kcj@unaffiliated/kcj) a quitté (Ping timeout: 250 seconds) 2015-06-17 10:15:58 --> Cxom (~Trinoxtio@2601:248:4200:4876:79c0:6fb9:77cc:763) a rejoint #mcdevs 2015-06-17 10:33:50 <-- WizardCM (~WizardCM@d122-111-88-7.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 246 seconds) 2015-06-17 10:38:50 --> WizardCM (~WizardCM@d122-111-88-7.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-17 11:03:17 -- zz_r04r est maintenant connu sous le nom r04r 2015-06-17 12:04:58 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-17 12:05:19 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-17 12:15:16 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-17 12:24:56 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Read error: Connection reset by peer) 2015-06-17 12:25:21 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2015-06-17 12:27:00 <-- WizardCM (~WizardCM@d122-111-88-7.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 255 seconds) 2015-06-17 12:28:39 <-- kcj_ (~kcj@unaffiliated/kcj) a quitté (Ping timeout: 264 seconds) 2015-06-17 12:31:46 --> WizardCM (~WizardCM@d211-30-66-88.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-17 12:52:47 <-- WizardCM (~WizardCM@d211-30-66-88.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 244 seconds) 2015-06-17 13:02:03 --> WizardCM (~WizardCM@d122-111-89-201.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-17 13:12:43 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2015-06-17 13:14:04 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-17 13:37:06 <-- WizardCM (~WizardCM@d122-111-89-201.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 272 seconds) 2015-06-17 13:42:53 --> WizardCM (~WizardCM@d122-111-84-236.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-17 14:57:11 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-17 15:20:20 --> _123DontSleepWit (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a rejoint #mcdevs 2015-06-17 15:23:52 <-- _123DontMessWitM (~123DMWM@pool-96-237-229-30.bstnma.fios.verizon.net) a quitté (Ping timeout: 256 seconds) 2015-06-17 15:58:46 <-- barneygale_ (~barneygal@mail.thefoundry.co.uk) a quitté (Ping timeout: 265 seconds) 2015-06-17 16:16:08 <-- LordAkkarin (~Akkarin@188.165.238.103) a quitté (Read error: Connection reset by peer) 2015-06-17 16:18:14 --> LordAkkarin (~Akkarin@188.165.238.103) a rejoint #mcdevs 2015-06-17 17:49:43 --> SopaXT (~SopaXorzT@unaffiliated/sopaxorztaker) a rejoint #mcdevs 2015-06-17 17:59:45 <-- Flemmard`` (~flemmard@AStrasbourg-652-1-12-73.w109-221.abo.wanadoo.fr) a quitté 2015-06-17 18:05:20 <-- zml (~zml@minions.aoeu.xyz) a quitté (Remote host closed the connection) 2015-06-17 18:06:22 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2015-06-17 18:12:13 --> conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a rejoint #mcdevs 2015-06-17 18:12:55 conji Hello gents. I've been popping in here a few times lately for advice on sending OpenWindow packets to a client and how I can't seem to get it right. 2015-06-17 18:13:55 conji I've come to learn that not ALL windows show incorrectly (just showing a container instead of the requested window). 2015-06-17 18:14:43 conji Only windows that are container based show; IE: chest, ender chest, furnace, dispensers, etc. 2015-06-17 18:17:22 conji Would any of you be able to shed some light on this? 2015-06-17 18:29:26 --> Tibo442 (~Tibo@unaffiliated/tibo442) a rejoint #mcdevs 2015-06-17 18:44:24 --> Dadido3_ (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-17 18:45:13 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (*.net *.split) 2015-06-17 19:13:33 <-- SopaXT (~SopaXorzT@unaffiliated/sopaxorztaker) a quitté (Remote host closed the connection) 2015-06-17 19:47:53 <-- conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a quitté (Quit: Page closed) 2015-06-17 20:00:58 --> edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2015-06-17 20:12:18 <-- Dadido3_ (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2015-06-17 20:13:38 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-17 21:53:38 --> RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-17 22:00:52 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Ping timeout: 265 seconds) 2015-06-17 22:03:03 <-- edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2015-06-17 22:03:41 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 246 seconds) 2015-06-17 22:23:09 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-17 22:32:58 <-- Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a quitté (Quit: Goodbye!) 2015-06-17 22:33:19 --> Aaron1011 (~Aaron1011@irc.aaron1011.pw) a rejoint #mcdevs 2015-06-17 22:33:19 <-- Aaron1011 (~Aaron1011@irc.aaron1011.pw) a quitté (Changing host) 2015-06-17 22:33:19 --> Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a rejoint #mcdevs 2015-06-17 22:37:08 +XorBoole here's a challenge: get minecraft to run on the native resolution of an apple retina laptop 2015-06-17 22:37:23 +XorBoole winner gets... uhh.. cookies1 2015-06-17 22:38:53 Paprikachu been there, done that. 2015-06-17 22:39:03 Paprikachu abandoned apple laptops. 2015-06-17 22:41:22 +XorBoole I'm annoyed that it doesn't run on the full resolution 2015-06-17 22:47:46 <-- kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a quitté (Ping timeout: 250 seconds) 2015-06-17 22:48:29 --> kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2015-06-17 23:01:05 --> winny (20025@unaffiliated/winstonw) a rejoint #mcdevs 2015-06-17 23:02:08 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2015-06-17 23:30:33 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-17 23:31:56 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-17 23:38:03 <-- Guest74147 (~gicode@starfighter.csh.rit.edu) a quitté (Remote host closed the connection) 2015-06-17 23:51:22 --> conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a rejoint #mcdevs 2015-06-18 00:42:40 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-18 00:54:17 --> orthoplex64_2 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 00:55:11 <-- WizardCM (~WizardCM@d122-111-84-236.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 246 seconds) 2015-06-18 00:57:12 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 265 seconds) 2015-06-18 01:01:16 --> WizardCM (~WizardCM@d122-111-66-94.meb803.vic.optusnet.com.au) a rejoint #mcdevs 2015-06-18 01:07:16 <-- conji (4b50ebb0@gateway/web/freenode/ip.75.80.235.176) a quitté (Ping timeout: 246 seconds) 2015-06-18 01:11:05 <-- orthoplex64_2 (~orthoplex@unaffiliated/orthoplex64) a quitté (Quit: Leaving) 2015-06-18 01:18:43 +SpaceManiac If anyone catches conji online: for the inventory types which aren't showing correctly, you should send a slot count of 0 instead 2015-06-18 01:20:19 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-18 01:32:17 -- umby24|offline est maintenant connu sous le nom umby24 2015-06-18 01:39:10 gurun Paprikachu, dude. I did 2Gbit throughput tonight. New record. How is your C++ going :) 2015-06-18 01:39:56 Paprikachu gurun: havent touched it in a while 2015-06-18 01:41:33 gurun I actually think i can do 10k users now on one server. 2015-06-18 01:41:56 Paprikachu great 2015-06-18 01:48:27 <-- WizardCM (~WizardCM@d122-111-66-94.meb803.vic.optusnet.com.au) a quitté (Ping timeout: 255 seconds) 2015-06-18 01:48:48 rom1504 gurun: with what percentage of vanilla functionnalities ? 2015-06-18 01:49:55 gurun well, that depends on what you mean. 2015-06-18 01:50:19 gurun percentage of vanilla in terms of performance related stuff, it's missing block-ticking i would say. 2015-06-18 01:50:54 gurun but at this throughput, the tick-time was aprox 5ms and latency around 10ms. So there is still plenty of room for more ticking. 2015-06-18 01:51:06 gurun performance issues are with packet-handling only. 2015-06-18 01:51:30 gurun The packet rate was around 100-200k packets/s 2015-06-18 01:51:52 gurun +ACK's not counted. 2015-06-18 01:53:13 gurun For general comparison .. https://github.com/NiclasOlofsson/MiNET/wiki/What-works,-and-not 2015-06-18 02:14:30 rom1504 oh it's a MCPE server 2015-06-18 02:14:34 rom1504 nice though ! 2015-06-18 02:17:41 gurun the gamelogic is pretty much the same in the end. 2015-06-18 02:47:48 -- r04r est maintenant connu sous le nom zz_r04r 2015-06-18 03:05:15 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 03:50:10 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2015-06-18 03:51:28 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-18 03:52:18 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Quit: Leaving) 2015-06-18 03:53:11 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 03:53:33 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Ping timeout: 255 seconds) 2015-06-18 04:11:35 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2015-06-18 04:11:52 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2015-06-18 04:11:52 -- Mode #mcdevs [+v Amaranth] par ChanServ 2015-06-18 04:40:17 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Read error: Connection reset by peer) 2015-06-18 04:41:15 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-18 04:44:36 --> conji (4c59786b@gateway/web/freenode/ip.76.89.120.107) a rejoint #mcdevs 2015-06-18 04:45:04 conji Evening everyone. I know at this point it's probably getting annoying to see my name pop up :| 2015-06-18 04:45:52 conji If someone's not busy, mind giving me a personal opinion? 2015-06-18 04:50:46 +ammar2 conji: "If anyone catches conji online: for the inventory types which aren't showing correctly, you should send a slot count of 0 instead" 2015-06-18 04:51:03 conji Oh wow thanks 2015-06-18 04:51:18 conji My laptop was at work earlier so it disconnected and couldn't catch it. 2015-06-18 04:52:09 conji And it works perfect. Thanks ammar2 :D 2015-06-18 04:52:18 +ammar2 that's from Space.Maniac btw, you should thank him 2015-06-18 04:52:31 conji Well then thanks, SpaceManiac :D 2015-06-18 04:52:36 +ammar2 guy has his own server written so I'd imagine he has a fair idea on what he's doing 2015-06-18 04:52:45 conji Yeah, I know he worked with Glowstone :P 2015-06-18 04:53:21 conji Credits shall be given in the source.<3 2015-06-18 04:53:42 +ammar2 conji: your server is in C# right? 2015-06-18 04:53:47 +ammar2 have you seen Craft.Net? 2015-06-18 04:54:22 conji Mhm. It was the original inspiration for Syhno. 2015-06-18 04:54:45 conji https://github.com/conji/the-syhno-project is the old page. Current public API is https://github.com/conji/syhno.api 2015-06-18 05:23:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2015-06-18 05:26:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 265 seconds) 2015-06-18 05:26:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2015-06-18 05:30:28 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 244 seconds) 2015-06-18 06:04:14 <-- conji (4c59786b@gateway/web/freenode/ip.76.89.120.107) a quitté (Quit: Page closed) 2015-06-18 06:19:31 <-- winny (20025@unaffiliated/winstonw) a quitté (Ping timeout: 252 seconds) 2015-06-18 06:25:05 --> winny (20025@unaffiliated/winstonw) a rejoint #mcdevs 2015-06-18 07:59:37 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-18 08:02:11 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-18 08:13:22 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Quit: Leaving) 2015-06-18 08:37:50 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 276 seconds) 2015-06-18 08:39:34 <-- SpaceManiac (~SpaceMani@74-194-137-165.gtwncmta01.res.dyn.suddenlink.net) a quitté (Ping timeout: 244 seconds) 2015-06-18 08:42:18 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-18 08:43:36 <-- kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a quitté (Quit: brb) 2015-06-18 08:43:50 --> kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2015-06-18 08:47:04 <-- kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a quitté (Read error: Connection reset by peer) 2015-06-18 08:48:53 --> kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2015-06-18 08:55:47 <-- kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a quitté (Ping timeout: 264 seconds) 2015-06-18 08:56:33 --> kahrl (~kahrl@dslb-178-007-221-035.178.007.pools.vodafone-ip.de) a rejoint #mcdevs 2015-06-18 09:08:29 -- zz_r04r est maintenant connu sous le nom r04r 2015-06-18 09:11:39 <-- Cxom (~Trinoxtio@2601:248:4200:4876:79c0:6fb9:77cc:763) a quitté (Ping timeout: 265 seconds) 2015-06-18 09:23:22 --> SpaceManiac (~SpaceMani@74-194-137-165.gtwncmta01.res.dyn.suddenlink.net) a rejoint #mcdevs 2015-06-18 09:23:22 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2015-06-18 09:41:26 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 272 seconds) 2015-06-18 10:40:05 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2015-06-18 10:41:09 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-18 10:57:57 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-18 11:19:05 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2015-06-18 12:40:55 --> morfin (~morfin@morfin.telenet.ru) a rejoint #mcdevs 2015-06-18 12:41:46 --> Cxom (~Trinoxtio@c-73-50-203-231.hsd1.il.comcast.net) a rejoint #mcdevs 2015-06-18 13:44:14 morfin i have a question: how long living entity(skeleton, zombie etc) can exist? and does server prolong that lifetime? 2015-06-18 13:45:14 gurun morfin, how long? Until you remove them, right? 2015-06-18 13:45:39 morfin but does not server destruct them if nothing happens? 2015-06-18 13:46:21 gurun That's pretty much up to the server to decide. 2015-06-18 13:47:09 morfin i thought there is some TTL and when expired it can be prolonged or entity can be destroyed 2015-06-18 13:47:54 gurun well, some entities have TTL (like arrows). 2015-06-18 13:48:05 morfin depending on things like: is there anybody around(player), does that mob take damage etc 2015-06-18 13:48:39 morfin arrows,drops, etc 2015-06-18 13:48:49 morfin i know they disappear after some time 2015-06-18 13:48:56 gurun ok, but arrows are indeed TTL and the server doesn't proplong that. 2015-06-18 13:49:11 gurun but entities can be unloaded becasue of other things, yes. 2015-06-18 13:56:50 morfin like what? 2015-06-18 13:57:30 gurun destroyed 2015-06-18 13:58:02 gurun and unloaded becase they aren't part of the action anymore i believe (but then again, that's a server perogative) 2015-06-18 13:58:36 gurun i'm assuming you ask from a server perspective, meaning "you decide what the server does" 2015-06-18 13:59:01 morfin i can do anything but interested how vanilla did that 2015-06-18 14:00:17 gurun ok, i'm very focused on the "prolong" thing. 2015-06-18 14:00:51 gurun and i mean, from a server perspective "prolong" means "do nothing" for me. 2015-06-18 14:01:02 gurun so it's kind of like an "in-action" 2015-06-18 14:01:06 gurun un-action 2015-06-18 14:01:46 gurun BUT, there is a good description of these things .. i think it is on the minecraft wiki actually. 2015-06-18 14:01:55 gurun when it loads and unloads entities for various reasons. 2015-06-18 14:02:42 rom1504 seems so http://minecraft.gamepedia.com/Entity#Types_of_entities "despawns" column 2015-06-18 14:04:09 gurun rom1504, yes. And it is when it says "No" in that column i mean there is no "prolong". And when it says something in that column "prolong" still means, do nothing. 2015-06-18 14:06:06 rom1504 huh ? how is "wait 5 min then despawn the entity" nothing ? 2015-06-18 14:08:54 gurun i mean .. wait 5 min and then extend that to 7 min .. means .. do nothing (don't despawn the entity) 2015-06-18 14:09:08 gurun "prolong" 2015-06-18 14:10:08 gurun asking how a server "prolongs" something in this context will be like asking how long a shoe-string is, right. 2015-06-18 14:11:15 rom1504 hmm, what matters is in what condition it should prolongs 2015-06-18 14:11:34 rom1504 sure, you probably don't want to actively wait 2015-06-18 14:15:22 -- umby24 est maintenant connu sous le nom umby24|offline 2015-06-18 14:15:26 gurun correct 2015-06-18 14:16:21 gurun and the question could be either game-logic oriented (and the table answers that) or performance oriented (and then it's a server internal thing) 2015-06-18 14:16:47 gurun like .. i don't do any culling or anything in my server. It just deals with the performance "head on". 2015-06-18 14:16:50 gurun brute force. 2015-06-18 14:23:29 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-18 14:28:31 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-18 14:29:19 morfin oooh i forgot 2015-06-18 14:29:38 morfin Mobs have very special rules of spawning/despawning 2015-06-18 14:33:51 morfin very very strange 2015-06-18 14:34:07 morfin why sand despawns after 4 seconds of falling? 2015-06-18 14:35:17 gurun morfin, OVBIOUSLY sand blows away in the wind after 4s!! 2015-06-18 14:35:21 gurun duh! 2015-06-18 14:35:37 * gurun runs and hides 2015-06-18 14:42:02 morfin ok ok, but there is no wind ) 2015-06-18 14:42:11 morfin nevermind 2015-06-18 14:42:39 morfin i checked out list - seems like need to implement own logic for each entity type 2015-06-18 14:44:03 morfin and if mob was tagged then it should not be despawned ever unless die 2015-06-18 14:50:42 morfin that spawning logics looks very complicated 2015-06-18 14:57:21 gurun morfin, it's not so bad and complicated. Lost of stuff worse than that thay needs implementation :-P 2015-06-18 15:13:58 rom1504 yeah, for example : metadata. 2015-06-18 15:36:09 morfin i di not say bad 2015-06-18 15:36:36 morfin i say it's a bit complicated 2015-06-18 15:53:40 gurun rom1504, try metadata based on 3 bits and the value 8 2015-06-18 15:53:46 morfin every mob have own rules to spawn and own rules to despawn 2015-06-18 15:55:33 morfin except common rules like mobs having name tag or wearing armor picked up somewhere 2015-06-18 16:00:34 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 16:02:37 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Ping timeout: 276 seconds) 2015-06-18 16:03:54 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-18 16:16:04 rom1504 gurun: yeah, functional metadata, it's a pain 2015-06-18 16:16:26 rom1504 also nbt and mojangson :p 2015-06-18 16:17:02 gurun hehe 2015-06-18 16:17:09 gurun standards suck 2015-06-18 16:17:24 gurun yaml hurray 2015-06-18 16:17:45 gurun yaml is like VB hacker products gone viral 2015-06-18 16:21:03 morfin yaml is supercomplicated for parsing you know 2015-06-18 16:21:53 morfin it have more lexems than in XML and JSON 2015-06-18 16:32:24 rom1504 yeah xml and json are good enough for lot of stuff 2015-06-18 17:02:10 morfin XML is more heavy 2015-06-18 17:02:27 morfin also as i know Minecraft uses JSON in protocol 2015-06-18 17:02:33 morfin as example for chat 2015-06-18 17:21:00 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 264 seconds) 2015-06-18 17:22:54 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-18 17:24:01 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-18 18:19:31 --> Tibo442 (~Tibo@unaffiliated/tibo442) a rejoint #mcdevs 2015-06-18 18:29:31 --> Addisonep (uid86198@gateway/web/irccloud.com/x-uswwlqdktvubwfoi) a rejoint #mcdevs 2015-06-18 18:30:13 * Addisonep is sick of pocketmine people 2015-06-18 18:36:58 gurun Addisonep, don't dwell on it. Do what you wanted to do and if it works i'm sure someone will like it and use it. 2015-06-18 18:39:05 Addisonep gurun: yeah I guess. You have any suggestions for me? 2015-06-18 18:39:34 <-- iBotPeaches (ibotpeache@pdpc/supporter/student/ibotpeaches) a quitté (Remote host closed the connection) 2015-06-18 18:39:42 --> iBotPeaches (ibotpeache@pdpc/supporter/student/ibotpeaches) a rejoint #mcdevs 2015-06-18 18:40:11 gurun suggestions about? 2015-06-18 18:45:14 Addisonep gurun: I'm just wondering how everyone else learned Oop PHP and what not. It seems like whatever I'm doing isn't working 2015-06-18 18:46:21 gurun OOP or not doesn 2015-06-18 18:46:45 Addisonep Huh? 2015-06-18 18:46:52 gurun doesn't matter. That's called form over function. Make it work first and think about the design later. And for sure, don't even think about any plugin stuff or anyting. 2015-06-18 18:48:03 Addisonep So you are saying just make it work then clean it up right? Makes sense 2015-06-18 18:48:44 gurun that's funny you know, with experience you learn that thinking ahead doesn't really serve you all that good. 2015-06-18 18:49:15 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 18:49:45 gurun in my specific case, thinking never served me good at any time. But that just me. I*m an idiot. 2015-06-18 18:49:49 Addisonep gurun: yeah. I'm just wondering how they all learned php all the way through. I know squat next to them about 2015-06-18 18:50:26 gurun Addisonep, that is the next think you will learn. That knowing PHP and knowing how to program are two enirely different things. 2015-06-18 18:52:50 --> Gjum (~Gjum@217.160.135.244) a rejoint #mcdevs 2015-06-18 18:53:38 Addisonep gurun: what's our definition of programming. What do you think my problem is? Php right? 2015-06-18 18:58:38 gurun i don't think you have a problem. 2015-06-18 18:59:14 gurun programming? Well, that's pretty much giving computers instructions. But, as my teacher alwasy pointed out to us "information systems aren't necessary computer based". 2015-06-18 18:59:33 gurun So programming, coding, development usually covers a bit more than punching down on the keyboard. 2015-06-18 18:59:57 gurun .. like "translate user needs to working solutions". And personally, i would emphesize the "working". 2015-06-18 19:00:31 gurun i don't believe in "build it and they shall come". I believe in "they come, and then we build on that". And i don't mean women. 2015-06-18 19:00:50 Addisonep ok cool so what do I do? What would help me? 2015-06-18 19:00:53 Addisonep Lol ok 2015-06-18 19:01:24 gurun well, there is a clear need and want around carts. So just build the damn thing and see if you can make it work. 2015-06-18 19:01:58 gurun and when you have it working, keep working on it until it works better. Have someone look at it, and see if you can improve it. And eventually, if it works, and ou are happy, submit it. 2015-06-18 19:02:33 gurun If i'd listen to people telling me that "you can't do it" .. i wouldn't be doing much shit you know. 2015-06-18 19:03:43 Addisonep Ok thanks. So you are the creator of MiNET? 2015-06-18 19:04:23 gurun I think one very likely scenario is that if you start doing this .. someone else will feel preassured to do it too .. so one way or the other, you might get your carts. 2015-06-18 19:05:26 gurun Yeah, guild of producing that load of crap code they call "minet". It's no coicidence it's russian for "blowjob" (or something like that) 2015-06-18 19:06:05 Addisonep Lol so you are calling your code crap? 2015-06-18 19:06:19 Addisonep Or were you saying yeah to sown thing else? 2015-06-18 19:06:29 gurun no, have you seen the code? 2015-06-18 19:06:43 gurun it's just crap, but it works ..most of the times. 2015-06-18 19:07:55 Addisonep Oh ok. So what are the basics for a server software for mcpe? What is needed? 2015-06-18 19:08:38 gurun Time, lots of time .. and expert knowledge of communications. 2015-06-18 19:09:20 Addisonep How did you get that knowledge of communications? Books? A class? 2015-06-18 19:09:22 gurun with the changes in 0.11 protocols, very few will ever get passed the login packet. 2015-06-18 19:10:01 gurun knowledge ... hacking hacking hacking. Lots of books. Never a class (doens't exist i think). But mostly hacking at work (telecom). 2015-06-18 19:10:02 Addisonep Oh. I'm just wondering how everyone else learns how to do all these different things. 2015-06-18 19:10:18 Addisonep What books do you suggest? 2015-06-18 19:10:49 gurun Two books, and that should be enough: 2015-06-18 19:11:31 gurun 1) Advanced systems programming in unix environment http://www.amazon.com/Programming-Environment-Addison-Wesley-Professional-Computing/dp/0201563177 2015-06-18 19:11:54 gurun 2) Pragmatic programmer: http://www.amazon.com/The-Pragmatic-Programmer-Journeyman-Master/dp/020161622X 2015-06-18 19:12:10 gurun If you understand them, you can call yourself a pro after. 2015-06-18 19:12:28 Addisonep Ok cool I'll check them out 2015-06-18 19:13:05 Addisonep I should probably buy them used 2015-06-18 19:14:14 gurun There is a book that is more like a secrect compendium by CW Churchman: 1968, The Systems Approach, Delacorte Press, New York. 2015-06-18 19:14:49 gurun That one is the foundation of all system thinking and the basic for anyone that really want to work professionally with program but not just coding. 2015-06-18 19:15:16 --> phasesaber (45048862@gateway/web/cgi-irc/kiwiirc.com/ip.69.4.136.98) a rejoint #mcdevs 2015-06-18 19:15:32 phasesaber o/ 2015-06-18 19:15:50 gurun It's from that "book" that the dicipline of "Informatics" was developed at the universities. At one point, all professors in the world of informatics came from the same university study group held by churchman. 2015-06-18 19:16:17 gurun If that's true, i dont' know. Only that my professor in informatics was one of them. 2015-06-18 19:16:56 Addisonep Have you read that book? 2015-06-18 19:17:07 gurun Read it? I live by it. 2015-06-18 19:17:16 phasesaber Anyone know how the client picks up items? I've been searching for hours and I can't find anything on it. 2015-06-18 19:17:45 gurun phasesaber, you mean protocol wise or? 2015-06-18 19:17:51 phasesaber yes! 2015-06-18 19:18:00 phasesaber I'm trying to make a bot and I want it to pick up items 2015-06-18 19:18:13 phasesaber I already have it getting the Inventory form the Server 2015-06-18 19:19:24 phasesaber but when I throw an item to it, it just seems to sit there 2015-06-18 19:22:09 gurun is the bot a player? 2015-06-18 19:22:31 phasesaber yes? It's just a custom client 2015-06-18 19:22:38 Addisonep Gurun: you found a pdf of that systems approach book? 2015-06-18 19:22:51 gurun I have to double check PC to answer fullly, but in PE the drops are picked up by proximit on the server-side. 2015-06-18 19:23:12 gurun the item-entities are checking that on tick. 2015-06-18 19:23:30 gurun Addisonep, no i got it handed out in paper in class. And I still have it. 2015-06-18 19:23:48 Addisonep Oh ok 2015-06-18 19:24:06 Addisonep I found a pdf of the pragmatic programmer 2015-06-18 19:24:07 gurun There is another one you could get instead. 2015-06-18 19:24:16 Addisonep What's that? 2015-06-18 19:24:16 gurun called "information literacy". 2015-06-18 19:24:43 Addisonep So either read that one or systems approach and those other two books... Correct? 2015-06-18 19:26:08 Addisonep Is that one by Michael eisenburg? 2015-06-18 19:26:18 Addisonep Eisenberg* 2015-06-18 19:27:15 gurun no, it's too new. I can't find the original one. 2015-06-18 19:27:55 morfin Minecraft have not supercomplicated protocol 2015-06-18 19:28:04 morfin but lots of server-sided conditions 2015-06-18 19:28:25 phasesaber except movement :D 2015-06-18 19:28:34 phasesaber my bot can run a maze in like 2 seconds 2015-06-18 19:28:40 morfin kik? 2015-06-18 19:28:43 morfin lol? 2015-06-18 19:28:46 phasesaber mostly because it's running at the speed of sound 2015-06-18 19:28:56 morfin HAAAAAAAAAAAAAAAAAX! 2015-06-18 19:29:09 gurun phasesaber, yeah .. it sounds a bit slow. 2015-06-18 19:29:12 gurun get a new computer. 2015-06-18 19:29:17 Addisonep Gurun: who was it made by? 2015-06-18 19:29:19 phasesaber lol 2015-06-18 19:29:22 morfin is that pocket minecraft? 2015-06-18 19:29:25 Addisonep Written* 2015-06-18 19:29:28 gurun Addisonep, don't know 2015-06-18 19:29:46 morfin because as i know non-pocket minecraft would not let you move so fast 2015-06-18 19:29:46 phasesaber morfin PC all the way :3 2015-06-18 19:29:49 morfin :O 2015-06-18 19:29:59 phasesaber he was in creative 2015-06-18 19:30:02 morfin i thought server throttle your moving 2015-06-18 19:30:04 morfin ooh 2015-06-18 19:30:18 gurun maybe it's a small maze? 2015-06-18 19:30:37 phasesaber 20x50x20 2015-06-18 19:30:40 morfin so your bot is a labaratory rat? 2015-06-18 19:30:56 morfin *laboratory 2015-06-18 19:30:59 phasesaber I want him to be able to play like a normal player 2015-06-18 19:31:10 phasesaber so I could drop him into a world and he would build a house and stuff 2015-06-18 19:31:13 Addisonep gurun, ok I wonder where your professor got those papers from 2015-06-18 19:31:19 morfin hmm 2015-06-18 19:31:29 gurun ok, just tell the bot he is a javascript programmer.. 2015-06-18 19:31:31 morfin but what's a point? 2015-06-18 19:31:34 gurun .. then no need for AI. 2015-06-18 19:31:42 morfin lol 2015-06-18 19:31:45 phasesaber lol 2015-06-18 19:31:54 phasesaber https://github.com/phase/phasebot 2015-06-18 19:31:54 morfin he will write javascript with shitloads of callbaxcks 2015-06-18 19:32:00 morfin *callbacks 2015-06-18 19:32:32 gurun hmm, i bet that bot will just say "javascript? It's just a phase" 2015-06-18 19:33:04 phasesaber it actually can parse Javascript :P 2015-06-18 19:33:08 phasesaber and ruby too 2015-06-18 19:33:24 Addisonep gurun what order should I read those books in? 2015-06-18 19:33:24 morfin parsing Javascript is hard 2015-06-18 19:33:36 gurun oh! Make it do the main-carts.. and then you can clam it is "Ruby on rails" 2015-06-18 19:33:39 phasesaber Java has a built-in JS engine made my Mozillla 2015-06-18 19:33:47 phasesaber and JRuby has one as well 2015-06-18 19:33:57 phasesaber so just plop those on and boom! interpreting robot 2015-06-18 19:33:57 morfin yes i know 2015-06-18 19:34:38 morfin i remember Worldedit used that engine for scripts 2015-06-18 19:34:53 morfin to generate different shapes like mazes etc 2015-06-18 19:34:56 rom1504 vanilla let you move pretty fast 2015-06-18 19:35:25 morfin hmm 2015-06-18 19:35:26 phasesaber I don't know if there is a speed limit if you send the packets fast enough 2015-06-18 19:35:42 phasesaber I was sending them instantly in creative and it worked fine 2015-06-18 19:35:43 rom1504 if you're not underground, you can even teleport at y+100 then move whereever and get back to the ground almost instantaneously 2015-06-18 19:35:45 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 250 seconds) 2015-06-18 19:36:00 rom1504 (in survival) 2015-06-18 19:36:20 rom1504 there is a speed limit, but it's pretty high 2015-06-18 19:36:43 rom1504 it's no fun doing that though :p 2015-06-18 19:37:09 phasesaber I just want to figure out how to pick up items... 2015-06-18 19:37:33 phasesaber and *not* dig through NMS 2015-06-18 19:37:40 gurun Hmm, i bet the NPC's where modelled after VB hackers.. or maybe some other mojang employee?! 2015-06-18 19:37:45 rom1504 2015-06-18 19:38:12 rom1504 NMS ? 2015-06-18 19:38:27 rom1504 what do you mean by "pick up items" ? 2015-06-18 19:38:36 phasesaber Native minecraft Server or net.minecraft.server, the vanilla minecraft source code 2015-06-18 19:38:56 gurun he wants to know how to do drop-pickups. 2015-06-18 19:39:03 phasesaber ^ 2015-06-18 19:39:03 gurun on the client. 2015-06-18 19:39:12 rom1504 well you just need to be close of the itemstack ? 2015-06-18 19:39:19 gurun and that should be a server-side operation .. 2015-06-18 19:39:23 phasesaber my client won't pick it up 2015-06-18 19:39:26 gurun .. so you see it when inventory is updated. 2015-06-18 19:39:26 phasesaber the item just sits there 2015-06-18 19:39:28 rom1504 yes that's server-side 2015-06-18 19:39:34 phasesaber hrm 2015-06-18 19:39:45 rom1504 phasesaber: can you hit your bot ? 2015-06-18 19:39:48 gurun how close are you? 2015-06-18 19:39:54 gurun you have to be within a specific distance. 2015-06-18 19:39:59 phasesaber rom he's in crative 2015-06-18 19:40:07 phasesaber the item was in the same block as him 2015-06-18 19:40:09 rom1504 if not you're probably not sending the position packet correctly 2015-06-18 19:40:17 phasesaber he was standing still 2015-06-18 19:40:38 rom1504 try in survival if you can kill him 2015-06-18 19:41:00 gurun well, if i read right .. he can obviously see the bot from another client. 2015-06-18 19:41:01 phasesaber I can and I set up a health check to make him respawn 2015-06-18 19:41:07 gurun so position should be correct. 2015-06-18 19:41:12 rom1504 if you don't send the position packet correctly, the bot is basically not there 2015-06-18 19:41:12 phasesaber ^ 2015-06-18 19:41:21 phasesaber he can move fine and I can see him 2015-06-18 19:41:32 rom1504 ok 2015-06-18 19:41:34 phasesaber if I wasn't sendin gthem correcntly, how could he pathfind to me? :P 2015-06-18 19:41:50 gurun maybe he is just unusually horny? 2015-06-18 19:41:54 gurun looking to "get some" 2015-06-18 19:42:01 phasesaber ._. 2015-06-18 19:42:36 Addisonep What order should I read them in? 2015-06-18 19:42:57 gurun pragmatic programmer first. 2015-06-18 19:43:06 gurun then advanced systems programming.. 2015-06-18 19:43:08 rom1504 phasesaber: well it should work, I don't think there's anything to do to pick up itemstack really... 2015-06-18 19:43:19 phasesaber hrm 2015-06-18 19:43:20 gurun .. and when you want to understand the world you try to find churchman. 2015-06-18 19:43:22 Addisonep Ok then the systems approach? 2015-06-18 19:43:26 Addisonep Ok 2015-06-18 19:43:42 phasesaber I'll try it on a vanilla server 2015-06-18 19:43:47 Addisonep I found it I just was wondering if there was a free pdf out there 2015-06-18 19:44:01 gurun so you will read the pragmatic programmer first, understand very little, and probably come back after 10 years .. and understand it all, or nothing again. 2015-06-18 19:44:10 gurun If you end up understanding it, you have talent. 2015-06-18 19:45:01 gurun The book focuses on one thing: "Pragmatic = Skilled at arts". 2015-06-18 19:45:08 Addisonep Lol ok 2015-06-18 19:45:20 Addisonep I hope that's me 2015-06-18 19:45:47 gurun If it fails, you can always name a bot after yourself and teach it javascript. 2015-06-18 19:46:14 * gurun runs for cover 2015-06-18 19:48:04 --> RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-18 19:48:04 Addisonep Lol that would be cool 2015-06-18 19:52:34 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2015-06-18 19:53:21 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-18 20:05:34 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (Quit: ZNC: Shutting down.) 2015-06-18 20:08:48 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-18 20:09:01 <-- phasesaber (45048862@gateway/web/cgi-irc/kiwiirc.com/ip.69.4.136.98) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2015-06-18 20:09:22 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-18 20:38:29 Addisonep +I 2015-06-18 20:38:34 Addisonep +t 2015-06-18 20:38:53 Addisonep +i 2015-06-18 21:10:53 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2015-06-18 21:11:10 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-18 21:17:10 gurun so, anyone has any insight into how minecarts work, and how the follow their tracks? Is it all just hard work on the server, or anything that clients help out with? 2015-06-18 21:33:53 gabizou gurun, all server side 2015-06-18 21:35:10 gabizou essentially, the "onUpdate" for a minecart consists of applying "gravity" to slow down the minecart, checks the block underneath it if it's a rail, if it's a powered rail, applies the speed boost, then the logic over rail direction takes over. 2015-06-18 21:35:16 gabizou etc etc etc 2015-06-18 21:41:34 gurun ok, thanks. Sounds fairly doable. 2015-06-18 21:43:08 gurun i understood from reading about it, that power rails have a bit of special cases around them. But for PE that doesn't have redstone and stuff, it's probably way easier. They are basically "ON" at all times. 2015-06-18 21:52:49 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2015-06-18 21:57:05 gabizou I wouldn't know 2015-06-18 22:05:22 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-18 22:06:17 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2015-06-18 22:06:44 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Client Quit) 2015-06-18 22:06:54 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-18 22:08:01 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-18 22:23:12 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 245 seconds) 2015-06-18 22:28:53 --> Flemmard (~flemmard@unaffiliated/flemmard) a rejoint #mcdevs 2015-06-18 23:08:43 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2015-06-18 23:09:07 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-19 00:09:18 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2015-06-19 00:25:41 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 00:25:50 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-19 00:29:17 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-19 00:38:07 --> bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a rejoint #mcdevs 2015-06-19 00:47:15 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2015-06-19 00:48:42 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2015-06-19 00:48:47 -- Mode #mcdevs [+v kev009] par ChanServ 2015-06-19 00:51:58 -- TheUnnamed|Away est maintenant connu sous le nom TheUnnamedDude 2015-06-19 00:55:20 <-- jast (jast@zoidberg.org) a quitté (*.net *.split) 2015-06-19 01:06:11 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2015-06-19 01:29:17 -- umby24|offline est maintenant connu sous le nom umby24 2015-06-19 02:08:06 -- mniip est maintenant connu sous le nom 6A4ACSO5V 2015-06-19 02:08:36 -- 6A4ACSO5V est maintenant connu sous le nom mniip 2015-06-19 02:18:05 -- r04r est maintenant connu sous le nom zz_r04r 2015-06-19 02:29:47 --> Techcable (~Techcable@2607:5300:100:200::1290) a rejoint #mcdevs 2015-06-19 02:56:23 <-- Techcable (~Techcable@2607:5300:100:200::1290) a quitté (Quit: ZNC - http://znc.in) 2015-06-19 02:56:53 --> Techcable (~Techcable@2607:5300:100:200::1290) a rejoint #mcdevs 2015-06-19 03:03:54 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 272 seconds) 2015-06-19 03:14:03 --> WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a rejoint #mcdevs 2015-06-19 03:24:53 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Quit: Leaving.) 2015-06-19 03:31:31 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2015-06-19 03:55:42 <-- Gjum (~Gjum@217.160.135.244) a quitté (Remote host closed the connection) 2015-06-19 03:58:15 --> Gjum (~Gjum@217.160.135.244) a rejoint #mcdevs 2015-06-19 04:40:53 -- TheUnnamedDude est maintenant connu sous le nom TheUnnamed|Away 2015-06-19 05:22:24 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2015-06-19 05:25:50 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2015-06-19 05:25:50 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2015-06-19 05:36:47 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-uswwlqdktvubwfoi) a quitté (Quit: Connection closed for inactivity) 2015-06-19 06:48:59 -- umby24 est maintenant connu sous le nom umby24|offline 2015-06-19 07:06:54 --> Addisonep (uid86198@gateway/web/irccloud.com/x-eynjvkdbielelkhg) a rejoint #mcdevs 2015-06-19 07:21:47 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 265 seconds) 2015-06-19 08:17:32 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Quit: Nettalk6 - www.ntalk.de) 2015-06-19 08:57:05 <-- Cxom (~Trinoxtio@c-73-50-203-231.hsd1.il.comcast.net) a quitté (Ping timeout: 252 seconds) 2015-06-19 09:07:51 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2015-06-19 09:21:06 --> Cxom (~Trinoxtio@2601:248:4200:4876:c075:2dff:221c:be1e) a rejoint #mcdevs 2015-06-19 09:55:49 <-- bfoxwell (~Foxwell@c-76-110-182-132.hsd1.fl.comcast.net) a quitté (Ping timeout: 255 seconds) 2015-06-19 10:09:08 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2015-06-19 10:33:58 --> Tibo442 (~Tibo@unaffiliated/tibo442) a rejoint #mcdevs 2015-06-19 10:43:53 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 10:56:04 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-19 11:06:48 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-eynjvkdbielelkhg) a quitté (Quit: Connection closed for inactivity) 2015-06-19 11:41:20 --> kcj (~kcj@unaffiliated/kcj) a rejoint #mcdevs 2015-06-19 13:21:40 <-- WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a quitté (Ping timeout: 272 seconds) 2015-06-19 13:23:20 --> WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a rejoint #mcdevs 2015-06-19 13:46:38 -- zz_r04r est maintenant connu sous le nom r04r 2015-06-19 14:18:23 gurun Victory: #MiNET Well, 1000 players from 90% down to 7% CPU, and that's a working solution. I call that a new record!! 2015-06-19 14:38:05 --> phasesaber (45048862@gateway/web/cgi-irc/kiwiirc.com/ip.69.4.136.98) a rejoint #mcdevs 2015-06-19 14:38:54 phasesaber o/ 2015-06-19 14:41:27 gurun I should build an "Epoc Battle plugin" to it now.. 2015-06-19 14:41:39 gurun Epic Battle 2015-06-19 14:43:04 phasesaber anyone know any 3d pathfinding algorithms besides A*? 2015-06-19 14:44:45 gurun i read an article on something like that using minecraft as an example. I'll see if i can find it again. 2015-06-19 15:08:42 phasesaber Man I love lombok 2015-06-19 15:21:28 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2015-06-19 15:21:28 -- Mode #mcdevs [+v Amaranth] par ChanServ 2015-06-19 15:22:54 phasesaber o/ 2015-06-19 15:23:48 <-- phasesaber (45048862@gateway/web/cgi-irc/kiwiirc.com/ip.69.4.136.98) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2015-06-19 15:40:41 <-- kcj (~kcj@unaffiliated/kcj) a quitté (Read error: Connection reset by peer) 2015-06-19 15:46:40 -- TheUnnamed|Away est maintenant connu sous le nom TheUnnamedDude 2015-06-19 15:48:58 <-- AlphaBlend (~Vector@pool-173-58-84-236.lsanca.fios.verizon.net) a quitté (Ping timeout: 272 seconds) 2015-06-19 16:10:11 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 16:10:16 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-19 16:35:16 <-- SpaceManiac (~SpaceMani@74-194-137-165.gtwncmta01.res.dyn.suddenlink.net) a quitté (Ping timeout: 264 seconds) 2015-06-19 16:40:02 --> SpaceManiac (~SpaceMani@74-194-137-165.gtwncmta01.res.dyn.suddenlink.net) a rejoint #mcdevs 2015-06-19 16:40:02 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2015-06-19 17:14:58 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-19 17:36:44 --> Addisonep (uid86198@gateway/web/irccloud.com/x-ercwdyllpaaawsif) a rejoint #mcdevs 2015-06-19 17:58:50 <-- WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a quitté (Ping timeout: 246 seconds) 2015-06-19 18:00:49 --> RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-19 18:01:22 --> WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a rejoint #mcdevs 2015-06-19 18:05:56 <-- Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2015-06-19 18:07:20 --> Dadido3 (~quassel@p5B00AF75.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-19 18:10:50 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 272 seconds) 2015-06-19 18:30:11 <-- bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2015-06-19 18:58:13 --> bildramer (~bildramer@p5DC8A202.dip0.t-ipconnect.de) a rejoint #mcdevs 2015-06-19 19:06:17 --> RenegadeEagle4 (~RenegadeE@173-19-198-172.client.mchsi.com) a rejoint #mcdevs 2015-06-19 19:08:25 <-- RenegadeEagle3 (~RenegadeE@173-19-198-172.client.mchsi.com) a quitté (Ping timeout: 255 seconds) 2015-06-19 19:12:09 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 19:17:03 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-19 19:53:52 <-- WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a quitté (Ping timeout: 255 seconds) 2015-06-19 19:56:57 <-- orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a quitté (Ping timeout: 245 seconds) 2015-06-19 19:58:38 --> WizardCM (~WizardCM@14-201-31-151.static.tpgi.com.au) a rejoint #mcdevs 2015-06-19 20:14:21 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 20:14:39 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-19 20:34:59 --> SopaXT (~SopaXorzT@unaffiliated/sopaxorztaker) a rejoint #mcdevs 2015-06-19 20:37:02 <-- SopaXT (~SopaXorzT@unaffiliated/sopaxorztaker) a quitté (Read error: Connection reset by peer) 2015-06-19 21:29:59 --> edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2015-06-19 21:37:41 --> barneygale_ (~barneygal@5ec10b49.skybroadband.com) a rejoint #mcdevs 2015-06-19 21:41:40 -- Addisonep est maintenant connu sous le nom Git-Feed 2015-06-19 21:42:36 <-- Brottweiler (~brott@unaffiliated/brott) a quitté (Ping timeout: 265 seconds) 2015-06-19 21:43:14 --> Brottweiler (~brott@unaffiliated/brott) a rejoint #mcdevs 2015-06-19 21:43:14 --> dav2d (~dav1d@unaffiliated/dav1d) a rejoint #mcdevs 2015-06-19 21:43:20 <-- dav1d (~dav1d@unaffiliated/dav1d) a quitté (Read error: Connection reset by peer) 2015-06-19 21:43:27 -- Git-Feed est maintenant connu sous le nom Addisonep 2015-06-19 22:03:06 --> orthoplex64 (~orthoplex@unaffiliated/orthoplex64) a rejoint #mcdevs 2015-06-19 22:23:43 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-19 22:23:50 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Client Quit) 2015-06-19 22:30:45 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Quit: Leaving.) 2015-06-19 22:42:14 --> ParaPenguin (~textual@host86-167-166-122.range86-167.btcentralplus.com) a rejoint #mcdevs 2015-06-19 22:43:56 ParaPenguin I was reading up on the Minecraft Protocol earlier, and I noticed something in the Entity Status Packet (0x1A, Clientbound). The list of statuses shows that #10 represents both "Sheep eating grass" and "Play TNT ignite sound". 2015-06-19 22:44:41 ParaPenguin Is that an error? Or is it supposed to be that way, there is no status with the id #5, so I'd assume it's an error 2015-06-19 23:35:32 -- dav2d est maintenant connu sous le nom dav1d 2015-06-19 23:40:10 <-- Tibo442 (~Tibo@unaffiliated/tibo442) a quitté (Ping timeout: 272 seconds) 2015-06-20 00:08:18 --> AlphaBlend (~Vector@pool-173-58-84-236.lsanca.fios.verizon.net) a rejoint #mcdevs 2015-06-20 00:16:07 <-- edlothiol (~edlothiol@ip1f129ebb.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 245 seconds) 2015-06-20 00:31:21 <-- Cxom (~Trinoxtio@2601:248:4200:4876:c075:2dff:221c:be1e) a quitté (Read error: Connection reset by peer) 2015-06-20 00:31:48 --> Cxom (~Trinoxtio@2601:248:4200:4876:c075:2dff:221c:be1e) a rejoint #mcdevs 2015-06-20 00:48:41 --> UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a rejoint #mcdevs 2015-06-20 01:06:11 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (Quit: No Ping reply in 180 seconds.) 2015-06-20 01:07:20 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2015-06-20 01:21:35 <-- Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a quitté (Ping timeout: 252 seconds) 2015-06-20 01:22:40 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 276 seconds) 2015-06-20 01:25:20 <-- UUID00 (~Thunderbi@cpe-213-157-225-153.dynamic.amis.net) a quitté (Quit: UUID00) 2015-06-20 01:25:42 --> Aaron1011 (~Aaron1011@104.131.186.165) a rejoint #mcdevs 2015-06-20 01:25:42 <-- Aaron1011 (~Aaron1011@104.131.186.165) a quitté (Changing host) 2015-06-20 01:25:43 --> Aaron1011 (~Aaron1011@unaffiliated/aaron1011) a rejoint #mcdevs 2015-06-20 01:25:54 <-- ScruffyRules (Scruff@i.am.scruffyrules.com) a quitté (Ping timeout: 265 seconds) 2015-06-20 01:28:23 <-- prplz (prplz@when.i.am.bored.i.buy.silly.domains) a quitté (Ping timeout: 265 seconds) 2015-06-20 01:28:35 --> prplz (prplz@when.i.am.bored.i.buy.silly.domains) a rejoint #mcdevs 2015-06-20 01:28:39 --> ScruffyRules (Scruff@i.am.scruffyrules.com) a rejoint #mcdevs 2015-06-20 01:34:39 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2015-06-20 02:00:21 --> AustinLMayes (~Austin@c-68-52-117-240.hsd1.tn.comcast.net) a rejoint #mcdevs