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
roblabla
3719be792c
Release 0.14.0
2015-05-27 16:05:59 +00:00
roblabla
2862ea2034
Bump MINOR version
2015-05-22 19:27:58 +00:00
roblabla
6e6b51ca10
Better node compatibility : Use readable-stream
2015-05-22 19:00:01 +00:00
roblabla
9295bcfbdb
Update babel
2015-05-21 20:22:20 +00:00
Romain Beaumont
9c9f358a5d
add current json schema (and a small validate.js test using jsonschema module) : makes it easier to fully understand the format
2015-05-09 04:06:33 +02:00
roblabla
5efdc824c1
Change github reported version to fix npm cache bugs
2015-05-04 12:50:38 +00:00
roblabla
f0a7c1b22d
Release 0.13.4
2015-04-14 13:05:13 +00:00
roblabla
f6601b4295
Bump ursa-purejs version
2015-04-14 12:43:59 +00:00
roblabla
273f685267
Release 0.13.3
2015-03-25 23:36:26 +00:00
Will Franzen
d6b493e565
Remove unneeded deps
2015-03-25 14:10:49 -05:00
roblabla
cbdf8adb05
Release 0.13.2
2015-03-23 13:11:25 +00:00
roblabla
a7dd89953d
Release 0.13.1
2015-03-22 02:39:42 +00:00
roblabla
367bdd6908
Add prepublish hook
2015-03-08 19:58:32 +00: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
roblabla
50ad0211a5
Externalize rsa-wrap to a separate module
2015-03-07 00:36:06 +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
2c3db82fcf
Release 0.13.0
2015-03-06 20:32:09 +00:00
roblabla
28b75aab79
Use published prismarine-nbt
2015-03-06 18:51:26 +00:00
roblabla
c1ced61d47
Make proxy able to spot discrepencies in input/output buffer.
2015-03-03 12:43:46 +00:00
roblabla
de0ea4f3f6
Add nbt support
2015-02-24 23:45:16 +00:00
Will Franzen
459eb9c2d1
Create a pointer index.js in the root dir
2015-02-22 11:09:28 -06:00
Will Franzen
9078e1cfeb
Add support for sourcemaps
2015-02-22 10:49:29 -06:00
Will Franzen
423305a19d
Set up gulpp
2015-02-22 10:27:46 -06:00
Robin Lambertz
39fe1b5c29
Merge pull request #71 from deathcap/feature-browserify
...
Expose only protocol.js when used with browserify.
2015-02-21 13:30:43 +01:00
roblabla
6357df8637
Add pure-js implementation alternative to URSA.
2014-10-21 21:15:43 +02:00
roblabla
a8648464f4
Release 0.12.3
2014-10-19 17:56:18 +02:00
Robin Lambertz
06ea770355
Release 0.12.2
2014-09-08 16:18:49 +02:00
roblabla
a679994d89
Release 0.12.1
2014-04-12 12:34:19 +02:00
roblabla
23ecbd3675
Release 0.12.0
2014-04-11 19:40:15 +02:00
Andrew Kelley
4e48226c8c
rename github.com/superjoe30 to github.com/andrewrk
2014-01-23 21:36:25 -05:00
deathcap
da65576895
Add browserify support
2014-01-06 21:04:38 -08:00
roblabla
018fb6407f
Add new chat client example
2014-01-06 00:57:29 +01:00
roblabla
875d10ed0b
Protocol 1.7 support, Yggdrasil login support, new Client State API
2014-01-06 00:57:18 +01:00
Matt Bell
5e75cdf75d
Updated protocol version to support 1.6.4
2013-09-26 15:35:41 -07:00
Andrew Kelley
8b7abe27e7
Release 0.11.5
2013-08-26 18:36:08 -04:00
Xabier de Zuazo
65fc158d97
Release 0.11.4
2013-08-12 23:26:46 +02:00
Xabier de Zuazo
5c8f29bdff
Release 0.11.3
2013-07-13 12:14:48 +02:00
Xabier de Zuazo
634ad002f4
Release 0.11.2
2013-07-11 12:33:09 +02:00
Matt Bell
f3657f74e0
Bumped protocol version for 1.6.2
2013-07-10 21:33:17 -07:00
Xabier de Zuazo
7df40739dc
Release 0.11.0
2013-07-09 10:20:37 +02:00
Xabier de Zuazo
b334a6781d
Release 0.10.1
2013-05-05 04:09:05 +02:00
Xabier de Zuazo
c6b9d2c1d0
Release 0.10.0
2013-04-15 07:35:48 +02:00
Andrew Kelley
7a5bcf02d8
Release 0.9.0
2013-04-08 11:04:35 -04:00
Andrew Kelley
ba768dbdee
Release 0.8.1
2013-04-07 15:08:51 -04:00
Andrew Kelley
bb1918da98
Release 0.8.0
2013-04-06 11:08:33 -04:00
Andrew Kelley
cf73d4dad9
Release 0.7.9
2013-03-13 23:34:31 -04:00
Andrew Kelley
09a80dddd2
all tests passing with newest protocol
2013-03-13 23:27:15 -04:00
Andrew Kelley
5a1491ba78
Release 0.7.8
2013-02-10 21:06:45 -05:00
Andrew Kelley
8daacd3b08
Release 0.7.7
2013-02-03 22:14:15 -05:00
Andrew Kelley
deccaf0c53
Release 0.7.6
2013-02-03 18:57:43 -05:00
Andrew Kelley
5cc7a8fbee
Release 0.7.5
2013-02-03 18:22:44 -05:00
Andrew Kelley
cd7f867d95
ability to exempt usernames from online mode or offline mode
2013-02-03 18:21:16 -05:00
Andrew Kelley
666a24ed9e
Release 0.7.4
2013-02-03 16:36:53 -05:00
Andrew Kelley
1ca600d756
Release 0.7.3
2013-02-03 15:38:52 -05:00
Andrew Kelley
edb7fe83e7
Release 0.7.2
2013-02-03 14:36:15 -05:00
Andrew Kelley
9c476600ea
Release 0.7.1
2013-02-02 02:45:33 -05:00
Andrew Kelley
4313e7e98d
batch is a devDependency only now
2013-01-30 23:39:25 -05:00
Andrew Kelley
ef9917b252
Release 0.7.0
2013-01-30 20:04:45 -05:00
Andrew Kelley
29dea42ea7
Release 0.6.7
2013-01-29 12:52:07 -05:00
Andrew Kelley
ba29fa59d7
Release 0.6.6
2013-01-27 19:40:56 -05:00
Andrew Kelley
77e84b15fc
Release 0.6.5
2013-01-26 22:50:48 -05:00
Andrew Kelley
0eb72c2046
Release 0.6.4
2013-01-26 15:36:01 -05:00
Andrew Kelley
b36b2b1089
Release 0.6.3
2013-01-22 09:02:02 -05:00
Andrew Kelley
bac1e8510d
Release 0.6.2
2013-01-19 21:08:37 -05:00
Andrew Kelley
314c7dd6e4
Release 0.6.1
2013-01-10 20:36:01 -05:00
Andrew Kelley
af98e294f8
Release 0.6.0
2013-01-08 03:01:09 -05:00
Andrew Kelley
5b44fdfdf8
Release 0.5.2
2013-01-08 01:59:33 -05:00
Andrew Kelley
10cb3e0100
test all packets
2013-01-07 23:36:14 -05:00
Andrew Kelley
d40c8c44e5
Release 0.5.1
2013-01-06 08:58:09 -05:00
Andrew Kelley
0d2848dfc5
Release 0.5.0
2013-01-06 00:43:02 -05:00
Andrew Kelley
ab54392f46
Release 0.4.0
2013-01-05 16:54:21 -05:00
Andrew Kelley
afc11251a0
Release 0.3.0
2013-01-05 05:21:09 -05:00
Andrew Kelley
a6ee5ca026
Release 0.2.0
2013-01-04 22:55:48 -05:00
Andrew Kelley
8096a08afd
avoid dependency on iconv. makes it easier to use on windows. see #12
2013-01-04 19:04:06 -05:00
Andrew Kelley
bfb392ea19
Release 0.1.0
2013-01-04 01:46:39 -05:00
Andrew Kelley
d331532d0d
don't use buffer-more-ints. closes #11
2013-01-03 22:30:39 -05:00
Andrew Kelley
796cb76435
Release 0.0.3
2013-01-02 21:58:09 -05:00
Andrew Kelley
3f0ee115ee
Release 0.0.2
2013-01-02 11:02:35 -05:00
Andrew Kelley
c2beb41fef
test passing: connects successfully - online mode
2013-01-02 01:12:42 -05:00
Andrew Kelley
249de2dab5
Release 0.0.1
2013-01-01 23:40:25 -05:00
Andrew Kelley
c405ac21f8
refactor into nice npm module. closes #7
2013-01-01 23:39:31 -05:00
Andrew Kelley
dc2aa5222c
update package.json
2013-01-01 21:51:46 -05:00
Andrew Kelley
6333fbd893
update README
2013-01-01 21:02:07 -05:00
Andrew Kelley
043cbd5882
getting encryption request
2012-12-31 20:33:35 -05:00