1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-19 17:36:34 +00:00

13255 Commits

Author SHA1 Message Date
Shoghi Cervantes
9e14435dbb
Moved network ids to constants, improved some entity methods, more performance 2015-05-30 23:59:24 +02:00
Shoghi Cervantes
32680843fa
Added multisize loading 2015-05-30 19:38:57 +02:00
Shoghi Cervantes
9768bf4f8a
Added BlockBreakEvent::getDrops() and BlockBreakEvent::setDrops(Item[] $drops) 2015-05-30 18:26:47 +02:00
Shoghi Cervantes
7c806c7920
Added missing brace 2015-05-30 17:29:38 +02:00
Shoghi Cervantes
b61c54c9cb
Send motion to players on downwards movement 2015-05-30 17:16:12 +02:00
Shoghi Cervantes
a349f6d4dd Merge pull request from PEMapModder/patch-5
Added Location::fromObject(Vector3, Level, yaw, pitch)
2015-05-30 17:11:40 +02:00
PEMapModder
3c0efe9af2 Block break optimization 2015-05-30 22:20:05 +08:00
PEMapModder
24c1e6880d Added Location::fromObject(Vector3, Level, yaw, pitch) 2015-05-30 12:46:40 +08:00
Shoghi Cervantes
74917923b6 Improved checks, area collision checks, etc 2015-05-29 15:13:19 +02:00
Shoghi Cervantes
f20d5b2c69 Fixed MainLogger 2015-05-29 11:38:18 +02:00
Shoghi Cervantes
eaa42f8449 Workaround for bad calls to teleport, closes 2015-05-29 10:17:27 +02:00
Shoghi Cervantes
1e2038fac5 Faster respawn when needed 2015-05-29 10:04:56 +02:00
Shoghi Cervantes
c8abbf4f2f Added Snowballs to the creative inventory 2015-05-29 10:04:31 +02:00
Oleg Basalyga
5b57fe6967 Update CraftingManager.php
Torch can't crafting
2015-05-29 10:30:20 +05:00
Shoghi Cervantes
f133154919
New chunk ordering algorithm 2015-05-29 00:35:40 +02:00
Shoghi Cervantes
8d4decc548
Fixed bad vector initialization 2015-05-28 23:58:29 +02:00
Shoghi Cervantes
3bb037204e
light population is now optional via pocketmine.yml 2015-05-28 23:39:09 +02:00
Shoghi Cervantes
c578898aa4
Moved light population to an async task when needed, improved empty chunks 2015-05-28 23:34:07 +02:00
Shoghi Cervantes
0f5f71e612
Forgot to check chunks after moving 2015-05-28 22:55:09 +02:00
Shoghi Cervantes
75cab3dfc3
Improved updates after first tick 2015-05-28 22:43:39 +02:00
Shoghi Cervantes
03f178379e
Fixed items getting corrupted pickup delay, not being able to be killed by other damage sources 2015-05-28 22:17:12 +02:00
Shoghi Cervantes
ce59703dd0 Merge pull request from alejandroliu/Kill-entity-bug
Fixes bug 
2015-05-28 17:34:38 +02:00
Shoghi Cervantes
a77d82ac81 Changed how creator tag works on signs 2015-05-28 16:44:31 +02:00
Shoghi Cervantes
1833da01fe oops 2015-05-28 15:16:09 +02:00
Shoghi Cervantes
c97e1fdce0 Made Player::close() final, fixes several plugin issues that crashed the server 2015-05-28 15:03:45 +02:00
Shoghi Cervantes
0e9bff6f4e Fixed armor not being sent correctly to current player, fixes 2015-05-28 14:28:23 +02:00
Shoghi Cervantes
3dd4fe706c Changed Vector3 floor() and ceil() 2015-05-28 14:20:50 +02:00
Shoghi Cervantes
9a2170d296 protocol 27, added player spawn events after death from new protocol, added EntityEvent constants 2015-05-28 14:19:00 +02:00
Alejandro Liu
8a41512194 Fixes bug 2015-05-28 00:44:16 +02:00
Shoghi Cervantes
51062940c5
Implemented QueryRegenerateEvent as base for other interfaces 2015-05-26 01:17:34 +02:00
Shoghi Cervantes
66435d4f6a
Workaround client-sede issue, remove this when fixed 2015-05-24 10:16:43 +02:00
Shoghi Cervantes
c4d63326be
Fixed fix for flowers, removed corrupted flower state, added proper identifiers that do not collide, added remaining IDs everywhere for consistency, removed magic number for constants, closes 2015-05-23 22:49:06 +02:00
Shoghi Cervantes
f91a3a2666
Fixed invalid fix for block updates that corrupted state 2015-05-23 22:47:46 +02:00
Yosshi999
d429992f5b
Fix Fallable not dropping after explosion, Fixes , Fixes .
Signed-off-by: Michael Yoo <michael@yoo.id.au>
2015-05-23 22:36:23 +09:30
Michael Yoo
76c27fc18b Use broadcast permission to broadcast tips and popups 2015-05-23 22:05:48 +09:30
Michael Yoo
a0f8bc15dc Fix small whitespace issues, make broadcasts return count() as specified in PHPDoc 2015-05-23 22:05:48 +09:30
Striker209MPE
adc5aa11ac Added Server->broadcastTip() and Server->broadcastPopup()
Signed-off-by: Michael Yoo <michael@yoo.id.au>
2015-05-23 22:05:48 +09:30
matcracker
388f5c2c91
Added flowers compatible with MCPE 0.11.
Signed-off-by: Michael Yoo <michael@yoo.id.au>
2015-05-23 21:57:59 +09:30
Shoghi Cervantes
f64caf6c96
Use best method to create identifier on linux 2015-05-23 14:10:42 +02:00
Shoghi Cervantes
b2b4cf788c
Fixed possible channel order issue with chunks and start game packet 2015-05-23 13:38:50 +02:00
Shoghi Cervantes
d7be531868
Limit amount of messages per tick per player to 2 2015-05-23 12:09:26 +02:00
Shoghi Cervantes
5ad4f44dce
Fixes sending newlines on messages to impersonate chat messages 2015-05-23 12:03:47 +02:00
Shoghi Cervantes
7201372b0d
oops 2015-05-23 12:02:20 +02:00
Shoghi Cervantes
744ea6af8f
Fixed 2015-05-23 11:47:07 +02:00
Shoghi Cervantes
1da0a48edb
Fixed 2015-05-23 11:37:48 +02:00
Shoghi Cervantes
be6b0656a0
Do async saving only when needed 2015-05-23 10:54:15 +02:00
Shoghi Cervantes
4f7aac50d3
build 13 2015-05-22 16:46:23 +02:00
Shoghi Cervantes
149234f125
Added asynchronous file writing 2015-05-22 16:32:08 +02:00
Shoghi Cervantes
cfe5ca91b2
Updated endpoint 2015-05-21 16:31:42 +02:00
Shoghi Cervantes
46f20d36b3
Improved unique id generation for server 2015-05-21 12:59:33 +02:00