Commit graph

225 commits

Author SHA1 Message Date
Romain Beaumont
17b65f5021 crash when there is an error during login 2015-10-24 21:44:30 +02:00
Romain Beaumont
b89ab41231 Merge pull request #84 from mhsjlw/world_loading
[WIP] anvil loading
2015-10-24 03:49:01 +02:00
Romain Beaumont
cde16a4d25 use prismarine-world 0.3.0 : enable anvil loading 2015-10-24 03:48:17 +02:00
Romain Beaumont
8a93ffbdd9 anvil loading 2015-10-23 17:26:25 +02:00
Romain Beaumont
cf7b1e8fe5 send only one player_info packet, now that the problem has been solved: don't send the displayName 2015-10-14 18:58:28 +02:00
Romain Beaumont
710473b926 update example in README 2015-10-13 14:39:45 +02:00
Romain Beaumont
892199e4a3 Merge pull request #72 from JWo1F/commands
fix #42
2015-10-13 00:17:55 +02:00
Romain Beaumont
c89c9e722e move Command class to its own file, fix bugs in commands and improve info 2015-10-13 00:17:38 +02:00
Romain Beaumont
18df789f10 disable modpe by default: important ram usage, buggy 2015-10-12 23:41:26 +02:00
Romain Beaumont
82353ad13c actually fix displayName by not putting it (the vanilla server does that) 2015-10-12 23:01:27 +02:00
Romain Beaumont
57a253565f display name is a json chat 2015-10-12 22:53:09 +02:00
Romain Beaumont
7b93432d7f disable broken world border 2015-10-12 22:36:10 +02:00
Romain Beaumont
d04e2b829b makes kick timeout configurable 2015-10-12 22:28:40 +02:00
Romain Beaumont
50785a9e5e improve spawn point 2015-10-12 21:59:13 +02:00
Romain Beaumont
c26b11bb74 fix 2 bugs in login : send the update health packet + send named_entity_spawn as fixed point 2015-10-12 21:46:55 +02:00
Romain Beaumont
37db96d8a1 decrease kickTimeout back to its normal value 2015-10-12 20:14:26 +02:00
Romain Beaumont
06770fc23f force compression 2015-10-12 18:59:57 +02:00
Romain Beaumont
0c738d1b74 make map sending a bit more lazy, that way it's always instant to login in the game, even if some chunks are missing 2015-10-12 18:08:20 +02:00
Romain Beaumont
86b83e4e8d fix basic.js, fix #74 2015-10-11 14:25:47 +02:00
JWo1F
b51519e138 fixes 2015-10-11 07:32:49 +03:00
JWo1F
19b5c9a9cc move code to inject section 2015-10-11 07:11:36 +03:00
JWo1F
75f974ecc8 ping! 2015-10-11 06:42:46 +03:00
JWo1F
0f5ce49610 commands 2015-10-11 06:11:03 +03:00
Romain Beaumont
82067d1424 add try catch for the modpe commands to avoid crashes 2015-10-10 19:07:00 +02:00
Romain Beaumont
316ed6b49b add _worldSync to implement modpe api 2015-10-10 18:54:21 +02:00
Romain Beaumont
32c1368107 add all_the_blocks generation 2015-10-10 16:15:33 +02:00
Romain Beaumont
54e9e6b979 Merge pull request #67 from demipixel/mini-worldgen-change
Mini worldgen change
2015-10-10 16:02:37 +02:00
Romain Beaumont
0448c19111 Merge pull request #70 from demipixel/ticks
Tick... Tick... Tick...
2015-10-10 15:56:58 +02:00
Romain Beaumont
51148036e4 put modpe in its own command namespace (/modpe <command>), add the same /time command that minecraft has 2015-10-10 15:56:47 +02:00
Romain Beaumont
717dfc1b67 clean dependencies 2015-10-10 02:49:21 +02:00
DemiPixel
7fd8e56d3e Of course it breaks 2015-10-09 17:33:29 -07:00
DemiPixel
7a028e7193 Quick fixes, adding everything to api.md 2015-10-09 17:30:10 -07:00
DemiPixel
e062e4d6a9 Start of ticks, added daycycle, fixed inventory + chest things 2015-10-09 17:18:13 -07:00
Romain Beaumont
012f6e7c30 fix lines in modpe.js 2015-10-09 20:17:37 +02:00
Romain Beaumont
3f0c099c42 generate an uuidv3 in offline mode, fix #68 2015-10-09 19:46:14 +02:00
DemiPixel
e6a7394554 Merge 2015-10-09 10:35:58 -07:00
DemiPixel
c72452da79 Added waterline + dirt/bedrock height 2015-10-09 10:29:40 -07:00
Romain Beaumont
fd6e2f97ab actually delete settings.json 2015-10-09 18:42:27 +02:00
Romain Beaumont
db25a2b906 delete settings.json file 2015-10-09 18:41:05 +02:00
Romain Beaumont
99760fc11c create default-settings.json that shouldn't be edited, use settings.json for custom settings 2015-10-09 18:39:13 +02:00
DemiPixel
075fb7332f Added grass, fixed waterline to match the other commit 2015-10-09 09:31:34 -07:00
DemiPixel
a011084119 Added waterline + dirt/bedrock height 2015-10-09 09:15:57 -07:00
Romain Beaumont
eeed0d386a add modpePlugins/ to gitignore 2015-10-09 18:07:33 +02:00
Romain Beaumont
36465cf00d fix modpe dir 2015-10-09 18:07:33 +02:00
Romain Beaumont
0e3ce375a6 fix metadata (nmp 0.15) 2015-10-09 18:07:33 +02:00
Romain Beaumont
cd3434b8ea move back files where they should have been (in src/) 2015-10-09 18:07:33 +02:00
Romain Beaumont
76e5d006fc fix inventory 2015-10-09 18:07:33 +02:00
F6CF
6239d88431 Return basic.js 2015-10-09 18:07:33 +02:00
F6CF
5fd82ad67c Vec3 including 2015-10-09 18:07:33 +02:00
F6CF
59e00875aa Update modpe.js 2015-10-09 18:07:33 +02:00