roblabla
ba8a3790aa
Add the new type syntax support. Old type syntax doesn't work
2015-08-24 18:25:56 +00:00
Robin Lambertz
5ca49a21ab
Merge pull request #219 from rom1504/updateMcDataDependency
...
bump minecraft data : now multi version support
2015-08-21 18:54:41 +02:00
Romain Beaumont
3892fb6de3
bump minecraft data : now multi version support
2015-08-21 16:19:46 +02:00
Robin Lambertz
c365478955
Merge pull request #215 from roblabla/feature-countType
...
Add countType support
2015-08-17 21:27:09 +02:00
Robin Lambertz
f2091cd513
Merge pull request #217 from rom1504/create_download_server
...
create downloadServer.js : remove version from circle.yml, fix #216
2015-08-17 20:11:11 +02:00
Romain Beaumont
a2bb6c1d39
check the status code when downloading the vanilla server
2015-08-17 20:08:40 +02:00
Romain Beaumont
3a2fca87b9
create downloadServer.js : remove version from circle.yml, fix #216
2015-08-17 19:16:32 +02:00
roblabla
c7841e98d8
Don't bubble up errors from the client to the server
2015-08-15 16:25:19 +00:00
roblabla
3d6db80593
TypeArgs should default to an empty object in case it is undefined
2015-08-13 16:36:42 +00:00
roblabla
f91da617d7
Add countType support
2015-08-13 16:36:30 +00:00
Robin Lambertz
a4f34a7943
Merge pull request #211 from rom1504/keepAliveOption
...
Keep alive option
2015-08-12 22:28:05 +02:00
Romain Beaumont
0ce00f2cc7
put keepAlive: false in proxy.js : fix connecting to a proxy with some lag (ie not with both proxy and vanilla client in localhost)
2015-08-08 17:29:54 +02:00
Romain Beaumont
1f681ed810
add keepAlive option in createServer
2015-08-08 17:21:36 +02:00
Robin Lambertz
9eeea84e92
Merge pull request #208 from rom1504/better_error_and_fix_from_1.9
...
Better error and fix from 1.9
2015-08-08 14:53:23 +02:00
roblabla
001f0d7cdc
Fix the compile and watch step to not return unless the compilation actually finished
2015-08-06 18:09:36 +00:00
roblabla
5a966ec56d
Update history
2015-08-06 12:31:00 +00:00
Robin Lambertz
ebf9d431a5
Merge pull request #207 from rom1504/use-minecraft-data
...
use protocol.json from minecraft-data
2015-08-06 14:29:02 +02:00
Romain Beaumont
145c6b4840
add a little info in the proxy example
2015-08-06 00:04:53 +02:00
Romain Beaumont
5743cd8b64
Revert "Add some debug information (useful to update to an updated protocol)"
...
This reverts commit d2435c8dcd
.
2015-08-05 23:30:04 +02:00
roblabla
ff95752e45
Store yggdrasil login results, some use-cases need it
2015-08-05 21:19:01 +00:00
Romain Beaumont
d2435c8dcd
Add some debug information (useful to update to an updated protocol)
2015-08-02 18:14:58 +02:00
Romain Beaumont
f625cd8e8b
Remove some console.log
2015-08-02 18:14:58 +02:00
Romain Beaumont
4466bedac9
Fix entityMetadata : container is ambiguous
2015-08-02 18:14:58 +02:00
Romain Beaumont
a3c65de9a4
Display more information in proxy.js
2015-08-02 18:14:52 +02:00
Romain Beaumont
57f5b9d23d
Fix some version related problems (in test.js and circle.yml)
2015-08-02 15:38:40 +02:00
Romain Beaumont
6b6303b853
use protocol.json from minecraft-data
...
fix #163
2015-08-01 20:13:32 +02:00
Robin Lambertz
9c35951d15
Merge pull request #201 from rom1504/fix_windowId_type
...
fix windowID type : ubyte not byte
2015-07-29 02:31:01 +02:00
Romain Beaumont
9f486ac587
fix windowID type : ubyte not byte
...
http://wiki.vg/index.php?title=Protocol&diff=6641&oldid=6640
2015-07-28 17:05:17 +02:00
Will Franzen
963ca51353
Merge pull request #200 from rom1504/patch-1
...
Fix circle ci badge (master branch)
2015-07-27 19:11:05 -05:00
Romain Beaumont
ca70b3d646
Fix circle ci badge (master branch)
2015-07-28 01:13:24 +02:00
Robin Lambertz
41fecf8994
Merge pull request #198 from wtfaremyinitials/badges
...
Improve badges
2015-07-28 00:47:37 +02:00
Will Franzen
f5fa2ad32d
Improve badges
...
The inconsistency was bothering me.
2015-07-27 17:28:45 -05:00
Robin Lambertz
fb481210fa
Merge pull request #196 from rom1504/divide_index
...
split index.js into mainly createClient.js and createServer.js
2015-07-27 21:31:19 +02:00
Robin Lambertz
b8d392194a
Merge pull request #197 from rom1504/patch-1
...
0x03 -> chat in readme fix #195
2015-07-27 21:30:14 +02:00
Romain Beaumont
d9edf571dd
0x03 -> chat in readme fix #195
2015-07-27 12:04:39 +02:00
Romain Beaumont
1226f0f520
split index.js into mainly createClient.js and createServer.js
...
also create a few other files containing common information and functions :
* mcHexDigest.js which contain the function of the same name used in both createClient.js and createServer.js
* ursa.js which handle the abstraction on top of ursa and ursa-purejs : used in both createClient.js and createServer.js
* version.js used in index.js, createClient.js and createServer.js
2015-07-27 02:26:36 +02:00
roblabla
8dedf80292
Update HISTORY about UUID change
2015-07-18 17:57:30 +00:00
Robin Lambertz
216625d750
Merge pull request #193 from roblabla/master
...
Bump MINOR, UUIDs are now represented as dashed string
2015-07-18 19:52:51 +02:00
roblabla
452be2b196
Bump MINOR, UUIDs are now represented as dashed string
2015-07-18 17:48:26 +00:00
Robin Lambertz
bc1fb020fd
Merge pull request #184 from rom1504/split_readme
...
split the readme.md into 2 new files
2015-06-04 13:48:10 +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
Robin Lambertz
4752a0d759
Merge pull request #182 from rom1504/add_info_about_options
...
document options in mc.createClient(options)
2015-05-29 12:46:42 +02:00
Romain Beaumont
4f8347cbab
document options in mc.createClient(options)
2015-05-27 20:19:50 +02:00
roblabla
f337b49f15
Oops, forgot to add the changelog for 0.14.0.
2015-05-27 17:17:38 +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
Robin Lambertz
c9a740f989
Merge pull request #178 from roblabla/feature-remove-ustring
...
Remove ustring
2015-05-23 15:27:26 +02:00
Robin Lambertz
22a6906b93
Merge pull request #177 from rom1504/move_functions_to_serializer
...
move createPacketBuffer and parsePacketData functions to serializer
2015-05-23 15:27:20 +02:00
roblabla
7ecfec8c3b
Remove ustring test
2015-05-23 10:28:31 +00:00
roblabla
3815201792
Remove ustring
2015-05-23 10:27:35 +00:00