6f6b23d4e4
Integrate dev-major-next version of pocketmine/math
...
this is a reduced version compared to the original, due to the difficulty of getting rid of Facing values internally.
2025-08-29 21:47:20 +01:00
97027db70a
Merge branch 'minor-next' into major-next
2025-08-29 20:56:59 +01:00
beaedc3627
Tidy up in block properties aisle
2025-08-29 13:07:09 +01:00
48ba334218
CS again :<
2025-08-29 12:33:50 +01:00
0be15a7403
Rename MultiFacing -> MultiAnyFacing
...
to match the trait name
2025-08-29 12:33:04 +01:00
2404d63b1f
Ageable: added getMaxAge()
...
we'll probably need this...
2025-08-29 12:24:24 +01:00
aae88c5c26
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17310812886
2025-08-29 00:02:52 +00:00
dd9030f1f5
tools/generate-bedrock-data-from-packets: generate less noise for items
...
if we have only a name (the majority case), we can just return the name directly instead of an object.
this massively reduces the amount of noise in the files as seen in pmmp/BedrockData@f814036229
2025-08-28 21:15:09 +01:00
24795eef0e
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17223908234
2025-08-26 00:03:10 +00:00
de234d1f38
Improved placement logic
2025-08-26 00:10:50 +01:00
db54c481aa
Fixed hanging signs placement criteria ( #6775 )
2025-08-25 23:27:17 +01:00
ac2c07c3fe
Added a space after hanging sign wood type ( #6776 )
2025-08-25 17:00:41 +01:00
ec56d65bcc
Fix BC break in BaseBanner
2025-08-25 02:17:45 +01:00
c548923116
...
2025-08-25 02:16:38 +01:00
4a2c7dc684
Apparently hanging signs are self supporting
2025-08-25 02:15:24 +01:00
f04c458e54
Merge branch 'stable' into minor-next
2025-08-25 01:49:19 +01:00
5c0a109f18
Sign: Strip trailing newlines from text blobs
...
fixes sign editor always putting the cursor on the last line when right-clicking to edit
2025-08-25 01:48:29 +01:00
1ebd7d3960
Remove unused deprecated stuff
2025-08-24 23:29:55 +01:00
36211a96c1
Strip deprecated leftovers from #6769
2025-08-24 23:24:38 +01:00
e8eda19ae5
Merge remote-tracking branch 'origin/minor-next' into major-next
2025-08-24 23:18:21 +01:00
31f6f5d252
CS again
2025-08-24 20:13:15 +01:00
0e498720bd
Regenerate phpstan-bugs baseline
2025-08-24 20:10:34 +01:00
00d6171463
Implement hanging signs
2025-08-24 20:07:59 +01:00
be90c6c399
World: trigger readStateFromWorld on tile blocks immediately on load
...
this ensures that the state IDs reflect the actual PM block type, which would probably
be important for a bunch of different async things.
2025-08-24 17:01:59 +01:00
17ecf11a1b
Remove stupid thing PhpStorm keeps doing
2025-08-24 16:49:49 +01:00
93e33dad8e
tidy CS
2025-08-24 16:42:05 +01:00
4cdf064344
VanillaBlockMappings: Use some model mappings
...
this way there are some minor symmetry benefits, and the only asymmetric parts are the code that selects which model to use.
it also has the added benefit of removing some duplicated code paths (e.g. now it's possible to get rid of readUnitEnum() and such).
2025-08-24 16:37:42 +01:00
5bf0cbec87
...
2025-08-24 15:39:23 +01:00
ef53676a59
Fix unit tests
2025-08-24 15:38:07 +01:00
8f9478e82f
Illager banners finally working
...
closes #2951
2025-08-24 15:31:10 +01:00
7c521b456e
Unify block serializers ( #6769 )
...
This has several advantages:
Easier to implement new blocks (one less file to modify)
Easier to adjust serialization of existing blocks
Guaranteed consistency between serializers and deserializers
Potentially, exposes more metadata for programmatic analysis, instead of having everything baked inside opaque Closures
There are some exceptions which still use the old approach: big dripleaf, cauldrons, mushroom stems, and pitcher crops. These all have multiple PM block types for a single ID, with relatively complex logic to select which to use. These weren't worth the effort to unify due to their small number. I may revisit this in the future, but I already spent a lot of brainpower on it.
2025-08-24 14:12:18 +01:00
6d5c46b091
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17168505072
2025-08-23 00:03:09 +00:00
47140cb8d7
RedstoneLamp: implement Lightable, shimmed to powered
2025-08-22 18:27:32 +01:00
e824266457
ChiseledBookshelf: add setSlots()
2025-08-22 18:27:06 +01:00
4e7077d169
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17084719293
2025-08-20 00:03:16 +00:00
2bb78f2a94
Fixed Furnace not implementing HorizontalFacing
...
looks like this was missed in #6639
I checked all other uses of HorizontalFacingTrait and FacesOppositePlacingPlayerTrait and this seems to be the only one.
2025-08-20 00:58:57 +01:00
237b304ef9
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17027521569
2025-08-18 00:03:20 +00:00
547544b5b4
Merge branch 'stable' of github.com:pmmp/PocketMine-MP into minor-next
2025-08-17 15:25:57 +01:00
eea4f40138
BlockStateToObjectDeserializer: Remove duplicated CHISELED_COPPER registration
...
allowing overriding of serializers by the same method as first registration was a mistake...
2025-08-17 15:24:40 +01:00
fc3f3d62f1
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17001748601
2025-08-16 00:03:11 +00:00
237ac0f802
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17001748601
2025-08-16 00:03:09 +00:00
431790a319
Additional specialisation for colored blocks
...
this reduces boilerplate even further
2025-08-15 22:24:27 +01:00
c0fad353a2
missed one
...
sadly glazed_terracotta had to be special
2025-08-15 22:09:54 +01:00
e89523ce66
First look at flattened ID specialisation for block serializers
...
in the future we should be able to unify these, similarly to simple mappings.
unifying blocks with states will, however, be considerably more work.
only color benefits from this so far
2025-08-15 22:02:12 +01:00
1e8612cfc8
BlockObjectToStateSerializer: Avoid unnecessary Writer and Closure ( #6759 )
...
---------
Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io >
2025-08-15 20:39:13 +01:00
cb7a562c8b
Bump the github-actions group across 1 directory with 2 updates ( #6767 )
2025-08-15 00:17:24 +00:00
5ee081fbb1
Merge 'minor-next' into 'major-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/16979483636
2025-08-15 00:03:09 +00:00
edb8dcbe90
Merge 'stable' into 'minor-next'
...
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/16979483636
2025-08-15 00:03:08 +00:00
f633416f05
5.32.2 is next
...
Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/16962847004
2025-08-14 10:38:22 +00:00
442049d564
Prepare 5.32.1 release ( #6766 )
5.32.1
2025-08-14 11:37:24 +01:00