db894e3a4a
Fixed Utils::cloneObjectArray()
template signature ( #6255 )
2024-02-16 16:52:10 +00:00
53cbc44d70
Update PULL_REQUEST_TEMPLATE.md
...
[ci skip]
2024-02-15 14:51:34 +00:00
be102dc95f
Bump ncipollo/release-action from 1.13.0 to 1.14.0 ( #6250 )
...
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/ncipollo/release-action/releases )
- [Commits](https://github.com/ncipollo/release-action/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 11:51:31 +00:00
eaab1a8784
ChunkSerializer: fixed count calculation for non-overworld chunks
...
plugins that implement dimensions can't change the number of subchunks used by Chunk, they can only choose to use a subset of them.
2024-02-07 18:58:41 +00:00
169d3e0de8
5.11.1 is next
2024-02-07 13:01:30 +00:00
ce8fecc6ec
Release 5.11.0
5.11.0
2024-02-07 13:01:30 +00:00
4fcb644c51
Added missing imports
2024-02-07 12:51:39 +00:00
826cbea0bc
Use newer php-cs-fixer on Actions
2024-02-07 12:51:27 +00:00
fe06bfcda0
Import alias cleanup courtesy of newest php-cs-fixer
2024-02-07 12:50:37 +00:00
f54ed8362d
tools/convert-world: add a namespace
...
not sure why this was left in the global namespace to its own devices
2024-02-07 12:49:05 +00:00
8c7a4d720a
Fixed inconsistent global namespace reference
2024-02-07 12:46:11 +00:00
6492e7f4a2
1.20.60 support
2024-02-07 12:33:44 +00:00
5709d727a2
Bump phpstan/phpstan from 1.10.55 to 1.10.57 ( #6235 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.10.55 to 1.10.57.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.55...1.10.57 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 12:30:19 +00:00
234199d241
Bump actions/cache from 3 to 4 ( #6229 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 12:29:49 +00:00
e28d20a68e
Bump shivammathur/setup-php from 2.28.0 to 2.29.0 ( #6228 )
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.28.0...2.29.0 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 12:29:34 +00:00
81d5b9ba06
tools/generate-bedrock-data-from-packets: add more exception detail for unexpected block runtimeIDs
2024-01-22 18:49:06 +00:00
d97c8e2fd2
tools/generate-item-upgrade-schema: filter old IDs that were already renamed by previous schemas
...
this caused weird outputs if an item was renamed multiple times.
2024-01-22 18:48:32 +00:00
e77cd39316
ItemBlock: add a workaround for air items with a stack size bigger than 0
...
In the future we should look into making empty slots be represented by null or a different, special item type, instead of breaking the air block for this purpose.
closes #6185
closes #6016
2024-01-09 15:55:41 +00:00
4db38ee452
Updated PHPStan
2024-01-08 16:20:42 +00:00
ee977c8001
Updated composer dependencies
2024-01-08 16:18:13 +00:00
5b5c73f660
Matrixify jobs that run on all PHP versions
...
this allows us to specify PHP versions in just one place instead of 4,
and also makes the display of jobs in the UI nicer.
2024-01-08 16:13:09 +00:00
f83280ece6
Bump tests/plugins/DevTools from 411fd5b
to c6dca35
( #6216 )
...
Bumps [tests/plugins/DevTools](https://github.com/pmmp/DevTools ) from `411fd5b` to `c6dca35`.
- [Release notes](https://github.com/pmmp/DevTools/releases )
- [Commits](411fd5bdc0...c6dca357c7
)
---
updated-dependencies:
- dependency-name: tests/plugins/DevTools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 16:11:18 +00:00
19556634e3
Bump build/php from 73e5950
to 6f619bf
( #6220 )
...
Bumps [build/php](https://github.com/pmmp/php-build-scripts ) from `73e5950` to `6f619bf`.
- [Release notes](https://github.com/pmmp/php-build-scripts/releases )
- [Commits](73e5950eb9...6f619bf7a0
)
---
updated-dependencies:
- dependency-name: build/php
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 16:08:54 +00:00
5718a1a20e
Reduce frequency of annoying Dependabot updates
...
phpstan is releasing sometimes 4-5 times a week at this point, generating lots of noise.
2024-01-08 11:38:29 +00:00
7a55a6e6b6
ServerKiller: harden against spurious wakeups
...
If awakened by spurious wakeup, the thread would immediately exit without doing anything, rendering it useless.
Not sure how it took so long for this to be found...
2023-12-20 17:22:11 +00:00
90af8cfd69
Update composer dependencies
2023-12-20 14:29:02 +00:00
a03013d582
Bump phpstan/phpstan from 1.10.47 to 1.10.50 ( #6198 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.10.47 to 1.10.50.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.47...1.10.50 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 14:49:32 +00:00
053abfbb6f
Bump actions/upload-artifact from 3 to 4 ( #6199 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 12:23:49 +00:00
00a8ea267c
5.10.1 is next
2023-12-14 16:54:42 +00:00
daeba95101
Release 5.10.0
5.10.0
2023-12-14 16:54:38 +00:00
a750af72db
Updated build/php submodule to pmmp/PHP-Binaries@73e5950eb9
2023-12-14 16:05:38 +00:00
61decaa2f8
Merge branch 'minor-next' into stable
2023-12-14 16:04:51 +00:00
06b2e61d3c
Merge remote-tracking branch 'origin/stable' into minor-next
2023-12-14 14:02:15 +00:00
b4838f5b4e
5.9.1 is next
2023-12-06 15:02:57 +00:00
46307973e3
Release 5.9.0
5.9.0
2023-12-06 15:02:57 +00:00
2f1d6115a0
Merge branch 'legacy/pm4' into stable
2023-12-06 14:55:18 +00:00
ba89ae5bf2
4.26.1 is next
2023-12-06 14:53:00 +00:00
30433bba10
Release 4.26.0
4.26.0
2023-12-06 14:52:59 +00:00
ed3fe2b727
Update dependencies for 1.20.50
2023-12-06 14:47:44 +00:00
927f129c6e
Fixed borked world loading
2023-12-06 14:41:19 +00:00
2a136c7804
Update composer dependencies
2023-12-06 14:37:27 +00:00
25cca1b63f
Changes for 1.20.50
2023-12-06 14:29:23 +00:00
15574ec99a
Update composer dependencies
2023-12-06 14:28:30 +00:00
2420dee8be
AsyncTask: Fix retrieval of null data from the thread-local storage ( #6176 )
2023-12-06 13:40:09 +00:00
bd65948453
Bump phpstan/phpstan from 1.10.46 to 1.10.47 ( #6189 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.10.46 to 1.10.47.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.46...1.10.47 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 13:29:40 +00:00
0984aa670d
Bump phpstan/phpstan from 1.10.44 to 1.10.46 ( #6182 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.10.44 to 1.10.46.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.44...1.10.46 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 16:33:04 +00:00
239f9ed83a
Bump shivammathur/setup-php from 2.27.1 to 2.28.0 ( #6179 )
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.27.1...2.28.0 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 16:32:42 +00:00
b2df405cc0
NetworkSession: Send less information to clients on error disconnects
...
in particular, the information from VerifyLoginTask shouldn't be sent to clients, as it could contain sensitive information.
This change only affects disconnection screens. The server log shows the same amount of information as before (though formatted differently in some cases).
2023-11-29 16:31:59 +00:00
d596dc571d
Fix pitcher pod wrongly registered as a block ( #6162 )
2023-11-27 14:46:20 +00:00
bc11894f0a
Bump build/php from 6b4c9c7
to b0ffbdb
( #6178 )
...
Bumps [build/php](https://github.com/pmmp/php-build-scripts ) from `6b4c9c7` to `b0ffbdb`.
- [Release notes](https://github.com/pmmp/php-build-scripts/releases )
- [Commits](6b4c9c76bd...b0ffbdbe33
)
---
updated-dependencies:
- dependency-name: build/php
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 11:01:36 +00:00