Commit graph

20 commits

Author SHA1 Message Date
Romain Beaumont
273337d630
add issue template 2018-10-08 22:30:45 +02:00
Romain Beaumont
9cb5810597
Add hideErrors option
fix #431
2018-08-03 21:11:33 +02:00
plexigras
069d95366c added session event to docs 2018-06-03 18:31:54 +02:00
Romain Beaumont
a29d7f151a
Increase checkoutTimeoutInterval default to 30s
Fix https://github.com/PrismarineJS/mineflayer/issues/644
2018-05-01 21:06:20 +02:00
Romain Beaumont
010362ef78
add connect option to createClient for multiple (ping + normal) connections for the proxy examples, use the normal options for pinging in autoVersion to have that option available and fix the proxy examples accordingly 2017-07-19 18:39:25 +02:00
roblabla
4b99245a80 Add errorHandler option 2017-01-28 23:50:33 +01:00
Romain Beaumont
c8e42121ea
add doc for client.end, closes #424 2016-08-11 18:40:26 +02:00
Romain Beaumont
10b3cba5f8
add doc 2016-08-10 20:06:40 +02: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
deathcap
88e8374ad4 Update documentation for version:false option 2016-01-31 12:44:06 -08:00
deathcap
66e6f4dd0b Update to use compatible sync API (createClient) 2016-01-30 22:16:36 -08:00
deathcap
a53a2977f2 Add dynamic cross-protocol support 2016-01-27 23:28:27 -08:00
Romain Beaumont
86b70f2544 Release 0.16.4 2015-12-22 00:07:27 +01:00
roblabla
df8cfa5c4c Add checkTimeoutInterval 2015-11-19 20:53:18 +01:00
Romain Beaumont
379944d81d update documentation : fix #296
* move mc.ping to the bottom as it isn't the most important part of nmp
* add documentation about createServer options : fix #206
* add states, supportedVersions, createSerializer, createDeserializer
2015-11-09 17:23: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
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
f7e50721e8 Update the README and docs 2015-09-23 23:26:50 +02:00
Romain Beaumont
653e8d05ee split the readme.md into 2 new files : history.md and doc/readme.md, fix #183 2015-05-29 13:24:12 +02:00