Commit graph

367 commits

Author SHA1 Message Date
roblabla
7416ea7e4c Add npmignore 2015-03-23 02:41:49 +00:00
roblabla
a7dd89953d Release 0.13.1 2015-03-22 02:39:42 +00:00
Robin Lambertz
2723d4d94f Merge pull request #134 from rom1504/master
Fix bed-related packets
2015-03-22 03:21:13 +01:00
Romain Beaumont
f48b0ed159 Fix animation (see http://wiki.vg/Protocol#Animation) 2015-03-22 02:43:50 +01:00
Romain Beaumont
478140364a Fix bed package (see http://wiki.vg/Protocol#Use_Bed) 2015-03-22 02:11:52 +01:00
Robin Lambertz
187f6bccd7 Circle-CI : Only test packets and server
Client tests require a minecraft server for now. Until we move on to a better way to test the protocol, this will disable the client tests.
2015-03-18 19:12:18 +01:00
Robin Lambertz
e6eebe5f73 Merge pull request #131 from roblabla/feature-circleci
Add circleci support
2015-03-18 16:00:04 +01:00
Robin Lambertz
c55d7737d8 Merge pull request #132 from thejoshwolfe/pull-1
adding command line switches to examples/proxy.js for dumping messages
2015-03-18 15:59:44 +01:00
Josh Wolfe
bceea2f896 adding command line switches to examples/proxy.js for dumping messages 2015-03-18 03:58:20 -07:00
roblabla
cee1b81099 Add circleci support 2015-03-16 17:45:09 +00:00
Will Franzen
304586aff7 Merge pull request #126 from roblabla/feature-npm-prepublish
Add prepublish hook
2015-03-08 16:58:57 -05:00
roblabla
367bdd6908 Add prepublish hook 2015-03-08 19:58:32 +00:00
Dennis Bartlett
439c240247 Merge pull request #115 from wtfaremyinitials/es6
Add support for ES Harmony with Babel
2015-03-06 23:22:41 -06:00
Will Franzen
06cd5f5441 Fix require statements 2015-03-06 23:00:32 -06:00
Will Franzen
4e32c12bfd Merge branch 'master' of https://github.com/PrismarineJS/node-minecraft-protocol into es6
Conflicts:
	.gitignore
	index.js
	package.json
2015-03-06 22:50:28 -06:00
Will Franzen
b150ae77a8 Merge pull request #124 from roblabla/feature-ursa-purejs-module
Externalize rsa-wrap to a separate module
2015-03-06 20:19:29 -06:00
roblabla
50ad0211a5 Externalize rsa-wrap to a separate module 2015-03-07 00:36:06 +00:00
roblabla
b076f97627 Fix badge, svg is better 2015-03-07 00:21:15 +00:00
Will Franzen
e51e81ce32 Merge pull request #108 from roblabla/packets-1.8
Packets 1.8
2015-03-06 18:08:03 -06:00
roblabla
fbc60cd501 Fix tests so they pass on 0.10, take two 2015-03-07 00:03:55 +00:00
roblabla
e8370dc65f Lower timeout to 1 minute 2015-03-06 23:43:22 +00:00
roblabla
63fe55e4ed Fix test and benchmark on node 0.10 2015-03-06 23:37:47 +00:00
roblabla
bbace6b62d Fix proxy.js template string v2 2015-03-06 23:14:36 +00:00
roblabla
c27a40cde2 Fix benchmark 2015-03-06 23:10:05 +00:00
roblabla
50f216cdaf Remove template string from proxy.js 2015-03-06 22:58:58 +00:00
roblabla
2c3db82fcf Release 0.13.0 2015-03-06 20:32:09 +00:00
roblabla
502f8947f3 Add missing entries in changelog of README 2015-03-06 20:06:59 +00:00
roblabla
6d2bd31242 Update README 2015-03-06 19:54:27 +00:00
roblabla
28b75aab79 Use published prismarine-nbt 2015-03-06 18:51:26 +00:00
roblabla
18b9355ca9 Update the tests. Two of them are temporarely stubbed 2015-03-06 17:20:18 +00:00
roblabla
cc4b11992e DNS is slow, check if host is IP to bypass dns check 2015-03-06 17:20:06 +00:00
roblabla
e94876d30a Properly close chat example when connection fails or errors 2015-03-06 16:43:05 +00:00
roblabla
d8b1ce68ac Remove debug template string from protocol.js 2015-03-03 17:11:36 +00:00
roblabla
c1ced61d47 Make proxy able to spot discrepencies in input/output buffer. 2015-03-03 12:43:46 +00:00
roblabla
77f702e9cb Fix position andslot 2015-03-03 12:36:26 +00:00
roblabla
e37a820709 Fix readRaw, writeRaw 2015-03-03 12:35:51 +00:00
roblabla
a2b06f70a2 Automatic compression of packet header in writeRaw 2015-03-03 02:01:04 +00:00
roblabla
c45c4d3cf4 more protocol.js fixes 2015-03-03 02:00:34 +00:00
roblabla
db4c25883e Fix tests, fix small bug in protocol.js 2015-02-27 14:35:22 +00:00
roblabla
de0ea4f3f6 Add nbt support 2015-02-24 23:45:16 +00:00
roblabla
25f2658895 Don't output huge packets 2015-02-24 23:44:59 +00:00
roblabla
9349774592 Fix a bunch of bugs in the packet defs 2015-02-22 22:55:41 +00:00
roblabla
31f6d8380e Publish debugging tool, fix bugs in protojs 2015-02-22 22:13:22 +00:00
roblabla
04ebd393d6 Add state to the returned packet. Fix a couple broken packets. Fix UUID 2015-02-22 20:49:48 +00:00
Dennis Bartlett
ce0e351b3a Update README.md 2015-02-22 12:57:52 -06:00
Dennis Bartlett
1963c72745 Merge pull request #119 from gitter-badger/gitter-badge-3
Add a Gitter chat badge to README.md
2015-02-22 12:56:50 -06:00
The Gitter Badger
26d16a0463 Added Gitter badge 2015-02-22 18:49:51 +00:00
Robin Lambertz
80566e0c33 Merge pull request #118 from wtfaremyinitials/editorconfig
Add an editorconfig file.
2015-02-22 19:20:50 +01:00
Robin Lambertz
1a4a74314d Merge pull request #116 from wtfaremyinitials/ignore-dsstore
Add .DS_Store to .gitignore.
2015-02-22 19:19:15 +01:00
Will Franzen
2fe306dd26 Create .editorconfig file 2015-02-22 11:58:42 -06:00