2016-02-18 20:02:40 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2016-02-18 20:05:22 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:7c4e:5612:efd5:68b1) a rejoint #mcdevs 2016-02-18 20:11:20 Meeeh ammar2, Gjum remember that bytecode contains info about line numbers :P that can be removed too but mc don't do that as it will be pain to fix any errors with stacktrace, but ofc every decompilator will still print good code with new lines. Also local variables can be saved too, as far as i remember. 2016-02-18 21:11:57 --> Aikar_ (~Aikar@web01.starlis.com) a rejoint #mcdevs 2016-02-18 21:12:02 --> hansihe_ (sid106603@gateway/web/irccloud.com/x-zffyvsmotmkmsuqr) a rejoint #mcdevs 2016-02-18 21:12:05 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:05 <-- hansihe (sid106603@gateway/web/irccloud.com/x-mqqxjnzmewdbcsqc) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:05 <-- xnrand (xnrand@unaffiliated/xy) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:07 <-- Aikar (~Aikar@wikia/Aikar) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:07 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:12 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 255 seconds) 2016-02-18 21:12:18 --> xnrand (xnrand@unaffiliated/xy) a rejoint #mcdevs 2016-02-18 21:13:23 -- hansihe_ est maintenant connu sous le nom hansihe 2016-02-18 21:13:23 --> Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a rejoint #mcdevs 2016-02-18 21:13:57 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2016-02-18 21:15:52 Not-ad0 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/0764b3907a7d...047095519cd5 2016-02-18 21:15:54 Not-ad0 [minecraft-data] rom1504 0470955 - full 1.7 support (except recipes) 2016-02-18 21:20:02 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-0.20.0 2016-02-18 21:20:18 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-0.20.0 2016-02-18 21:35:07 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-02-18 21:37:02 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-18 22:02:23 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-02-18 22:02:52 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-02-18 22:13:17 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-18 22:18:07 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-18 22:19:48 --> bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-18 22:49:14 +ammar2 Meeeh: you can attach friendly names to local variables but they're not stored in the actual bytecode 2016-02-18 22:49:32 +ammar2 it devolves down to something like iload_0, iload_1 etc internally 2016-02-18 22:49:55 +ammar2 the names turn into those indexes 2016-02-18 22:51:42 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:7c4e:5612:efd5:68b1) a quitté (Ping timeout: 250 seconds) 2016-02-18 23:07:40 Meeeh ammar2, I only said that names of them can be saved too 2016-02-18 23:07:52 Meeeh not that they are used in bytecode 2016-02-18 23:08:27 Meeeh they are just debug info, that can be removed or faked 2016-02-18 23:10:08 Meeeh as they are stored in LocalVariableTable that isn't even used at runtime 2016-02-18 23:11:20 --> kamcio96 (~kamcio96@2a01:11bf:4d2:a500:f516:5623:2419:4c40) a rejoint #mcdevs 2016-02-18 23:21:43 Not-ad0 [Charge] Wallbraker pushed 8 commits to master [+6/-0/±9] https://github.com/VoltLang/Charge/compare/e1ae699d5e01...9b048087b69a 2016-02-18 23:21:44 Not-ad0 [Charge] Wallbraker a12b14a - charge: Update ignore 2016-02-18 23:21:46 Not-ad0 [Charge] Wallbraker a6d5804 - lib: Add stb_image 2016-02-18 23:21:47 Not-ad0 [Charge] Wallbraker 22b808b - lib: Update gl bindings 2016-02-18 23:21:49 Not-ad0 [Charge] ... and 5 more commits. 2016-02-18 23:36:28 <-- kamcio96 (~kamcio96@2a01:11bf:4d2:a500:f516:5623:2419:4c40) a quitté (Ping timeout: 240 seconds) 2016-02-18 23:40:19 +ammar2 yeah no point in keeping those around if you're gonna be obfuscating names 2016-02-19 00:33:34 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-19 00:33:48 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-19 01:03:23 -- Aikar_ est maintenant connu sous le nom Aikar 2016-02-19 01:03:23 <-- Aikar (~Aikar@web01.starlis.com) a quitté (Changing host) 2016-02-19 01:03:23 --> Aikar (~Aikar@wikia/Aikar) a rejoint #mcdevs 2016-02-19 01:19:22 Not-ad0 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/047095519cd5...62169cdc51f9 2016-02-19 01:19:24 Not-ad0 [minecraft-data] rom1504 62169cd - fix key length prefix type (short instead of varint) in 1.7 http://wiki.vg/index.php?title=Protocol&oldid=6003#Clientbound_3 2016-02-19 01:22:29 tktech hansihe, lukegb if either of you are interested, I'm offering a $100USD bounty for stack map support in the Jawa assembler. 2016-02-19 01:29:59 hansihe might give it a try 2016-02-19 01:30:01 Not-ad0 [Jawa] TkTech pushed 1 commit to master [+0/-0/±1] https://github.com/TkTech/Jawa/compare/540f1835c365...f3f289f13320 2016-02-19 01:30:02 Not-ad0 [Jawa] TkTech f3f289f - Update .landscape.yml Ignore sphinx configuration file in landscape audits. 2016-02-19 01:35:59 Not-ad0 [Jawa] TkTech pushed 1 commit to master [+0/-0/±1] https://github.com/TkTech/Jawa/compare/f3f289f13320...e0c5b3c15aba 2016-02-19 01:36:01 Not-ad0 [Jawa] TkTech e0c5b3c - Update .landscape.yml - Enable strict PEP8 checking. 2016-02-19 01:43:07 Not-ad0 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/62169cdc51f9...3f33c40cdbd0 2016-02-19 01:43:09 Not-ad0 [minecraft-data] rom1504 3f33c40 - fix unmount in steer vehicle of protocol 1.7 2016-02-19 02:57:21 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 02:59:15 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 02:59:30 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 02:59:44 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Client Quit) 2016-02-19 03:00:03 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 03:01:20 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Client Quit) 2016-02-19 03:01:37 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 03:21:17 hansihe tktech: does jawa parse all attributes or does it ignore some of them? 2016-02-19 03:22:02 tktech Dying in dota just a sec 2016-02-19 03:22:52 hansihe haha 2016-02-19 03:23:06 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 03:26:31 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-19 03:31:51 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 03:37:47 tktech hansihe, There are hundreds of attributes 2016-02-19 03:37:56 tktech hansihe, Parsers are only implemented for a few, but it reads all of them. 2016-02-19 03:38:02 tktech lukegb's fork adds a few more 2016-02-19 03:39:32 hansihe Right 2016-02-19 03:40:17 tktech The goal for 1.0 is to implement all specification attributes 2016-02-19 03:40:17 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 03:40:38 tktech Then the most common compiler-specific/obfuscator specific ones 2016-02-19 03:42:52 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 03:42:54 hansihe I'm doing stack maps now, i mostly worked out the format and how to generate them 2016-02-19 03:43:03 hansihe Just need to implement it 2016-02-19 03:44:13 tktech \o/ 2016-02-19 03:47:11 tktech https://github.com/Pokechu22/Burger/commits/mc18 2016-02-19 03:47:24 tktech Huh, I didn't notice this but someones been updating Burger 2016-02-19 04:04:15 hansihe tktech: To be able to unpack the StackMapTable attribute of a Code attribute, I need access to data on the Code attribute 2016-02-19 04:04:36 hansihe Unless I missed something there doesn't seem to be infrastructure for that 2016-02-19 04:04:40 tktech .info 2016-02-19 04:05:08 hansihe Yeah, that's the raw data 2016-02-19 04:05:29 hansihe I need access to max_stack and max_locals on the code attribute 2016-02-19 04:06:59 hansihe Sizes of data types are dependent on how many locals, stack size and bytecode byte size 2016-02-19 04:08:22 tktech Sorry, still playing dota 2016-02-19 04:08:23 tktech That's all there 2016-02-19 04:08:24 tktech http://jawa.tkte.ch/jawa.attributes.html#module-jawa.attributes.code 2016-02-19 04:09:21 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 04:09:38 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 04:12:21 hansihe That doesn't give me access to the parent code attribute from the StackMapTableAttribute i'm writing though 2016-02-19 04:13:53 hansihe I misunderstood earlier, you probably meant the .info property on the Code attribute class. I was thinking about the info parameter on the unpack method of the Attribute class 2016-02-19 04:14:16 hansihe just finish your game first btw, no hurry 2016-02-19 04:16:05 tktech Sorry, I might be misunderstanding you 2016-02-19 04:16:28 tktech Inside a StackMapTableAttribute, you can't figure out how to access the parent attribute? 2016-02-19 04:18:45 hansihe A StackMapTable attribute would always be child of a Code attribute. I need to access stuff on the parent Code attribute to be able to decode the StackMapTableAttribute 2016-02-19 04:18:53 hansihe I may be expressing myself badly here 2016-02-19 04:22:15 hansihe I am implementing the 'unpack' method of a custom attribute (StackMapTableAttribute). To be able to decode the 'info' bytestring supplied in the argument to the 'unpack' method, I need to know some information about the CodeAttribute it is an attribute of. 2016-02-19 04:24:07 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2016-02-19 04:24:23 hansihe I could implement it myself, just wanted to know if you wanted to do it any particular way 2016-02-19 04:25:27 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-19 04:25:55 tktech You have access to the parent class through the cf property 2016-02-19 04:26:06 tktech I don't think I added a way to traverse the attribute hiererachy 2016-02-19 04:27:26 tktech The Attribute class should probably get a parent_attribute property 2016-02-19 04:27:58 hansihe i'll implement something like that then 2016-02-19 04:30:29 tktech I guess an attribute also needs a reference to its table 2016-02-19 04:32:15 hansihe I was thinking of giving a attribute access to a stack of its parents 2016-02-19 04:32:50 tktech Any reason to do that versus just the parent? 2016-02-19 04:32:58 tktech Traversal is simple and leaves minimal references 2016-02-19 04:33:26 hansihe Type signatures for one 2016-02-19 04:33:42 hansihe I'll have to double check, but I don't think they are in the code attribute? 2016-02-19 04:34:21 hansihe They are definitely needed for generating a stack map table 2016-02-19 04:34:51 tktech Sorry, not sure what you mean. 2016-02-19 04:34:58 tktech If each attribute contains a reference to its parent. 2016-02-19 04:35:07 tktech You can easily traverse up from any point to find the code attribute. 2016-02-19 04:35:17 hansihe Oh, that's a very good point 2016-02-19 04:35:31 hansihe Yeah, you could definitely do that 2016-02-19 04:35:31 tktech Without keeping a list of pointers (a stack) in every attribute (of which there can be literally millions) 2016-02-19 04:36:22 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2016-02-19 04:38:28 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-19 04:50:22 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-19 05:00:35 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-02-19 05:10:45 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 276 seconds) 2016-02-19 05:22:00 tktech What a sad round of dota. 2016-02-19 05:25:33 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2016-02-19 05:27:19 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-19 05:28:47 tktech hansihe, I've got some time now, want me to update Attributes with what we discussed? 2016-02-19 05:46:33 --> Tristitia (~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com) a rejoint #mcdevs 2016-02-19 06:05:13 --> redstonehelper_ (~redstoneh@p4FCCF244.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-19 06:05:13 <-- redstonehelper_ (~redstoneh@p4FCCF244.dip0.t-ipconnect.de) a quitté (Changing host) 2016-02-19 06:05:13 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-19 06:07:13 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 250 seconds) 2016-02-19 06:07:14 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-19 06:15:18 <-- ecx_ (~ecx86@unaffiliated/ecx86) a quitté (Read error: Connection reset by peer) 2016-02-19 06:15:46 --> ecx_ (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-02-19 06:29:49 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-02-19 06:29:49 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-02-19 07:17:40 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-02-19 07:19:45 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-19 08:01:12 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 08:25:16 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-02-19 08:33:49 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 08:47:08 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 08:53:37 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2016-02-19 08:59:19 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-19 08:59:30 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-19 09:01:20 Not-ad0 [minecraft-data] rom1504 pushed 2 commits to master [+0/-0/±2] https://github.com/PrismarineJS/minecraft-data/compare/3f33c40cdbd0...0bd5c0bcc1e8 2016-02-19 09:01:21 Not-ad0 [minecraft-data] deathcap 17dfdae - 1.7 plugin channel data buffers are length-prefixed http://wiki.vg/index.php?title=Protocol&oldid=6003#Plugin_Message 2016-02-19 09:01:23 Not-ad0 [minecraft-data] rom1504 0bd5c0b - Merge pull request #117 from deathcap/mc17plugin_channel 1.7 plugin channel data buffers are length-prefixed 2016-02-19 09:39:46 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-akgbwpyyuidnavfp) a quitté (Quit: Connection closed for inactivity) 2016-02-19 09:42:40 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:4dd3:5f9:396c:b07b) a rejoint #mcdevs 2016-02-19 09:45:45 --> |Blaze|_ (~scott@184.70.189.74) a rejoint #mcdevs 2016-02-19 09:46:07 --> M-ou-se_ (~m-ou.se@m-ou.se) a rejoint #mcdevs 2016-02-19 09:48:37 <-- M-ou-se (~m-ou.se@m-ou.se) a quitté (Read error: Connection reset by peer) 2016-02-19 09:48:38 <-- |Blaze| (~scott@184.70.189.74) a quitté (Read error: Connection reset by peer) 2016-02-19 09:51:32 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:4dd3:5f9:396c:b07b) a quitté (Ping timeout: 240 seconds) 2016-02-19 10:08:42 Not-ad0 [Charge] Wallbraker pushed 1 commit to master [+0/-0/±1] https://github.com/VoltLang/Charge/compare/9b048087b69a...4b45c1953d6a 2016-02-19 10:08:43 Not-ad0 [Charge] Wallbraker 4b45c19 - lib: Formatting 2016-02-19 10:28:25 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 10:28:52 <-- Katar (~pastaf@2601:600:8b00:3086:76da:38ff:fe61:f6b2) a quitté (Ping timeout: 240 seconds) 2016-02-19 10:40:42 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 11:09:45 tktech Wallbraker, redoing Charge in Volt? 2016-02-19 11:10:43 +Wallbraker tktech: Yes 2016-02-19 11:11:09 +Wallbraker Excellent way of finding bugs and missing features in the compiler. 2016-02-19 11:11:50 <-- Byteflux (~Byteflux@2607:5300:60:7b5a::) a quitté (Remote host closed the connection) 2016-02-19 11:12:11 tktech Yup 2016-02-19 11:13:40 +Wallbraker Also I have a advanced computer graphics course in uni this semester and the exam is a project, so I'm doing that in charge. 2016-02-19 11:16:38 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 11:16:56 +Wallbraker Going to do a clustered shading renderer 2016-02-19 11:17:10 +Wallbraker We got a lecture by the inventor of the technique. 2016-02-19 11:17:13 +Wallbraker http://www.cse.chalmers.se/~olaolss/main_frame.php?contents=publication&id=clustered_shading 2016-02-19 11:17:21 +Wallbraker Which was pretty cool 2016-02-19 11:17:44 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 11:17:52 +Wallbraker He also invented tiled shading (What the industry call Forward+, but don't tell him that). 2016-02-19 11:18:37 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 11:28:58 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 11:50:57 <-- cnr (~connor@unaffiliated/conehead) a quitté (Ping timeout: 268 seconds) 2016-02-19 11:55:02 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-02-19 12:16:21 Not-ad0 [Charge] Wallbraker pushed 3 commits to master [+0/-0/±5] https://github.com/VoltLang/Charge/compare/4b45c1953d6a...46c5e4ce8642 2016-02-19 12:16:22 Not-ad0 [Charge] Wallbraker dc01090 - gfx: Fix line endings 2016-02-19 12:16:24 Not-ad0 [Charge] Wallbraker 5c87952 - sys: Use now working __ctor calling 2016-02-19 12:16:25 Not-ad0 [Charge] Wallbraker 46c5e4c - charge: Change binary name 2016-02-19 12:16:54 +Wallbraker tktech: Also, not works on Esper now. 2016-02-19 12:23:08 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-0.20.1 2016-02-19 12:23:15 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-0.20.2 2016-02-19 12:38:37 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-0.20.3 2016-02-19 12:38:44 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-0.20.4 2016-02-19 12:38:54 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-protodef-0.3.0 2016-02-19 12:40:11 Not-ad0 [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://github.com/PrismarineJS/mineflayer/compare/a9d80c4d2935...614c1cec67a7 2016-02-19 12:40:13 Not-ad0 [mineflayer] rom1504 614c1ce - Merge pull request #381 from PrismarineJS/updates update dependencies 2016-02-19 12:40:14 Not-ad0 [mineflayer] rom1504 deleted branch updates 2016-02-19 12:40:22 Not-ad0 [mineflayer] rom1504 deleted branch greenkeeper-protodef-0.2.6 2016-02-19 12:41:54 Not-ad0 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://github.com/PrismarineJS/mineflayer/compare/614c1cec67a7...e6141812e77e 2016-02-19 12:41:55 Not-ad0 [mineflayer] rom1504 e614181 - Release 1.7.1 2016-02-19 12:42:02 Not-ad0 [mineflayer] rom1504 tagged e614181 as 1.7.1 https://github.com/PrismarineJS/mineflayer/commit/e6141812e77ea97d624056c22833a28190f9fef6 2016-02-19 12:45:01 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-0.20.4 2016-02-19 12:45:08 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.18.0 2016-02-19 12:45:18 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-0.20.1 2016-02-19 12:45:24 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-0.20.2 2016-02-19 12:45:30 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-0.20.3 2016-02-19 12:45:58 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 12:50:07 rom1504 greenkeeper has been getting kind of mad 2016-02-19 12:51:34 Not-ad0 [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±2] https://github.com/PrismarineJS/flying-squid/compare/ff0e7e778610...688c5c02f523 2016-02-19 12:51:35 Not-ad0 [flying-squid] rom1504 769da3f - update dependencies 2016-02-19 12:51:37 Not-ad0 [flying-squid] rom1504 688c5c0 - Merge pull request #199 from PrismarineJS/updates update dependencies 2016-02-19 12:51:38 Not-ad0 [flying-squid] rom1504 deleted branch updates 2016-02-19 12:51:49 Not-ad0 [flying-squid] rom1504 deleted branch greenkeeper-mineflayer-1.7.1 2016-02-19 12:57:18 rom1504 -> I did press "delete" on github for that updates branch 2016-02-19 12:57:38 rom1504 that means it's always showing the branch deletion 2016-02-19 13:19:00 morfin Oo 2016-02-19 13:24:17 hansihe tktech: Sorry, was sleeping. Yeah, do it if you got time 2016-02-19 13:25:03 +SinZ rom1504: it might be worth removing his push permissions if he is constantly making the branches 2016-02-19 13:25:53 rom1504 no it's operating normally, it's just that I didn't merge his first PR, so he made a new one when I updated mcdata again, and so on 2016-02-19 13:26:10 +SinZ considering the amount of branches you deleted 2016-02-19 13:26:17 +SinZ that doesn't seem like normal operations 2016-02-19 13:26:37 rom1504 well 2016-02-19 13:26:44 rom1504 it could be smarter yeah 2016-02-19 13:27:35 rom1504 idk why it doesn't reuse the branches 2016-02-19 13:28:29 rom1504 https://github.com/greenkeeperio/greenkeeper/issues/138 that kind of thing 2016-02-19 13:28:57 rom1504 anyway, notifico showing the branch deletion notifications is a separate problems 2016-02-19 13:29:12 rom1504 I unchecked it in github, but that doesn't change anything 2016-02-19 13:36:44 --> Akaibu (uid118096@gateway/web/irccloud.com/x-atjgdfntauyomrau) a rejoint #mcdevs 2016-02-19 14:28:05 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 14:31:28 --> redstonehelper (~redstoneh@p4FCCF244.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-19 14:31:28 <-- redstonehelper (~redstoneh@p4FCCF244.dip0.t-ipconnect.de) a quitté (Changing host) 2016-02-19 14:31:28 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-19 14:55:30 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:a177:331c:69d1:18c9) a rejoint #mcdevs 2016-02-19 14:57:06 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-19 15:02:03 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:a177:331c:69d1:18c9) a quitté (Ping timeout: 240 seconds) 2016-02-19 15:10:38 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:a177:331c:69d1:18c9) a rejoint #mcdevs 2016-02-19 15:39:46 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-atjgdfntauyomrau) a quitté (Quit: Connection closed for inactivity) 2016-02-19 15:43:17 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:a177:331c:69d1:18c9) a quitté (Ping timeout: 240 seconds) 2016-02-19 16:13:44 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-19 16:16:09 --> Pastaf (~pastaf@c-24-17-213-111.hsd1.wa.comcast.net) a rejoint #mcdevs 2016-02-19 16:43:38 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 16:43:53 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 16:47:15 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-19 16:54:37 Not-7c05 [wiki] Edit by AZm87 to Protocol -> http://tinyurl.com/j3oh7on 2016-02-19 17:04:39 --> Byteflux (~Byteflux@2607:5300:60:7b5a::) a rejoint #mcdevs 2016-02-19 17:25:55 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:c847:b494:798c:96ed) a rejoint #mcdevs 2016-02-19 17:27:14 --> Akaibu (uid118096@gateway/web/irccloud.com/x-ilrfubsgekekpgfx) a rejoint #mcdevs 2016-02-19 17:41:21 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-02-19 17:45:06 <-- Byteflux (~Byteflux@2607:5300:60:7b5a::) a quitté (Quit: ZNC - http://znc.in) 2016-02-19 17:51:06 --> Byteflux (~Byteflux@2607:5300:60:7b5a::) a rejoint #mcdevs 2016-02-19 18:14:45 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 18:19:22 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 255 seconds) 2016-02-19 19:25:38 <-- dexter0 (~dexter0@73.222.1.210) a quitté (*.net *.split) 2016-02-19 19:25:39 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2016-02-19 19:25:40 <-- PEMapModder (~PEMapModd@168.235.65.4) a quitté (*.net *.split) 2016-02-19 19:25:41 <-- Thinkofname (Think@178.62.46.124) a quitté (*.net *.split) 2016-02-19 19:25:43 <-- Meeeh (~Meeeh@diorite.org) a quitté (*.net *.split) 2016-02-19 19:25:48 --> Thinkofname (Think@oops.i.broke.thinkofdeath.uk) a rejoint #mcdevs 2016-02-19 19:25:48 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2016-02-19 19:25:48 --> PEMapModder (~PEMapModd@2604:180:2:579::27d3) a rejoint #mcdevs 2016-02-19 19:25:52 --> Meeeh (~Meeeh@diorite.org) a rejoint #mcdevs 2016-02-19 19:26:17 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2016-02-19 19:26:20 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2016-02-19 19:26:25 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-02-19 19:26:25 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-02-19 19:27:24 <-- Not-ad0 (~notifico@198.199.82.216) a quitté (*.net *.split) 2016-02-19 19:27:27 <-- dx (~dx@unaffiliated/dxdx) a quitté (*.net *.split) 2016-02-19 19:27:28 <-- MrARM (~MrARM@unaffiliated/mrarm) a quitté (*.net *.split) 2016-02-19 19:27:29 <-- Monkey0x9 (~Monkey0x9@188.166.59.44) a quitté (*.net *.split) 2016-02-19 19:27:39 --> dx- (~dx@unaffiliated/dxdx) a rejoint #mcdevs 2016-02-19 19:27:40 --> Monkey0x9 (~Monkey0x9@188.166.59.44) a rejoint #mcdevs 2016-02-19 19:28:21 --> MrARM (~MrARM@unaffiliated/mrarm) a rejoint #mcdevs 2016-02-19 19:34:18 -- dx- est maintenant connu sous le nom dx 2016-02-19 20:15:38 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-19 20:19:33 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-19 21:18:04 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:c847:b494:798c:96ed) a quitté (Ping timeout: 250 seconds) 2016-02-19 21:30:13 <-- winny (~winny@unaffiliated/winstonw) a quitté (Quit: WeeChat 0.4.2) 2016-02-19 21:55:22 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2016-02-19 21:59:08 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:41bb:2039:1060:386e) a rejoint #mcdevs 2016-02-19 22:03:45 <-- robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a quitté (Quit: ZNC 1.6.2 - http://znc.in) 2016-02-19 22:04:01 --> robbie0630 (~robbie063@45-23-26-153.lightspeed.cntmoh.sbcglobal.net) a rejoint #mcdevs 2016-02-19 22:11:20 redstonehelper md_5: was this an issue in 1.8 as well? https://bugs.mojang.com/browse/MC-85592 2016-02-19 22:20:36 Meeeh redstonehelper, I never saw net.minecraft here as far as I remember 2016-02-19 22:20:55 redstonehelper "here"? 2016-02-19 22:21:03 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:41bb:2039:1060:386e) a quitté (Ping timeout: 240 seconds) 2016-02-19 22:21:15 Meeeh in this file, at least not in spigot 2016-02-19 22:22:26 Meeeh yeach, it is in vanilla 2016-02-19 22:22:27 redstonehelper must have been a silly snapshot change then, unless md remembers otherwise 2016-02-19 22:22:29 Meeeh but not in sopigot 2016-02-19 22:22:44 Meeeh spigot just fixed this, or bukkit 2016-02-19 22:23:23 Meeeh checked in vanilla 1.8.9 and spigot 1.8.8 2016-02-19 22:23:36 redstonehelper so not in vanilla 1.8.9? 2016-02-19 22:23:43 Meeeh it is in vanilla 2016-02-19 22:23:52 redstonehelper so it's a 1.8.9 bug too 2016-02-19 22:24:01 Meeeh yep 2016-02-19 22:24:05 redstonehelper thanks 2016-02-19 22:24:40 Meeeh I think that they might have logger in net.minecraft, but it is removed when obfuscating, like it may be some debug-only logger 2016-02-19 22:24:50 Meeeh or they added it for no reason 2016-02-19 22:24:51 Meeeh who knows 2016-02-19 22:56:14 --> barneygale_ (~barneygal@90.197.153.91) a rejoint #mcdevs 2016-02-19 23:03:49 <-- barneygale_ (~barneygal@90.197.153.91) a quitté (Ping timeout: 252 seconds) 2016-02-19 23:04:16 --> barneygale_ (~barneygal@90.197.153.91) a rejoint #mcdevs 2016-02-19 23:07:14 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:9d40:ba91:6971:cc8c) a rejoint #mcdevs 2016-02-19 23:08:40 -- M-ou-se_ est maintenant connu sous le nom M-ou-se 2016-02-19 23:11:16 +md_5 I think that they might have logger in net.minecraft, but it is removed when obfuscating, like it may be some debug-only logger 2016-02-19 23:11:19 +md_5 actually that makes sense 2016-02-19 23:11:22 +md_5 redstonehelper ^^ 2016-02-19 23:11:38 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-02-19 23:15:36 redstonehelper thanks 2016-02-19 23:17:34 --> Not-a00d (~notifico@198.199.82.216) a rejoint #mcdevs 2016-02-19 23:17:34 Not-a00d [minecraft-data] rom1504 pushed 3 commits to master [+0/-0/±14] https://github.com/PrismarineJS/minecraft-data/compare/0bd5c0bcc1e8...2ed08591fcd2 2016-02-19 23:17:35 Not-a00d [minecraft-data] rom1504 5dbc876 - new numerical names, for https://github.com/roblabla/ProtoDef/pull/50 2016-02-19 23:17:37 Not-a00d [minecraft-data] rom1504 f175565 - transform long too and add 0-9 to schema 2016-02-19 23:17:38 Not-a00d [minecraft-data] rom1504 2ed0859 - Merge pull request #118 from rom1504/new_numerical_names new numerical names, for https://github.com/roblabla/ProtoDef/pull/50 2016-02-19 23:18:25 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-19 23:38:01 Not-a00d [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/2ed08591fcd2...238fa7e31843 2016-02-19 23:38:03 Not-a00d [minecraft-data] rom1504 238fa7e - fix short in 1.7 protocol 2016-02-19 23:41:27 Not-a00d [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/238fa7e31843...ebf737f9785d 2016-02-19 23:41:28 Not-a00d [minecraft-data] rom1504 ebf737f - forgot a short in 1.7 protocol 2016-02-19 23:44:15 Meeeh md_5, wasn't this bug already marked as resolved? 2016-02-19 23:48:19 Meeeh md_5 yeach, it is fixed in 1.9. 2016-02-19 23:50:52 +md_5 good to know ^^ redstonehelper 2016-02-19 23:58:13 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.18.1 2016-02-19 23:58:52 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-minecraft-protocol-0.18.1 2016-02-20 00:00:33 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:9d40:ba91:6971:cc8c) a quitté (Ping timeout: 240 seconds) 2016-02-20 00:17:09 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 00:21:48 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-02-20 00:35:52 Not-a00d [Charge] Wallbraker pushed 2 commits to master [+2/-0/±3] https://github.com/VoltLang/Charge/compare/46c5e4ce8642...e0d2e0cd9fd8 2016-02-20 00:35:54 Not-a00d [Charge] Wallbraker 939f852 - game: Add Scene code 2016-02-20 00:35:55 Not-a00d [Charge] Wallbraker e0d2e0c - examples: Use Scene in gl example 2016-02-20 00:40:42 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-windows-1.0.0 2016-02-20 00:40:44 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-recipe-1.0.0 2016-02-20 00:40:46 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-item-1.0.0 2016-02-20 00:40:47 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-chunk-1.0.0 2016-02-20 00:40:49 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-block-1.0.0 2016-02-20 00:40:49 Gjum dude 2016-02-20 00:40:50 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-biome-1.0.0 2016-02-20 00:40:52 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.0.2 2016-02-20 00:40:53 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.0.1 2016-02-20 00:40:55 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.0.0 2016-02-20 00:40:56 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.0.0 2016-02-20 00:41:03 rom1504 yeah 2016-02-20 00:41:07 rom1504 going to disable that thing 2016-02-20 00:41:51 Not-a00d [mineflayer] rom1504 pushed 4 commits to master [+0/-0/±5] https://github.com/PrismarineJS/mineflayer/compare/e6141812e77e...37f3cfcddd26 2016-02-20 00:41:53 Not-a00d [mineflayer] rom1504 37f3cfc - Merge pull request #382 from PrismarineJS/new_numerical_names https://github.com/roblabla/ProtoDef/pull/50 : update to new numerical names 2016-02-20 00:41:54 Not-a00d [mineflayer] rom1504 deleted branch new_numerical_names 2016-02-20 00:41:58 hansihe greenkeeper is off the rails 2016-02-20 00:42:05 Gjum also +1 for the numerical names 2016-02-20 00:43:40 hansihe why not convert the wiki.vg protocol page to use numerical names as well? 2016-02-20 00:43:51 hansihe they are easier to understand in every case 2016-02-20 00:43:56 Gjum and break all the extractors :D 2016-02-20 00:44:13 hansihe well, good point 2016-02-20 00:44:31 Gjum but, as I don't run such a tool, count me in 2016-02-20 00:44:44 rom1504 pretty sure there are no extractors that work fully for the wiki.vg page 2016-02-20 00:44:54 rom1504 I mean wiki.vg/Protocol anyway 2016-02-20 00:44:59 hansihe yeah 2016-02-20 00:45:32 Not-a00d [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://github.com/PrismarineJS/mineflayer/compare/37f3cfcddd26...147752400243 2016-02-20 00:45:34 Not-a00d [mineflayer] rom1504 1477524 - Release 1.7.2 2016-02-20 00:45:45 Not-a00d [mineflayer] rom1504 tagged 1477524 as 1.7.2 https://github.com/PrismarineJS/mineflayer/commit/147752400243bd7d0abc31657f30ca0ad978dd3f 2016-02-20 00:45:52 Gjum well the format already changed quite a bit in the recent past, I believe such a change would benefit more than it would harm 2016-02-20 00:46:26 hansihe agreed 2016-02-20 00:46:27 rom1504 yeah probably 2016-02-20 00:46:38 rom1504 I honestly cannot remember what is the size of "short" 2016-02-20 00:46:47 hansihe 2 2016-02-20 00:46:51 rom1504 sounds like it's smaller than int to me 2016-02-20 00:46:51 hansihe i think 2016-02-20 00:46:52 Gjum byte < short < int? 2016-02-20 00:46:57 hansihe 1, 2, 4 2016-02-20 00:47:00 rom1504 yes 2016-02-20 00:47:11 rom1504 but tomorrow I'll have forgotten :p 2016-02-20 00:47:14 hansihe haha 2016-02-20 00:47:14 Gjum short is short for short int anyway 2016-02-20 00:47:32 rom1504 ah yeah 2016-02-20 00:47:47 rom1504 oh, fun fact 2016-02-20 00:47:52 Gjum and then theres `long long unsigned letter;` 2016-02-20 00:47:56 rom1504 raknet (used by mcpe) has a triad type 2016-02-20 00:47:59 rom1504 which has 3 bytes 2016-02-20 00:48:12 Gjum oh, for what? 2016-02-20 00:48:12 hansihe well 2016-02-20 00:48:15 rom1504 didn't understood yet what for 2016-02-20 00:48:53 rom1504 also it uses both ltriad which is little endian and triad which is big endian 2016-02-20 00:48:58 hansihe maybe if someone think they need the precision of 3 bytes, but don't want an extra type? 2016-02-20 00:49:02 hansihe that's stupid though 2016-02-20 00:49:03 rom1504 I don't even want to know why 2016-02-20 00:49:37 hansihe well, there was probably someone somewhere along the line who put in a feature request for it :P 2016-02-20 00:54:50 Gjum are there any other major projects using raknet? 2016-02-20 01:00:58 Gjum oh, oculus and unity 2016-02-20 01:04:36 Not-a00d [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±2] https://github.com/PrismarineJS/flying-squid/compare/688c5c02f523...5f52a27ebd6b 2016-02-20 01:04:37 Not-a00d [flying-squid] rom1504 bf62bab - update dependencies 2016-02-20 01:04:39 Not-a00d [flying-squid] rom1504 5f52a27 - Merge pull request #210 from rom1504/update_dependencies update dependencies 2016-02-20 01:09:36 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-20 01:11:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2016-02-20 01:11:51 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-20 01:13:25 rom1504 anybody knows if tab complete packet changed in 1.9 ? 2016-02-20 01:13:40 Gjum it did afaik, because commandblocks 2016-02-20 01:13:45 rom1504 it seems like it did and pre release doesn't have the change 2016-02-20 01:14:04 rom1504 *pre release page 2016-02-20 01:25:46 Meeeh it dosen't have many changes as far as i know :D 2016-02-20 01:26:34 Gjum I think I remember there being just one more field or two 2016-02-20 01:27:04 Meeeh it is text, 1x boolean 2016-02-20 01:27:05 Meeeh and optional block location 2016-02-20 01:27:08 Meeeh (so boolean + blockLocation if boolean is true) 2016-02-20 01:27:35 Meeeh string is just command, boolean is assumeCommand used by commandblock 2016-02-20 01:27:37 rom1504 currently pre-release says "0x0E Tab-Complete Current(unchanged)" 2016-02-20 01:27:42 Gjum in the latest? that would be the same as 1.8 iirc 2016-02-20 01:27:48 rom1504 and http://wiki.vg/Protocol#Tab-Complete 2016-02-20 01:27:53 Meeeh isn't it 0x01? 2016-02-20 01:28:07 Meeeh Gjum, in 1.8 there is no "assumeCommand" 2016-02-20 01:28:41 rom1504 afaik it's the "packets" table that is the more up to date Meeeh 2016-02-20 01:28:45 Gjum oh right, 1.8 was just cmd 2016-02-20 01:28:59 rom1504 is it not ? 2016-02-20 01:29:15 Meeeh rom1504, nah, last time that my server was working (4/5 snapshots behind) 2016-02-20 01:29:17 Meeeh it was 0x01 2016-02-20 01:29:29 Gjum rom1504: dont you have that fancy jar extractor? C: 2016-02-20 01:30:09 Meeeh it is 0x01 2016-02-20 01:30:23 Meeeh as my tabcomplete is working and I have registred packet as 0x01 2016-02-20 01:30:38 Meeeh oooh 2016-02-20 01:30:39 Meeeh wait 2016-02-20 01:30:50 rom1504 Gjum: too lazy to use it :p 2016-02-20 01:30:56 Meeeh rom1504, we are talking about different bound :D 2016-02-20 01:31:07 Meeeh it is 0x0E as clientbound 2016-02-20 01:31:09 rom1504 yeah I was confused 2016-02-20 01:31:15 rom1504 my problem is with serverbound 2016-02-20 01:31:18 rom1504 not clientbound 2016-02-20 01:31:23 rom1504 so yeah it's 0x01 2016-02-20 01:31:28 Meeeh I was updating that packets id on wiki, so it must be valid xD 2016-02-20 01:31:44 Meeeh but I didn't have time for fields 2016-02-20 01:31:44 rom1504 is http://wiki.vg/Pre-release_protocol#Tab-Complete correct ? 2016-02-20 01:32:03 Meeeh yep 2016-02-20 01:33:09 rom1504 hmm 2016-02-20 01:33:19 rom1504 I guess I should try it myself 2016-02-20 01:33:26 rom1504 someone else reported pb with that packet 2016-02-20 01:34:12 Meeeh ? 2016-02-20 01:35:11 Meeeh my tabcomplete works just fine http://imgur.com/1W571ih 2016-02-20 01:35:23 Meeeh https://github.com/Diorite/Diorite/blob/master/diorite-core/src/main/java/org/diorite/impl/connection/packets/play/serverbound/PacketPlayServerboundTabComplete.java yey my shitty code 2016-02-20 01:37:29 rom1504 client->server: Error in packet play.tab_complete 2016-02-20 01:37:29 rom1504 01062f74696d6520000001062f74696d65200000 2016-02-20 01:37:30 rom1504 01062f74696d6520000001062f74696d652000 2016-02-20 01:37:32 rom1504 hmmm 2016-02-20 01:39:25 rom1504 ah figured it out 2016-02-20 01:39:35 rom1504 there was an error in my protocol.json that's all 2016-02-20 01:39:40 rom1504 the bool was there 2 times 2016-02-20 01:41:45 Not-a00d [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/ebf737f9785d...a6cdfc2c14cf 2016-02-20 01:41:46 Not-a00d [minecraft-data] rom1504 a6cdfc2 - option already encode the bool, fix tab_complete in 1.9 2016-02-20 01:49:46 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-ilrfubsgekekpgfx) a quitté (Quit: Connection closed for inactivity) 2016-02-20 01:54:36 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.0.3 2016-02-20 01:54:58 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.0.3 2016-02-20 01:55:36 rom1504 now circle ci is failing at installing node 2016-02-20 01:55:38 rom1504 great 2016-02-20 01:56:00 rom1504 well I'm done, let's let it fail 2016-02-20 02:05:55 <-- Harry5573 (~Harry5573@46.101.12.90) a quitté (Ping timeout: 264 seconds) 2016-02-20 02:08:04 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2016-02-20 02:15:38 --> redstonehelper (~redstoneh@p4FCCE5A7.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-20 02:15:38 <-- redstonehelper (~redstoneh@p4FCCE5A7.dip0.t-ipconnect.de) a quitté (Changing host) 2016-02-20 02:15:38 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-20 02:18:00 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 02:22:48 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-02-20 02:30:48 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-20 02:30:51 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-20 02:48:55 <-- barneygale_ (~barneygal@90.197.153.91) a quitté (Ping timeout: 248 seconds) 2016-02-20 03:32:02 --> Harry5573 (~Harry5573@46.101.12.90) a rejoint #mcdevs 2016-02-20 03:48:14 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-20 03:55:26 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-20 03:55:39 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-20 04:18:46 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 04:23:07 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-02-20 04:35:36 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-02-20 04:39:54 --> Akaibu (uid118096@gateway/web/irccloud.com/x-jwvacpdunvwmtfql) a rejoint #mcdevs 2016-02-20 04:48:18 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-02-20 04:50:06 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-20 06:19:37 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 06:23:51 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-02-20 06:36:37 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-20 08:20:26 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 08:24:33 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-20 08:36:33 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-02-20 10:21:07 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 10:25:27 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-02-20 12:20:24 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:28b7:7565:d89e:432d) a rejoint #mcdevs 2016-02-20 12:22:00 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 12:26:35 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 255 seconds) 2016-02-20 12:49:47 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-jwvacpdunvwmtfql) a quitté (Quit: Connection closed for inactivity) 2016-02-20 13:45:20 -- aeonchild est maintenant connu sous le nom dlihcnoea 2016-02-20 14:22:46 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 14:26:31 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-20 14:27:16 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 252 seconds) 2016-02-20 14:27:40 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:28b7:7565:d89e:432d) a quitté (Ping timeout: 250 seconds) 2016-02-20 14:56:04 -- dlihcnoea est maintenant connu sous le nom enchi 2016-02-20 15:22:47 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:14bb:2a65:d697:8708) a rejoint #mcdevs 2016-02-20 15:26:07 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-20 16:23:34 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 16:28:00 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-02-20 16:47:57 --> M4GNV5 (~M4GNV5@p549887A5.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-20 16:53:00 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.0.1 2016-02-20 16:58:33 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:14bb:2a65:d697:8708) a quitté (Ping timeout: 240 seconds) 2016-02-20 17:00:06 <-- morfin (~morfin@morfin.telenet.ru) a quitté (Read error: Connection reset by peer) 2016-02-20 17:10:02 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-20 17:15:53 Not-a00d [Charge] Wallbraker pushed 9 commits to master [+5/-1/±9] https://github.com/VoltLang/Charge/compare/e0d2e0cd9fd8...b8a16e9cdf38 2016-02-20 17:15:54 Not-a00d [Charge] Wallbraker 9023abe - sys: Make sure that memory code is usable from C 2016-02-20 17:15:56 Not-a00d [Charge] Wallbraker 648323a - sys: Handle null in cFree 2016-02-20 17:15:57 Not-a00d [Charge] Wallbraker f069fb6 - lib: Import stb_image.h as C 2016-02-20 17:15:59 Not-a00d [Charge] ... and 6 more commits. 2016-02-20 17:19:55 Not-a00d [Charge] Wallbraker pushed 1 commit to master [+0/-0/±1] https://github.com/VoltLang/Charge/compare/b8a16e9cdf38...3dc5d3b12923 2016-02-20 17:19:56 Not-a00d [Charge] Wallbraker 3dc5d3b - examples: Update GL example 2016-02-20 17:21:48 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:513d:f7e6:d183:17e9) a rejoint #mcdevs 2016-02-20 17:36:23 <-- Guyag (~Guyag@162.221.176.50) a quitté (Ping timeout: 248 seconds) 2016-02-20 17:38:49 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-02-20 17:53:47 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-20 18:24:22 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-20 18:28:37 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-20 18:28:57 <-- M4GNV5 (~M4GNV5@p549887A5.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2016-02-20 18:40:03 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:513d:f7e6:d183:17e9) a quitté (Ping timeout: 240 seconds) 2016-02-20 18:42:14 --> barneygale_ (~barneygal@90.197.153.91) a rejoint #mcdevs 2016-02-20 18:57:29 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-20 19:05:44 --> morfin (~morfin@morfin.telenet.ru) a rejoint #mcdevs 2016-02-20 19:23:42 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:bdc6:ea5d:ee55:c40a) a rejoint #mcdevs 2016-02-20 19:40:17 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:bdc6:ea5d:ee55:c40a) a quitté (Read error: Connection reset by peer) 2016-02-20 19:40:39 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:bdc6:ea5d:ee55:c40a) a rejoint #mcdevs 2016-02-20 19:49:43 <-- barneygale_ (~barneygal@90.197.153.91) a quitté (Ping timeout: 248 seconds) 2016-02-20 19:49:55 --> barneygale_ (~barneygal@90.206.146.45) a rejoint #mcdevs 2016-02-20 20:44:29 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-20 21:21:07 rom1504 I'm having some trouble decoding level data chunk gzip thingy 2016-02-20 21:21:09 rom1504 https://github.com/mhsjlw/minecraft-classic-protocol/issues/4#issuecomment-186675374 2016-02-20 21:21:18 rom1504 anybody got a clue if there's something special about it ? 2016-02-20 21:21:35 rom1504 apparently it's a 1024 gzip'd bytearray 2016-02-20 21:21:51 rom1504 but that doesn't seem to work... getting an unexpected end of file 2016-02-20 21:24:58 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:bdc6:ea5d:ee55:c40a) a quitté (Ping timeout: 250 seconds) 2016-02-20 21:29:44 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Ping timeout: 250 seconds) 2016-02-20 21:43:59 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.0.2 2016-02-20 21:48:12 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.0.3 2016-02-20 21:48:56 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-20 21:55:44 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-20 21:58:53 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-20 22:00:21 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Read error: Connection reset by peer) 2016-02-20 22:06:11 <-- barneygale_ (~barneygal@90.206.146.45) a quitté (Ping timeout: 255 seconds) 2016-02-20 22:06:34 --> barneygale_ (~barneygal@90.206.146.45) a rejoint #mcdevs 2016-02-20 22:11:49 rom1504 so I think you're supposed to compress/decompress the whole map, then send it cut in small packets 2016-02-20 22:12:17 rom1504 I was trying to compress/decompress each packet independently which obv cannot work then 2016-02-20 22:16:44 --> jailbot (~jailbot@unaffiliated/jailbot) a rejoint #mcdevs 2016-02-20 22:16:52 jailbot hello 2016-02-20 22:23:45 jailbot anyone want to play minecraft? 2016-02-20 22:50:03 Not-a00d [Charge] Wallbraker pushed 3 commits to master [+1/-1/±3] https://github.com/VoltLang/Charge/compare/3dc5d3b12923...e781bf182620 2016-02-20 22:50:05 Not-a00d [Charge] Wallbraker 947c577 - examples: Use GL 4.5 if available 2016-02-20 22:50:06 Not-a00d [Charge] Wallbraker c582e8c - lib: Rename stb c file 2016-02-20 22:50:08 Not-a00d [Charge] Wallbraker e781bf1 - charge: Build on windows again 2016-02-20 22:51:34 Not-a00d [Charge] Wallbraker pushed 1 commit to master [+0/-0/±1] https://github.com/VoltLang/Charge/compare/e781bf182620...fe5a29b93dae 2016-02-20 22:51:36 Not-a00d [Charge] Wallbraker fe5a29b - charge: Build on posix again 2016-02-20 22:59:26 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-02-20 23:52:23 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 248 seconds) 2016-02-20 23:53:59 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-21 00:04:58 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-21 00:05:30 --> kamcio96 (kamcio96@2a01:11bf:4d2:a500:850:198b:5877:723c) a rejoint #mcdevs 2016-02-21 00:16:03 <-- kamcio96 (kamcio96@2a01:11bf:4d2:a500:850:198b:5877:723c) a quitté (Ping timeout: 240 seconds) 2016-02-21 00:35:40 Not-a00d [Charge] Wallbraker pushed 3 commits to master [+1/-0/±3] https://github.com/VoltLang/Charge/compare/fe5a29b93dae...a4f56c62c020 2016-02-21 00:35:42 Not-a00d [Charge] Wallbraker 848df76 - gfx: Fix attribute components 2016-02-21 00:35:43 Not-a00d [Charge] Wallbraker 521e0fc - game: Add background scene 2016-02-21 00:35:45 Not-a00d [Charge] Wallbraker a4f56c6 - power: Use new Background scene 2016-02-21 00:54:37 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-21 00:55:46 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-21 00:57:57 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-02-21 00:57:57 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-21 01:15:56 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-02-21 01:23:44 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-02-21 01:25:40 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-21 01:28:09 Not-7c05 [wiki] Edit by Rom1504 to Classic Protocol -> http://tinyurl.com/gkpfbl9 2016-02-21 01:34:48 --> enchilado (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-02-21 01:34:48 <-- enchilado (enchilado@defocus/yummy/enchilado) a quitté (Client Quit) 2016-02-21 01:35:49 --> enchilado (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-02-21 01:36:03 -- enchilado est maintenant connu sous le nom enchi 2016-02-21 02:21:54 --> Akaibu (uid118096@gateway/web/irccloud.com/x-nmphpgzxirkrsvyg) a rejoint #mcdevs 2016-02-21 02:42:10 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-02-21 02:44:05 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-21 04:39:56 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-21 05:09:47 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-nmphpgzxirkrsvyg) a quitté (Quit: Connection closed for inactivity) 2016-02-21 05:10:22 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-02-21 05:39:33 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-21 05:42:57 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2016-02-21 05:42:57 <-- |Blaze|_ (~scott@184.70.189.74) a quitté (Read error: Connection reset by peer) 2016-02-21 06:10:07 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-21 06:29:06 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 06:33:37 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-21 06:48:30 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-21 08:03:16 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-02-21 08:17:27 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 276 seconds) 2016-02-21 08:30:05 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 08:34:33 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-21 08:35:22 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2016-02-21 08:43:33 <-- Pastaf (~pastaf@c-24-17-213-111.hsd1.wa.comcast.net) a quitté (Remote host closed the connection) 2016-02-21 09:22:15 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-02-21 10:30:47 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 10:35:26 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 255 seconds) 2016-02-21 11:01:08 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 260 seconds) 2016-02-21 11:42:29 Not-a00d [Jawa] TkTech pushed 1 commit to master [+0/-0/±1] https://github.com/TkTech/Jawa/compare/e0c5b3c15aba...d1db7d6cd73b 2016-02-21 11:42:31 Not-a00d [Jawa] TkTech d1db7d6 - Fix variable overloading in MethodTable.find, resolves #7 2016-02-21 11:45:36 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-02-21 11:45:36 -- Mode #mcdevs [+v kev009] par ChanServ 2016-02-21 11:53:38 <-- jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a quitté (Ping timeout: 260 seconds) 2016-02-21 11:58:16 --> jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a rejoint #mcdevs 2016-02-21 11:58:16 -- Mode #mcdevs [+v jnoah] par ChanServ 2016-02-21 12:05:46 --> Flemmard (~flemmard@unaffiliated/flemmard) a rejoint #mcdevs 2016-02-21 12:31:38 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 12:36:07 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-02-21 12:52:18 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-21 13:21:29 --> kamcio96 (~kamcio96@starter.gigalink.pl) a rejoint #mcdevs 2016-02-21 13:32:07 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-21 13:48:53 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-21 13:55:35 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-21 14:12:38 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-21 14:23:26 <-- kamcio96 (~kamcio96@starter.gigalink.pl) a quitté (Ping timeout: 244 seconds) 2016-02-21 14:32:25 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 14:36:30 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-21 14:36:44 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-02-21 14:41:46 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-21 14:44:51 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-21 14:47:43 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 244 seconds) 2016-02-21 14:56:56 --> kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-21 15:34:24 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-21 15:35:08 <-- kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a quitté (Ping timeout: 255 seconds) 2016-02-21 15:41:44 <-- Brandon15811_ (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 248 seconds) 2016-02-21 15:42:20 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 255 seconds) 2016-02-21 16:05:11 --> Brandon15811 (~brandon15@ip98-181-10-159.br.br.cox.net) a rejoint #mcdevs 2016-02-21 16:10:42 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-21 16:15:22 --> kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-21 16:33:17 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 16:36:25 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-21 16:37:41 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 255 seconds) 2016-02-21 17:30:51 --> M4GNV5 (~M4GNV5@p549883A6.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-21 17:43:18 Not-a00d [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/flying-squid/compare/5f52a27ebd6b...ee5beb43c6c6 2016-02-21 17:43:20 Not-a00d [flying-squid] rom1504 ee5beb4 - update diamond square 2016-02-21 18:02:13 <-- jailbot (~jailbot@unaffiliated/jailbot) a quitté #mcdevs 2016-02-21 18:10:56 Not-a00d [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://github.com/PrismarineJS/mineflayer/compare/147752400243...af51d44f6b3b 2016-02-21 18:10:57 Not-a00d [mineflayer] rom1504 af51d44 - get rid of lodash 2016-02-21 18:27:56 redstonehelper md_5: do you really think that's a blocker? https://bugs.mojang.com/browse/MC-97461 2016-02-21 18:28:32 redstonehelper it's a bit confusing for those who enter a 1.8 ip using 'direct connect', but everybody else will see that the server is outdated on the server list 2016-02-21 18:34:09 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 18:38:32 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-02-21 18:41:47 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-21 19:08:20 --> Pastaf (~pastaf@2601:600:8b00:3086:76da:38ff:fe61:f6b2) a rejoint #mcdevs 2016-02-21 19:12:06 <-- Guyag (~Guyag@162.221.176.50) a quitté (Ping timeout: 252 seconds) 2016-02-21 19:17:30 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-02-21 19:33:59 --> Akaibu (uid118096@gateway/web/irccloud.com/x-przltalurshszlru) a rejoint #mcdevs 2016-02-21 19:45:20 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Ping timeout: 252 seconds) 2016-02-21 19:48:47 Not-a00d [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/mineflayer/compare/af51d44f6b3b...2e4c3c2e24c1 2016-02-21 19:48:48 Not-a00d [mineflayer] rom1504 2e4c3c2 - update mc protocol 2016-02-21 19:49:00 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-02-21 19:49:06 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.1.0 2016-02-21 19:49:21 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.1.1 2016-02-21 19:49:52 Not-a00d [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/mineflayer/compare/2e4c3c2e24c1...96e4d38d9a5f 2016-02-21 19:49:53 Not-a00d [mineflayer] rom1504 96e4d38 - update protodef too 2016-02-21 19:54:27 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-21 19:54:50 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.18.2 2016-02-21 19:57:57 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-21 20:01:19 --> ispillmydrink (~joelday@199.231.242.67) a rejoint #mcdevs 2016-02-21 20:03:35 <-- ispillmydrink (~joelday@199.231.242.67) a quitté (Client Quit) 2016-02-21 20:12:06 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Ping timeout: 252 seconds) 2016-02-21 20:13:59 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-21 20:23:59 hansihe greenkeeper is at it again :) 2016-02-21 20:34:58 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 20:35:34 Not-a00d [flying-squid] rom1504 pushed 1 commit to master [+0/-1/±3] https://github.com/PrismarineJS/flying-squid/compare/ee5beb43c6c6...f46c4225b54b 2016-02-21 20:35:36 Not-a00d [flying-squid] rom1504 f46c422 - move modpe to a plugin, fix #66, fix #69 2016-02-21 20:37:00 rom1504 hmm 2016-02-21 20:37:22 rom1504 it's better since I updated most stuff to a >1.0.0 version, better version semantics there 2016-02-21 20:39:32 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 252 seconds) 2016-02-21 20:53:28 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-prismarine-chunk-1.0.1 2016-02-21 20:58:42 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-prismarine-provider-anvil-1.0.1 2016-02-21 21:10:05 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-prismarine-world-1.0.1 2016-02-21 21:10:48 Not-a00d [flying-squid] rom1504 deleted branch greenkeeper-prismarine-chunk-1.0.1 2016-02-21 21:11:10 Not-a00d [flying-squid] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/flying-squid/compare/f46c4225b54b...d6d0aa7b1f65 2016-02-21 21:11:11 Not-a00d [flying-squid] rom1504 d6d0aa7 - update some deps 2016-02-21 21:12:27 <-- Brandon15811 (~brandon15@ip98-181-10-159.br.br.cox.net) a quitté (Quit: Leaving) 2016-02-21 21:20:33 <-- l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) a quitté (Ping timeout: 240 seconds) 2016-02-21 21:53:32 --> l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) a rejoint #mcdevs 2016-02-21 22:05:40 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-02-21 22:11:32 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 244 seconds) 2016-02-21 22:22:08 +md_5 redstonehelper yes, considering it occurs when you hit connect from the list too 2016-02-21 22:22:23 +md_5 I would certainly call that a release blocker 2016-02-21 22:22:48 redstonehelper if we call that a release blocker we can say goodbye to 1.9 in 2016 :D 2016-02-21 22:23:08 redstonehelper though we probably consider this bug to be of different priority 2016-02-21 22:23:51 +md_5 redstonehelper it's a regression on 1.8, has no workaround, affects players before theyve even joined the game, and trivial to fix 2016-02-21 22:24:14 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-02-21 22:24:38 redstonehelper not arguing, but can't modded servers send non-lenient json responses? 2016-02-21 22:25:15 redstonehelper since 1.8 does understand that too 2016-02-21 22:26:01 redstonehelper but sorry, I'm not making it a blocker 2016-02-21 22:27:46 +md_5 dunno, bug tracker only concerned with vanilla 2016-02-21 22:35:41 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-21 22:40:23 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-02-21 23:22:20 <-- xnrand (xnrand@unaffiliated/xy) a quitté (Max SendQ exceeded) 2016-02-21 23:22:35 --> xnrand (xnrand@unaffiliated/xy) a rejoint #mcdevs 2016-02-21 23:43:04 <-- M4GNV5 (~M4GNV5@p549883A6.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-02-22 00:19:59 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-22 00:20:19 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-22 00:23:53 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-22 00:24:03 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-22 00:34:44 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-02-22 00:36:26 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 00:40:51 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 244 seconds) 2016-02-22 00:42:20 <-- kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a quitté (Ping timeout: 255 seconds) 2016-02-22 00:44:32 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-22 00:49:40 -- Hobbits|away est maintenant connu sous le nom KHobbits 2016-02-22 00:49:50 -- KHobbits est maintenant connu sous le nom Hobbits|away 2016-02-22 00:54:54 --> redstonehelper_ (~redstoneh@p4FCCE9A1.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-22 00:54:54 <-- redstonehelper_ (~redstoneh@p4FCCE9A1.dip0.t-ipconnect.de) a quitté (Changing host) 2016-02-22 00:54:54 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-22 00:56:47 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-22 00:58:28 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2016-02-22 00:58:28 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-22 01:47:27 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-22 02:23:23 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-22 02:36:20 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-02-22 02:37:14 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 02:42:28 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-02-22 02:44:25 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-22 02:51:01 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-22 03:47:17 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 255 seconds) 2016-02-22 03:48:58 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-22 04:10:03 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-02-22 04:21:44 <-- yorick (~yorick@oftn/member/yorick) a quitté (Ping timeout: 248 seconds) 2016-02-22 04:25:50 --> yorick__ (~yorick@oftn/member/yorick) a rejoint #mcdevs 2016-02-22 04:38:02 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 04:42:37 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 240 seconds) 2016-02-22 04:49:32 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-22 05:01:34 <-- yorick__ (~yorick@oftn/member/yorick) a quitté (Ping timeout: 276 seconds) 2016-02-22 05:05:16 --> yorick__ (~yorick@oftn/member/yorick) a rejoint #mcdevs 2016-02-22 05:13:34 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-02-22 05:17:51 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-02-22 06:36:01 --> kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-22 06:38:51 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 06:43:14 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Ping timeout: 255 seconds) 2016-02-22 07:09:17 <-- kamcio96 (~kamcio96@host-81-190-231-105.wroclaw.mm.pl) a quitté (Ping timeout: 252 seconds) 2016-02-22 07:29:32 <-- Pastaf (~pastaf@2601:600:8b00:3086:76da:38ff:fe61:f6b2) a quitté (Remote host closed the connection) 2016-02-22 08:10:05 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 255 seconds) 2016-02-22 08:16:13 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 08:20:04 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2016-02-22 08:21:28 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-22 08:24:09 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-02-22 08:25:33 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-02-22 08:33:18 --> icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a rejoint #mcdevs 2016-02-22 08:41:31 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-02-22 08:41:31 -- Mode #mcdevs [+v kev009] par ChanServ 2016-02-22 08:44:43 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2016-02-22 08:49:47 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-przltalurshszlru) a quitté (Quit: Connection closed for inactivity) 2016-02-22 08:55:05 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-02-22 08:55:05 -- Mode #mcdevs [+v kev009] par ChanServ 2016-02-22 08:58:11 <-- icemanbp (~icemanbp@host10-154-static.240-95-b.business.telecomitalia.it) a quitté 2016-02-22 09:51:59 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-22 10:08:09 --> cengizIO (~cengizIO@213.14.113.102) a rejoint #mcdevs 2016-02-22 10:26:34 <-- barneygale_ (~barneygal@90.206.146.45) a quitté (Ping timeout: 276 seconds) 2016-02-22 10:44:05 --> kamcio96 (~kamcio96@156.17.37.203) a rejoint #mcdevs 2016-02-22 10:54:15 <-- kamcio96 (~kamcio96@156.17.37.203) a quitté (Ping timeout: 248 seconds) 2016-02-22 11:09:27 --> kamcio96 (~kamcio96@156.17.37.203) a rejoint #mcdevs 2016-02-22 11:24:38 <-- cengizIO (~cengizIO@213.14.113.102) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-22 11:36:45 Not-a00d [Charge] Wallbraker pushed 3 commits to master [+1/-0/±2] https://github.com/VoltLang/Charge/compare/a4f56c62c020...9e3844d26491 2016-02-22 11:36:46 Not-a00d [Charge] Wallbraker ff260c6 - sys: Call the right free 2016-02-22 11:36:48 Not-a00d [Charge] Wallbraker a79ef8e - sys: Make non-debug symbols public 2016-02-22 11:36:49 Not-a00d [Charge] Wallbraker 9e3844d - gfx: Add bitmap font code 2016-02-22 12:06:15 <-- kamcio96 (~kamcio96@156.17.37.203) a quitté (Ping timeout: 248 seconds) 2016-02-22 12:39:17 <-- vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:06 <-- deathrat (sid14886@gateway/web/irccloud.com/x-ltflibueseapazjb) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:06 <-- hkaga (~hkaga@2602:ffda:bbb::27bf:741e) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:06 <-- prplz (prplz@when.i.am.bored.i.buy.silly.domains) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:30 <-- TheUnnamedDude (bnc@2001:41d0:1:68a3::37) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:55 <-- m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:55 <-- XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:40:55 <-- jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:41:18 <-- AndrewPH (Butts@omega.classicube.net) a quitté (Ping timeout: 240 seconds) 2016-02-22 12:43:13 --> deathrat (sid14886@gateway/web/irccloud.com/x-kuqphnrxgjqxzpmy) a rejoint #mcdevs 2016-02-22 12:45:38 --> XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a rejoint #mcdevs 2016-02-22 12:45:38 -- Mode #mcdevs [+v XorBoole] par ChanServ 2016-02-22 12:46:04 --> vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a rejoint #mcdevs 2016-02-22 12:46:04 --> jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a rejoint #mcdevs 2016-02-22 12:46:04 --> hkaga (~hkaga@2602:ffda:bbb::27bf:741e) a rejoint #mcdevs 2016-02-22 12:46:05 --> m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a rejoint #mcdevs 2016-02-22 12:46:24 --> TheUnnamedDude (bnc@2001:41d0:1:68a3::37) a rejoint #mcdevs 2016-02-22 12:46:24 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2016-02-22 12:46:24 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2016-02-22 12:46:27 --> prplz (prplz@when.i.am.bored.i.buy.silly.domains) a rejoint #mcdevs 2016-02-22 13:08:36 --> Akaibu (uid118096@gateway/web/irccloud.com/x-tyrgacyucwvhaitw) a rejoint #mcdevs 2016-02-22 13:17:15 --> kamcio96 (~kamcio96@156.17.37.48) a rejoint #mcdevs 2016-02-22 13:38:16 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-22 14:30:24 --> cengizIO (~cengizIO@213.14.113.102) a rejoint #mcdevs 2016-02-22 14:51:35 <-- kamcio96 (~kamcio96@156.17.37.48) a quitté (Ping timeout: 248 seconds) 2016-02-22 15:57:06 Not-a00d [mineflayer] rom1504 deleted branch greenkeeper-protodef-1.1.2 2016-02-22 15:58:22 <-- cengizIO (~cengizIO@213.14.113.102) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-02-22 15:58:42 --> cengizIO (~cengizIO@213.14.113.102) a rejoint #mcdevs 2016-02-22 16:03:29 <-- cengizIO (~cengizIO@213.14.113.102) a quitté (Client Quit) 2016-02-22 16:39:47 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-tyrgacyucwvhaitw) a quitté (Quit: Connection closed for inactivity) 2016-02-22 17:05:30 --> kamcio96 (~kamcio96@host-81-190-217-196.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-22 17:24:21 <-- PEMapModder (~PEMapModd@2604:180:2:579::27d3) a quitté (Quit: R.I.P. bouncer) 2016-02-22 17:58:27 AlphaBlend EvilSeph is still assigned to an issue o_O https://bugs.mojang.com/browse/MC-11280?jql=project%20%3D%20MC%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20evilseph%20ORDER%20BY%20priority%20DESC 2016-02-22 18:13:58 --> zahlex (~zahlex@212.224.123.168) a rejoint #mcdevs 2016-02-22 18:26:53 redstonehelper AlphaBlend: are you sure? ;) 2016-02-22 18:27:36 kashike Assignee: EvilSeph (Warren Loo) 2016-02-22 18:27:59 redstonehelper f5 2016-02-22 19:03:16 AlphaBlend redstonehelper: i swear he was there! only explanation i have now is the illuminati got there before you did :( 2016-02-22 19:03:32 redstonehelper AlphaBlend: I removed him, lol 2016-02-22 19:03:51 AlphaBlend YAIJ 2016-02-22 19:03:58 AlphaBlend Yet Another Illuminati Joke 2016-02-22 19:04:07 redstonehelper it was shit 2016-02-22 19:04:26 AlphaBlend oh well 2016-02-22 19:40:06 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 244 seconds) 2016-02-22 19:51:57 Not-a00d [SpockBot] gamingrobot pushed 5 commits to master [+0/-0/±6] https://github.com/SpockBotMC/SpockBot/compare/dc933843986a...2787cca1f1e5 2016-02-22 19:51:58 Not-a00d [SpockBot] Gjum 655abc3 - Return old block data from Dimension.set_block() 2016-02-22 19:52:00 Not-a00d [SpockBot] Gjum 3ed914e - Emit old block data on world_block_update 2016-02-22 19:52:01 Not-a00d [SpockBot] Gjum a5f092b - Add world_chunk_update event, emitted for every single chunk 2016-02-22 19:52:03 Not-a00d [SpockBot] ... and 2 more commits. 2016-02-22 20:17:08 --> cengizIO (~cengizIO@176.33.182.99) a rejoint #mcdevs 2016-02-22 20:51:21 <-- cengizIO (~cengizIO@176.33.182.99) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2016-02-22 20:52:34 --> barneygale_ (~barneygal@90.206.146.45) a rejoint #mcdevs 2016-02-22 21:08:08 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-02-22 21:08:08 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-02-22 21:20:35 <-- AlphaBlend (whizkid300@pool-108-0-105-214.lsanca.fios.verizon.net) a quitté (*.net *.split) 2016-02-22 21:20:36 <-- fragmer (~fragmer@45.55.2.85) a quitté (*.net *.split) 2016-02-22 21:20:36 <-- ammar2 (admin@52.4.212.228) a quitté (*.net *.split) 2016-02-22 21:20:37 <-- Gjum (~Gjum@217.160.135.244) a quitté (*.net *.split) 2016-02-22 21:20:37 <-- Adam (Adam@unaffiliated/adam-) a quitté (*.net *.split) 2016-02-22 21:20:37 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2016-02-22 21:20:39 <-- Techcable (~Techcable@techcable.net) a quitté (*.net *.split) 2016-02-22 21:20:40 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (*.net *.split) 2016-02-22 21:20:40 <-- williammck_ (~williammc@pluto.williammck.net) a quitté (*.net *.split) 2016-02-22 21:20:41 <-- realz (~realz@unaffiliated/realazthat) a quitté (*.net *.split) 2016-02-22 21:20:41 <-- zml (~zml@minions.aoeu.xyz) a quitté (*.net *.split) 2016-02-22 21:20:42 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (*.net *.split) 2016-02-22 21:20:42 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (*.net *.split) 2016-02-22 21:20:43 <-- Fador (fador@hentai.fi) a quitté (*.net *.split) 2016-02-22 21:20:43 <-- Wallbraker (jakob@void-network.org) a quitté (*.net *.split) 2016-02-22 21:20:44 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2016-02-22 21:20:46 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2016-02-22 21:20:47 --> Gjum (~Gjum@217.160.135.244) a rejoint #mcdevs 2016-02-22 21:20:48 --> AlphaBlend (whizkid300@pool-108-0-105-214.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-02-22 21:20:53 --> YukonAppleGeek (~Yukon@sfo01.yukon.io) a rejoint #mcdevs 2016-02-22 21:20:54 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2016-02-22 21:20:54 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-22 21:20:55 --> fragmer (~fragmer@45.55.2.85) a rejoint #mcdevs 2016-02-22 21:20:55 -- Mode #mcdevs [+v fragmer] par ChanServ 2016-02-22 21:20:56 --> ammar2 (~ammar@ec2-52-4-212-228.compute-1.amazonaws.com) a rejoint #mcdevs 2016-02-22 21:20:56 -- Mode #mcdevs [+v ammar2] par ChanServ 2016-02-22 21:21:11 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2016-02-22 21:21:19 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-02-22 21:21:20 --> williammck (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-02-22 21:21:20 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2016-02-22 21:21:20 <-- williammck (~williammc@pluto.williammck.net) a quitté (Changing host) 2016-02-22 21:21:20 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2016-02-22 21:21:21 --> Prf_Jakob (jakob@void-network.org) a rejoint #mcdevs 2016-02-22 21:21:21 -- Mode #mcdevs [+v Prf_Jakob] par ChanServ 2016-02-22 21:23:12 --> PhonicUK2 (~PhonicUK@5.39.15.192) a rejoint #mcdevs 2016-02-22 21:25:14 <-- kamcio96 (~kamcio96@host-81-190-217-196.wroclaw.mm.pl) a quitté (Ping timeout: 255 seconds) 2016-02-22 21:33:42 -- Mode #mcdevs [+v Fador] par ChanServ 2016-02-22 21:34:52 <-- PhonicUK2 (~PhonicUK@5.39.15.192) a quitté (Changing host) 2016-02-22 21:34:52 --> PhonicUK2 (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-02-22 22:05:51 --> kamcio96 (~kamcio96@starter.gigalink.pl) a rejoint #mcdevs 2016-02-22 22:27:15 --> Akaibu (uid118096@gateway/web/irccloud.com/x-dlzzyomvsizfdock) a rejoint #mcdevs 2016-02-22 22:39:25 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-02-22 22:41:52 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-22 22:42:02 <-- Techcable (~Techcable@techcable.net) a quitté (Remote host closed the connection) 2016-02-22 22:46:28 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-22 22:47:17 <-- Techcable (~Techcable@techcable.net) a quitté (Client Quit) 2016-02-22 22:47:48 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-22 22:49:18 <-- Techcable (~Techcable@techcable.net) a quitté (Client Quit) 2016-02-22 22:49:48 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-22 22:53:14 <-- Techcable (~Techcable@techcable.net) a quitté (Client Quit) 2016-02-22 23:27:23 --> Pastaf (~pastaf@2601:600:8b00:3086:76da:38ff:fe61:f6b2) a rejoint #mcdevs 2016-02-23 00:07:40 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 00:09:56 <-- barneygale_ (~barneygal@90.206.146.45) a quitté (Ping timeout: 255 seconds) 2016-02-23 00:15:51 --> barneygale_ (~barneygal@90.206.146.45) a rejoint #mcdevs 2016-02-23 00:20:38 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-23 00:25:50 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-02-23 00:26:07 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 00:38:03 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-02-23 00:38:21 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 00:53:06 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-23 00:56:19 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-02-23 00:56:19 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-23 01:46:53 <-- barneygale_ (~barneygal@90.206.146.45) a quitté (Ping timeout: 252 seconds) 2016-02-23 02:03:59 <-- kamcio96 (~kamcio96@starter.gigalink.pl) a quitté (Ping timeout: 244 seconds) 2016-02-23 03:04:10 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-23 03:25:10 pokechu22 So... with burger, what exactly does PacketInstructions do? Is is supposed to decompile everything and produce some sort of readable java? 2016-02-23 03:35:23 pokechu22 I've got no idea what it's doing. But burger seems to be mostly updated except for it. 2016-02-23 03:41:28 +ammar2 PacketInstructions used to give us stuff like "writeDouble(a); writeUnisgnedByte(b);" 2016-02-23 03:41:42 +ammar2 so we could read that and get a feel of what was being written/read per packet 2016-02-23 03:42:04 +ammar2 http://b.wiki.vg/1.6.1...1.6.2 2016-02-23 03:43:15 pokechu22 In JSON form, though? It's kinda strange looking. 2016-02-23 03:48:28 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-02-23 03:48:46 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 03:51:52 <-- Techcable (~Techcable@techcable.net) a quitté (Client Quit) 2016-02-23 03:52:10 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 03:56:57 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-02-23 04:08:25 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-02-23 04:09:20 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-02-23 04:23:53 pokechu22 OK, here's the data for 1.8, 1.8.9, and 1.9-pre2: https://gist.github.com/Pokechu22/5ed2835ff9bc1ff5415f (warning: Pretty large). It still doesn't have packetinstructions, but it's got everything else. 2016-02-23 04:54:26 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-02-23 04:57:06 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-02-23 07:41:08 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2016-02-23 07:59:54 <-- Pastaf (~pastaf@2601:600:8b00:3086:76da:38ff:fe61:f6b2) a quitté (Remote host closed the connection) 2016-02-23 08:48:03 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-02-23 09:24:50 --> kamcio96 (~kamcio96@156.17.37.198) a rejoint #mcdevs 2016-02-23 09:27:09 rom1504 why is there 2 times the same thing ? 2016-02-23 09:28:00 rom1504 ah 1.8.jar and 1.8.8.jar 2016-02-23 09:28:36 rom1504 and 1.9 2016-02-23 09:28:56 --> barneygale_ (~barneygal@90.206.146.45) a rejoint #mcdevs 2016-02-23 09:29:44 rom1504 it has some info yeah 2016-02-23 09:36:43 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-23 09:54:31 <-- barneygale_ (~barneygal@90.206.146.45) a quitté (Ping timeout: 248 seconds) 2016-02-23 10:38:47 <-- kamcio96 (~kamcio96@156.17.37.198) a quitté (Ping timeout: 248 seconds) 2016-02-23 11:20:20 --> kamcio96 (~kamcio96@156.17.37.198) a rejoint #mcdevs 2016-02-23 11:20:23 --> PEMapModder (~PEMapModd@168.235.65.4) a rejoint #mcdevs 2016-02-23 11:51:51 <-- kamcio96 (~kamcio96@156.17.37.198) a quitté (Ping timeout: 248 seconds) 2016-02-23 12:10:05 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-23 13:02:14 <-- Pyker (pyker@pyker.net) a quitté (Quit: Quit) 2016-02-23 13:30:17 --> kamcio96 (~kamcio96@host-81-190-237-186.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-23 14:25:08 Akaibu hmm... 2016-02-23 14:26:05 Akaibu i wonder if putting the replay mod and the world downloader mod at the same time will cause any issues... 2016-02-23 14:37:03 <-- kamcio96 (~kamcio96@host-81-190-237-186.wroclaw.mm.pl) a quitté (Ping timeout: 240 seconds) 2016-02-23 14:40:59 Meeeh anyone ever damaged player by NaN hp? 2016-02-23 14:45:22 rom1504 20-NaN == NaN 2016-02-23 14:45:29 rom1504 NaN < 0 == false 2016-02-23 14:45:36 rom1504 immortal player 2016-02-23 14:45:48 Meeeh and very buggy screen 2016-02-23 14:45:59 Meeeh like you are getting damage every tick :D 2016-02-23 14:46:08 Meeeh and I can't fix that using spigot 2016-02-23 14:46:50 Meeeh also mobs don't attack you 2016-02-23 14:48:08 Meeeh it keep resetting to NaN 2016-02-23 14:50:16 rom1504 NaN>0 == false ;) 2016-02-23 14:50:34 rom1504 so you both can't die, and can't be fully alive 2016-02-23 14:50:50 rom1504 you are then a true zombie :p 2016-02-23 14:51:32 Meeeh :D 2016-02-23 14:51:42 Meeeh maybe NMS .die method will help me 2016-02-23 14:53:45 Meeeh loool 2016-02-23 14:54:20 Meeeh rom1504, I killed mysled with .die method and... other players don't see me 2016-02-23 14:54:39 Meeeh I can't move, but I'm not dead 2016-02-23 15:00:09 rom1504 are you changing the server or the client ? 2016-02-23 15:00:33 rom1504 I can't see how you can "not be dead, but can't move" by sending stuff to the client 2016-02-23 15:00:43 rom1504 (without changing the client) 2016-02-23 15:00:51 Meeeh I only creating plugin to spigot 2016-02-23 15:00:58 rom1504 ah 2016-02-23 15:01:05 rom1504 maybe the server is correcting your position 2016-02-23 15:01:10 rom1504 that's why you can't move 2016-02-23 15:01:18 rom1504 so the server thinks you are dead 2016-02-23 15:01:24 rom1504 but he didn't tell it to the client 2016-02-23 15:01:42 Meeeh or clien't also have problems to handle NaN 2016-02-23 15:01:49 Meeeh as Health bar isn't even rendered 2016-02-23 15:02:13 Meeeh but yeach, position seems to be fixed by server 2016-02-23 15:02:18 rom1504 you can't send NaN over the network 2016-02-23 15:02:36 Meeeh why not? it have normal representation 2016-02-23 15:02:59 Meeeh NaN is 0x7ff8000000000000L 2016-02-23 15:04:12 Meeeh Double.longBitsToDouble(0x7ff8000000000000L) will give you NaN 2016-02-23 15:04:33 rom1504 ah 2016-02-23 15:04:57 rom1504 sounds like a good way to make a minecraft server crash 2016-02-23 15:05:06 rom1504 a java one anyway 2016-02-23 15:09:53 rom1504 oh node also read this as NaN, fun 2016-02-23 15:11:08 Meeeh I think that this should work in near every language 2016-02-23 15:12:11 Meeeh it is IEEE standard used in most of languages 2016-02-23 15:12:50 rom1504 ((new Buffer([0x7f,0xf8,0x00,0x00,0x00,0x00,0x00,0x00])).readDoubleBE();) 2016-02-23 15:12:58 rom1504 ok 2016-02-23 15:13:24 rom1504 so yeah, I bet no code check for NaN in the client indeed 2016-02-23 15:34:23 hansihe Isn't +inf and -inf also part of the standard? 2016-02-23 15:34:59 rom1504 yeah 2016-02-23 15:35:04 rom1504 (new Buffer([0x7f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00])).readDoubleBE(); gives me infinity 2016-02-23 15:38:32 barneygale we finding new ways to crash servers? ;) 2016-02-23 15:48:46 Meeeh nah, should not be possible 2016-02-23 15:48:57 Meeeh I replaced x position with NaN in movement packet 2016-02-23 15:49:04 Meeeh and I was kicked 2016-02-23 15:49:11 Meeeh but that was on spigot 2016-02-23 15:49:23 Meeeh so idk what about vanilla/other servers 2016-02-23 16:05:06 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2016-02-23 16:05:13 --> Flemmard`` (~flemmard@AStrasbourg-654-1-28-110.w92-130.abo.wanadoo.fr) a rejoint #mcdevs 2016-02-23 16:08:04 <-- Flemmard (~flemmard@unaffiliated/flemmard) a quitté (Ping timeout: 240 seconds) 2016-02-23 16:08:04 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-02-23 16:08:05 -- dexter0_ est maintenant connu sous le nom dexter0 2016-02-23 16:26:09 Fenhl I'm pretty sure vanilla has been checking for this ever since the infamous NaN chicken (aka headless villager) bug 2016-02-23 17:00:20 --> kamcio96 (~kamcio96@host-81-190-237-186.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-23 17:04:47 Not-a00d [minecraft-data] rom1504 pushed 8 commits to master [+4/-0/±33] https://github.com/PrismarineJS/minecraft-data/compare/a6cdfc2c14cf...e1299ee2cf51 2016-02-23 17:04:48 Not-a00d [minecraft-data] rom1504 639b012 - add packet type in protocol.json solve https://github.com/PrismarineJS/node-minecraft-protocol/issues/301 2016-02-23 17:04:50 Not-a00d [minecraft-data] rom1504 6a53e1d - transform the other versions transform script is at https://gist.github.com/rom1504/48e2473fc3cb2b8ed9c2 2016-02-23 17:04:51 Not-a00d [minecraft-data] rom1504 6eafde0 - update protocol schema : add mapper and simplify thanks to the removal of the packet concept 2016-02-23 17:04:53 Not-a00d [minecraft-data] ... and 5 more commits. 2016-02-23 17:26:33 <-- jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a quitté (Ping timeout: 240 seconds) 2016-02-23 17:30:26 --> jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a rejoint #mcdevs 2016-02-23 17:37:33 <-- kamcio96 (~kamcio96@host-81-190-237-186.wroclaw.mm.pl) a quitté (Ping timeout: 240 seconds) 2016-02-23 17:56:43 Not-a00d [Jawa] TkTech pushed 2 commits to master [+3/-2/±3] https://github.com/TkTech/Jawa/compare/d1db7d6cd73b...8f0f561c4b67 2016-02-23 17:56:45 Not-a00d [Jawa] TkTech 71983b5 - Switch to the rtd theme, which is now included in sphinx. 2016-02-23 17:56:46 Not-a00d [Jawa] TkTech 8f0f561 - Move around documentation, more explicit indexes, trim 'Why Jawa' 2016-02-23 17:57:04 Not-a00d [Jawa] TkTech pushed 1 commit to gh-pages [+20/-0/±28] https://github.com/TkTech/Jawa/compare/2b733c62f871...e23ef51dbe58 2016-02-23 17:57:06 Not-a00d [Jawa] TkTech e23ef51 - Update documentation 2016-02-23 18:08:57 tktech hansihe, juuust about to get to the attributes stuff 2016-02-23 18:12:25 hansihe tktech: ah, nice 2016-02-23 18:13:47 hansihe worked a bit on stack frame maps, not really close to finishing though 2016-02-23 18:18:20 tktech No pressure, just a really nice-to-have since it's the limiting factor on Java 7 & 8 support 2016-02-23 18:51:07 --> kamcio96 (~kamcio96@host-81-190-237-186.wroclaw.mm.pl) a rejoint #mcdevs 2016-02-23 19:41:30 rom1504 anybody knows if there are any change between 16w04a (where http://wiki.vg/Pre-release_protocol is at) and 1.9-pre1 ? 2016-02-23 19:49:07 Not-a00d [Jawa] TkTech pushed 1 commit to master [+0/-0/±4] https://github.com/TkTech/Jawa/compare/8f0f561c4b67...7697546142e1 2016-02-23 19:49:08 Not-a00d [Jawa] TkTech 7697546 - Remove create() from constants in favour of more complex __init__'s. Attributes remember parent table and tables remember parent attributes. 2016-02-23 19:49:16 tktech hansihe, ^ 2016-02-23 19:51:00 tktech hansihe, from your StackMapTableAttribute, you would do self.table.parent to get the Code attribute 2016-02-23 20:00:06 Not-a00d [Jawa] TkTech pushed 1 commit to master [+1/-0/±1] https://github.com/TkTech/Jawa/compare/7697546142e1...6646471e3f29 2016-02-23 20:00:07 Not-a00d [Jawa] TkTech 6646471 - Include simple disassembler example in documentation. 2016-02-23 20:00:14 Not-a00d [Jawa] TkTech pushed 1 commit to gh-pages [+2/-0/±12] https://github.com/TkTech/Jawa/compare/e23ef51dbe58...f2f59f893227 2016-02-23 20:00:15 Not-a00d [Jawa] TkTech f2f59f8 - Update documentation 2016-02-23 20:01:09 <-- Not-a00d (~notifico@198.199.82.216) a quitté (Remote host closed the connection) 2016-02-23 20:01:10 <-- Not-7c05 (~notifico@198.199.82.216) a quitté (Remote host closed the connection) 2016-02-23 20:12:32 --> Not-e729 (~notifico@198.199.82.216) a rejoint #mcdevs 2016-02-23 20:12:32 Not-e729 [mineflayer] rom1504 pushed 4 commits to master [+0/-0/±4] https://github.com/PrismarineJS/mineflayer/compare/96e4d38d9a5f...b566a764b938 2016-02-23 20:12:34 Not-e729 [mineflayer] rom1504 b566a76 - Merge pull request #396 from PrismarineJS/greenkeeper-minecraft-data-1.1.0 Update minecraft-data to version 1.1.0 🚀