Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PowerNukkit/Bedrock-Protocol

A protocol library for Minecraft Bedrock Edition
https://github.com/PowerNukkit/Bedrock-Protocol

Refactor disconnect

61868a0d0090152e80430f975081f0e4252577cf authored almost 6 years ago by SupremeMortal <[email protected]>
Fix bitwise operations on Metadata flags

Did not define the integer as a long which caused issues when bit shifting.

e3604a364193fde6dd84d0c77d4b236af3fa7518 authored almost 6 years ago by SupremeMortal <[email protected]>
Fix metadata flag deserialization

82a706c53aba8c79559fff823abc7373f4cb2476 authored almost 6 years ago by SupremeMortal <[email protected]>
Merge metadata flags into one object.

dff2964a025ad84fa14a0b6d9780fceafa6019ec authored almost 6 years ago by SupremeMortal <[email protected]>
Merge changes from 1.10 branch

38fb3f2149d8cc52822ae85d70712f206d93922b authored almost 6 years ago by SupremeMortal <[email protected]>
Merge pull request #1 from NukkitX/1.9

Bedrock 1.9

ee51ca140177983c1c2e0b979c8810a3796fd52b authored almost 6 years ago by SupremeMortal <[email protected]>
Finish off 1.9

fb1b1a53406be45601b70a8efbe6b0e51437fdf6 authored almost 6 years ago by SupremeMortal <[email protected]>
332 (1.9)

0650aba733f568784c983562e1e1ec560db1aeab authored almost 6 years ago by SupremeMortal <[email protected]>
Use ContainerId in MobEquipmentPacket

376076f419a5f6f303f6df67391c9cb355a5602e authored almost 6 years ago by SupremeMortal <[email protected]>
BedrockUtils update for MetadataFlags.

b3a54a89577b4077128f827d3699cfa29349c7d3 authored almost 6 years ago by SupremeMortal <[email protected]>
Add copy and merge methods to MetadataFlags.

Also prepare for multi entity data flags.

eefb47755cc0ced25b518030f5e5a0aeeff97b25 authored almost 6 years ago by SupremeMortal <[email protected]>
Finish up on AvailableCommandsPacket

0d6460ac6a5fce048837edb05b8ba7f52afa5b26 authored almost 6 years ago by SupremeMortal <[email protected]>
Type in EncryptionUtil docs.

59b72fa23aabfce7678be7530a1f85b6264e14e9 authored almost 6 years ago by SupremeMortal <[email protected]>
Implement AvailableCommandsPacket

f4237c5068303dbb80c495cb6326f8dbd2203282 authored almost 6 years ago by SupremeMortal <[email protected]>
Fix Precondition logic

48bd00492e8a1588f3eacc89d6a6c9e7e7e798ae authored almost 6 years ago by SupremeMortal <[email protected]>
Add EncryptionUtils and move TIntHashBiMap to common module.

89cc514a9593e943bb7b1e865d47196cea976003 authored almost 6 years ago by SupremeMortal <[email protected]>
Forgot about the compat codec.

f35a93d24b36ff7a286dbcb35bcf42dfc38ea5a1 authored almost 6 years ago by SupremeMortal <[email protected]>
Remove compatible version set.

be803e5042c839c11f5dd51fc596a1837dbdbbb3 authored almost 6 years ago by SupremeMortal <[email protected]>
Bump NBT lib and found correct name for enum type in BossEventPacket

4b91029a2ac6a6ab4f89e5b1810330f72ce78406 authored almost 6 years ago by SupremeMortal <[email protected]>
Fix item canBreak length, update metadata names and add ContainerType

f30d1c80776ddcfade091906dce07b1cabcb666c authored about 6 years ago by SupremeMortal <[email protected]>
Use ContainerId for PlayerHotbarPacket

6f0768bc6cb6816116b6d2dd25c39885c026605a authored about 6 years ago by SupremeMortal <[email protected]>
Use ContainerId for InventoryContentPacket

c4694fdd8f703f7d696cd80007c1b8ef81f93c6e authored about 6 years ago by SupremeMortal <[email protected]>
Add more functionality to Item.

5cfd4252bcbe444363b8bfc2903f7f6cebce99db authored about 6 years ago by SupremeMortal <[email protected]>
Fix compilation.

a35160221a56f83e850885e533da958b76f14541 authored about 6 years ago by SupremeMortal <[email protected]>
Revert InventoryAction renaming and add reverse method.

701df0459ee2dc5e72f7282189a6b832e7bf74c2 authored about 6 years ago by SupremeMortal <[email protected]>
Rename InventoryAction to NetworkInventoryAction and fix Hotbar naming

bee2d822db9516e8ef677d1d9e26f164e1051c39 authored about 6 years ago by SupremeMortal <[email protected]>
Refactor InventoryActions and add ContainerIds

fe33d66976cd0d6f85ba24660de228a8a086c4e3 authored about 6 years ago by SupremeMortal <[email protected]>
Update Readme dependency

837e501d411a02c2038941a0c715effdeb81a152 authored about 6 years ago by SupremeMortal <[email protected]>
Set packet contents. Thanks to @CreeperFace01

6e21558fbd94ca26a37af118b384fa434fc1d6aa authored about 6 years ago by SupremeMortal <[email protected]>
Fix InventoryContentPacket serializers

Managed to get serialization and deserialization mixed up.

134878a4367e9ed42da028c2460d2e3bd1f8d1b8 authored about 6 years ago by SupremeMortal <[email protected]>
Add MetadataFlags class.

Before, the flags were handled by the server code but to be safe from protocol changes, it needs ...

0431d7fe8e60eb8c3f03891a959e43f95cc56548 authored about 6 years ago by SupremeMortal <[email protected]>
contents should not be final

35e4a81362e38e7cbc01cb7ae2b15cf841446149 authored about 6 years ago by SupremeMortal <[email protected]>
Use an array instead of list for InventoryContentPacket

3602bbddfe07af9f135b16f4e8fcb375d69bbc6c authored about 6 years ago by SupremeMortal <[email protected]>
Add new field to UpdateTradePacket and update NBT library.

7e3b4cbb88cc8454cd0669126cb1970424d0e4ef authored about 6 years ago by SupremeMortal <[email protected]>
Register BiomeDefinitionList and add experimental boolean to ResourcePackStack

ff0781b4be80fd792961573a14477da7a831d43e authored about 6 years ago by SupremeMortal <[email protected]>
Support for 1.8.0 (313)

216f8326998ac035907e6451f08cd9fd67c19aef authored about 6 years ago by SupremeMortal <[email protected]>
Javadoc being a bitch again.

0321d8de302cbc5b872522be25a3ba11b4c76aa2 authored about 6 years ago by SupremeMortal <[email protected]>
Various updates:

* Refactor packets
* Update NBT
* Update RakNet

4cce87125246e331287959f97d595f14ac16d377 authored about 6 years ago by SupremeMortal <[email protected]>
Metadata fixes and new unknowns.

50ec7e5780751d2e4f4e850b2c88dcee276da368 authored about 6 years ago by SupremeMortal <[email protected]>
Water splash particles.

e462cb0602246ded018a40332f1d94163839226e authored about 6 years ago by SupremeMortal <[email protected]>
DISPLAY_OFFSET can be either an int or long.

baf6318af0f4730a0268f1208aeac627a99f6349 authored about 6 years ago by SupremeMortal <[email protected]>
Various changes

* Add WrapperTailHandler to pass through batched packet buffers.
* Remove null chunk from TInHash...

ebc95195161e60b739eb8b9ebe893ab3f998d193 authored about 6 years ago by SupremeMortal <[email protected]>
Fix packet serialization and add some debugging for unknown values.

d16b0d7c0375950630eee2b2d2d53fa364182e85 authored about 6 years ago by SupremeMortal <[email protected]>
Add some unknown metadata.

3ab1e6e68832bde84cfc51743a8412509cdc578b authored about 6 years ago by SupremeMortal <[email protected]>
Fix links in readme

c8866f771f07bc9c430f8bf6a69abd1adf204f5a authored about 6 years ago by SupremeMortal <[email protected]>
Various changes

* Make WrappedPacket generic to stop issues.
* Add logging when sending packet immediately.
* Mak...

ba8b69eb7ee201a3239ecf50a45faf7a5d26d527 authored about 6 years ago by SupremeMortal <[email protected]>
Compat codec needs a version or it will throw an error.

929d8e7e17d819287a62563bff727445d37db003 authored about 6 years ago by SupremeMortal <[email protected]>
Separate data and serialization.

1aef73e13adbd0ca7ad56f2f277fa7824cab2587 authored about 6 years ago by SupremeMortal <[email protected]>
Don't include protocol specific classes in JavaDoc.

b04884e420511afb5fa711fa9f5f74304995a13c authored about 6 years ago by SupremeMortal <[email protected]>
Fix version typo.

7546e902a3ef281e372047122269a1fafebeee2e authored about 6 years ago by SupremeMortal <[email protected]>
Fix the compatibility codec.

16e0701c1055fab8da21ab9452dbf0c53cc575b6 authored about 6 years ago by SupremeMortal <[email protected]>
Initial commit

692ab89e8391356dd575e854f38644828f0042c0 authored about 6 years ago by SupremeMortal <[email protected]>