09bff60b04
Merge branch 'minor-next' into major-next
2023-03-29 23:57:19 +01:00
821dd8885b
Merge branch 'stable' into minor-next
2023-03-29 23:56:08 +01:00
a78ae73119
4.18.3 is next
2023-03-29 23:52:31 +01:00
17a1266056
Release 4.18.2
4.18.2
2023-03-29 23:52:31 +01:00
217d7ab4cf
Merge tag '4.17.2' into stable
2023-03-29 23:50:58 +01:00
9e8c0a6bea
Release 4.17.2
4.17.2
2023-03-29 23:47:49 +01:00
dc1b5a9285
it might help if we actually included the fix
2023-03-29 23:46:53 +01:00
c3a16d9b1f
ItemStackResponseBuilder: fixed durability appearing to reset when moving durables around the inventory
...
closes #5656
2023-03-29 23:31:46 +01:00
982d05affd
Merge branch 'major-next' of github.com:pmmp/PocketMine-MP into major-next
2023-03-29 23:22:12 +01:00
10f3145af2
Merge branch 'minor-next' into major-next
2023-03-29 23:22:02 +01:00
bed218d1dd
Fixed the first letter of event timing names getting trimmed off when src-namespace-prefix is not used
2023-03-29 23:11:30 +01:00
5e1f837a73
...
2023-03-28 22:46:18 +01:00
b49a9ae81d
Added timings for calling events
...
this gives a somewhat better overview of events, particularly if many plugins are subscribed to the same costly event (e.g. PlayerMoveEvent).
In addition, it allows us to see the frequency that events are occurring.
2023-03-28 17:26:20 +01:00
bea878e9e9
Implement anvil fall damage ( #5312 )
2023-03-27 20:17:08 +01:00
04197d6b80
Merge remote-tracking branch 'origin/minor-next' into major-next
2023-03-27 19:08:34 +01:00
4c60e82110
Merge remote-tracking branch 'origin/stable' into minor-next
2023-03-27 19:08:18 +01:00
beb0713a40
4.18.2 is next
2023-03-27 18:03:17 +01:00
cd603e8266
Release 4.18.1
4.18.1
2023-03-27 18:03:16 +01:00
af385668c2
InventoryManager: give more detailed information on failure to get info for held item
2023-03-27 17:55:39 +01:00
3ee62d8440
InGamePacketHandler: increase max ItemStackRequest actions to 60
...
due to implementation quirks + some unforeseen ways these actions can behave, there can be as many as 53 actions in a single crafting request. This is an edge case, but it has to be catered for.
2023-03-27 15:44:42 +01:00
811639f2cd
InGamePacketHandler: relax errors on normal transactions to fix book editing
...
for some reason book edits generate a transaction in addition to BookEditPacket. PM has never used the transaction, and it doesn't pass anyway because CreateItemAction can't be used in survival mode.
However, since the strict validation introduced since ItemStackRequest, this dud transaction now causes the player to get kicked without these changes.
2023-03-27 13:26:26 +01:00
58974765a6
InGamePacketHandler: fixed crash when attempting to drop more of an item than is available
2023-03-27 13:26:26 +01:00
eca9fe50b6
Bump build/php from a464454
to 9d8807b
( #5654 )
...
Bumps [build/php](https://github.com/pmmp/php-build-scripts ) from `a464454` to `9d8807b`.
- [Release notes](https://github.com/pmmp/php-build-scripts/releases )
- [Commits](a464454d1e...9d8807be82
)
---
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-03-27 13:03:30 +01:00
1959d6dc9b
Fix CS
2023-03-27 12:59:26 +01:00
9db7e5f0ca
Be more concise in event handler timing names
2023-03-27 01:19:17 +01:00
c1cef19f84
stringifyKeys
2023-03-27 01:17:15 +01:00
cebdb95265
Optimise plugin timings report entries
...
this format is already supported by the timings host, so no changes are required to support this.
2023-03-27 01:15:42 +01:00
006cdaf6ea
RakLibInterface: log the name of the session which triggered an unhandled exception
...
this makes it easier to identify what sequence of events led up to the crash.
2023-03-26 18:56:24 +01:00
32577354fc
Merge branch 'minor-next' into major-next
2023-03-25 21:03:50 +00:00
acc8ae87fb
4.18.1 is next
2023-03-25 20:51:38 +00:00
0e8b28716a
Release 4.18.0
4.18.0
2023-03-25 20:51:34 +00:00
0220a30780
Merge branch 'minor-next' into major-next
2023-03-25 20:26:59 +00:00
7c77233d12
Merge branch 'stable' into minor-next
2023-03-25 20:26:54 +00:00
6f02b83a26
Update composer dependencies
2023-03-25 20:26:50 +00:00
fbfdf749f2
Merge branch 'stable' into minor-next
2023-03-25 20:25:48 +00:00
0818388bd5
Allow remapped oldState and newState to accept null, to make it easier for third-party tools to use the schemas
...
since PHP emits empty JSON objects as arrays, this makes it pretty annoying to work with the schemas in other languages. However, nullability is something most languages understand pretty easily.
This should continue to support old schemas.
2023-03-25 19:41:40 +00:00
289c0b08f4
Explicitly state that pocketmine\network\mcpe is an internal package
2023-03-24 14:06:25 +00:00
dd37b531ad
CONTRIBUTING.md: document network API policy
2023-03-24 14:02:23 +00:00
341a9b78b5
LegacyStringToItemParser: update documentation
2023-03-24 13:48:33 +00:00
58d5126ada
InventoryManager: fixed crashes when setting contents or slots of inventories during InventoryCloseEvent (and other similar logic)
2023-03-24 13:31:30 +00:00
3b11191043
Merge remote-tracking branch 'origin/minor-next' into major-next
2023-03-22 22:49:22 +00:00
f978c1e9a0
Merge remote-tracking branch 'origin/stable' into minor-next
2023-03-22 22:45:41 +00:00
0b8193aeb3
4.17.2 is next
2023-03-22 22:35:25 +00:00
00286e761c
Release 4.17.1
4.17.1
2023-03-22 22:35:24 +00:00
db59f71130
attempt to fix ghcr.io docker image push
2023-03-22 22:29:00 +00:00
b11457d605
Fixed uncaught exception when retrieving a packet from the pool
2023-03-22 22:24:25 +00:00
ea386c42d3
InGamePacketHandler: fixed dropping items from unselected hotbar slots
2023-03-21 14:45:18 +00:00
043e81e737
4.18.0-ALPHA3 is next
2023-03-21 00:26:19 +00:00
66a4c4c88b
Release 4.18.0-ALPHA2
4.18.0-ALPHA2
2023-03-21 00:26:19 +00:00
1a9322c00a
ItemStackRequestExecutor: added some missing @throws
2023-03-21 00:23:31 +00:00