Commit graph

755 commits

Author SHA1 Message Date
roblabla
f952db3cc6 Phase out native position. Implement entityMetadataLoop. 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
71c93bb3d6 Implement anonymous structure members 2015-09-11 22:42:50 +00:00
roblabla
a267cc1515 Revert "Fix anon structures not working in sizeOf"
This reverts commit 86f1f23053.
2015-09-11 22:39:16 +00:00
roblabla
2b98c09fba Slightly fix the broken error handling 2015-09-11 22:12:20 +00:00
roblabla
86f1f23053 Fix anon structures not working in sizeOf 2015-09-11 22:11:53 +00:00
Robin Lambertz
968617eab8 Merge pull request #180 from roblabla/feature-dataTypes-tests
Add tests for numeric dataType.
2015-09-08 15:17:00 +02:00
roblabla
dd2cfa1fa3 Add tests for numeric dataTypes 2015-09-08 13:09:08 +00:00
Robin Lambertz
e3b435af1b Merge pull request #224 from roblabla/feature-addExtendTypes
Add extend type support
2015-09-03 15:08:48 +02:00
roblabla
79ded321bf Add extend type support 2015-09-03 13:05:11 +00:00
roblabla
ee3b865daa Fix typo in option type 2015-09-03 13:05:11 +00:00
Robin Lambertz
388879bd4b Merge pull request #227 from roblabla/feature-addOption
Add option type
2015-09-02 19:37:04 +02:00
Robin Lambertz
5408d67097 Merge pull request #228 from rom1504/add_flying-squid
add flying-squid to users
2015-08-31 01:20:55 +02:00
Romain Beaumont
c7f950148a add flying-squid to users 2015-08-30 21:34:28 +02:00
roblabla
e260f15163 Fix error handling using undefined variables 2015-08-29 13:00:34 +00:00
roblabla
ed372e6f39 Add option type 2015-08-28 15:21:59 +00:00
Robin Lambertz
35c980465e Merge pull request #226 from roblabla/feature-betterErrors
[WIP] Better error handling, also some general cleanup
2015-08-28 17:13:18 +02:00
roblabla
7e145f763d First attempt at better error handling, also some general cleanup 2015-08-27 20:48:45 +00:00
Robin Lambertz
9d7e4b5943 Merge pull request #222 from roblabla/feature-introduceSwitch
Introduce switch and void, remove condition
2015-08-25 14:05:09 +02:00
roblabla
3282cf69c7 Introduce switch and void, remove condition 2015-08-25 11:55:25 +00:00
roblabla
8d1705410b Update HISTORY.md 2015-08-24 18:35:52 +00:00
Robin Lambertz
ccbb60b587 Merge pull request #221 from roblabla/feature-newTypeSyntax
Add the new type syntax support. Old type syntax doesn't work
2015-08-24 20:30:19 +02:00
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