Romain Beaumont
13f19fb55e
update mcdata for key fix, and add supported versions to readme
2016-02-19 01:22:53 +01:00
Romain Beaumont
0fcd505f57
update mcdata : 16w05b and 15w40b kept
2016-02-19 01:03:30 +01:00
Romain Beaumont
51a5e2c6d0
disable intelli-espower-loader since this seems to be causing the stackoverflow error for some reason
2016-02-18 21:51:52 +01:00
Romain Beaumont
db3d949694
temporarily remove source map supports, #350
2016-02-18 21:23:36 +01:00
Romain Beaumont
b2b8ad2372
update to new protodef
2016-02-18 19:50:59 +01:00
Romain Beaumont
e2e0d7a930
Release 0.17.2
2016-02-12 15:24:35 +01:00
Romain Beaumont
2c3e166ce8
Release 0.17.1
2016-02-12 14:56:53 +01:00
Romain Beaumont
e0939cc63d
endian-toggle is not a devDependency
2016-02-12 14:55:38 +01:00
Romain Beaumont
9ea3652b6b
Release 0.17.0
2016-02-12 14:46:32 +01:00
greenkeeperio-bot
8734de4f61
chore(package): update dependencies
...
http://greenkeeper.io/
2016-02-09 15:36:15 +01:00
Romain Beaumont
0ba187d97a
Merge pull request #331 from deathcap/dynxver
...
Add dynamic cross-protocol support
2016-02-02 09:04:23 +01:00
deathcap
c2913daae0
Update to minecraft-data ^0.19.1
2016-02-01 09:48:12 -08:00
deathcap
aa3ae32975
Try using git commit hash to node-minecraft-data
2016-01-31 20:50:57 -08:00
deathcap
4b3f8b5b09
Update minecraft-data to use GitHub dependency on PrismarineJS/node-minecraft-data
2016-01-31 20:43:07 -08:00
deathcap
84c4c26503
Update to minecraft-data ^0.19.0
2016-01-31 20:11:15 -08:00
deathcap
4a677a25ba
Use endian-toggle for UTF-16BE encoding (not in nodejs, see https://github.com/nodejs/node-v0.x-archive/issues/1684 )
2016-01-30 21:40:03 -08:00
Romain Beaumont
eefb113b4c
use uuid-1345 instead of 3 uuid packages, fix #297
2016-01-22 12:42:04 +01:00
Romain Beaumont
3f161622f9
update to babel6 and remove some dependencies
2016-01-20 00:50:04 +01:00
deathcap
60c24a68b7
Remove unused chai dependency
2016-01-17 23:20:03 -08:00
Romain Beaumont
48527cb6ee
requires node >=4
2016-01-13 20:38:29 +01:00
Romain Beaumont
153eb70ba3
dev iteration
2016-01-04 20:58:35 +01:00
Romain Beaumont
1499509ed6
Release 0.16.6
2016-01-04 20:57:16 +01:00
Romain Beaumont
78c3820de0
prepare for next dev iteration
2015-12-22 00:17:13 +01:00
Romain Beaumont
10e6fff0c6
Release 0.16.5
2015-12-22 00:16:21 +01:00
Romain Beaumont
07711f4c4a
prepare for next dev iteration
2015-12-22 00:08:14 +01:00
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