Commit Graph

47 Commits

Author SHA1 Message Date
d0f743a99e Fixed /time add message, chunk tick reset default 2015-06-07 20:15:30 +02:00
3bb037204e light population is now optional via pocketmine.yml 2015-05-28 23:39:09 +02:00
cde2d39029 New statistics system 2015-05-21 11:41:11 +02:00
63a5269313 Added settings.profile-report-trigger to only extract timings on a given tps rate 2015-05-16 16:02:32 +02:00
d6ebff412c Added ChunkLoader interface 2015-05-16 15:28:31 +02:00
ab18b7833f Fixed light population happening before population 2015-05-09 16:37:34 +02:00
d830386786 Changed default async compression 2015-05-03 22:14:57 +02:00
a0739a7b03 Added more level tick options, force player ticks, base tick rate for levels 2015-04-23 11:34:01 +02:00
897774f848 Increased manuall garbage collection rate 2015-04-19 16:16:05 +02:00
bf4a8398c4 Moved chunk garbage collector to memory manager 2015-04-19 16:14:54 +02:00
b2c25eaf36 Added MemoryManager, new memory properties, improved performance, updated RakLib, fixed misc. bugs 2015-04-18 20:13:52 +02:00
91388c6b86 Added chunk-sending.cache-chunks property (old advanced-cache), improved chunk unload saving times 2015-04-14 20:57:09 +02:00
1865622b89 Added settings.force-language property to force server language on clients 2015-04-13 12:02:40 +02:00
5e2a21fc26 Added level-settings.auto-tick-rate property, added Level tick rate 2015-04-12 14:13:36 +02:00
e2bae92df8 Updated language files and command descriptions 2015-04-12 00:59:12 +02:00
5a0d1affcc Base translations moved to submodule! 2015-04-11 15:31:22 +02:00
c2138aa30c More language files 2015-04-11 12:56:38 +02:00
08f2b7f291 Moved chunk population to async tasks, and no more cut trees! 2015-03-27 01:57:08 +01:00
72c4c01542 Yay generation uses async tasks 2015-03-26 18:21:39 +01:00
286c1ee880 Added chunk spawn threshold for players 2015-03-26 11:28:44 +01:00
962c28aaca BatchPacket, compress any packet depending on the size, really fast threaded chunk sending 2015-03-26 00:06:46 +01:00
d5601b0c9f Generator works! 2015-03-15 16:40:18 +01:00
b0f8c14640 Added Terminal class, Improved normal generator speed 2015-03-15 00:15:24 +01:00
94c2ec8498 Fixed constructors, default memory to -1, default async generator 2015-03-14 15:50:33 +01:00
692045d714 Improved threading and resource usage, new defaults 2015-01-02 18:46:39 +01:00
d800a21bd4 Higher chunk defaults 2014-12-28 02:58:17 +01:00
d4c43215b1 Fixed typo about async chunk generation 2014-12-19 16:10:01 +01:00
571e2f8895 Revert "Option to disable hitbox calculation"
This reverts commit fae330d499.
2014-10-05 16:32:49 +02:00
fae330d499 Option to disable hitbox calculation 2014-10-04 20:07:37 -05:00
f8378c09ba Fixed entities getting OnGround default to true 2014-09-30 13:13:31 +02:00
d720113ac9 Added non-threaded chunk generation, toggleable on pocketmine.yml 2014-09-26 11:18:46 +02:00
67f6482c76 Implemented circular chunk sending 2014-08-12 17:30:01 +02:00
26ec562fbf Added worlds directive to pocketmine.yml to load extra worlds or use a plugin-provided generator 2014-08-01 12:24:08 +02:00
7c68e42a86 Fixed chunk rotation on McRegion-based worlds 2014-08-01 11:52:13 +02:00
afe44e6c6f Added setting to select the default level format 2014-07-29 18:54:40 +02:00
10c67a57a7 Added extra crash dump settings, added way to disable parts of it or change the host 2014-07-28 14:42:51 +02:00
9d75baf212 Added automatic reporting 2014-07-27 14:00:00 +02:00
6c442551f7 Fixed client crashing (temp.), fixed clients not spawning. (Fixes #1640 #1636 #1590 #1573) 2014-07-14 02:19:14 +02:00
9bdd294a66 Implemented global, tasks timings 2014-07-12 14:09:29 +02:00
67b0c4bc2e Added base timings 2014-07-12 02:26:06 +02:00
20b0df4b57 Added deprecation warning on plugin events 2014-07-10 17:39:20 +02:00
1fab6bd589 Added settings.query-plugins setting 2014-07-10 17:24:12 +02:00
22552cdd72 Improved chunk sending, moved chunk encoding and compression to another thread 2014-07-05 20:41:44 +02:00
519922b550 Improved chunk ticking 2014-07-05 14:05:39 +02:00
21f764590b Changed chunk-sending.per-second to chunk-sending.per-tick 2014-06-22 15:46:42 +02:00
bf49cafeae Added settings.async-workers to tune the amount of AsyncTask workers 2014-06-22 12:55:08 +02:00
73b9b2491f Added custom settings, update notification 2014-06-16 19:34:47 +02:00