Commit Graph

16090 Commits

Author SHA1 Message Date
Dylan K. Taylor
2a136c7804 Update composer dependencies 2023-12-06 14:37:27 +00:00
Dylan K. Taylor
fb586cc562 4.25.1 is next 2023-10-26 12:43:16 +01:00
Dylan K. Taylor
f3f22ba48b Release 4.25.0 4.25.0 2023-10-26 12:43:16 +01:00
Dylan K. Taylor
a2e6e2e5b9 Update PHPStan 2023-10-26 12:39:45 +01:00
Dylan K. Taylor
1aaaadb909 1.20.40 changes (PM4) 2023-10-26 12:36:12 +01:00
Dylan K. Taylor
edea793a98 Downgrade PHPUnit to 10.3 until sebastianbergmann/phpunit#5539 is fixed 2023-10-16 21:25:53 +01:00
Dylan K. Taylor
1da7e3586b Updated composer dependencies 2023-10-16 20:45:44 +01:00
Dylan K. Taylor
7a2cfa92b6 Update composer dependencies 2023-09-21 13:23:09 +01:00
Dylan K. Taylor
912fd3f5c6 PHPStan 1.10.35, plus workarounds 2023-09-21 13:22:14 +01:00
Dylan K. Taylor
914eb62e94 4.24.1 is next 2023-09-20 18:40:07 +01:00
Dylan K. Taylor
a85814d0c9 Release 4.24.0 4.24.0 2023-09-20 18:40:07 +01:00
Dylan K. Taylor
540476365f Updated for 1.20.30 release 2023-09-20 18:14:59 +01:00
Dylan K. Taylor
be4e091d40 Update draft release notice 2023-09-06 11:03:15 +01:00
Dylan K. Taylor
857c2edc2c Server: update obsoletion notice with new announcement and cutoff date 2023-09-06 10:58:41 +01:00
Dylan K. Taylor
b1ab69ac6c Updated build/php submodule to pmmp/PHP-Binaries@3331f8c0d5 2023-09-06 10:51:22 +01:00
Dylan K. Taylor
e95a920fb8 Update composer dependencies 2023-09-06 10:49:54 +01:00
Dylan K. Taylor
7aaef8cb89 4.23.7 is next 2023-08-21 18:26:50 +01:00
Dylan K. Taylor
9d4c37fc3a Release 4.23.6 4.23.6 2023-08-21 18:26:47 +01:00
Dylan K. Taylor
7f78ec0a32 Include PHP binary URLs in GitHub releases and build info 2023-08-21 16:05:59 +01:00
Dylan K. Taylor
9f09acc079 Workaround for slot IDs not changing client side when old item == new item
this is a really dumb bug and seems similar to the armor bug I fixed a while ago.

fixes #5987

it's unlikely that #5727 will be solved by this, but one can hope...
2023-08-18 12:27:27 +01:00
Dylan K. Taylor
aa3f4f2545 4.23.6 is next 2023-08-09 13:56:19 +01:00
Dylan K. Taylor
f7279b6672 Release 4.23.5 4.23.5 2023-08-09 13:56:19 +01:00
Dylan K. Taylor
2711ab4f00 Update composer dependencies 2023-08-09 13:49:19 +01:00
Dylan K. Taylor
b4c5f5d58d PluginBase: fixed resource leak
all this time we've been harping at plugin devs to fix their own leaks, and here's one right under our noses that no one spotted for 10 years ...

this leak is rather common, since it will occur whenever a plugin attempts to save a resource which already exists in the data folder.

This bug was introduced in 2014 by commit 6328834681.
2023-08-09 13:28:05 +01:00
Dylan K. Taylor
d88c3d8ced Fixed coral block killing itself when calling getDropsForCompatibleTool()
this might be called by plugins without actually breaking the block, in which case the block will glitch.
2023-08-02 13:43:36 +01:00
Dylan K. Taylor
bb0e648276 Fixed BlockDeathEvent usages showing an oldState which is already dead 2023-08-02 13:36:54 +01:00
Dylan K. Taylor
e9e5923639 4.23.5 is next 2023-08-01 11:12:52 +01:00
Dylan K. Taylor
49a9da147b Release 4.23.4 4.23.4 2023-08-01 11:12:41 +01:00
Dylan K. Taylor
eb53b795d5 ItemEntity: fixed O(n^2) performance issue when many of the same unstackable item are in the same place
this produced a 40% performance improvement in a simulation with 800 item entities.

If the items were all different, then this would still be a problem. However, many of the same unstackable items occupying the same space is a problem for SkyBlock farms, so this should improve performance for SkyBlock quite a bit.
2023-07-31 11:29:12 +01:00
Dylan K. Taylor
1c611a03e6 4.23.4 is next 2023-07-24 16:59:48 +01:00
Dylan K. Taylor
948875b025 Release 4.23.3 4.23.3 2023-07-24 16:59:45 +01:00
Dylan K. Taylor
2a4909d328 Fixed missing handling for some ContainerUIIds
SMITHING_TABLE_TEMPLATE is new in 1.20
HORSE_EQUIP was always present, but somehow got overlooked when building up that big ugly switch table
2023-07-24 16:44:01 +01:00
Dylan K. Taylor
70dd8732e2 Update build/php to pmmp/PHP-Binaries@46604f2f6a 2023-07-24 11:59:11 +01:00
Dylan K. Taylor
cdf72563f4 Update composer dependencies 2023-07-24 11:58:50 +01:00
IvanCraft623
d65d8c3356 Fix typo in documentation of ChunkSelector:selectChunks() (#5924) 2023-07-21 10:34:34 +01:00
Dylan K. Taylor
9b43ddecbd Drop usages of Process:kill() with subprocesses parameter
we don't need this any more with console reader improvements, and this was not working correctly anyway.

closes #5234
2023-07-20 17:10:39 +01:00
Dylan K. Taylor
4bdd6410db Fire: fixed support requirements
closes #5599
2023-07-20 17:00:32 +01:00
Dylan K. Taylor
6ea7fd7d6b ShulkerBox: do not offer support for other blocks 2023-07-20 16:36:25 +01:00
Dylan K. Taylor
5e7f18cbcf StandardEntityEventBroadcaster: suppress client-side emote messages
if users want these, they can broadcast them themselves using Server::broadcastMessage(), which will also record the message in the server log like chat

closes #5669
2023-07-20 16:20:34 +01:00
Dylan K. Taylor
cff4a8d2bc 4.23.3 is next 2023-07-18 22:14:24 +01:00
Dylan K. Taylor
20b7e8d702 Release 4.23.2 4.23.2 2023-07-18 22:14:23 +01:00
Dylan K. Taylor
c6110be051 Update BedrockProtocol dependency 2023-07-18 22:12:33 +01:00
Dylan K. Taylor
86bd6777a3 4.23.2 is next 2023-07-14 13:06:26 +01:00
Dylan K. Taylor
935df62006 Release 4.23.1 4.23.1 2023-07-14 13:06:26 +01:00
Dylan K. Taylor
2709dd359c ProcessLoginTask: fixed backport errors 2023-07-14 12:37:50 +01:00
Dylan K. Taylor
4e646d19a4 Harden login EC key validation 2023-07-14 11:55:47 +01:00
Dylan K. Taylor
2a11762e61 Update JsonMapper dependency 2023-07-14 11:54:05 +01:00
Dylan K. Taylor
7e0b5cf73d 4.23.1 is next 2023-07-12 13:44:16 +01:00
Dylan K. Taylor
e903da8998 Release 4.23.0 4.23.0 2023-07-12 13:44:16 +01:00
Dylan K. Taylor
f2193d1ba7 1.20.10 2023-07-12 13:23:47 +01:00