4258 Commits

Author SHA1 Message Date
Shoghi Cervantes
7a10f91330 Fixed entity partial block moving 2014-08-30 15:31:22 +02:00
Shoghi Cervantes
6477f4f077 Added Wooden Slab bounding box 2014-08-30 02:14:48 +02:00
Shoghi Cervantes
3731e74696 Added Slab bounding box 2014-08-30 02:14:24 +02:00
Shoghi Cervantes
c774e4c203 Added Carpet bounding box 2014-08-30 02:09:15 +02:00
Shoghi Cervantes
d4907a2688 Added Chest bounding box 2014-08-30 02:07:50 +02:00
Shoghi Cervantes
793520926b Added Bed bounding box 2014-08-30 02:06:46 +02:00
Shoghi Cervantes
bf839e821c Added proper arrows and damage 2014-08-30 01:22:46 +02:00
Shoghi Cervantes
7aeacf2705 Fixed armor crafting recipes 2014-08-29 14:49:41 +02:00
Shoghi Cervantes
fc62c91c90 Fixed double physics calculation 2014-08-29 13:33:59 +02:00
Shoghi Cervantes
98dd7f8c15 Use Entity::move() as player movement, protect against noclip cheat 2014-08-29 13:33:25 +02:00
Shoghi Cervantes
7a1d25617f Fixed physics sneak flag 2014-08-29 13:02:08 +02:00
Shoghi Cervantes
69b3ef326b Merge pull request #1994 from PocketMine/nbt-array
Added NBT <-> PHP array/type conversion methods
2014-08-29 12:17:10 +02:00
Shoghi Cervantes
fadff2cc5b Removed debug code 2014-08-28 23:59:18 +02:00
Shoghi Cervantes
43a0ef433e API version bump 2014-08-28 23:44:19 +02:00
Shoghi Cervantes
9a1e7ca83c Implemented NBT::getArray() and NBT::setArray() 2014-08-28 23:43:04 +02:00
Shoghi Cervantes
b9111b6f52 Fixed #1992 2014-08-28 23:19:44 +02:00
Shoghi Cervantes
be70121f3a Renamed Item\Block to Item\ItemBlock 2014-08-28 22:28:32 +02:00
Shoghi Cervantes
e2986992c7 Fixed AxisAlignedBB infinite expansion Alpha_1.4dev-491 2014-08-28 21:11:49 +02:00
Shoghi Cervantes
9fb46d8fe8 Fixed entity physics 2014-08-28 18:26:37 +02:00
Shoghi Cervantes
eab86f5f90 Replaced array() with [] 2014-08-28 17:04:22 +02:00
Shoghi Cervantes
2f2afe2336 Fixed #1966 Face Lit Pumkins correctly 2014-08-28 11:00:41 +02:00
Shoghi Cervantes
f7de1ede3f Made PocketMine loader backwards-compatible 2014-08-27 21:30:36 +02:00
Shoghi Cervantes
812ae09a06 Merge branch 'php-5.6' 2014-08-27 21:24:52 +02:00
Shoghi Cervantes
e473cd5e67 Improved unloaded tile entity handling 2014-08-27 18:18:33 +02:00
Shoghi Cervantes
9e5e4fb362 Fixed possible Level::getBlock() crash 2014-08-27 18:11:23 +02:00
Shoghi Cervantes
afa98866e0 Fixed Item after-clone behaviour 2014-08-27 18:11:02 +02:00
Shoghi Cervantes
90fa40de34 Added entity id names 2014-08-27 17:42:38 +02:00
Shoghi Cervantes
e6234c4c4d Removed cli_set_process_title() check 2014-08-27 12:45:14 +02:00
Shoghi Cervantes
8f66d03d99 Improved Item::get() 2014-08-27 12:43:54 +02:00
Shoghi Cervantes
8e9da9c84e Improved safe_var_dump(), Inventory::addItem() Inventory::removeItem() using argument unpacking 2014-08-27 12:29:04 +02:00
Shoghi Cervantes
759d7e2545 Initial PHP 5.6 features support 2014-08-27 12:21:01 +02:00
Shoghi Cervantes
f4b92bcdfc Fixed #1980 2014-08-27 11:41:00 +02:00
Shoghi Cervantes
f7e2d31f0a Check player online status, closes #1983 2014-08-27 11:28:49 +02:00
Shoghi Cervantes
e0fc3784ad Throw exception when saving an already-closed player, closes #1981 2014-08-26 22:02:43 +02:00
Shoghi Cervantes
bf5630dc0d Fixed #1926 Teleport to non-generated chunks Alpha_1.4dev-478 2014-08-26 16:45:51 +02:00
Shoghi Cervantes
472431752b Dropped items and arrows get deleted on Y < 0 2014-08-26 16:19:45 +02:00
Shoghi Cervantes
c40f9f65a5 Optimize imports 2014-08-26 11:54:24 +02:00
Shoghi Cervantes
f74af12914 Improved chunk ticking, enabled again. Disable it setting chunk-ticking.per-tick to 0 2014-08-26 11:52:45 +02:00
Shoghi Cervantes
d169734781 Improved chunk sending 2014-08-26 11:50:51 +02:00
Shoghi Cervantes
35b86af2af Fixed furnace achievement check 2014-08-26 10:56:33 +02:00
Shoghi Cervantes
706bc8e8db Fixed undefined index on furnace recipes 2014-08-26 00:05:40 +02:00
Shoghi Cervantes
b542c5b9bd Added Furnace progress fire 2014-08-26 00:05:18 +02:00
Shoghi Cervantes
69800c6d79 Fixed #1911 Implemented FurnaceInventory callback 2014-08-26 00:03:16 +02:00
Shoghi Cervantes
ea9fc3c72e Fixed #1879 Tile entities were not saved on chunk unload 2014-08-26 00:02:20 +02:00
Shoghi Cervantes
8b90281355 Fixed #1953 Increased item PickupDelay to 2.5 seconds 2014-08-25 23:38:35 +02:00
Shoghi Cervantes
92cabced97 Ctrl+C handling and kill signals are working again 2014-08-25 23:24:18 +02:00
Shoghi Cervantes
cb645fa288 Moved spl to PocketMine-SPL 2014-08-25 21:02:33 +02:00
Shoghi Cervantes
bda597a71e Moved spl to PocketMine-SPL 2014-08-25 20:54:53 +02:00
Shoghi Cervantes
d6a0e284e3 Workaround BaseChunk::setBlock() recursion issues 2014-08-25 17:08:02 +02:00
Shoghi Cervantes
1795c8c5e3 Fixed Chests/Furnaces not dropping contents when broken 2014-08-25 16:59:04 +02:00