358 Commits

Author SHA1 Message Date
Shoghi Cervantes
ac3472eff4 Fixed spawning problems because of packets 2014-02-07 18:03:11 +01:00
Shoghi Cervantes
083bfcc83c More classes updated 2014-02-07 17:07:57 +01:00
Shoghi Cervantes
95bff304e4 Changed all Player packets to new network 2014-02-07 16:44:10 +01:00
Shoghi Cervantes
dbbfbdffaa RakNet data packet codec 2014-02-07 00:56:40 +01:00
Shoghi Cervantes
45a3b54d32 Fixed basic stuff around 2014-02-07 00:16:39 +01:00
Shoghi Cervantes
34378b5776 Show player name on bad username kick 2014-02-03 01:10:30 +01:00
Shoghi Cervantes
d299e39649 Fixed invalid array when a player has been kicked 2014-02-02 02:27:59 +01:00
Shoghi Cervantes
9cc624b74e Force Entity health change on respawn 2014-02-01 01:06:05 +01:00
Shoghi Cervantes
cf554c67f2 Be sure to respawn players correctly 2014-01-31 17:24:03 +01:00
Shoghi Cervantes
126f149f0b Increased hearts restored by Apples 2014-01-31 13:33:49 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
b7cf5d08cc Save and send hotbar history 2014-01-27 14:00:53 +01:00
Shoghi Cervantes
624eb93058 Save and send last slot used by player 2014-01-27 04:00:26 +01:00
Shoghi Cervantes
f432f110a4 Fixed invalid Position object on teleport 2014-01-23 19:02:09 +01:00
Shoghi Cervantes
cfb3bbfbf2 Fixed #1058 2014-01-22 01:36:30 +01:00
Michael Yoo
969f0f05b0 Fix #1037 2014-01-04 11:59:07 +09:00
Shoghi Cervantes
b63e49acf8 Fixed slot AIR offset 2013-12-18 18:01:06 +01:00
Shoghi Cervantes
565fe70c7e v0.8.0 alpha version 2013-12-07 13:50:14 +01:00
Shoghi Cervantes
894325aef6 ¬¬ 2013-12-06 01:50:48 +01:00
Wies
adcf95f486 Fix
Send the normal message when $data["message"] is removed by a plugin.
2013-12-03 18:33:37 +01:00
Wies
736c233e76 Allow chat plugins to work with eachother 2013-12-03 18:26:38 +01:00
Shoghi Cervantes
5ad72b4f49 Return a bowl when eating stew or soup 2013-11-26 15:29:34 +01:00
Michael Yoo
daaa9394c4 PermissionsAPI Basic Structure Complete. Now uses restrictions. Player dedicated emitEvent functions. Use more anonymous functions. 2013-11-26 21:17:44 +10:30
Michael Yoo
71a1986980 Add EventRestriction 2013-11-26 20:00:15 +10:30
Michael Yoo
3352c36ba4 Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP 2013-11-26 15:15:30 +10:30
Michael Yoo
d2fa06cb64 More comments. 2013-11-26 15:15:24 +10:30
InusualZ
75e4174a2b Repaired 2013-11-25 19:31:40 -05:00
InusualZ
0d25118eef Fixed gh#332
Crafting with buckets (milk) returns the bucket
2013-11-25 18:53:36 -05:00
InusualZ
c798a33363 Fixed gh#332
Crafting with buckets (milk) returns the bucket
2013-11-25 18:53:02 -05:00
InusualZ
5fc192b730 Fixed gh#332
Crafting with buckets (milk) returns the bucket
2013-11-25 18:27:34 -05:00
Shoghi Cervantes
273a74d566 Added Beetroot Soup food value 2013-11-25 18:01:19 +01:00
Michael Yoo
68076fedc8 Some PHPDoc comment updates. 2013-11-25 22:05:07 +10:30
Michael Yoo
249e83db91 Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP 2013-11-25 20:11:57 +10:30
Michael Yoo
e6f855abbd Add Default permission, and remove construct restriction in Permission interface. Note that all changes on permission API are untested therefore not enabled by default. 2013-11-25 20:11:38 +10:30
Shoghi Cervantes
03e71ee3ff Added comment in Player.php 2013-11-25 09:35:54 +01:00
Shoghi Cervantes
5ac0907aeb Added $permissions property to Player so pthreads doesn't crash 2013-11-25 09:31:02 +01:00
Shoghi Cervantes
7190d444e3 Revert "Remove Achievement API. Alters game play mechanics."
This reverts commit 2621aab2ef9578fea1a1b61ad1e38b81c1a096e9.
2013-11-25 09:26:12 +01:00
Michael Yoo
2621aab2ef Remove Achievement API. Alters game play mechanics. 2013-11-25 17:39:19 +10:30
Shoghi Cervantes
e0021b8927 Fixed first hotbar item in Creative 2013-11-24 18:43:14 +01:00
Shoghi Cervantes
e700179bb0 Multiple changes
* Fixed hoe durability
* Fixed some blocks hitbox
* Added Creative pseudo-inventory
* Added Carrots and Carrot Crops
* Added Potatoes, Baked potatoes and Potato Crops
2013-11-24 18:38:37 +01:00
Shoghi Cervantes
1c5b473b36 Added player.craft handler 2013-11-24 11:45:18 +01:00
Shoghi Cervantes
5a71043ab0 Fix 2013-11-24 01:52:23 +01:00
Shoghi Cervantes
6ff6a5fc91 More achievements 2013-11-24 01:10:05 +01:00
Shoghi Cervantes
3ff4b9eae0 Achievements API 2013-11-24 00:51:04 +01:00
Shoghi Cervantes
1ad00a453b Added Iron bars, Pumpkins, lit pumpkins and pumpkin grow, pumpkin growth, pumpkin seeds, pumpkin pie... 2013-11-23 16:36:30 +01:00
Shoghi Cervantes
ba7c9503d8 0.8.0 partial compatibility
* Not compatible with Creative mode
2013-11-23 13:52:13 +01:00
Michael Yoo
780f60554d Fix #871 2013-10-19 10:58:49 +10:30
williamtdr
c35c004827 Added the ability to shoot arrows
Credit to ljyloo (http://forums.pocketmine.net/index.php?threads/shooting-arrows-in-pm-server.508/#post-4338).
2013-10-08 16:52:37 -05:00
Shoghi Cervantes
4ccaccc126 Fixed Player::setSpawn() 2013-09-08 15:37:28 +02:00
Shoghi Cervantes
1bc3b66afd Player check is done with equal name, not alike 2013-09-07 14:24:17 +02:00