Commit graph

134 commits

Author SHA1 Message Date
Romain Beaumont
86b70f2544 Release 0.16.4 2015-12-22 00:07:27 +01:00
Romain Beaumont
3cc3fd7a7e prepare for next dev iteration 2015-12-11 15:01:34 +01:00
Romain Beaumont
642aa2217a Release 0.16.3 2015-12-11 15:00:43 +01:00
Romain Beaumont
4fc80bd1c6 update protodef again which fix bug in switch 2015-12-01 14:40:14 +01:00
Romain Beaumont
6ee61fbb4c update protodef 2015-12-01 14:14:26 +01:00
Romain Beaumont
57d9c05941 use require-self to be able to use require('minecraft-protocol') in examples 2015-11-30 13:23:38 +01:00
Romain Beaumont
dfc594daea Prepare for next development iteration 2015-11-19 23:38:47 +01:00
Romain Beaumont
eb7c570532 Release 0.16.2 2015-11-19 23:38:06 +01:00
Romain Beaumont
40ab529e6d Prepare for next development iteration 2015-11-19 21:05:09 +01:00
Romain Beaumont
d73ea182d6 Release 0.16.1 2015-11-19 21:02:31 +01:00
Romain Beaumont
581de8234b update to protodef 0.2.1 2015-11-19 15:03:38 +01:00
Romain Beaumont
d25c4a2017 add optionalNbt, use it directly in protocol.json in packets and for defining slot 2015-11-15 17:48:25 +01:00
Romain Beaumont
30d0939968 use prismarine-nbt 0.1.0 and fix some npm warnings 2015-11-15 02:33:32 +01:00
roblabla
3b9d8f3835 Prepare for next development iteration 2015-11-12 02:16:52 +01:00
roblabla
6fe8abfc30 0.16.0 2015-11-12 02:12:47 +01:00
Robin Lambertz
f68bee7ed3 Merge pull request #293 from rom1504/prepare_for_release
prepare 0.16.0 release
2015-11-12 01:56:15 +01:00
Romain Beaumont
787f8d3423 fix gamemode3 in proxy : fix #146
* correctly generate the same uuidv3 than the vanilla server does in offline mode : fix #282
* remove "one player online mode" in the proxy : it doesn't make sense to identify all players as the user/passwd given in the cli. Now both servers in offline mode.
2015-11-08 23:34:15 +01:00
Romain Beaumont
f45c6dff49 use protodef:
* move general datatypes to protodef along with their tests
* move states to states.js file
* use one protodef serializer by state and direction instead of one big serializer for everything (same thing for the deserializer)
* define a packet as a protodef type using a switch and a container, and adding each minecraft packet as a type (packet_ + name)
* use mapper type from protodef to convert id to name in packet definition
* use general string type : pstring
* divide by 10 the number of iteration in the benchmark to get back to a reasonable test execution time
2015-11-08 23:29:51 +01:00
Romain Beaumont
cb6babd4f0 prepare 0.16.0 release 2015-11-01 19:15:23 +01:00
Romain Beaumont
5410edbdca update ursa for node4 compatibility
see fd9c897240
2015-10-13 21:40:24 +02:00
Romain Beaumont
c288801ffb bump buffer-equal in nmp: 0.0.1 use node Buffer.equal when available 2015-10-13 17:16:26 +02:00
Romain Beaumont
de89622827 minecraft-data bump to 15w40b + 76 in 1.9 2015-10-05 21:06:32 +02:00
Romain Beaumont
c0b744a3a5 fix the bug in mcwrap : using batch.concurrency(1) is needed 2015-10-02 15:33:41 +02:00
Romain Beaumont
1625d6b3dd update mcwrap again, should be enough this time 2015-10-02 12:57:11 +02:00
Romain Beaumont
b2b56565d2 update minecraft-wrap : hopefully this will finally give us enough information to fix the problem 2015-10-02 12:40:58 +02:00
roblabla
c889f2c5f7 Use node-yggdrasil. Fix validation problem 2015-10-02 01:19:41 +02:00
Romain Beaumont
9e0cecfc6f update minecraft-wrap : wrap.download now automatically checks the md5 of the file before and after downloading 2015-10-01 14:25:07 +02:00
Robin Lambertz
8d9f37c2ba Merge pull request #257 from rom1504/static_cross_version
enable cross version with an option in createClient and createServer
2015-09-30 15:50:38 +02:00
Romain Beaumont
4d93e7246f update mcData : 15w39c and 1.8.8 2015-09-30 11:04:05 +02:00
Romain Beaumont
917b6adda1 enable cross version with an option in createClient and createServer :
* put parsePacketData in deserializer and createPacketBuffer in serializer
* remove packets from the index and expose readPacket instead
* load packets when needed in various files
* make tests test every supported version
static cross version of #234, fix #65, fix #240
2015-09-29 22:44:28 +02:00
roblabla
df2caf74cb 0.15.1 development iteration 2015-09-25 20:40:46 +02:00
Romain Beaumont
156427d1c6 fix package.json repository url 2015-09-24 15:18:00 +02:00
roblabla
307a87f750 Release 0.15.0 2015-09-24 15:06:41 +02:00
Robin Lambertz
24dced6e39 Merge pull request #252 from rom1504/remove_zfill_dependency
remove zfill dependency used nowhere
2015-09-23 21:30:39 +02:00
Robin Lambertz
a7e74cdb1d Merge pull request #253 from roblabla/feature-newContextSyntax
New context syntax
2015-09-23 19:39:36 +02:00
roblabla
f34a6b8e6a Use minecraft-data 0.11.0 2015-09-23 19:36:19 +02:00
Romain Beaumont
6b15cffe4c remove zfill dependency used nowhere 2015-09-21 10:46:19 +02:00
Romain Beaumont
c467670880 bump minecraft-wrap + tilde 2015-09-19 23:06:57 +02:00
Romain Beaumont
a24b79608b use minecraft-data version 2015-09-15 15:34:38 +02:00
Romain Beaumont
eeed7b643c use minecraft-wrap : get the vanilla server wrapping out of node-minecraft-protocol 2015-09-14 22:14:13 +02:00
roblabla
631d1cfc27 Update minecraft-data dependency 2015-09-12 00:40:24 +00:00
roblabla
b255eaadd1 Implement bitfields. Add tests for utils datatypes 2015-09-12 00:40:18 +00:00
roblabla
dd2cfa1fa3 Add tests for numeric dataTypes 2015-09-08 13:09:08 +00:00
roblabla
79ded321bf Add extend type support 2015-09-03 13:05:11 +00:00
roblabla
3282cf69c7 Introduce switch and void, remove condition 2015-08-25 11:55:25 +00:00
roblabla
ba8a3790aa Add the new type syntax support. Old type syntax doesn't work 2015-08-24 18:25:56 +00:00
Romain Beaumont
3892fb6de3 bump minecraft data : now multi version support 2015-08-21 16:19:46 +02:00
Romain Beaumont
6b6303b853 use protocol.json from minecraft-data
fix #163
2015-08-01 20:13:32 +02:00
roblabla
452be2b196 Bump MINOR, UUIDs are now represented as dashed string 2015-07-18 17:48:26 +00:00
roblabla
36893e1063 Prepare for dev iteration 0.14.1 2015-05-27 16:08:07 +00:00