4041 Commits

Author SHA1 Message Date
Shoghi Cervantes
3b47513439 Return result directly on Server->getOfflinePlayer() 2014-10-19 02:49:58 +02:00
Shoghi Cervantes
7d9a98ec6b Updated UseItemPacket 2014-10-18 23:42:41 +02:00
Shoghi Cervantes
92facc94b9 Added new fences and fence gates to fuel types 2014-10-18 18:02:39 +02:00
Shoghi Cervantes
d3327f450c Added different Fence Gates, new Fence Gate crafting recipes 2014-10-18 17:56:18 +02:00
Shoghi Cervantes
570cab9c66 Added different Fences, new Fence crafting recipes 2014-10-18 17:44:24 +02:00
Shoghi Cervantes
582ba100b0 Bumped protocol version to 19 2014-10-18 17:01:36 +02:00
Shoghi Cervantes
4c0daa462d Merge branch 'master' into 0.10 2014-10-18 16:54:03 +02:00
Shoghi Cervantes
2e6366868d Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-10-18 16:53:42 +02:00
Shoghi Cervantes
245e9b4f18 Fixes inventory changes getting the wrong window, closes #2187 2014-10-18 16:53:06 +02:00
Shoghi Cervantes
68e73d4e3a Merge pull request #2188 from aodzip/patch-1
Update Skeleton.php
2014-10-18 15:36:02 +02:00
aodzip
684617d370 Update Skeleton.php
fixed a little wrong
2014-10-18 21:13:35 +08:00
Shoghi Cervantes
a879104a6f Minecraft: PE version bump 2014-10-17 14:43:10 +02:00
Shoghi Cervantes
05f71691fc Fixed AxisAlignedBB->setBB() Alpha_1.4dev-707 2014-10-17 09:57:42 +02:00
Shoghi Cervantes
1c03c3afcf Decreased chunk ordering times 2014-10-17 09:57:18 +02:00
Shoghi Cervantes
94e9485be9 Improved broadcast packet encoding 2014-10-17 09:36:47 +02:00
Shoghi Cervantes
9cb27e26ef Fixed #2183 2014-10-16 22:01:32 +02:00
Shoghi Cervantes
7760559be1 Improved chunk loading and order refresh times 2014-10-16 20:21:06 +02:00
Shoghi Cervantes
163a37ee23 Optimized Player->orderChunks() and chunk sending ordering algorithm 2014-10-16 14:54:55 +02:00
Shoghi Cervantes
c73a3e53be Added extra Entity metadata 2014-10-16 12:49:45 +02:00
Shoghi Cervantes
8637b7f5a3 Fixed Tasks deleting their Timings reports 2014-10-16 12:49:26 +02:00
Shoghi Cervantes
747fdab389 Fixed Inventory->removeItem() 2014-10-16 12:16:23 +02:00
Shoghi Cervantes
204915450f Do not wrap text if unknown characters are found. 2014-10-15 18:38:14 +02:00
Shoghi Cervantes
500a690cd0 Throw CRITICAL error message on unhandled Exception on commands instead of crashing 2014-10-15 18:35:42 +02:00
Shoghi Cervantes
d473ce13ee Throw CRITICAL error message on unhandled Exception on plugin events instead of crashing 2014-10-15 18:35:30 +02:00
Shoghi Cervantes
1adf53a81e Fixed error_handler trace generation on higher debug levels 2014-10-15 17:58:03 +02:00
Shoghi Cervantes
ed942100ec Do not block when killing workers 2014-10-15 17:49:08 +02:00
Shoghi Cervantes
8abe95309c Fixed RegionLoader not creating default index on first load 2014-10-15 16:59:31 +02:00
Shoghi Cervantes
5dc5aba42c Match Player pickup area with Minecraft 2014-10-15 14:57:12 +02:00
Shoghi Cervantes
bda6f03e15 Added BlockUpdateEvent 2014-10-15 13:07:10 +02:00
Shoghi Cervantes
69d132401e Fixes entities not being saved and tile entities having an incorrect field, closes #1661 2014-10-15 12:15:17 +02:00
Shoghi Cervantes
e3a9db5d8f Implemented saving modified chunks 2014-10-15 11:42:58 +02:00
Shoghi Cervantes
b71a4701d9 Fixed player using an invalid spawn chunk 2014-10-15 11:40:41 +02:00
Shoghi Cervantes
9b85abd75e Micro-optimizations 2014-10-15 10:44:01 +02:00
Shoghi Cervantes
7b7b91ea0d Fixed Entity updates not firing 2014-10-15 10:13:49 +02:00
Shoghi Cervantes
18f6bad48d Implemented scheduled and partial entity updates 2014-10-14 22:49:35 +02:00
Shoghi Cervantes
fbe548c611 RakLib update, PING/PONG handling 2014-10-14 16:13:32 +02:00
Shoghi Cervantes
4e793199fa Deprecated EntityMoveEvent 2014-10-14 16:11:10 +02:00
Shoghi Cervantes
43a97c407d New PlayerMoveEvent, improved player movement event firing 2014-10-14 16:10:50 +02:00
Shoghi Cervantes
07dcbdb9b0 Fixed Level->getNearbyEntities(), fixes item drops not being picked up 2014-10-14 16:03:14 +02:00
Shoghi Cervantes
60ca24fe0e Updated PluginManager event deprecation message 2014-10-14 14:11:58 +02:00
Shoghi Cervantes
6e8144d5d9 Improved player movement event firing & corrections 2014-10-14 00:11:17 +02:00
Shoghi Cervantes
464afb949e Increased Player->forceMovement check radius 2014-10-13 23:44:28 +02:00
Shoghi Cervantes
823dc933b8 Improved Entity extinguish operations and packet spam 2014-10-13 23:44:11 +02:00
Shoghi Cervantes
883f93cc8c Improved item drop spawning 2014-10-13 22:45:04 +02:00
Shoghi Cervantes
b26ee09f76 Removed a bunch of TODO and fixed item drops on block update 2014-10-13 18:54:34 +02:00
Shoghi Cervantes
1eec333501 Save block bounding boxes, improves block cache 2014-10-13 18:38:00 +02:00
Shoghi Cervantes
5448a48f67 Fixed Level->getCollidingEntities() 2014-10-13 18:36:13 +02:00
Shoghi Cervantes
a10ad42a13 Removed Generic block class 2014-10-13 18:12:34 +02:00
Shoghi Cervantes
da23cf685d Added PlayerBucketEvent and children, improved Bucket usage and Liquid placing 2014-10-13 18:04:40 +02:00
Shoghi Cervantes
79e4b3e3a9 Removed old Player->timeout property 2014-10-12 17:12:59 +02:00