513 Commits

Author SHA1 Message Date
williamtdr
16d33b01f4 Fix #1663 2014-07-21 10:51:30 -05:00
Shoghi Cervantes
bd2cb4b851 Fixed #1614, possible solution for #1678 2014-07-15 13:17:29 +02:00
Shoghi Cervantes
ebe8a902e5 Fixed being killed on teleport 2014-07-14 15:55:16 +02:00
Shoghi Cervantes
304524f6d8 Fixed crash on /stop 2014-07-14 14:41:19 +02:00
Shoghi Cervantes
79e864f4f1 Added far-generated loaded chunk to garbage collection 2014-07-14 12:46:03 +02:00
Shoghi Cervantes
0db009b08f Improved chunk generation queue 2014-07-14 03:10:25 +02:00
Shoghi Cervantes
6c442551f7 Fixed client crashing (temp.), fixed clients not spawning. (Fixes #1640 #1636 #1590 #1573) 2014-07-14 02:19:14 +02:00
Shoghi Cervantes
a7944502cd Added small things 2014-07-12 19:27:51 +02:00
Shoghi Cervantes
9a4ead54e3 Added more timings 2014-07-12 15:23:06 +02:00
Shoghi Cervantes
9bdd294a66 Implemented global, tasks timings 2014-07-12 14:09:29 +02:00
Shoghi Cervantes
f2fa13119a Added upload/download speed on title bar, referenced ChunkRequestTask 2014-07-11 02:23:40 +02:00
Shoghi Cervantes
4a072b4163 Better chunk unload queues 2014-07-11 01:15:52 +02:00
Shoghi Cervantes
7dd4a843c6 Fixed #1598 spawning on a index-corrupted Anvil chunk 2014-07-10 16:52:59 +02:00
Shoghi Cervantes
828f7f1590 Fall damage is now working 2014-07-10 16:16:11 +02:00
Shoghi Cervantes
4d0b184ca4 Fixed #1591, handle player disconnect and level change killing 2014-07-10 12:35:19 +02:00
Shoghi Cervantes
589fde27c0 Reorder chunk unloading to leave chunks in memory for the GC time before removal 2014-07-10 01:32:18 +02:00
Shoghi Cervantes
6cb55da9c7 Added correct save parameters to chunk unloading 2014-07-10 01:30:59 +02:00
Shoghi Cervantes
0251ae93d8 Fixed #1578 Chunk garbage collection not marking chunks as unused 2014-07-10 01:17:51 +02:00
Shoghi Cervantes
65523972c2 Implemented health, events, damage, motion push 2014-07-06 23:10:11 +02:00
Shoghi Cervantes
6b361389ad Fixed mirrored chunk sending 2014-07-06 12:36:23 +02:00
Shoghi Cervantes
cbbdb42092 Added LevelUnloadEvent 2014-07-06 00:06:03 +02:00
Shoghi Cervantes
81492acb0c Added LevelSaveEvent 2014-07-06 00:02:27 +02:00
Shoghi Cervantes
637d9da5a6 Fixed worker pool AsyncTask storage 2014-07-05 22:02:14 +02:00
Shoghi Cervantes
22552cdd72 Improved chunk sending, moved chunk encoding and compression to another thread 2014-07-05 20:41:44 +02:00
Shoghi Cervantes
417cb94ea3 Use chunk unload queues in Level 2014-07-05 16:28:49 +02:00
Shoghi Cervantes
519922b550 Improved chunk ticking 2014-07-05 14:05:39 +02:00
Shoghi Cervantes
6c116678d7 Added autoloading of base namespace classes 2014-07-01 23:34:24 +02:00
Shoghi Cervantes
6d6059b61f Updated for new build 2014-06-30 21:07:27 +02:00
Shoghi Cervantes
2ec0d86126 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-06-27 23:26:46 +02:00
Shoghi Cervantes
cc36f8f997 Fixed kick messages 2014-06-27 23:26:35 +02:00
Darunia18
87308d1c51 Update Explosion.php
Fixed bugs on lines 75 and 141.
2014-06-27 02:45:32 -04:00
Shoghi Cervantes
3abec0a3c0 Modified Level::useBreakOn() to use events for creative block breaking 2014-06-26 12:03:02 +02:00
Shoghi Cervantes
c775c3905d Added ServerCommandEvent::getSender() 2014-06-24 11:25:51 +02:00
Shoghi Cervantes
a4593d4668 Fixed #1531 2014-06-23 23:24:27 +02:00
Shoghi Cervantes
396a3ff225 Limited block change packets to players using that chunk 2014-06-23 16:09:51 +02:00
Shoghi Cervantes
31a7410acd Fixed players and entities getting despawned 2014-06-23 15:25:44 +02:00
Shoghi Cervantes
496c004efc Changed default view-distance 2014-06-22 23:25:43 +02:00
Shoghi Cervantes
6f9becdbb3 Added Empty chunk detection 2014-06-22 22:29:46 +02:00
Shoghi Cervantes
0be2bd911f Fixed block updates not getting broadcasted 2014-06-22 21:56:58 +02:00
Shoghi Cervantes
0e36107878 Fixed update ticks 2014-06-22 21:32:49 +02:00
Shoghi Cervantes
279a438ae6 Fixed spawning of Tile entities via chunk packets 2014-06-22 18:05:42 +02:00
Shoghi Cervantes
0d5eb149ab Fixed Level not saving chunks on auto save 2014-06-22 16:20:00 +02:00
Shoghi Cervantes
557618c87d Fixed Level not saving chunks on unload 2014-06-22 16:15:37 +02:00
Shoghi Cervantes
e0dda934ec Fixed Anvil region indexes in setChunk() 2014-06-22 16:15:23 +02:00
Shoghi Cervantes
21f764590b Changed chunk-sending.per-second to chunk-sending.per-tick 2014-06-22 15:46:42 +02:00
Shoghi Cervantes
e381313747 New player chunk load queues with ACK notification 2014-06-21 19:41:06 +02:00
Shoghi Cervantes
89a90c00fd Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-06-18 18:29:24 +02:00
PEMapModder
20e419a9c4 Fixed Explosion.php WeakRef issue 2014-06-18 11:42:41 +08:00
Shoghi Cervantes
dda57f7b0f Signs can be placed again. TODO: spawn tile entities after chunk has been received and ACKed 2014-06-17 19:48:14 +02:00
Shoghi Cervantes
85007a9dfe Fixed NBT compression, Anvil generated worlds are readable by Minecraft and other tools 2014-06-17 19:32:09 +02:00