32 Commits

Author SHA1 Message Date
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
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
d5f160ea3d Added Stonecutter recipes 2014-05-27 23:59:59 +02:00
Shoghi Cervantes
6746987ce5 Added CraftItemEvent, Crafting system now uses Transactions 2014-05-27 17:49:22 +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
ef6ca9d2cd Added Tile::saveNBT(), moved Player::broadcastPacket() to Server 2014-05-24 13:21:55 +02:00
Shoghi Cervantes
53749483c3 Implemented new Inventory windows on Player, Chest and Furnace 2014-05-23 20:53:06 +02:00
Shoghi Cervantes
6cbd39de9b Added Inventory interfaces and types, updated long array() to [] 2014-05-22 18:59:16 +02:00
Shoghi Cervantes
99818a26f5 Added object metadata for Plugins, use WeakMap on perms 2014-05-19 20:07:27 +02:00
Wies
d01a82cf9f Little fix for generateLevel()
Check if $generator is the default value NULL instead of false
2014-05-17 21:34:27 +02:00
Michael Yoo
1001a47cd6 Typo fix to crash dump 2014-04-27 15:17:52 +09:30
Shoghi Cervantes
aa1de79337 New Chunk objects / structure, Anvil region loader [WiP] 2014-04-10 05:05:36 +02:00
Shoghi Cervantes
c0de004472 Moved binary methods from Utils to Binary 2014-04-07 13:52:01 +02:00
Shoghi Cervantes
80f9093875 Added /reload command (does not reload source code) 2014-04-03 15:49:00 +02:00
Shoghi Cervantes
b50d58e46f Merge branch 'Core-Rewrite' of github.com:PocketMine/PocketMine-MP into Core-Rewrite 2014-04-03 13:12:30 +02:00
Shoghi Cervantes
4841e105d3 Added debug.level 2014-04-03 13:12:15 +02:00
Shoghi Cervantes
04917ecd5a Added correct PluginIdentifiableCommand 2014-04-03 13:08:11 +02:00
William Teder
3d80362560 Re-enable support for SIGTERM for clean exit 2014-04-02 21:24:49 -05:00
Shoghi Cervantes
61192b172b Removed FolderPluginLoader, allow loading of plugins by other loaders 2014-04-03 02:34:57 +02:00
Shoghi Cervantes
a2536ed308 Fixed Server::isLevelgenerated() 2014-04-03 00:35:38 +02:00
Shoghi Cervantes
95628227b0 Removed ServerOld, ServerAPI 2014-04-02 20:27:34 +02:00
Shoghi Cervantes
0f42cd9243 Added Asynchronous tasks, usage sending 2014-04-02 20:20:14 +02:00
Shoghi Cervantes
11356b68ba Added RCON 2014-04-02 19:33:49 +02:00
Shoghi Cervantes
7cd29f0fcf Added block updates, correct block placing 2014-04-02 05:36:45 +02:00
Shoghi Cervantes
a4630372fa Added /save-on, /save-off, /save-all 2014-04-02 04:37:58 +02:00
Shoghi Cervantes
502c27273d Moved Level methods to Server 2014-04-02 02:58:20 +02:00
Shoghi Cervantes
5865f17c75 Faster plugin filter loading 2014-04-01 21:57:32 +02:00
Shoghi Cervantes
7e9304a0c9 Formatting 2014-04-01 19:48:28 +02:00
Shoghi Cervantes
b4cc3bbd43 Added /op, /deop, /kick, OfflinePlayer, moved player list to Server instead of static Player 2014-04-01 19:46:48 +02:00
Shoghi Cervantes
dd17652aca Fixed wrong paths 2014-04-01 05:06:12 +02:00