0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2025-02-22 13:26:22 +00:00

Commit Graph

  • 51f539997c Do not decode ItemStack extra data unless asked this data is usually ignored, but we're wasting CPU time decoding it anyway. Dylan K. Taylor 2024-02-26 15:35:58 +00:00
  • fb535b4a32 Remove dead code Dylan K. Taylor 2024-02-26 15:30:41 +00:00
  • db9141d524 Update phpstan/phpstan requirement from 1.10.39 to 1.10.59 (#226) dependabot[bot] 2024-02-26 14:27:37 +00:00
  • 29d1251ba8 Update phpstan/phpstan requirement from 1.10.39 to 1.10.59 dependabot[bot] 2024-02-26 10:28:52 +00:00
  • 6905865133 Cherry-pick ae8579f7ca3e949c74c4abf28a316ee18ba12e97 (Bump actions/cache from 3 to 4 (#221)) 27.0.2+bedrock-1.20.60 dependabot[bot] 2024-02-16 16:50:46 +00:00
  • cecf24bc2b Cherry-pick 89dd01087813c7353bbaba85e7907308a894e13f (Removed JsonMapper dependency) Dylan K. Taylor 2024-02-23 13:34:08 +00:00
  • 15232bbe0a Cherry-pick 0f3ebf11ae5d0538be9e4349cd0dc1f712030107 (DisconnectPacket: fixed message not being initialized if not provided during decode (#224)) Brands 2024-02-20 12:59:55 +03:00
  • 89dd010878 Removed JsonMapper dependency Dylan K. Taylor 2024-02-23 13:34:08 +00:00
  • 0f3ebf11ae DisconnectPacket: fixed message not being initialized if not provided during decode (#224) Brands 2024-02-20 12:59:55 +03:00
  • 540514ba5b Update phpstan/phpstan requirement from 1.10.39 to 1.10.58 dependabot[bot] 2024-02-19 10:14:45 +00:00
  • 2f11cc3a85 Update DisconnectPacket.php Brands 2024-02-19 12:29:29 +03:00
  • acc5929605 Update DisconnectPacket.php Brands 2024-02-19 11:33:22 +03:00
  • ae8579f7ca Bump actions/cache from 3 to 4 (#221) dependabot[bot] 2024-02-16 16:50:46 +00:00
  • 537b91f555 Bump actions/cache from 3 to 4 dependabot[bot] 2024-02-16 15:26:18 +00:00
  • 220cab2be7 Remove dead tests Dylan K. Taylor 2024-02-16 15:21:31 +00:00
  • d38eb072db Stop using closures to process itemstack extra data closes #223 Dylan K. Taylor 2024-02-16 15:20:15 +00:00
  • bd213475c8 fucking copilot Dylan K. Taylor 2024-02-16 15:09:19 +00:00
  • 14a06a0a9d Use first-class callables wherever possible Dylan K. Taylor 2024-02-16 14:59:12 +00:00
  • 2d2dd91fea Eliminate some closures in itemstack read/write Dylan K. Taylor 2024-02-16 14:51:42 +00:00
  • 8b0c636f09 PacketBatch: remove deprecated crap Dylan K. Taylor 2024-02-16 14:27:20 +00:00
  • 6e133582b1 more docs Dylan K. Taylor 2024-02-16 14:23:47 +00:00
  • 968666b1d9 Properly handle netIDs of recipes, itemstacks, transactions and creative items these were all lumped into one previously (incorrectly), which caused various reading errors (which happened to work, but incorrectly), and also missed a decent amount of finesse (such as the request ID/server itemstack ID union stuff in the ItemStackRequest system). I omitted validation for these since what we really need is wrapper types, but that can wait for another time. Dylan K. Taylor 2024-02-16 14:21:14 +00:00
  • 201d135c5f Merge fedef75ea47fa61845262aaa81a5d624d8bd6fe8 into 0cebb55f6e904f722b14d420f6b2c84c7fa69f10 GameParrot 2024-02-08 01:36:35 +05:00
  • 0cebb55f6e Fix build 27.0.1+bedrock-1.20.60 Dylan K. Taylor 2024-02-07 11:53:50 +00:00
  • 19e6411575 Protocol changes for 1.20.60 27.0.0+bedrock-1.20.60 Dylan K. Taylor 2024-02-07 11:43:29 +00:00
  • 3429b267a9 Bump shivammathur/setup-php from 2.28.0 to 2.29.0 dependabot[bot] 2024-02-01 05:43:51 +00:00
  • d394d9efbd Update phpstan/phpstan requirement from 1.10.39 to 1.10.57 dependabot[bot] 2024-01-29 10:43:56 +00:00
  • 20eac3eaf9 Update phpstan/phpstan requirement from 1.10.39 to 1.10.56 dependabot[bot] 2024-01-22 10:27:55 +00:00
  • 9b55fe5ef4 Update phpstan/phpstan requirement from 1.10.39 to 1.10.55 dependabot[bot] 2024-01-15 10:12:21 +00:00
  • 03879b431c Fix TextPacket vulnerability Владислав 2024-01-14 20:31:15 +03:00
  • 10155024e1 Dependabot: be less annoying Dylan T 2024-01-08 11:39:53 +00:00
  • 232e4973ad Update phpstan/phpstan requirement from 1.10.39 to 1.10.54 dependabot[bot] 2024-01-08 10:37:50 +00:00
  • b7e312076b Update phpstan/phpstan requirement from 1.10.39 to 1.10.52 dependabot[bot] 2024-01-05 10:53:35 +00:00
  • b4ff0c1077 Update phpstan/phpstan requirement from 1.10.39 to 1.10.50 dependabot[bot] 2023-12-13 11:08:53 +00:00
  • 54a41dc1d0 Update phpstan/phpstan requirement from 1.10.39 to 1.10.49 dependabot[bot] 2023-12-12 10:45:30 +00:00
  • d72749da8c Update phpstan/phpstan requirement from 1.10.39 to 1.10.48 dependabot[bot] 2023-12-11 10:44:34 +00:00
  • 0106eabab3 Bump shivammathur/setup-php from 2.26.0 to 2.28.0 (#209) dependabot[bot] 2023-12-06 14:16:00 +00:00
  • c7364b6daa Bump shivammathur/setup-php from 2.26.0 to 2.28.0 dependabot[bot] 2023-12-06 14:11:05 +00:00
  • a83715bebd actions: update PHP versions Dylan T 2023-12-06 14:10:32 +00:00
  • f278a0b6d4 Fixed outdated autogen stuff 26.0.0+bedrock-1.20.50 Dylan K. Taylor 2023-12-06 14:08:37 +00:00
  • 2a98eb7fab Protocol changes for 1.20.50 Dylan K. Taylor 2023-12-06 14:04:28 +00:00
  • d10ded0278 Update phpstan/phpstan requirement from 1.10.39 to 1.10.47 dependabot[bot] 2023-12-04 10:07:25 +00:00
  • 90c16b30bc Update phpstan/phpstan requirement from 1.10.39 to 1.10.46 dependabot[bot] 2023-11-29 10:59:44 +00:00
  • fedef75ea4 add title id consts GameParrot 2023-11-28 10:10:17 -05:00
  • 8dc5fd5fd2 Update phpstan/phpstan requirement from 1.10.39 to 1.10.45 dependabot[bot] 2023-11-28 10:21:18 +00:00
  • 903e7ca0fc Update phpstan/phpstan requirement from 1.10.39 to 1.10.44 dependabot[bot] 2023-11-22 10:34:58 +00:00
  • fffa130161 Update phpstan/phpstan requirement from 1.10.39 to 1.10.43 dependabot[bot] 2023-11-20 10:19:17 +00:00
  • c436cf56dd Some fixes to PlayerListPacket and SubChunkPacket ismaileke 2023-11-16 08:36:22 +03:00
  • 3cb5300e78 EntityMetadataFlags missing fields (#202) ismail 2023-11-15 20:33:08 +03:00
  • fb45010957 Bump actions/checkout from 3 to 4 (#194) dependabot[bot] 2023-11-15 17:32:06 +00:00
  • d43f69b40d Update phpstan/phpstan requirement from 1.10.39 to 1.10.41 dependabot[bot] 2023-11-15 17:32:01 +00:00
  • 0a50cdff07 Bump shivammathur/setup-php from 2.25.5 to 2.26.0 (#193) dependabot[bot] 2023-11-15 17:31:58 +00:00
  • acb324f922 Update phpunit/phpunit requirement from ^9.5 to ^9.5 || ^10.0 (#191) dependabot[bot] 2023-11-15 17:31:19 +00:00
  • 1fa091de59 this has no business being public wtf Dylan T 2023-11-14 12:56:18 +00:00
  • ea3f31adb4 Added missing interfaces Dylan K. Taylor 2023-11-08 19:37:40 +00:00
  • 0bdc9d0f89 Update phpstan/phpstan requirement from 1.10.39 to 1.10.40 dependabot[bot] 2023-10-31 10:06:36 +00:00
  • e65c7bbcbd EntityMetadataFlags missing fields ismail 2023-10-27 20:25:58 +03:00
  • 4ba2b7c932 Merge branch 'master' of github.com:pmmp/BedrockProtocol Dylan K. Taylor 2023-10-26 12:04:21 +01:00
  • 69c36c96f6 Protocol changes for 1.20.40 25.0.0+bedrock-1.20.40 Dylan K. Taylor 2023-10-26 12:03:10 +01:00
  • 85f845d742 Update phpstan/phpstan requirement from 1.10.33 to 1.10.39 (#199) dependabot[bot] 2023-10-19 11:59:03 +01:00
  • 8c153ee2ba Update phpstan/phpstan requirement from 1.10.33 to 1.10.39 dependabot[bot] 2023-10-18 10:55:38 +00:00
  • 8793ebab45 Fix CameraSetInstruction missing fields (#198) Elysio Martins 2023-10-14 20:55:42 +02:00
  • e978c3d5ff Fix CS x2 Dylan T 2023-10-14 19:53:45 +01:00
  • 3028f9f76d Fix CS Dylan T 2023-10-14 19:53:21 +01:00
  • 54eec1055c [FIX]: Fix camera args for the new system of camera (/camera in vanilla) Refaltor77 2023-10-14 12:23:14 +02:00
  • 64e867176c Update phpstan/phpstan requirement from 1.10.33 to 1.10.38 dependabot[bot] 2023-10-09 10:31:51 +00:00
  • 11330e6d9e Update phpstan/phpstan requirement from 1.10.33 to 1.10.37 dependabot[bot] 2023-10-03 10:27:53 +00:00
  • b1e3e26f51 Update phpstan/phpstan requirement from 1.10.33 to 1.10.36 dependabot[bot] 2023-10-02 10:49:09 +00:00
  • 0fe5abde91 Bump actions/checkout from 3 to 4 dependabot[bot] 2023-10-01 05:33:57 +00:00
  • de7ac14b8b Bump shivammathur/setup-php from 2.25.5 to 2.26.0 dependabot[bot] 2023-10-01 05:33:53 +00:00
  • 21910a0342 Merge 854b058ebae4da0dac498e4ed23d92079f33e803 into 38a516274aa6641b0da38011af35a5587fc87895 ismail 2023-09-23 16:21:17 +03:00
  • 854b058eba '?' sign is missing. ismail 2023-09-23 16:20:29 +03:00
  • ac95b367ad Update phpunit/phpunit requirement from ^9.5 to ^9.5 || ^10.0 dependabot[bot] 2023-09-21 10:24:55 +00:00
  • 38a516274a Drop PHP 8.0 support 24.0.0+bedrock-1.20.30 Dylan K. Taylor 2023-09-20 17:57:53 +01:00
  • 2bf3168c38 Remove PHPStan annotations that cause obnoxious warnings we'd need enums to do this properly, but I'm not doing that migration in a protocol release. Dylan K. Taylor 2023-09-20 17:56:39 +01:00
  • a8c038ff33 Merge branch 'master' of github.com:pmmp/BedrockProtocol Dylan K. Taylor 2023-09-20 17:50:53 +01:00
  • 3c6e42e297 Rename structureSaveMove to structureSaveMode in StructureEditorData (#187) Noé Lopez 2023-09-20 18:50:45 +02:00
  • 93bf272d34 LevelEventGenericPacket: fixed encoding closes #77, after all this time Dylan K. Taylor 2023-09-20 17:50:10 +01:00
  • cc6bf06dec Changes for 1.20.30 Dylan K. Taylor 2023-09-20 17:38:57 +01:00
  • a608e79236 Update phpstan/phpstan requirement from 1.10.33 to 1.10.35 dependabot[bot] 2023-09-20 10:23:19 +00:00
  • 0287671d54 Update phpstan/phpstan requirement from 1.10.33 to 1.10.34 dependabot[bot] 2023-09-13 10:11:29 +00:00
  • 77feef3495 Rename structureSaveMove to structureSaveMode in StructureEditorData Noé Lopez 2023-09-10 19:14:00 +02:00
  • ae0d8f4d49 Update phpstan/phpstan requirement from 1.10.7 to 1.10.33 (#186) 23.0.4+bedrock-1.20.10 dependabot[bot] 2023-09-06 08:36:44 +01:00
  • dcc3dd93a5 Update phpstan/phpstan requirement from 1.10.7 to 1.10.33 dependabot[bot] 2023-09-05 10:22:50 +00:00
  • 5de5e84b9f Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#185) dependabot[bot] 2023-09-01 11:53:59 +01:00
  • 382e157af9 Bump ncipollo/release-action from 1.12.0 to 1.13.0 dependabot[bot] 2023-09-01 05:40:05 +00:00
  • 8246887a99 Update phpstan/phpstan requirement from 1.10.7 to 1.10.32 dependabot[bot] 2023-08-25 10:53:25 +00:00
  • d7d92a7b29 Update phpstan/phpstan requirement from 1.10.7 to 1.10.30 dependabot[bot] 2023-08-23 10:08:00 +00:00
  • 69cc60fc28 Update phpstan/phpstan requirement from 1.10.7 to 1.10.29 dependabot[bot] 2023-08-15 10:40:06 +00:00
  • 4964114882 Update phpstan/phpstan requirement from 1.10.7 to 1.10.28 dependabot[bot] 2023-08-09 10:20:15 +00:00
  • f7d1ea344b Make RequestNetworkSettingsPacket can be sent before login (#176) DavyCraft648 2023-08-07 23:22:47 +07:00
  • 7e710321c5 Merge branch 'master' into patch-1 Dylan T 2023-08-07 17:12:50 +01:00
  • 7b221656ba Update phpstan/phpstan requirement from 1.10.7 to 1.10.27 dependabot[bot] 2023-08-07 10:31:19 +00:00
  • e4157c7af3 composer: accept newer versions of pocketmine/math and pocketmine/nbt these are both almost identical to previous. 23.0.3+bedrock-1.20.10 Dylan K. Taylor 2023-08-03 16:30:52 +01:00
  • d1f674ec28 Bump shivammathur/setup-php from 2.25.1 to 2.25.5 (#179) dependabot[bot] 2023-08-01 11:09:44 +01:00
  • a719cc197f Bump shivammathur/setup-php from 2.25.1 to 2.25.5 dependabot[bot] 2023-08-01 05:13:56 +00:00
  • 44e66ff11c Removed Message arg type Artem Vasyagin 2023-07-29 17:37:22 +03:00
  • 69a309a2dd UIInventorySlotOffset: added missing mapping for smithing table template slot this is a tad confusing, as it's the leftmost slot. 23.0.2+bedrock-1.20.10 Dylan K. Taylor 2023-07-24 16:35:36 +01:00
  • 947914daab Update phpstan/phpstan requirement from 1.10.7 to 1.10.26 dependabot[bot] 2023-07-20 10:38:22 +00:00
  • db48400736 AuthenticationData: add sandboxId field that magically appeared on July 18th this is really starting to become a problem... 23.0.1+bedrock-1.20.10 Dylan K. Taylor 2023-07-18 22:07:24 +01:00