2847 Commits

Author SHA1 Message Date
Shoghi Cervantes
0d5eb149ab Fixed Level not saving chunks on auto save 2014-06-22 16:20:00 +02:00
Shoghi Cervantes
557618c87d Fixed Level not saving chunks on unload 2014-06-22 16:15:37 +02:00
Shoghi Cervantes
e0dda934ec Fixed Anvil region indexes in setChunk() 2014-06-22 16:15:23 +02:00
Shoghi Cervantes
21f764590b Changed chunk-sending.per-second to chunk-sending.per-tick 2014-06-22 15:46:42 +02:00
Shoghi Cervantes
bf49cafeae Added settings.async-workers to tune the amount of AsyncTask workers 2014-06-22 12:55:08 +02:00
Shoghi Cervantes
7f795bc041 Fixed #1501 executing AsyncTasks blocks other threads 2014-06-22 12:50:24 +02:00
Shoghi Cervantes
e381313747 New player chunk load queues with ACK notification 2014-06-21 19:41:06 +02:00
Shoghi Cervantes
be0a31697a Fixed Double Chest inventory holder 2014-06-21 19:16:33 +02:00
Shoghi Cervantes
14c558163e Updated languages 2014-06-21 18:21:16 +02:00
Shoghi Cervantes
57437d3a06 Updated for MCPE 0.9.0 build 6 2014-06-19 17:26:03 +02:00
Shoghi Cervantes
a0ce4b1d01 Updated Sign crafting recipe to give x3 2014-06-19 17:25:34 +02:00
Shoghi Cervantes
a0ac660d57 Throw exception when a plugin tries to change the cancel event of a non-Cancellable event 2014-06-18 19:36:32 +02:00
Shoghi Cervantes
825656feed Fixed installer language strings, bumped MCPE build to 5 (already compatible) 2014-06-18 19:23:14 +02:00
Shoghi Cervantes
89a90c00fd Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-06-18 18:29:24 +02:00
Shoghi Cervantes
83081456f2 Merge pull request #1508 from LegendOfMCPE/master
Fixed Explosion.php WeakRef issue
2014-06-18 18:28:32 +02:00
PEMapModder
20e419a9c4 Fixed Explosion.php WeakRef issue 2014-06-18 11:42:41 +08:00
Shoghi Cervantes
dda57f7b0f Signs can be placed again. TODO: spawn tile entities after chunk has been received and ACKed 2014-06-17 19:48:14 +02:00
Shoghi Cervantes
85007a9dfe Fixed NBT compression, Anvil generated worlds are readable by Minecraft and other tools 2014-06-17 19:32:09 +02:00
Shoghi Cervantes
f073a5b837 Fixed a few things 2014-06-17 18:46:16 +02:00
Shoghi Cervantes
9e8f015dc0 Changed commands to use CommandSender::getServer() 2014-06-17 18:41:10 +02:00
Shoghi Cervantes
f14fecbb5f Added /time command 2014-06-17 18:36:39 +02:00
Shoghi Cervantes
b27637c926 Fixed default kick message 2014-06-17 17:27:17 +02:00
Shoghi Cervantes
552c934486 Merge pull request #1506 from PEMapModder/master
Multiple permissions checked in Server::getInstance()
2014-06-17 16:15:39 +02:00
PEMapModder
f202c9902a Multiple permissions checked in Server::getInstance()
This is done like the one in `Command::testPermissionSilent()`, where permissions are connected via semicolons (`;`) and they are checked with `OR`, where the player must have at least one permission to read.
2014-06-17 22:14:15 +08:00
Shoghi Cervantes
3bd33a129f Added Player::getRemoveFormat() and Player::setRemoveFormat(bool) to choose showing colors in chat and nametags 2014-06-17 15:54:06 +02:00
Shoghi Cervantes
79bc42c995 Added Player::getNameTag() and Player::setNameTag($name) 2014-06-17 15:28:57 +02:00
Shoghi Cervantes
032710a2de Added integrated command aliases 2014-06-17 15:21:06 +02:00
Shoghi Cervantes
e8cc52f99e Added chunk-sending.compression-level property 2014-06-17 14:34:14 +02:00
Shoghi Cervantes
266b78aa31 Fixed warning on TickScheduler thread 2014-06-16 23:20:21 +02:00
Shoghi Cervantes
8a89aee75d Added method to get info from the AutoUpdater 2014-06-16 23:20:07 +02:00
Shoghi Cervantes
169c55443a Fixed #1213 2014-06-16 23:00:54 +02:00
Shoghi Cervantes
77e914238c Fixed updater 2014-06-16 20:17:32 +02:00
Shoghi Cervantes
73b9b2491f Added custom settings, update notification 2014-06-16 19:34:47 +02:00
Shoghi Cervantes
89c61bb05e Fixed #1500 blocks cannot be placed in creative mode 2014-06-16 17:01:34 +02:00
Shoghi Cervantes
6983ddf509 Added new implemented blocks to Creative menu 2014-06-16 16:41:49 +02:00
Shoghi Cervantes
8bc3ff5726 Added Emerald ore, Emerald, Emerald block 2014-06-16 16:24:09 +02:00
Shoghi Cervantes
b4e502be13 Added Diorite, Granite, Andesite, and polished versions 2014-06-16 16:16:21 +02:00
Shoghi Cervantes
778ec96d72 Added Hardened Clay and Stained Clay 2014-06-16 16:02:01 +02:00
Shoghi Cervantes
28926832df Added new Wood slabs, stairs, crafing recipes 2014-06-16 15:46:45 +02:00
Shoghi Cervantes
b3820bedbc Added Acacia wood and Dark Oak wood 2014-06-16 15:30:43 +02:00
Shoghi Cervantes
6722540bdc Added Red sand 2014-06-16 15:25:30 +02:00
Shoghi Cervantes
2d5e98b6a3 Added new Saplings 2014-06-16 15:23:40 +02:00
Shoghi Cervantes
bbb69429f3 Fixed setting biome color 2014-06-16 03:32:55 +02:00
Shoghi Cervantes
e47198deaf Fixed Level methods 2014-06-16 03:14:18 +02:00
Shoghi Cervantes
36ddbc6cb4 Fixed setBiomeColor() bug 2014-06-16 01:20:53 +02:00
Shoghi Cervantes
a371890962 Fixed Chest and Furnace placing, Furnace open 2014-06-16 00:30:51 +02:00
Shoghi Cervantes
e1c0976927 Fixed block placing in creative mode 2014-06-16 00:19:46 +02:00
Shoghi Cervantes
40bf7fd22a Fixed player being kicked on death 2014-06-16 00:01:09 +02:00
Shoghi Cervantes
214de28808 Player join message will be only shown if not empty (modified by plugins) 2014-06-15 23:53:31 +02:00
Shoghi Cervantes
530b81674b Updated RakLib, improved network stream 2014-06-15 23:39:05 +02:00