Dylan T.
fcef015f32
L link
2024-12-02 00:40:55 +00:00
Muqsit
44771c892d
Use PlayerAuthInputPacket::SNEAKING flag to test for sneaking ( #6544 )
...
This binds internal sneaking to whether or not the player is currently pressing the shift key, which fixes #5792 and fixes #5903 .
However, it does introduce visual issues with sneaking, as explained in #6548 . This needs to be worked on separately. For now, it's better we trade 2 functional bugs for 1 visual bug.
2024-12-01 13:14:30 +00:00
pmmp-restrictedactions-bot[bot]
9cab72ed59
5.21.3 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12090411351
2024-11-29 20:43:17 +00:00
Dylan T.
2bd9f4108b
5.21.2 ( #6545 )
5.21.2
2024-11-29 20:42:14 +00:00
dependabot[bot]
cd2a1fdc1d
Bump build/php from 8a396c6
to 5016e0a
( #6541 )
2024-11-29 11:03:27 +00:00
dependabot[bot]
d666f17ec6
Bump build/php from a51259d
to 8a396c6
( #6540 )
2024-11-28 15:46:30 +00:00
Dylan K. Taylor
0543bf301e
draft-release: updated php_download_url
2024-11-27 19:19:51 +00:00
Dylan K. Taylor
daacc8eddb
Updated setup-php-action to 3.2.0
2024-11-27 17:56:00 +00:00
Dylan T.
8cdc7d7ee1
auto-approve: drop pull_request_review trigger
...
this doesn't work for PRs from forks, since fork PRs don't have access to repo secrets.
we'll need some more advanced mechanism to avoid redundant reviews, but that's a job for another time.
2024-11-25 20:43:59 +00:00
Dylan K. Taylor
a9787f0d99
Fix PHPStan error
2024-11-25 14:32:17 +00:00
Dylan K. Taylor
5325ecee37
Deal with a whole lot of PHPStan suppressed key casting errors
...
closes #6534
2024-11-25 14:30:58 +00:00
Dylan K. Taylor
aef4fa7174
Remove unused variable
2024-11-24 23:50:30 +00:00
Dylan K. Taylor
53aa380ca3
Candle: fix extinguish logic
...
closes #5983
2024-11-24 23:49:32 +00:00
Dylan T.
7460e12b6a
pr-remove-waiting-label: suppress failure on 404 errors
...
this usually means the label wasn't on the PR in the first place
2024-11-23 21:48:30 +00:00
Dylan T.
5b72f202bf
actions: automatically remove waiting label from PRs on synchronize
...
there are probably other conditions where we'd want to remove this, but this will do for now.
2024-11-23 20:13:46 +00:00
Dylan T.
0070426e97
auto-approve: only re-review if previous review was dismissed
...
this avoids unnecessary spam when someone clicks "Update branch" on the PR.
2024-11-23 19:07:24 +00:00
GameParrot
7c2ed7d884
Fix insta break check ( #6528 )
2024-11-21 02:22:10 +00:00
Dylan T.
bf7a53b00f
Update api-change-request.md
...
[ci skip]
2024-11-19 17:47:46 +00:00
Markus Staab
e710b3750f
Adjust pretty name of closures on PHP 8.4 ( #6351 )
...
related to https://github.com/php/php-src/pull/13550
see analog symfony change: https://github.com/symfony/symfony/pull/54614
2024-11-19 17:05:21 +00:00
Akmal Fairuz
faf1e26bac
Fix: implicitly nullable parameter declarations deprecated ( #6522 )
2024-11-18 23:54:22 +00:00
Dylan T.
b2aa6396c3
auto-approve: don't request approvals for draft PRs
2024-11-16 23:15:07 +00:00
Dylan T.
48a908ee8c
maybe making this specific to gameplay wasn't a good idea
2024-11-16 01:36:51 +00:00
Dylan T.
4331f69b9c
Update team-pr-auto-approve.yml
2024-11-15 20:44:51 +00:00
Dylan T.
8a693f2a4c
team-pr-auto-approve: Use RestrictedActions auto approver
2024-11-15 20:08:54 +00:00
ipad54
b5469dede2
Flowable blocks now can't be placed inside liquid ( #5392 )
2024-11-15 00:10:43 +00:00
Dylan T.
09bf203267
Update RuntimeDataDescriber.php
2024-11-12 22:57:14 +00:00
Dylan K. Taylor
f3cc4a28e1
Easy wins for PHPStan 2.0 support
2024-11-12 22:12:54 +00:00
Dylan K. Taylor
fe70150db2
Update composer dependencies
2024-11-12 21:47:52 +00:00
Dylan T.
054538e6b7
Update PULL_REQUEST_TEMPLATE.md
2024-11-12 17:54:31 +00:00
Dylan T.
1f86949836
Create CODEOWNERS
2024-11-12 14:37:02 +00:00
dependabot[bot]
053a71c59d
Bump build/php from 084822a
to a51259d
( #6495 )
2024-11-12 14:28:32 +00:00
github-actions
07d5046b83
5.21.2 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/11796630402
2024-11-12 11:48:59 +00:00
ipad54
4a702b97fd
Prepare 5.21.1 release ( #6493 )
5.21.1
2024-11-12 11:48:01 +00:00
kostamax27
d2c3b8dacb
Fix GC cycle count increases on player disconnect ( #6487 )
2024-11-11 16:10:19 +01:00
ipad54
2ff6470792
Fixed server crash when applying item cooldown ( #6491 )
...
This commit fixes server crash when applying a cooldown to any item which count is equals to 1.
closes #6490
closes #6488
2024-11-10 19:15:30 +00:00
WavyCraftNetwork
231eec911f
Enchanted Golden Apple: Regeneration 5 => 2 matching Java ( #6445 )
2024-11-09 19:43:30 +00:00
Muqsit
8c04d47b1b
Make weakness effect only applicable for melee damage ( #6489 )
2024-11-09 19:18:30 +00:00
dependabot[bot]
b3b8aaddff
Bump docker/build-push-action from 6.8.0 to 6.9.0 ( #6465 )
2024-11-04 16:29:01 +00:00
dependabot[bot]
2173aab967
Bump thollander/actions-comment-pull-request from 2 to 3 ( #6482 )
2024-11-04 16:05:38 +00:00
github-actions
e598364f06
5.21.1 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/11652565588
2024-11-03 15:30:16 +00:00
Dylan T.
734ca1cc6b
Merge pull request #6480 from pmmp/minor-next
...
5.21.0
5.21.0
2024-11-03 15:29:06 +00:00
Dylan K. Taylor
96b12bddc1
Prepare 5.21.0 release
2024-11-03 15:24:43 +00:00
Dylan K. Taylor
84464cde4f
Update BedrockBlockUpgradeSchema
2024-11-03 14:44:50 +00:00
Dylan K. Taylor
72fc138631
Regenerate PHPStan baselines
2024-11-03 14:43:34 +00:00
Dylan K. Taylor
c63d0ef1b6
Fix dodgy ignored PHPStan error
2024-11-03 14:43:34 +00:00
Dylan T.
82c416624d
Merge pull request #6416 from pmmp/blockstate-schema-generator-improvements
...
Blockstate schema generator improvements
2024-11-03 14:10:38 +00:00
Dylan T.
9e19391f20
Merge branch 'minor-next' into blockstate-schema-generator-improvements
2024-11-03 14:06:57 +00:00
Dylan T.
c0b74b0341
Update BlockStateUpgrader.php
2024-11-03 14:05:46 +00:00
Dylan K. Taylor
3c96e72f7d
Merge remote-tracking branch 'origin/stable' into minor-next
2024-11-03 14:01:47 +00:00
github-actions
0376e37966
5.20.2 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/11614028030
2024-10-31 14:38:30 +00:00