3921 Commits

Author SHA1 Message Date
Shoghi Cervantes
cf542ac73a Added End Portal frame bounding box 2014-08-30 23:06:50 +02:00
Shoghi Cervantes
3bf39df255 Added cactus bounding box 2014-08-30 23:06:27 +02:00
Shoghi Cervantes
910e5e6181 Added stairs bounding box 2014-08-30 23:01:33 +02:00
Shoghi Cervantes
a396b8c220 Fixed #2021 2014-08-30 21:45:32 +02:00
Shoghi Cervantes
ec1fe6a083 Fixed EntityShootBowEventEvent crash 2014-08-30 19:07:17 +02:00
Shoghi Cervantes
706c97b9b1 Made shooting bow use its durability 2014-08-30 18:46:09 +02:00
Shoghi Cervantes
a04516a879 Added EntityShootBowEvent, made bow require an arrow 2014-08-30 18:43:32 +02:00
Shoghi Cervantes
0f6dfd39b8 Made EntityDamageByEntityEvent call EntityDamageEvent handlers 2014-08-30 18:41:00 +02:00
Shoghi Cervantes
36ee6d9966 Added arrow and suicide death messages 2014-08-30 18:30:39 +02:00
Shoghi Cervantes
23793e0fc4 Added check for invalid entity attack 2014-08-30 18:24:24 +02:00
Shoghi Cervantes
3409d332e7 Added survival check to movements 2014-08-30 17:57:30 +02:00
Shoghi Cervantes
ca1b67a675 hmm 2014-08-30 17:07:50 +02:00
Shoghi Cervantes
f5eed4f12b Disable RakLib port checking by default 2014-08-30 16:14:09 +02:00
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