0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2025-07-23 03:31:40 +00:00

Commit Graph

  • 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
  • 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
  • 5de5e84b9f Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#185) dependabot[bot] 2023-09-01 11:53:59 +01:00
  • f7d1ea344b Make RequestNetworkSettingsPacket can be sent before login (#176) DavyCraft648 2023-08-07 23:22:47 +07: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
  • 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
  • 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
  • 0cfaafdc02 Regenerated LevelSoundEvent and EntityIds 23.0.0+bedrock-1.20.10 Dylan K. Taylor 2023-07-12 13:19:40 +01:00
  • 49feaac40b Silence PHPStan error Dylan K. Taylor 2023-07-12 13:18:26 +01:00
  • a731a064e5 UpdateSubChunkBlocksPacket: fixed uninitialized property Dylan K. Taylor 2023-07-12 13:17:26 +01:00
  • 7fe653370a Protocol changes for 1.20.10 Dylan K. Taylor 2023-07-12 13:17:02 +01:00
  • a3b93fdfac AvailableCommandsPacket: do not add soft enum values to the dictionary soft enums don't compress strings this way. Dylan K. Taylor 2023-07-05 15:08:08 +01:00
  • 84d99e4c88 AvailableCommandsPacket: attempt to reduce chaos in encodePayload Dylan K. Taylor 2023-07-05 13:56:51 +01:00
  • ceff28a0bd Protocol changes for 1.20.0 22.0.0+bedrock-1.20.0 Dylan K. Taylor 2023-06-07 20:22:05 +01:00
  • d9d3314d79 Bump shivammathur/setup-php from 2.24.0 to 2.25.1 (#162) dependabot[bot] 2023-05-01 13:31:54 +01:00
  • 981ea2e76e OpenSignPacket has an unsigned Y coordinate ... 21.0.1+bedrock-1.19.80 Dylan K. Taylor 2023-04-26 22:00:01 +01:00
  • 1bb0839506 Protocol changes for 1.19.80 21.0.0+bedrock-1.19.80 Dylan K. Taylor 2023-04-26 21:41:53 +01:00
  • 2787c53103 NetworkNbtSerializer: fixed TAG_IntArray length overflows 20.1.2+bedrock-1.19.70 Dylan K. Taylor 2023-04-10 12:40:32 +01:00
  • 3dc03ddeae Added missing implements ClientboundPacket to new packets Dylan K. Taylor 2023-04-08 15:25:21 +01:00
  • 455dbad93d JwtHeader: accept optional key thumbprint field (x5t) 20.1.1+bedrock-1.19.70 Dylan K. Taylor 2023-03-29 23:38:17 +01:00
  • 91d67c8b1b ItemStackResponse: no container infos are expected for a rejecting response 20.1.0+bedrock-1.19.70 Dylan K. Taylor 2023-03-20 01:16:47 +00:00
  • b3ff015072 Update phpstan/phpstan requirement from 1.10.1 to 1.10.7 (#154) dependabot[bot] 2023-03-17 16:10:20 +00:00
  • 4892a50201 ... 20.0.0+bedrock-1.19.70 Dylan K. Taylor 2023-03-14 17:06:38 +00:00
  • ecf6e6e7bb Updated entity IDs and level sound event IDs Dylan K. Taylor 2023-03-14 17:05:00 +00:00
  • 6da38dcfa9 Protocol changes for 1.19.70 Dylan K. Taylor 2023-03-14 17:03:16 +00:00
  • bcae9b3c87 Update phpstan/phpstan requirement from 1.9.18 to 1.10.1 (#147) dependabot[bot] 2023-02-22 13:50:05 +00:00
  • 1821420ba8 Update phpstan/phpstan requirement from 1.9.13 to 1.9.18 (#146) dependabot[bot] 2023-02-20 18:39:09 +00:00
  • a5bf4753c7 Fix test 19.3.0+bedrock-1.19.62 Dylan K. Taylor 2023-02-19 16:11:03 +00:00
  • 8cc43750f6 Fix build Dylan K. Taylor 2023-02-19 15:56:16 +00:00
  • b50b1efdc2 Added improved APIs for PacketBatch Dylan K. Taylor 2023-02-19 15:13:36 +00:00
  • 8dbff05b9a PacketBatch: added fromRawPackets() Dylan K. Taylor 2023-02-17 20:47:50 +00:00
  • a156db582d Address protocol break in 1.19.62 (no protocol bump) 19.2.0+bedrock-1.19.62 Dylan K. Taylor 2023-02-17 16:32:49 +00:00
  • b57d8145cb SetActorLinkPacket is (probably unintentionally?) serverbound in 1.19.60 19.1.0+bedrock-1.19.60 Dylan K. Taylor 2023-02-15 12:35:51 +00:00
  • 3c8cf08d09 Fixed outdated CommandRequestPacket::create() 19.0.0+bedrock-1.19.60 Dylan K. Taylor 2023-02-08 18:38:02 +00:00
  • 3514df25aa Fixed headers (again) Dylan K. Taylor 2023-02-08 18:35:55 +00:00
  • 1541cbb462 Protocol changes for 1.19.60 Dylan K. Taylor 2023-02-08 18:18:43 +00:00
  • f7a2e7cb57 Add full support for command soft enums (#139) 18.2.0+bedrock-1.19.50 S3v3Nice 2023-02-02 19:26:25 +03:00
  • 460c8592aa Bump shivammathur/setup-php from 2.22.0 to 2.24.0 (#140) dependabot[bot] 2023-02-01 11:39:11 +00:00
  • c34f22847a Added new entity metadata flags 18.1.0+bedrock-1.19.50 Dylan K. Taylor 2023-01-20 12:35:30 +00:00
  • d473829a52 Updated entity metadata constants Dylan K. Taylor 2023-01-20 12:32:43 +00:00
  • 6f8cea4fee Update phpstan/phpstan requirement from 1.9.8 to 1.9.13 (#137) dependabot[bot] 2023-01-19 13:04:10 +00:00
  • 2ecfa72b86 Update constants for player death info metadata properties (#131) IvanCraft623 2023-01-18 21:18:13 -05:00
  • 5730d8b5f8 PlayerActionPacket is also clientbound (#136) alvin0319 2023-01-19 11:15:47 +09:00
  • 2589213fcb Update phpstan/phpstan requirement from 1.9.4 to 1.9.8 (#132) dependabot[bot] 2023-01-09 19:02:48 +00:00
  • b558ec883b BossEventPacket: clean up unknowns, documentation, and fixed some fields 18.0.0+bedrock-1.19.50 Dylan K. Taylor 2023-01-06 21:47:28 +00:00
  • d86c69b95c Merge branch 'master' of github.com:pmmp/BedrockProtocol Dylan K. Taylor 2023-01-06 21:32:04 +00:00
  • 46f57a0836 Rename stuff in CraftingMarkSecondaryResultStackRequestAction Dylan K. Taylor 2023-01-06 21:31:55 +00:00
  • 926f01da60 MineBlockStackRequestAction: rename variable Dylan K. Taylor 2023-01-06 21:29:03 +00:00
  • 7546a3eaec Rewrite documentation for CraftingMarkSecondaryResultStackRequestAction Dylan K. Taylor 2023-01-06 21:28:45 +00:00
  • fb47086a83 ItemStack: added isNull() Dylan K. Taylor 2023-01-06 21:19:08 +00:00
  • c1d3c3e74a ItemStack: added equalsWithoutCount() Dylan K. Taylor 2023-01-06 21:18:17 +00:00
  • b227a6dc6f actually fix php-cs-fixer where it matters Dylan T 2023-01-05 16:50:43 +00:00
  • 9e5e473c63 actions: fix php-cs-fixer Dylan T 2022-12-27 19:58:04 +00:00
  • 6eaa06fc14 Add constants for player death info metadata properties (#125) IvanCraft623 2022-12-27 14:54:36 -05:00
  • a16e7ac435 Add FIREWORK_ITEM property key (#118) IvanCraft623 2022-12-22 13:17:04 -05:00
  • d6202cdcea Update phpstan/phpstan requirement from 1.9.3 to 1.9.4 (#121) dependabot[bot] 2022-12-18 20:06:56 +00:00
  • 59820e00ce Update pocketmine/color requirement from ^0.2.0 to ^0.2.0 || ^0.3.0 (#124) dependabot[bot] 2022-12-18 20:06:46 +00:00
  • 14bf45991a Update Actions PHP versions Dylan T 2022-12-18 20:02:50 +00:00
  • 91d85bbd2b Update Actions versions monthly Dylan T 2022-12-18 20:02:05 +00:00
  • dd8f737d0b Bump ncipollo/release-action from 1.8.6 to 1.12.0 (#120) dependabot[bot] 2022-12-18 19:58:56 +00:00
  • 51b2421a03 Bump actions/cache from 2 to 3 (#122) dependabot[bot] 2022-12-18 19:58:44 +00:00
  • 277bb137c8 Bump shivammathur/setup-php from 2.9.0 to 2.22.0 (#123) dependabot[bot] 2022-12-18 19:58:36 +00:00
  • af0530f24c Bump actions/checkout from 2 to 3 (#119) dependabot[bot] 2022-12-18 19:58:26 +00:00
  • 8ac6cacfe2 Rename main.yml to draft-release.yml Dylan T 2022-12-18 19:54:56 +00:00
  • 55395b2992 Update dependabot.yml Dylan T 2022-12-18 19:54:26 +00:00
  • c572706cf5 Update phpstan/phpstan requirement from 1.9.0 to 1.9.3 (#116) 17.1.0+bedrock-1.19.50 dependabot[bot] 2022-12-15 20:34:49 +00:00
  • 876292c46f Fix ContenaireUIID (#117) Sensei Tarzan 2022-12-15 21:34:33 +01:00
  • 033bca2db7 Added tool to generate LevelSoundEvent enum from BedrockData Dylan K. Taylor 2022-11-30 20:32:12 +00:00
  • a1b444c90a Updated LevelSoundEvent IDs though it does seem like there's quite a few gaps... Dylan K. Taylor 2022-11-30 20:31:48 +00:00
  • 272e10197b ClientboundMapItemDataPacket: fixed checking the same flag twice during scale decoding 17.0.0+bedrock-1.19.50 Dylan K. Taylor 2022-11-30 16:16:27 +00:00
  • 55dbedb4ee Protocol changes for 1.19.50 Dylan K. Taylor 2022-11-30 15:35:32 +00:00
  • ce900ffa6a StructureSettings: added missing field from 1.18.30, closes #102 16.0.0+bedrock-1.19.40 Dylan K. Taylor 2022-11-19 16:11:48 +00:00
  • 15d8e67a19 Add color parameter to BossEventPacket::unknown6(), fixes #109 (#110) XenialDan 2022-11-19 17:08:21 +01:00
  • a91efea992 Added missing ItemStackRequest protocol change closes #107 Dylan K. Taylor 2022-11-19 16:05:17 +00:00
  • 3be0e8af58 ... Dylan K. Taylor 2022-11-19 15:06:41 +00:00
  • 9c39f26599 CraftRecipeAutoStackRequestAction: added missing protocol change from 1.19.40 15.0.0+bedrock-1.19.40 Dylan K. Taylor 2022-11-19 15:00:57 +00:00
  • e5c8a67876 Update phpstan/phpstan requirement from 1.8.8 to 1.9.0 (#111) dependabot[bot] 2022-11-04 18:00:14 +00:00
  • b455a74277 Protocol changes for 1.19.40 bedrock-1.19.40 14.0.0+bedrock-1.19.40 Dylan K. Taylor 2022-10-25 22:51:46 +01:00
  • 8da4c73e43 Fix CS Dylan K. Taylor 2022-10-25 19:49:34 +01:00
  • 95f6139518 Update phpstan/phpstan requirement from 1.8.7 to 1.8.8 (#104) dependabot[bot] 2022-10-07 11:45:22 +01:00
  • c300e353b6 Update phpstan/phpstan requirement from 1.8.6 to 1.8.7 (#103) dependabot[bot] 2022-10-05 20:23:00 +01:00
  • 6762df0f53 Update phpstan/phpstan requirement from 1.8.0 to 1.8.6 (#101) dependabot[bot] 2022-09-23 11:42:36 +01:00
  • 94de222167 fix CS bedrock-1.19.30 13.0.0+bedrock-1.19.30 Dylan K. Taylor 2022-09-20 19:35:00 +01:00
  • 5954f3f3e8 Protocol changes for 1.19.30 Dylan K. Taylor 2022-09-20 19:33:22 +01:00
  • d1b3e83f77 Bump version for 1.19.21 (no known changes) Legend has it that this bump is because of changes to custom blocks, but no one seems to know what. In any case, this doesn't affect PM. 12.2.0+bedrock-1.19.21 Dylan K. Taylor 2022-08-24 19:47:37 +01:00
  • 959ef8c55a damn it phpstorm Dylan K. Taylor 2022-08-16 20:56:48 +01:00
  • f754df1c7b Added ContainerUIIds for working with ItemStackRequest system 12.1.0+bedrock-1.19.20 Dylan K. Taylor 2022-08-16 20:55:23 +01:00
  • 6034c05542 Use promoted properties Dylan K. Taylor 2022-08-15 22:15:21 +01:00
  • 1b9443c7fc PhotoInfoRequestPacket: added missing getter Dylan K. Taylor 2022-08-15 16:23:22 +01:00
  • 513f0d0af6 Use match instead of switch where possible Dylan K. Taylor 2022-08-15 15:45:08 +01:00
  • c277803954 Protocol changes for 1.19.20 bedrock-1.19.20 12.0.0+bedrock-1.19.20 Dylan K. Taylor 2022-08-09 18:57:29 +01:00
  • 1c87aa1187 PlayerAuthInputPacket: improve performance of hasFlag() 11.0.4+bedrock-1.19.10 Dylan K. Taylor 2022-07-24 20:22:18 +01:00
  • 18879218f9 ... 11.0.3+bedrock-1.19.10 Dylan K. Taylor 2022-07-14 17:54:49 +01:00
  • 4c1a41d6ea UIInventorySlotOffset: added offsets for smithing table 11.0.2+bedrock-1.19.10 Dylan K. Taylor 2022-07-14 17:51:47 +01:00
  • 65a2a6c2d2 DeathInfoPacket: update documentation 11.0.1+bedrock-1.19.10 Dylan K. Taylor 2022-07-14 17:04:57 +01:00