Romain Beaumont
4543aa5d83
simplify and improve docs
2018-06-03 16:39:59 +02:00
Romain Beaumont
af4934baa4
add .nojekyll at root
2018-06-03 16:02:11 +02:00
Romain Beaumont
55849367de
Add nojekyll to make .md available directly
2018-06-03 16:01:02 +02:00
Romain Beaumont
acbede67bd
remove version from coverpage
2018-06-03 15:56:50 +02:00
Romain Beaumont
565e3969c4
improve coverpage
2018-06-03 15:53:18 +02:00
Romain Beaumont
bc2c72cf30
basePath for docsify
2018-06-03 15:50:32 +02:00
Romain Beaumont
39dd26912a
add CNAME to ./docs
2018-06-03 15:39:06 +02:00
Romain Beaumont
be1a101f26
Merge pull request #335 from demipixel/improve_docs
...
Use docsify for docs
2018-06-03 01:49:26 +02:00
Lucas Simon
8020ff3a1a
Merge branch 'master' of https://github.com/demipixel/flying-squid into improve_docs
2018-06-02 15:44:02 -07:00
Lucas Simon
60a92f23ce
Fix updated README.md
2018-06-02 15:39:08 -07:00
Lucas Simon
02903c8148
Move README.md permanently to docs/, fix HISTORY.md
2018-06-02 15:35:56 -07:00
Lucas Simon
80b6042187
Rename /doc to /docs and move docsify site to it
2018-06-02 15:23:09 -07:00
Romain Beaumont
3e172af693
fix /setblock test, fix #344
2018-05-27 21:24:43 +02:00
Romain Beaumont
60318c74e1
fix external.js
2018-05-27 21:15:34 +02:00
Romain Beaumont
91c68e2cc0
increase test timeout
2018-05-27 19:44:52 +02:00
Romain Beaumont
8b788c324a
Release 1.1.0
2018-05-27 19:40:59 +02:00
Romain Beaumont
39e8ce50a1
update readme
2018-05-27 19:40:07 +02:00
Romain Beaumont
a3631cfc19
Merge pull request #333 from PrismarineJS/1.12
...
1.12
2018-05-27 19:31:10 +02:00
Romain Beaumont
36b11e6163
fixed nether by adding some glowstone to have some light
...
(necessary in 1.12)
2018-05-27 19:14:41 +02:00
Romain Beaumont
efc4ab786d
fixed respawn and attach (/pile)
2018-05-27 18:24:59 +02:00
Romain Beaumont
d127704022
Several fixes
...
* fix login sequence : fix spawn position
* fix gamemode != 0 : should not remove items from inventory
* update pworld and pprovider-anvil
2018-05-27 13:50:27 +02:00
Romain Beaumont
f0cdc3bc23
add teleportId
2018-05-25 23:20:53 +02:00
Romain Beaumont
9f2e8e0a36
increase test timeout
2018-05-25 23:17:49 +02:00
Romain Beaumont
ed2f5df538
fix entities in 1.12 : uuid support
2018-05-25 23:09:29 +02:00
Romain Beaumont
c213a06c38
normal timeout + sequential
2018-05-25 01:20:44 +02:00
Romain Beaumont
d6eede202e
fix timeout
2018-05-25 01:06:45 +02:00
Romain Beaumont
754ec4bced
use port 0 + run test in //
2018-05-25 01:02:42 +02:00
Romain Beaumont
0dabd933e2
fix delta support in updatePositions for 1.8
2018-05-25 00:44:08 +02:00
Romain Beaumont
b133bb8093
update diamond square for its multi version support
2018-05-25 00:35:49 +02:00
Romain Beaumont
13ceac4a83
adapt test for multi-version
2018-05-23 02:01:29 +02:00
Lucas Simon
02cfccf527
Use docsify for docs
2018-05-20 18:19:30 -07:00
Romain Beaumont
2e749ff49f
move to normal position, fix #40 + multi version for position for 1.8 and 1.12
...
normal position is now possible because I understood it's necessary
to stored the last sent position in order to compensate for the loss
of precision next time a relative position packet is sent
I introduced a features.json which makes it possible to describe
high level differences between version and use that to handle multi version code
2018-05-21 00:04:19 +02:00
Romain Beaumont
332ffbca08
add soundCategory to named_sound_effect sending
2018-05-20 16:43:43 +02:00
Romain Beaumont
483dafb679
broken code is not very interesting : removing border.js
2018-05-20 15:41:39 +02:00
Romain Beaumont
c01f9dcfca
chunk unloading for 1.12 and 1.8
2018-05-20 15:19:51 +02:00
Romain Beaumont
069e30cb7e
use block from inventory instead of heldItem in block_place : fix placing in 1.12 (without breaking 1.8)
2018-05-20 14:57:23 +02:00
Romain Beaumont
3b51a29ae1
add blockEntities to map_chunk for 1.12
2018-05-15 00:22:05 +02:00
Romain Beaumont
9ba0b6ca27
bump dependencies
2018-05-14 21:39:16 +02:00
Romain Beaumont
306095f49b
fix license in package.json
2018-05-13 20:23:12 +02:00
Romain Beaumont
48be4f2266
bring (static) multi version support to everything else + fix some formatting
2018-05-13 20:21:23 +02:00
Romain Beaumont
0b53189116
bring (static) multi version support to portal detection
2018-05-13 19:47:47 +02:00
mhsjlw
988e3fde96
Merge pull request #331 from PrismarineJS/version_support
...
Bring (static) multi-version support
2018-05-13 13:14:28 -04:00
Romain Beaumont
f4885d81e8
bring (static) multi version support to world generations
2018-05-13 19:10:48 +02:00
Romain Beaumont
a35d871830
default version is 1.8.9
2018-05-13 16:24:40 +02:00
Romain Beaumont
e607738892
fix style in app.js
2018-05-13 16:21:40 +02:00
Romain Beaumont
7bd164aa39
Make default settings default ( fix #223 )
2018-05-13 16:11:24 +02:00
Romain Beaumont
b6eca14b82
var -> const
2018-05-13 16:01:37 +02:00
Romain Beaumont
ffb6e1a5b3
Merge pull request #329 from PrismarineJS/standard
...
Add standard linting
2018-05-13 15:43:52 +02:00
mhsjlw
33532c7f93
Merge branch 'master' into standard
2018-05-13 09:31:55 -04:00
mhsjlw
44f0024cc6
Add standard linting
2018-05-13 09:26:48 -04:00