Commit Graph

412 Commits

Author SHA1 Message Date
Shoghi Cervantes
363e0e3b13 Revert slot change harder 2015-04-11 18:50:27 +02:00
Shoghi Cervantes
71657a2a4e Improved effects, threading changes 2015-04-08 17:31:06 +02:00
Shoghi Cervantes
76767294bf Fish items, block of redstone! 2015-04-08 15:34:50 +02:00
Shoghi Cervantes
0a85ad0d1f Improved trees, improved inventory transactions, improved snowball/bow usage 2015-03-28 16:59:15 +01:00
Shoghi Cervantes
add380c7ed A few fixes! 2015-03-21 00:45:29 +01:00
Shoghi Cervantes
d66a2d7105 Merge branch 'master' into mcpe-0.11 2015-03-19 09:18:39 +01:00
Shoghi Cervantes
d34499e67b Revert "Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged" 2015-03-18 17:26:06 +01:00
Shoghi Cervantes
1b25cd6ffa Merge branch 'master' into mcpe-0.11 2015-03-17 19:12:03 +01:00
Shoghi Cervantes
37bc1273ee Implemented double chest fix, closes #2744, fixes #2493 2015-03-17 18:00:19 +01:00
PEMapModder
8aa8ae5094 Implemented proportional armor modifier, applied armor in other damage types and consume armor when player is damaged 2015-03-17 20:04:59 +08:00
Shoghi Cervantes
1ce7cc64a6 Use ContainerSetSlotPacket instead of ContainerSetContentsPacket 2015-03-13 10:25:48 +01:00
Intyre
6309d4abf1 Fixed #2762 2015-03-08 15:53:01 +01:00
Shoghi Cervantes
f8c144be31 Fixed #2529 2015-01-11 15:06:16 +01:00
Shoghi Cervantes
83360187c9 Removed fence classes, added fence damage (¬¬ Mojang) 2015-01-08 17:51:29 +01:00
Shoghi Cervantes
346626305c Corrected fence crafting recipes, closes #2457 2014-12-28 01:49:42 +01:00
Intyre
1b50879823 Snow layer recipe added: Fix for #2400 2014-12-13 17:10:17 +01:00
Shoghi Cervantes
3bb2f12cde Improved block reading
* Created global block states array
* Improved Level->getBlock() using block states
* Improved Level->getBlock() for 64-bit systems
* Added Level->getFullBlock()
* Added FullChunk->getFullBlock()
* Added Chunk->getFullBlock()
* Added ChunkSection->getFullBlock()
* Deprecated FullChunk->getBlock()
* Deprecated Chunk->getBlock()
* Deprecated ChunkSection->getBlock()
2014-12-08 20:54:47 +01:00
Shoghi Cervantes
747f7685e7 Fix formatting issues due to bad IDE settings 2014-12-07 16:30:04 +01:00
Shoghi Cervantes
bb82e7be50 Handle a hotbar queue to allow using more than the first slot (won't save order due to the protocol) 2014-12-07 16:01:45 +01:00
Shoghi Cervantes
a98da3bab1 Renamed old getID() calls to getId() 2014-12-07 15:21:32 +01:00
Shoghi Cervantes
98340522d9 Fixed items getting added on the same empty slot 2014-11-27 20:49:18 +01:00
Shoghi Cervantes
6d09754ea7 Improved Inventory->addItem(), fixed breaking containers duplicating the last slot, removed not necessary slot changes 2014-11-27 20:10:55 +01:00
Shoghi Cervantes
a3b1d318cc Fixed ladder crafting recipe 2014-11-27 20:02:38 +01:00
Shoghi Cervantes
fd954ce708 Fixed PlayerInventory->setItem() with null items 2014-11-07 09:43:36 +01:00
Shoghi Cervantes
522b75645c Merge branch 'master' into 0.10 2014-11-05 19:04:36 +01:00
Shoghi Cervantes
9eed0a579c Fixed red sand smelting recipe 2014-11-05 17:41:12 +01:00
Shoghi Cervantes
064976d32b Fixed ladder recipe 2014-11-05 17:38:23 +01:00
Shoghi Cervantes
2abb577178 Fixed String -> Wool recipe 2014-11-05 17:36:44 +01:00
Shoghi Cervantes
127855c220 Fixed Snow block recipe 2014-11-05 17:36:06 +01:00
Shoghi Cervantes
93c7a3c170 Fixed bonemeal recipe, closes #2260 2014-11-05 17:32:28 +01:00
Shoghi Cervantes
6b6222c09c Allow passing a Player source as last parameter on Inventory->addItem() and Inventory->removeItem() 2014-11-04 00:16:25 +01:00
Shoghi Cervantes
a8c997d88a ¬¬ 2014-11-03 12:54:46 +01:00
Shoghi Cervantes
86afecec89 Improved inventory sending, send single slots instead of full inventory as much as possible 2014-11-03 11:48:10 +01:00
Shoghi Cervantes
75c0d8324c Fixed some inventory events not firing on players 2014-11-02 13:26:58 +01:00
Shoghi Cervantes
da4334f06b Revert Armor then Inventory instead of Inventory then Armor on failed transaction 2014-11-01 23:02:59 +01:00
Shoghi Cervantes
8601405a88 Fixed CPU leak 2014-10-31 21:07:00 +01:00
Shoghi Cervantes
4fba6d7c86 Merge branch 'master' into 0.10 2014-10-30 23:20:59 +01:00
Shoghi Cervantes
afaa2cf722 Fixed Double Chest behavior 2014-10-29 12:57:26 +01:00
Shoghi Cervantes
50cfeaa393 Fixed Stonecutter recipe 2014-10-29 12:36:34 +01:00
Shoghi Cervantes
dda8b03349 Fixed Bowl recipe 2014-10-29 12:12:54 +01:00
Shoghi Cervantes
56e848488a Fixed Trapdoor recipe 2014-10-29 12:10:48 +01:00
Shoghi Cervantes
8c4faa8622 Added extra Exceptions 2014-10-28 21:07:12 +01:00
Shoghi Cervantes
350cee3d41 Added Event allocation pool, updated SPL with Class::onClassLoaded() 2014-10-28 10:47:40 +01:00
Shoghi Cervantes
db82f76c11 Improved network packets allocation 2014-10-27 20:30:33 +01:00
Shoghi Cervantes
23d1532ff9 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-10-27 15:44:44 +01:00
Shoghi Cervantes
7abf52e615 Implemented Vector3 List and AxisAlignedBB Pool to decrease object allocation 2014-10-27 15:39:20 +01:00
키리토
df81b365e5 Update BaseInventory.php 2014-10-26 22:21:21 +09:00
Falkirks
4f4a6e7446 Fixes get and set armour 2014-10-24 17:11:59 -07:00
Shoghi Cervantes
5437567e95 Merge branch 'master' into 0.10 2014-10-20 12:53:14 +02:00
Shoghi Cervantes
15de0eece7 Improved inventory and window allocation, fixes #2200 2014-10-20 09:48:11 +02:00