Dylan T.
Dylan T.
Link to crashdump: https://crash.pmmp.io/view/9529192 ### Additional comments There appears to be no error handling for this at all, and there's also no localized messages for these errors.
### Issue description When jumping from a two-block-high pillar, the apex reached is 3.25 blocks above ground. While this is technically enough to cause fall damage (https://github.com/pmmp/PocketMine-MP/blob/stable/src/entity/Living.php#L309, this code is...
## Description 5.5 introduced new caches for block AABBs to facilitate performance improvements in https://github.com/pmmp/PocketMine-MP/commit/c91c8c2f9e915e3ba67216cf77c76cb59de9bda8. While this change achieves its stated objective, it causes some new problems for blocks such...
and probably PHPStan doesn't either
This will permit hardening validation of packets in many areas where it's currently impractical to do so, as well as improving type safety.
It's possible to make each of the fields nullable, and build the flags dynamically based on the given inputs, rather than requiring the caller to set them. This would require...
Probably a method like `ServerEventListener::onSessionStatsUpdate(ServerSessionStats)` would be a good idea. Currently we have to break BC every time we want to report new information to the main thread.
Due to various bugs, the Minecraft client must be limited at 1400 MTU in common cases, because of edge cases on some devices and older routers. In these cases, the...
``` Unhandled exception in [CoroutineName(com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl), StandaloneCoroutine{Cancelling}@740b64d7, Dispatchers.Default] com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread (EDT) only; see https://jb.gg/ij-platform-threading for details Current thread: Thread[DefaultDispatcher-worker-15,5,main] 1190533736 (EventQueue.isDispatchThread()=false) SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 200630168 at...