2672 Commits

Author SHA1 Message Date
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
Shoghi Cervantes
f9103772c3 It works. (Inventory, windows, block placement) 2014-05-24 00:32:29 +02:00
Shoghi Cervantes
5460ccf41c Server can be joined, again! (fixed weak references and blocks) 2014-05-23 23:12:15 +02:00
Shoghi Cervantes
a2b3a4bb90 Removed not valid TimeCommand 2014-05-23 22:46:08 +02:00
Shoghi Cervantes
683ab8d2cd Fixed invalid metadata and updated weak references on PluginManager 2014-05-23 22:30:37 +02:00
Shoghi Cervantes
53749483c3 Implemented new Inventory windows on Player, Chest and Furnace 2014-05-23 20:53:06 +02:00
Shoghi Cervantes
27e82ea60a Updated Inventory classes 2014-05-22 23:13:46 +02:00
Shoghi Cervantes
48af130269 Fixed things 2014-05-22 20:48:17 +02:00
Shoghi Cervantes
98e9b5594c Fixed slots overfilling (like on Armor slots) 2014-05-22 20:32:56 +02:00
Shoghi Cervantes
9b950a98c7 Added BaseInventory 2014-05-22 20:25:58 +02:00
Shoghi Cervantes
34c2510f0f Allow setting null damage on items 2014-05-22 19:33:10 +02:00
Shoghi Cervantes
6cbd39de9b Added Inventory interfaces and types, updated long array() to [] 2014-05-22 18:59:16 +02:00
Shoghi Cervantes
0be679c9d5 Updated method names: getMetadata() & setMetadata() to getDamage() & setDamage() on Block and Item classes 2014-05-22 18:37:28 +02:00
Shoghi Cervantes
c1546aac9c Updated Position to use Weak / strong references for Level objects 2014-05-22 04:14:06 +02:00
Shoghi Cervantes
6328834681 Make PluginBase::getResource() return a file pointer instead of the file contents 2014-05-19 20:14:31 +02:00
Shoghi Cervantes
99818a26f5 Added object metadata for Plugins, use WeakMap on perms 2014-05-19 20:07:27 +02:00
Shoghi Cervantes
88f9347093 Updated PHP to 5.5.12 (added to jenkins.sh) 2014-05-19 18:11:38 +02:00
Shoghi Cervantes
1fc475860d Updated PHP to 5.5.12, uopz to 2.0.4 2014-05-19 18:10:33 +02:00
Shoghi Cervantes
e45bcf06fe Updated pthreads to 2.0.7, fixed WeakRef 2014-05-19 18:04:42 +02:00
Shoghi Cervantes
29caf1363f Merge branch 'Core-Rewrite' of github.com:PocketMine/PocketMine-MP into Core-Rewrite 2014-05-19 17:34:30 +02:00
Shoghi Cervantes
c15f05622e Added WeakRef as default extension 2014-05-19 17:33:04 +02:00
Shoghi Cervantes
b9502b9c2c Merge pull request #1453 from onebone/Core-Rewrite
Added time command
2014-05-18 15:59:17 +02:00
onebone
3e575ad505 Added time command 2014-05-18 22:56:01 +09:00
Shoghi Cervantes
f668a41f57 Merge pull request #1440 from PEMapModder/cr-br-6
Fixed a typo at PermissibleBase
2014-05-17 21:38:36 +02:00
Shoghi Cervantes
dcd4af9dd0 Merge pull request #1451 from wiezz/patch-1
Little fix for generateLevel()
2014-05-17 21:38:23 +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
PEMapModder
92169f4288 Fixed a typo
(Is this really a typo? But it seems so...)
2014-05-12 19:23:37 +08:00
Shoghi Cervantes
c455c84d15 Update installer.sh 2014-05-04 17:59:30 +02:00
Shoghi Cervantes
15c5dacab3 Removed old PluginManager::getInstance() 2014-04-28 01:42:20 +02:00
Michael Yoo
1001a47cd6 Typo fix to crash dump 2014-04-27 15:17:52 +09:30
Shoghi Cervantes
46464eb504 Update installer.sh 2014-04-20 19:16:51 +02:00
Shoghi Cervantes
3729c5b603 Faster aligned read/write 2014-04-14 12:34:57 +02:00
Michael Yoo
59392ac4e9 Fix small spelling typo. 2014-04-12 19:06:55 +09:30
Michael Yoo
346d267e4e Merge pull request #1387 from PEMapModder/patch-1
pocketmine\command\Command implements the __toString() magic method
2014-04-12 18:59:18 +09:30
Shoghi Cervantes
e9aba34e6b Added /setworldspawn 2014-04-10 18:50:41 +02:00
Shoghi Cervantes
1dc3d42b78 Working Anvil region format parsing 2014-04-10 16:52:53 +02:00
Shoghi Cervantes
f23a05d42e Anvil garbage collector won't run if not needed 2014-04-10 06:02:33 +02:00
Shoghi Cervantes
a1a1f1b8e4 Added Anvil in-place garbage cleaner 2014-04-10 05:58:31 +02:00
Shoghi Cervantes
aa1de79337 New Chunk objects / structure, Anvil region loader [WiP] 2014-04-10 05:05:36 +02:00