mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Added changelog so far for beta2
This commit is contained in:
parent
34f01a3ce3
commit
6f8261f26a
@ -1263,3 +1263,29 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
|
||||
|
||||
### Inventory
|
||||
- Implemented offhand inventory.
|
||||
|
||||
# 4.0.0-BETA2
|
||||
|
||||
|
||||
## General
|
||||
- ext-chunkutils 0.3.x is now required.
|
||||
- Reduced memory usage of light storage after garbage collection.
|
||||
- Reduced memory usage of uniform subchunks which only contain 1 type of block.
|
||||
- The title bar no longer displays heap memory usage numbers (nobody seemed to know that was what it was, anyway).
|
||||
- `/status` no longer displays heap memory usage numbers.
|
||||
- `start.sh` no longer specifically mentions PHP 7 when erroring because of a missing PHP binary.
|
||||
|
||||
## Fixes
|
||||
- Fixed players getting disconnected when using `/tp` to ungenerated chunks (or when teleported by players).
|
||||
- Fixed a potential memory leak in block updating when chunks are unloaded.
|
||||
- Fixed `Living->lookAt()` not taking eye height into account.
|
||||
|
||||
## API changes
|
||||
- The following API methods have been added:
|
||||
- `World->getChunkEntities()`
|
||||
- `World->notifyNeighbourBlockUpdate()`
|
||||
- The following API methods have been removed:
|
||||
- `Chunk->getEntities()`
|
||||
- `Chunk->getSavableEntities()`
|
||||
- `Chunk->addEntity()`
|
||||
- `Chunk->removeEntity()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user