Dylan K. Taylor
78eae28a3e
Updated dependencies to release versions
2018-06-13 11:17:07 +01:00
Dylan K. Taylor
8a9af7bf2f
Update and sync extension dependencies
2018-06-12 16:27:52 +01:00
Dylan K. Taylor
f3a84b332b
Updated RakLib and SPL dependencies, allow any 0.3.x SPL
2018-06-09 20:13:27 +01:00
Dylan K. Taylor
37b445f210
Updated Math dependency
2018-06-09 13:05:25 +01:00
Dylan K. Taylor
3ee6bfca2a
Updated Math dependency
2018-05-28 14:04:17 +01:00
Dylan K. Taylor
c513d355cb
Updated Snooze dependency
2018-05-25 13:52:12 +01:00
Dylan K. Taylor
f4a26ddfd9
update Composer dependencies to get Snooze asserts
...
warning: there are bugs in this code! this will crash and burn without warning!!!!!
2018-05-20 12:57:23 +01:00
Dylan K. Taylor
753ed3801d
update RakLib version
2018-05-09 20:18:36 +01:00
Dylan K. Taylor
2a0a2134d1
Server: Implemented an signal/sleep interrupt mechanism for ticking ( #2171 )
...
This allows other threads to notify the main thread to wake it up while it's sleeping between ticks, allowing reduction of processing latency.
Currently only RakLib and the CommandReader threads utilize this, but it's planned to extend it to more things in the near future.
CommandReader is now event-driven instead of poll-based - the server will not poll the CommandReader thread for messages each tick anymore.
RakLib utilizes this mechanism to get packets processed without delays to lower latency.
This now adds an extra dependency - `pocketmine/snooze` library contains the meat of the code used for this. See the Snooze repository for details.
2018-05-09 14:18:13 +01:00
Dylan K. Taylor
554fe4d14d
Updated dependencies, require 64-bit PHP in composer.json
2018-04-16 10:19:17 +01:00
Dylan K. Taylor
c276ef2b7f
Updated dependency versions
2018-04-13 20:09:18 +01:00
Dylan K. Taylor
476ac39988
update PHP version requirements in composer files
2018-04-09 15:50:55 +01:00
Dylan K. Taylor
99134de6b6
Updated NBT dependency
...
this needs further changes (particularly to Furnace) to stop things abusing NBT for runtime data handling, otherwise performance is going to drop off a cliff.
2018-04-04 10:29:32 +01:00
Dylan K. Taylor
3d89bf5693
Updated PocketMine Math dependency
2018-03-18 18:08:24 +00:00
Dylan K. Taylor
7f6b8ad7c2
Moved \pocketmine\math to a separate library
2018-03-17 12:45:55 +00:00
Dylan K. Taylor
313b224bec
Updated Composer dependency names and repo URLs
2018-03-17 12:19:14 +00:00
Dylan K. Taylor
d12b1d3e07
Updated RakLib dependency
2018-03-17 11:27:56 +00:00
Dylan K. Taylor
cbbed6a6c1
Updated RakLib dependency
2018-02-19 10:01:56 +00:00
Dylan K. Taylor
093cb5b39e
Updated PocketMine-NBT dependency
2018-02-17 14:29:20 +00:00
Dylan K. Taylor
42a7b7fa36
More NBT updates
...
This library is going to be completely different before I'm done here >.>
2018-02-15 12:11:36 +00:00
Dylan K. Taylor
9abfd54cc1
Updated with ListTag changes from PocketMine-NBT
2018-02-13 16:50:49 +00:00
Dylan K. Taylor
7ec886faa2
Updated PocketMine-NBT dependency with string corruption fix
...
This fix doesn't fix existing data, but it will prevent the bug happening in the future by capping the length of strings to 32767 bytes, and throwing an exception if too long.
2018-02-11 16:36:50 +00:00
Dylan K. Taylor
5858025d90
Updated PocketMine-NBT dependency to fix CompoundTag bugs
2018-02-07 19:49:52 +00:00
Dylan K. Taylor
266d1cb935
Updated Composer dependencies
2018-02-07 10:22:31 +00:00
Dylan K. Taylor
efac23d4af
Updated to new RakLib version
2018-01-27 19:10:55 +00:00
Dylan K. Taylor
0c868b16b6
Network: Added config to pocketmine.yml to allow changing max MTU size
...
This might be useful for people with older routers where the connection MTU is actually lower than the router allows.
2018-01-18 18:15:14 +00:00
Dylan K. Taylor
7a5e5773b7
Updated RakLib dependency
2018-01-16 20:01:41 +00:00
Dylan K. Taylor
751345c736
Updated BinaryUtils dependency
2018-01-14 18:56:31 +00:00
Dylan K. Taylor
c4966404bb
Moved NBT to Composer library
2018-01-11 14:18:09 +00:00
Dylan K. Taylor
579c508761
Move Binary and BinaryStream to Composer library
2018-01-11 13:19:59 +00:00
Dylan K. Taylor
43959bccb1
Change Composer package vendor name to pocketmine instead of pmmp, update dependencies
2018-01-11 13:16:27 +00:00
Dylan K. Taylor
f14adf5827
Updated RakLib dependency
2017-12-28 12:51:16 +00:00
Dylan K. Taylor
2e62c084a4
Oops! composer.lock wasn't up to date
2017-12-10 12:34:01 +00:00
Dylan K. Taylor
a3622dfa9d
Updated PocketMine-SPL dependency
2017-12-10 12:26:48 +00:00
Dylan K. Taylor
589ca45825
Updated RakLib dependency (again)
2017-11-22 09:43:33 +00:00
Dylan K. Taylor
3f854127ca
Updated RakLib depdendency
2017-11-21 14:36:23 +00:00
Dylan K. Taylor
0d2b171c2c
Remove RakLib and SPL submodules, start using Composer
2017-11-14 19:37:58 +00:00
Dylan K. Taylor
25adac8859
Added support for Composer ( #323 )
2017-09-10 19:23:34 +01:00