Skip to content

Commit

Permalink
Merge branch 'stable' into next-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed May 18, 2020
2 parents 22b5de0 + fffa4b9 commit 083dde8
Show file tree
Hide file tree
Showing 5 changed files with 3,985 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -30,9 +30,9 @@ If you use a custom binary, you'll need to replace `composer` usages in this gui
Preprocessor requires that the `cpp` (c preprocessor) is available in your PATH.

## Building `PocketMine-MP.phar`
Run `build/server.phar` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory.
Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory.

You can also use the `--out` option to change the output filename.

## Running PocketMine-MP from source code
Run `src/pocketmine/PocketMine.php` using your preferred PHP binary.
Run `src/pocketmine/PocketMine.php` using your preferred PHP binary.
2 changes: 1 addition & 1 deletion changelogs/3.12.md
Expand Up @@ -21,7 +21,7 @@ Plugin developers should **only** update their required API to this version if y
- Fixed permission default timings not being reported in timings reports (they were never stopped, only started).
- Resource packs with a directory tree like `pack.zip/MyPack/manifest.json` are now supported. Note that the manifest closest to the root will be used.
- Fixed `SkinImage` height and width being inverted at the protocol layer.
- Fixed blocks being able to be placed inside the spawn protectionb radius by clicking the side of a block outside the radius.
- Fixed blocks being able to be placed inside the spawn protection radius by clicking the side of a block outside the radius.
- Fixed server crash when `network.compression-level` is overridden by a CLI parameter.
- Fixed moving entities spawning themselves to players registered on chunks when the players haven't received the chunk yet.
- Cocoa pods now drop cocoa beans when broken instead of the block itself.
4 changes: 3 additions & 1 deletion phpstan.neon.dist
Expand Up @@ -3,6 +3,8 @@ includes:
- tests/phpstan/configs/com-dotnet-magic.neon
- tests/phpstan/configs/custom-leveldb.neon
- tests/phpstan/configs/gc-hacks.neon
- tests/phpstan/configs/l7-baseline.neon
- tests/phpstan/configs/l8-baseline.neon
- tests/phpstan/configs/php-bugs.neon
- tests/phpstan/configs/phpstan-bugs.neon
- tests/phpstan/configs/phpunit-wiring-tests.neon
Expand All @@ -13,7 +15,7 @@ includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon

parameters:
level: 6
level: 8
autoload_files:
- tests/phpstan/bootstrap.php
- src/pocketmine/PocketMine.php
Expand Down

0 comments on commit 083dde8

Please sign in to comment.