2860 Commits

Author SHA1 Message Date
Shoghi Cervantes
bcb401c0c3 Added yaw/pitch on spawn 2014-06-23 16:07:59 +02:00
Shoghi Cervantes
4b3addb8a0 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-06-23 15:26:51 +02:00
Shoghi Cervantes
7cfeeae413 Send held item when changed 2014-06-23 15:26:20 +02:00
Shoghi Cervantes
31a7410acd Fixed players and entities getting despawned 2014-06-23 15:25:44 +02:00
Shoghi Cervantes
6c8f189499 Merge pull request #1525 from PEMapModder/patch-1
Fix /plugins crash
2014-06-23 14:00:26 +02:00
PEMapModder
2e50fbbda4 Fix /plugins crash 2014-06-23 19:27:27 +08:00
Shoghi Cervantes
fd4fc4ff94 Fixed Entity & Player loaded chunk indexes 2014-06-23 11:57:47 +02:00
Shoghi Cervantes
496c004efc Changed default view-distance 2014-06-22 23:25:43 +02:00
Shoghi Cervantes
6f9becdbb3 Added Empty chunk detection 2014-06-22 22:29:46 +02:00
Shoghi Cervantes
36cdfd969d Fixed #799 Added Grass growth algorithm 2014-06-22 22:26:36 +02:00
Shoghi Cervantes
0be2bd911f Fixed block updates not getting broadcasted 2014-06-22 21:56:58 +02:00
Shoghi Cervantes
0e36107878 Fixed update ticks 2014-06-22 21:32:49 +02:00
Shoghi Cervantes
279a438ae6 Fixed spawning of Tile entities via chunk packets 2014-06-22 18:05:42 +02:00
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