3280 Commits

Author SHA1 Message Date
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
Shoghi Cervantes
f74af12914 Improved chunk ticking, enabled again. Disable it setting chunk-ticking.per-tick to 0 2014-08-26 11:52:45 +02:00
Shoghi Cervantes
d169734781 Improved chunk sending 2014-08-26 11:50:51 +02:00
Shoghi Cervantes
35b86af2af Fixed furnace achievement check 2014-08-26 10:56:33 +02:00
Shoghi Cervantes
706bc8e8db Fixed undefined index on furnace recipes 2014-08-26 00:05:40 +02:00
Shoghi Cervantes
b542c5b9bd Added Furnace progress fire 2014-08-26 00:05:18 +02:00
Shoghi Cervantes
69800c6d79 Fixed #1911 Implemented FurnaceInventory callback 2014-08-26 00:03:16 +02:00
Shoghi Cervantes
ea9fc3c72e Fixed #1879 Tile entities were not saved on chunk unload 2014-08-26 00:02:20 +02:00
Shoghi Cervantes
8b90281355 Fixed #1953 Increased item PickupDelay to 2.5 seconds 2014-08-25 23:38:35 +02:00
Shoghi Cervantes
92cabced97 Ctrl+C handling and kill signals are working again 2014-08-25 23:24:18 +02:00
Shoghi Cervantes
cb645fa288 Moved spl to PocketMine-SPL 2014-08-25 21:02:33 +02:00
Shoghi Cervantes
bda597a71e Moved spl to PocketMine-SPL 2014-08-25 20:54:53 +02:00
Shoghi Cervantes
d6a0e284e3 Workaround BaseChunk::setBlock() recursion issues 2014-08-25 17:08:02 +02:00
Shoghi Cervantes
1795c8c5e3 Fixed Chests/Furnaces not dropping contents when broken 2014-08-25 16:59:04 +02:00
Shoghi Cervantes
c3b1b59118 Fixed #1970 Breaking blocks does not remove tile entities 2014-08-25 16:55:52 +02:00
Shoghi Cervantes
a0df0a8fff Fixed player fall damage 2014-08-25 16:53:20 +02:00
Shoghi Cervantes
049103ab7a Improved Block selection and construction performance 2014-08-25 16:39:47 +02:00
Shoghi Cervantes
84c63c48ca Improved NBT IntArray read/write 2014-08-25 16:28:46 +02:00
Shoghi Cervantes
20e11bd408 Improved player onGround collision check 2014-08-25 15:48:12 +02:00
Shoghi Cervantes
456760b334 Removed unloaded chunk check 2014-08-25 15:43:48 +02:00
Shoghi Cervantes
46e502430e Added teleport flag to MovePlayerPacket, improves player movement 2014-08-25 13:01:39 +02:00
Shoghi Cervantes
87b800ebb9 Fixed #1967 Glowstone dust -> Glowstone recipe 2014-08-25 11:33:47 +02:00
Shoghi Cervantes
9fdafb87b4 Fixed #1962 Fake client-side player entities 2014-08-24 23:12:12 +02:00
Shoghi Cervantes
1fcfef20b0 Implemented beds 2014-08-24 20:34:24 +02:00
Shoghi Cervantes
6109505786 Implemented correct time offsets and speed 2014-08-24 20:34:06 +02:00
Shoghi Cervantes
764937dda4 Fixed #1961 2014-08-24 18:08:14 +02:00
Shoghi Cervantes
8bf36315ae Updated RakLib 2014-08-24 17:21:05 +02:00
Shoghi Cervantes
1ea0531ec7 Added RakLib port checking option 2014-08-24 17:16:37 +02:00
Shoghi Cervantes
c47e359262 Updated blocks bounding boxes 2014-08-24 16:30:56 +02:00
Shoghi Cervantes
f0f9bccb4b Fixed #1960 2014-08-24 15:57:13 +02:00
Shoghi Cervantes
214dcef1ea Improved Air block collision check 2014-08-24 15:55:34 +02:00
Shoghi Cervantes
4edadd764c Improved Level::getBlock() 2014-08-24 14:30:43 +02:00
Shoghi Cervantes
01ebe74974 Performance improvements in blocks and Entities 2014-08-24 14:08:17 +02:00
Shoghi Cervantes
84ce5f1c73 Performance improvements in NBT reading/writing 2014-08-24 13:59:37 +02:00
Shoghi Cervantes
93a2bd36e0 Require PHP >= 5.5 2014-08-24 13:33:03 +02:00
Shoghi Cervantes
fdd59e4506 Fixed default memory-limit values 2014-08-23 20:14:41 +02:00
Shoghi Cervantes
9b86b1d45b Added --enable-profiler parameter to use with @krakjoe profiler 2014-08-23 20:14:04 +02:00
Shoghi Cervantes
1a38003bc4 Fixed /version 2014-08-22 19:39:24 +02:00
Shoghi Cervantes
60ea4d0e96 Removed hardcoded Server name from source 2014-08-22 18:31:17 +02:00
Shoghi Cervantes
6077190a62 Deprecated Server::loadPlugin(Plugin) in favor of Server::enablePlugin(Plugin) 2014-08-22 17:43:29 +02:00
Shoghi Cervantes
57299b9a29 Fixed #1948 /whitelist list is now working 2014-08-22 13:23:56 +02:00
Shoghi Cervantes
bb08da701b Fixed header logo in PR #1944 2014-08-22 11:30:15 +02:00