dependabot[bot]
7c654271a8
Bump phpstan/phpstan in the development-patch-updates group ( #6640 )
2025-02-25 13:40:11 +00:00
Dylan K. Taylor
3df2bdb879
Fixed door facing
...
this was broken in 1.21.60 update.
should've known better to expect a blockstate upgrade to mean a
blockstate fix...
2025-02-24 01:04:52 +00:00
Dylan K. Taylor
1fed9f6cb5
BlockBreakInfo: fixed confusing error message
2025-02-23 20:02:27 +00:00
Dylan K. Taylor
3050af0bc0
ResourcePackManager: validate pack UUIDs
...
fixes CrashArchive ##12248760
2025-02-23 19:45:38 +00:00
Dylan K. Taylor
77be5f8e25
Update PHPStan
2025-02-17 17:51:39 +00:00
pmmp-admin-bot[bot]
34f801ee3c
5.25.1 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/13359320328
2025-02-16 22:18:20 +00:00
Dylan T.
d96ef21c4d
Prepare 5.25.0 release ( #6631 )
5.25.0
2025-02-16 22:16:47 +00:00
Dylan K. Taylor
03e4b53ac4
BedrockDataFiles: added constants for folders as well as files
...
we probably should have it recurse too, but this is an easy win.
2025-02-16 20:57:16 +00:00
Dries C
91ac64783f
Bedrock 1.21.60 ( #6627 )
...
Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io>
2025-02-16 20:51:53 +00:00
Dylan T.
9402a20ee3
Update Utils::getOS() doc comment
...
closes #6628
2025-02-16 16:12:29 +00:00
dependabot[bot]
5ef89200c6
Bump phpstan/phpstan in the development-patch-updates group ( #6620 )
2025-02-10 22:14:30 +00:00
dependabot[bot]
39e69276a1
Bump tests/plugins/DevTools from c6dca35
to a030d39
( #6617 )
2025-02-03 11:43:03 +00:00
dependabot[bot]
94797e3afa
Bump build/php from ae94694
to 1549433
( #6616 )
2025-02-03 11:42:37 +00:00
Dylan K. Taylor
9d6a0cc738
Update composer dependencies
2025-02-02 19:46:54 +00:00
dependabot[bot]
07987890a0
Bump the github-actions group with 2 updates ( #6613 )
2025-02-01 13:38:25 +00:00
dependabot[bot]
f60120a75e
Bump the development-patch-updates group with 3 updates ( #6603 )
2025-01-27 10:43:28 +00:00
pmmp-admin-bot[bot]
fc86d3a44e
5.24.1 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12916833718
2025-01-22 20:50:42 +00:00
Dylan T.
393d7f72a9
5.24.0
...
5.24.0 minor release
5.24.0
2025-01-22 20:49:38 +00:00
Dylan K. Taylor
b625fee94b
Prepare 5.24.0 release
2025-01-22 18:00:41 +00:00
Dylan K. Taylor
6b606dca95
UPnP: better fix for postURL error that doesn't require behavioural breaks
2025-01-22 17:46:43 +00:00
Dylan K. Taylor
406ddf3e53
Revert "Internet: make postURL() error reporting behaviour more predictable"
...
This reverts commit 97c5902ae2fea587faaee7487bbe14fa6100d67e.
2025-01-22 17:44:23 +00:00
Dylan K. Taylor
ec6077776a
Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into minor-next
2025-01-22 16:45:49 +00:00
pmmp-admin-bot[bot]
f7b5cd7ff3
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12899221905
2025-01-22 01:23:49 +00:00
pmmp-admin-bot[bot]
3453ff03fd
5.23.4 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12898306655
2025-01-22 00:10:10 +00:00
Dylan T.
04e63172c3
5.23.3 ( #6597 )
5.23.3
2025-01-22 00:08:49 +00:00
pmmp-admin-bot[bot]
51cb1875bb
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12839491049
2025-01-18 01:19:32 +00:00
Dries C
0b60a47cde
Noteblock instrument changes from 1.21.50 ( #6596 )
...
Good thing this isn't saved on disk :|
2025-01-17 19:56:19 +00:00
dependabot[bot]
d1066d0199
Bump build/php from 56cec11
to ae94694
( #6595 )
2025-01-17 19:54:48 +00:00
Sergi del Olmo
f349ce75e4
Player: add ability to get & set flight speed multiplier ( #6076 )
...
Since this doesn't directly correspond to flight speed (it's multiplied by different values depending on whether sprinting or not, and possibly other states), "multiplier" was preferred instead of directly calling it flight speed.
Default value is 0.05.
2025-01-09 20:13:46 +00:00
Dylan K. Taylor
b3f15435cc
Projectile: clean up dodgy code
2025-01-08 02:31:50 +00:00
Dylan K. Taylor
847ae26cad
PHPStan: don't remember possibly-impure function return values
...
I don't think we get much benefit from this, and the assumption that functions with a return value are pure is sketchy.
In any case, it's better to avoid these repeated calls anyway.
2025-01-08 02:04:06 +00:00
Dylan K. Taylor
d42ec06647
ZippedResourcePack: don't pass exception code to new exception
...
this is a BUT (int|string) under PHPStan, and we don't need the errors. We don't care about this code anyway.
2025-01-08 01:48:55 +00:00
Dylan K. Taylor
5e0f03dff0
Stub PalettedBlockArray functions that work with arrays
...
and workaround PHPStan stupidity
2025-01-08 01:48:15 +00:00
Dylan K. Taylor
4a83920db9
PlayerPreLoginEvent: improve array type info
2025-01-08 01:47:04 +00:00
Dylan K. Taylor
0a16daa619
Avoid dodgy array_flip hash building
...
the conventional way is using array_keys and array_fill_keys. Behaviour is more predictable & also avoids benevolent union fuckery from PHPStan.
2025-01-08 01:45:28 +00:00
Dylan K. Taylor
e34f34f9f4
Update BedrockProtocol dependency
2025-01-07 23:09:28 +00:00
Dylan K. Taylor
e8c4b743b5
LevelDB: stop overriding types from NBT
...
NBT has better quality type info already
2025-01-07 22:54:10 +00:00
Dylan K. Taylor
689a7996b9
Update NBT dependency
2025-01-07 22:51:38 +00:00
Dylan K. Taylor
794641c0f8
Utils: split some horrifying code across multiple lines
2025-01-07 22:35:19 +00:00
Dylan K. Taylor
9633b7d8a7
Update to PHPStan 2.x
2025-01-07 22:34:43 +00:00
Dylan K. Taylor
d25ec58a6f
AsyncPoolTest: phpdoc
2025-01-07 22:25:37 +00:00
Dylan K. Taylor
d69a887b0d
Utils: fix parameter doc for printableExceptionInfo()
2025-01-07 22:24:26 +00:00
Dylan K. Taylor
38441a6ba3
build: avoid weak comparison
2025-01-07 22:23:16 +00:00
Dylan K. Taylor
47cb04f6a6
tools: fix PHPStan 2.0 issues
2025-01-07 22:15:50 +00:00
Dylan K. Taylor
b1c7fc017a
CS
2025-01-07 22:13:20 +00:00
Dylan K. Taylor
cd59e272bc
PHPStan 2.0 fixes
2025-01-07 22:10:42 +00:00
Dylan K. Taylor
7b1b35ab1f
generator: fixup issues reported by PHPStan 2.0
2025-01-07 22:07:38 +00:00
Dylan K. Taylor
28d31c97f8
Server: fixup PHPStan 2.x reported issues
2025-01-07 22:05:01 +00:00
Dylan K. Taylor
a17512de93
Command: don't trust plugins not to pass junk
2025-01-06 23:26:13 +00:00
Dylan K. Taylor
601be3fb33
stfu
2025-01-06 23:09:26 +00:00