549 Commits

Author SHA1 Message Date
SOF3
e913b16804
Fixed some lines indented with 4 spaces rather than tabs 2016-10-03 00:58:34 +08:00
SOFe
f2f70480ee Fixed precedence problem (#1)
as mentioned in 4cb76f369a (commitcomment-19068812)
2016-09-30 19:19:57 +01:00
dktapps
895790f46c Fix signs going blank
Sign text is not limited to 16 characters anymore, but to the width of
the sign. Server: Stop being such a control freak
2016-09-30 19:19:45 +01:00
dktapps
97f6b80969 Fix players levitating in beds and teleportation of sleeping players 2016-09-28 13:59:52 +01:00
Dylan K. Taylor
f14a8e46be Inventory: Fix creative/spectator inventory sending 2016-09-28 13:59:46 +01:00
Dylan K. Taylor
b16f7e4dd5 Fix a really annoying movement bug on player join 2016-09-06 11:42:30 +01:00
dktapps
15b9578245 Fix reach distance bugs 2016-09-06 11:33:27 +01:00
Dylan K. Taylor
765bd5ced7 Inventory: Fix hotbar spaz 2016-09-06 11:23:49 +01:00
Intyre
6fb41c5c7f
UpdateBlockPacket fixed and changed skinName to skinId 2016-06-22 01:09:48 +02:00
Intyre
df8e1e8702
Spawn unleashed, movement fixed and some Player DataProperty cleanup 2016-06-22 00:08:52 +02:00
Intyre
ef8227a074
Bump version to 0.15.0.0 and protocol changes 2016-06-15 23:59:35 +02:00
Intyre
ac482621a1
Bump version to 0.14.2.0 and protocol changes 2016-04-28 01:50:54 +02:00
PEMapModder
913a1fdce4 Fixed #3463 2016-03-07 18:56:24 +08:00
PEMapModder
fc08759199 Merge pull request #3978 from PEMapModder/attr
Implemented attributes
2016-03-07 18:15:15 +08:00
PEMapModder
09ce8fab82 Fixed speed and slowness potions 2016-03-07 18:12:54 +08:00
Intyre
e11b76318c
fixing chunk sending 2016-02-27 16:35:38 +01:00
PEMapModder
e9eaf69a41 Removed redundant debug code 2016-02-23 22:33:53 +08:00
PEMapModder
7ba7eaf303 Fixed wrong InteractPacket constants
Thanks @thebigsmileXD
2016-02-23 21:05:59 +08:00
PEMapModder
86ec7ed771 Fixed player not dying 2016-02-22 18:24:51 +08:00
PEMapModder
6945256e30 Resolved #3684 2016-02-22 16:05:45 +08:00
PEMapModder
a2641f923d Merge branch master 2016-02-22 14:32:48 +08:00
Intyre
a6cd526e60
PHP7 to master 2016-02-21 12:47:30 +01:00
PEMapModder
80250aa78e Resolved 1️⃣ in #3961 2016-02-19 18:33:21 +08:00
PEMapModder
3a184ddf97 Merge pull request #3915 from legoboy0215/patch-3 2016-02-18 00:05:10 +08:00
PEMapModder
e79976bdac Added events 2016-02-11 22:07:04 +08:00
PEMapModder
8807617480 Fixed attriutes not sending 2016-02-11 18:45:58 +08:00
PEMapModder
28967ca495 Fixed eating 2016-02-11 15:42:07 +08:00
PEMapModder
52e8781d36 Implemented hunger-related regen and damage 2016-02-11 01:53:51 +08:00
PEMapModder
329a525ea1 Implemented food and hunger 2016-02-10 22:49:48 +08:00
legoboy0215
d5d2f46db2 Added "getter" for in air ticks. 2016-02-01 07:25:40 +08:00
Intyre
b7d8956f23
Use ingredient damage to check inventory items on crafting event 2016-01-26 23:43:54 +01:00
Intyre
a2734f6dc0
Merged master into php7 to support 0.13.1 2016-01-22 17:36:45 +01:00
Intyre
78525e1f74
Seperated kick/ban messages 2015-12-22 21:26:26 +01:00
Intyre
15d6bf663d
Merge branch 'patch-14' of https://github.com/PEMapModder/PocketMine-MP into PEMapModder-patch-14 2015-12-20 00:37:07 +01:00
Intyre
c1a484ee5c
fixed #3702 and fix for setting timezone from php.ini 2015-12-19 23:58:05 +01:00
Intyre
90c3e66e6b
Updated for .13.1. skinName replaces isSlim, API bump 2015-12-16 14:37:46 +01:00
Intyre
c803dd8e69
skins fixed and added SetPlayerGameTypePacket 2015-11-26 00:47:58 +01:00
Intyre
58709293cf
Fixed crafting 2015-11-23 21:04:23 +01:00
Intyre
2ea81710ad
Bump protocol and fixed packets for 0.13.0 2015-11-23 21:01:02 +01:00
PEMapModder
ea8ba995ac Update Player.php 2015-10-31 21:18:06 +08:00
Intyre
8ce02d8687
Hunger effect is not implemented 2015-10-10 23:30:42 +02:00
Intyre
09b4d4dc7a
Fixes for derps found with PHPStorm code inspector 2015-10-10 23:10:24 +02:00
Shoghi Cervantes
cf3d8f449e Added some asserts 2015-09-27 19:48:42 +02:00
Shoghi Cervantes
f560d07c97 Merge remote-tracking branch 'origin/mcpe-0.12' into php7 2015-09-27 14:31:28 +02:00
Alejandro Liu
6273875a22 Added Player to CraftItemEvent 2015-09-19 23:08:57 +02:00
Shoghi Cervantes
8768b7fdbd Merge remote-tracking branch 'origin/mcpe-0.12' into php7 2015-09-17 12:25:05 +02:00
Shoghi Cervantes
24f8de2cc3 Bad hack, TODO REMOVE, workarounds client bug by sending inventory contents specifically for creative players <-- this commit is full of sadness 2015-09-14 20:25:57 +02:00
Shoghi Cervantes
885fc07e5c Merge pull request #3481 from LouisBHirst/patch-getOnlinePlayers
getOnlinePlayers() only returns the players already connected
2015-09-13 21:01:51 +02:00
LouisBHirst
c7b915639d getOnlinePlayers() only returns the players already connected 2015-09-13 11:43:51 -04:00
Shoghi Cervantes
2d1b2050dc Merge remote-tracking branch 'origin/mcpe-0.12' into php7 2015-09-12 17:10:45 +02:00