2786 Commits

Author SHA1 Message Date
Shoghi Cervantes
97f3959e83 Check for class loaded on SplClassLoader 2014-06-03 19:24:34 +02:00
Shoghi Cervantes
ff48b0be53 Fixed Loggers 2014-06-02 22:59:56 +02:00
Shoghi Cervantes
24d95fb7fd Added \ThreadedLogger abstract class 2014-06-02 14:47:38 +02:00
Shoghi Cervantes
a17d847a82 Moved Logger interface to root 2014-06-02 14:41:43 +02:00
Shoghi Cervantes
857c79cc05 Update pointer to track master 2014-06-01 02:24:26 +02:00
Shoghi Cervantes
35551246d2 Linked PocketMine-MP GUI submodule 2014-06-01 02:18:15 +02:00
Shoghi Cervantes
5117bbf7f4 Fixed ContainerSetContentPacket being spammed before join 2014-05-30 01:26:57 +02:00
Shoghi Cervantes
0925898d8d Temporal fix for extra commit spam due to bug 2014-05-30 00:31:35 +02:00
Shoghi Cervantes
325bcc367d Fixed motion update spam 2014-05-29 23:07:48 +02:00
Shoghi Cervantes
97a687c03a Replaced PHPDoc on Config 2014-05-29 20:19:15 +02:00
Shoghi Cervantes
c6632da159 Removed debug code from player data saving 2014-05-29 18:48:38 +02:00
Shoghi Cervantes
96445c4613 Fixed item in hand in creative mode, player files are now readable by Minecraft PC 2014-05-29 18:45:49 +02:00
Shoghi Cervantes
a45f8782b1 Fixed collision against other entities 2014-05-29 18:03:17 +02:00
Shoghi Cervantes
61ce7f11d6 Implemented bounding box limits for item placing 2014-05-29 17:04:37 +02:00
Shoghi Cervantes
49370c21d1 Removed locks from MainLogger 2014-05-29 04:11:20 +02:00
Shoghi Cervantes
441b47e744 Fixed Logger getting paths relative to soruce code 2014-05-29 04:04:00 +02:00
Shoghi Cervantes
8d40f843cf MainLogger can now have debug level disabled 2014-05-29 00:08:02 +02:00
Shoghi Cervantes
7bd6f2ed91 Added Logger interface, threaded MainLogger and updated PluginLogger 2014-05-28 23:46:56 +02:00
Shoghi Cervantes
9df56295f6 Removed debug message for Transactions 2014-05-28 19:44:50 +02:00
Shoghi Cervantes
dafa4f1b1c Fixed null Items with id < 256 not working correctly 2014-05-28 17:58:09 +02:00
Shoghi Cervantes
f66560ccd4 Update ContainerInventory on Transaction refused 2014-05-28 17:11:06 +02:00
Shoghi Cervantes
f795a3f565 Fixed DroppedItems not being restored after save 2014-05-28 16:09:57 +02:00
Shoghi Cervantes
130b2c4910 Fixed Chests and Furnaces not droping their contents when broken 2014-05-28 15:34:34 +02:00
Shoghi Cervantes
c778e0467e Fixed touching items with an empty hand 2014-05-28 15:22:25 +02:00
Shoghi Cervantes
70e340086d Fixed Inventory::addItem() not adding items properly 2014-05-28 15:08:07 +02:00
Shoghi Cervantes
b9ec63f016 Fixed getting Entities by area 2014-05-28 14:41:09 +02:00
Shoghi Cervantes
9aed430fda Added Furnace recipes 2014-05-28 00:29:36 +02:00
Shoghi Cervantes
d5f160ea3d Added Stonecutter recipes 2014-05-27 23:59:59 +02:00
Shoghi Cervantes
3ac60f9860 Added Normal and Big crafting recipes, fixed CraftingTransactionGroup count 2014-05-27 23:26:07 +02:00
Shoghi Cervantes
6746987ce5 Added CraftItemEvent, Crafting system now uses Transactions 2014-05-27 17:49:22 +02:00
Shoghi Cervantes
3fc1be1262 Fixed crash when removing Tiles 2014-05-27 16:15:23 +02:00
Shoghi Cervantes
96b1831229 Fixed Tile entities not being read correctly 2014-05-27 16:02:03 +02:00
Shoghi Cervantes
a669797ccb Fixed breaking Spawnable tiles and cancelling it 2014-05-27 12:12:45 +02:00
Shoghi Cervantes
5e97da2e11 Added InventoryTransactionEvent 2014-05-27 01:56:25 +02:00
Shoghi Cervantes
d92c5332da Added InventoryOpenEvent and InventoryPickupItemEvent 2014-05-27 01:44:56 +02:00
Shoghi Cervantes
e1ccd7f9ea Added InventoryCloseEvent 2014-05-27 01:30:24 +02:00
Shoghi Cervantes
6fcd5322d0 Implemented Transactions 2014-05-27 01:20:18 +02:00
Shoghi Cervantes
160c633c08 Updated trigger_error to Exceptions, fixed bug in Plugin task deletion 2014-05-26 12:22:28 +02:00
Shoghi Cervantes
ffa3e8a0aa Fixes for Chest & Furnace 2014-05-26 10:46:30 +02:00
Shoghi Cervantes
274f972b58 Items can be picked up 2014-05-25 21:57:58 +02:00
Shoghi Cervantes
03d7127e33 Finally, physics 2014-05-25 18:14:01 +02:00
Shoghi Cervantes
933a28537b Fixed giving large amount of items, updated player inventory to correct size 2014-05-25 16:26:46 +02:00
Shoghi Cervantes
4f2856dc09 Added base physics 2014-05-25 12:31:00 +02:00
Shoghi Cervantes
ec055fd8d1 Items spawn, Tiles spawn, both are saved, blocks drop 2014-05-24 17:25:37 +02:00
Shoghi Cervantes
f2dc9cdff7 Removed _ split from SplClassLoader 2014-05-24 17:25:02 +02:00
Shoghi Cervantes
d8ea2e744f Added methods to add/remove Entities/Tiles from Levels 2014-05-24 13:49:58 +02:00
Shoghi Cervantes
f9353a0ecd Fixed Events being called with reversed priority 2014-05-24 13:40:05 +02:00
Shoghi Cervantes
abff932d8f Moved Entity::get() to Level::getEntity() and removed Entity::getAll() 2014-05-24 13:30:37 +02:00
Shoghi Cervantes
ef6ca9d2cd Added Tile::saveNBT(), moved Player::broadcastPacket() to Server 2014-05-24 13:21:55 +02:00
Shoghi Cervantes
1fd7e0431b Added CustomInventory, StoneCutter inventory type, network IDs, fixed viewer list bugs 2014-05-24 01:30:58 +02:00