Commit graph

929 commits

Author SHA1 Message Date
Romain Beaumont
fec6416b15 Merge pull request #391 from vimes1984/patch-1
Update proxy.js
2016-03-21 15:55:01 +01:00
christopher james churchill
d9782d6d9f Update proxy.js
fixing type in example code :D
2016-03-21 14:40:53 +00:00
Romain Beaumont
dd6288f827 have some caret, fix #389 2016-03-20 01:34:25 +01:00
Romain Beaumont
2097a951d0 Merge pull request #388 from PrismarineJS/greenkeeper-minecraft-wrap-1.0.0
Update minecraft-wrap to version 1.0.0 🚀
2016-03-17 17:59:44 +01:00
greenkeeperio-bot
387f23378c chore(package): update minecraft-wrap to version 1.0.0
http://greenkeeper.io/
2016-03-17 17:31:29 +01:00
Romain Beaumont
97322364a0 Release 0.19.5 2016-03-17 11:17:41 +01:00
Romain Beaumont
cbabf42fff check if e.field is defined when completing serializer/deserializer errors 2016-03-17 11:15:28 +01:00
Romain Beaumont
477f096e36 update mcdata for 1.9.1-pre2 2016-03-10 21:26:55 +01:00
Romain Beaumont
ffd5aa793d Release 0.19.4 2016-03-02 19:42:35 +01:00
Romain Beaumont
62bb9294bd update mcdata : fix spawn_painting in 1.9
progress in #385
2016-03-02 19:40:12 +01:00
Romain Beaumont
2df8d70ece Release 0.19.3 2016-03-01 01:44:14 +01:00
Romain Beaumont
a9c0363350 update mcdata again : u8 not byte 2016-03-01 01:43:38 +01:00
Romain Beaumont
e154017ae2 Release 0.19.2 2016-03-01 01:35:11 +01:00
Romain Beaumont
951617f51c update mcdata, some fixes in 1.9 protocol, fix #381 2016-03-01 01:34:25 +01:00
Romain Beaumont
e547a75fd4 Release 0.19.1 2016-02-29 18:36:35 +01:00
Romain Beaumont
ec7240a80b update mcdata, support 1.9 release 2016-02-29 18:34:59 +01:00
Romain Beaumont
9e7ac49dd8 update links using frankenstein 2016-02-29 16:31:04 +01:00
Romain Beaumont
e75b91e391 update mcdata for a small fix in the protocol data in 1.9 2016-02-29 02:13:58 +01:00
Romain Beaumont
b43dacd9eb Release 0.19.0 2016-02-28 02:22:55 +01:00
Romain Beaumont
440a190780 update to 1.9-pre4, improve the proxy errors a bit 2016-02-27 18:10:11 +01:00
Romain Beaumont
96a1a6c8c4 Release 0.18.3 2016-02-23 20:06:34 +01:00
Romain Beaumont
3d720b29e6 update protodef 2016-02-23 19:59:44 +01:00
Romain Beaumont
705b89f091 enabling the debug on circle ci is not a good idea 2016-02-23 19:53:29 +01:00
Romain Beaumont
00b539d0c7 fix tests and fix #360 2016-02-23 19:37:47 +01:00
Romain Beaumont
88bb301693 fix packet test 2016-02-23 19:11:12 +01:00
Romain Beaumont
d78d87b9fc update to new minecraft-data protocol schema 2016-02-23 18:42:01 +01:00
Romain Beaumont
93449427cd Release 0.18.2 2016-02-21 19:44:30 +01:00
Romain Beaumont
836b36640a update protodef 2016-02-21 19:40:10 +01:00
Romain Beaumont
ba2d791d75 Merge pull request #371 from rom1504/dont_crash_after_an_error
don't stop after an error
2016-02-20 17:48:16 +01:00
Romain Beaumont
3b50ea9eb7 Merge pull request #369 from rom1504/custom_packets
add an optional property to add custom packets to createClient and createServer
2016-02-20 17:46:50 +01:00
Romain Beaumont
33772fafb8 don't stop after an error
https://github.com/nodejs/node/issues/3045#issuecomment-142955116 #367
2016-02-20 17:19:48 +01:00
Romain Beaumont
91ccac44df index custom packets by version 2016-02-20 17:19:36 +01:00
Romain Beaumont
eba07e6b90 add an optional property to add custom packets to createClient and createServer 2016-02-20 17:19:36 +01:00
Romain Beaumont
6fb6b35cc5 disable online test for now
until we save the tokens or something like that, which bypass the mojang server limits
2016-02-20 17:18:56 +01:00
Romain Beaumont
93593911e6 fix tab_complete in 1.9, fix #368 2016-02-20 01:44:53 +01:00
Romain Beaumont
bfc7429cbc Release 0.18.1 2016-02-19 23:50:26 +01:00
Romain Beaumont
95939a4aad Merge pull request #362 from rom1504/new_numericals
https://github.com/roblabla/ProtoDef/pull/50 : update to new numerical names
2016-02-19 23:48:01 +01:00
Romain Beaumont
25e2cdcf62 update long and packages 2016-02-19 23:43:30 +01:00
Romain Beaumont
09b491f39e https://github.com/roblabla/ProtoDef/pull/50 : update to new numerical names 2016-02-19 16:58:30 +01:00
Romain Beaumont
fd8ad9b461 Release 0.18.0 2016-02-19 12:35:12 +01:00
Romain Beaumont
e35678701c update minecraft-data to 0.20.4 2016-02-19 12:32:53 +01:00
Romain Beaumont
94db80c676 fix readCompressedNbt, fix #359 2016-02-19 02:09:42 +01:00
Romain Beaumont
9f8e87e9e3 update mcdata for 1.7 protocol fix 2016-02-19 01:49:54 +01:00
Romain Beaumont
3132303c2e add new datatypes test values for 1.7, progress on #359 2016-02-19 01:47:44 +01:00
Romain Beaumont
7e6f21fb2a Merge pull request #355 from rom1504/1.7
1.7 support
2016-02-19 01:25:53 +01:00
Romain Beaumont
13f19fb55e update mcdata for key fix, and add supported versions to readme 2016-02-19 01:22:53 +01:00
Romain Beaumont
6da5d412a9 1.7 support 2016-02-19 01:10:49 +01:00
Romain Beaumont
b23947db49 Merge pull request #357 from rom1504/update_mc_data
update mcdata : 16w05b and 15w40b kept
2016-02-19 01:10:00 +01:00
Romain Beaumont
0fcd505f57 update mcdata : 16w05b and 15w40b kept 2016-02-19 01:03:30 +01:00
Romain Beaumont
14ec6077cd using minecraftVersion everywhere 2016-02-19 01:02:57 +01:00