Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
9292a59cb83b876c2cbda28a09035f92c03d8fca
9292a59
Fix inventory slot remapping
by Shevchik
· 5 years ago
8a9eadf
Remove unused field
by Shevchik
· 5 years ago
b6f6d1c
Helper for getting event loop and executing simple tasks
by Shevchik
· 5 years ago
889d779
Skip invalid animations
by Shevchik
· 5 years ago
dabbe7c
Both send and queue entity set passenger packet for 1.8.
by Shevchik
· 5 years ago
29bd54d
Cleanup
by Shevchik
· 5 years ago
c39f35a
Clamp prefix so there is always a space for team color
by Shevchik
· 5 years ago
8182fa9
Fix biomes for < 1.9
by Shevchik
· 5 years ago
4faa661
Skip falling dust pre 1.10
by Shevchik
· 5 years ago
fe9bf49
Use default locale from client -> server itemstack read.
by Shevchik
· 5 years ago
a21dece
Use specific write/read string methods where possible
by Shevchik
· 5 years ago
835d9a5
Refactor remapping window slots
by Shevchik
· 5 years ago
6eebde3
Null some middle packet fields after their send.
by Shevchik
· 5 years ago
3a80c66
Copy scoreboard team color to prefix if needed for < 1.13.
by Shevchik
· 5 years ago
3c6f147
API improvements
by Shevchik
· 5 years ago
569792d
Remove the sync ticking task.
by Shevchik
· 5 years ago
bcea4d4
Rename method
by Shevchik
· 5 years ago
9eeddc5
Fix shulker box inventory remap.
by Shevchik
· 5 years ago
bcf9f75
Remap item banners too. Also remap shields.
by Shevchik
· 5 years ago
0335852
Do a defensive copy of players before kicking them
by Shevchik
· 5 years ago
93ca228
Add release function to packet processors. Move connection remove to
by Shevchik
· 5 years ago
28b9e96
Update legacyblockdata
by Shevchik
· 5 years ago
0e62bba
Update block mappings
by Shevchik
· 5 years ago
5b63471
Fix tile remap on block tile update
by Shevchik
· 5 years ago
c783058
Fix possible timeout issue.
by Shevchik
· 5 years ago
ad6a102
Cleanup
by Shevchik
· 5 years ago
c9bc492
Rename animation fields
by Shevchik
· 5 years ago
2bd63c4
Update README to reflect statistics handling change
by Shevchik
· 5 years ago
b8c4633
Only send statistics for latest protocol version
by Shevchik
· 5 years ago
55784aa
Rename some packets
by Shevchik
· 5 years ago
7e55dd4
Fix entity tracker entry.
by Shevchik
· 5 years ago
9121e72
Move into SpigotPlatformInjector
by Shevchik
· 5 years ago
69ab045
Move more things to CommonNBT
by Shevchik
· 5 years ago
2b09754
Use arrays in other minecraft data registries too.
by Shevchik
· 5 years ago
37f3992
Make potiondata id -> name registry use array
by Shevchik
· 5 years ago
f28ecbf
Rename all entity metadata FLAGS to prevent accidental use of wrong
by Shevchik
· 5 years ago
e9bafbf
Send compression enable message inside the event loop.
by Shevchik
· 5 years ago
1741072
Don't use streams for such small thing
by Shevchik
· 5 years ago
5f022bc
Use bit utils createBitMask
by Shevchik
· 5 years ago
ecdb9b0
Fix isBitSet. Split int and long bitmask bit utils. Add more bit utils
by Shevchik
· 5 years ago
0c1242d
Move bit flags operations to separate class. Use them in some new
by Shevchik
· 5 years ago
3cb5e51
Inherit ClientBoundPacketData and ServerBoundPacketData from
by Shevchik
· 5 years ago
b3e2383
Get trusted lookup using reflection so code can be used on java8 too.
by Shevchik
· 5 years ago
a2ad18d
Java12 compatible way of setting static final field.
by Shevchik
· 5 years ago
8e1d103
Replace stream with foreach (runs faster in this case)
by Shevchik
· 5 years ago
0b25207
Do not try to remap null itemstack after read.
by Shevchik
· 5 years ago
4873748
Use monotonic clock source for calculating read timeout and throttle
by Shevchik
· 5 years ago
279ac3b
Cleanup
by Shevchik
· 5 years ago
6255bcc
Select type writer/reader based on protocol version instead of bunch of
by Shevchik
· 5 years ago
94d65cf
Fix type serializer used versions
by Shevchik
· 5 years ago
de95f7e
Fix minecarts for < 1.9
by Shevchik
· 5 years ago
4443020
Fix polar bears remap for 1.10
by Shevchik
· 5 years ago
e97d8d1
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/
by Shevchik
· 5 years ago
8eb0c68
Fix explosion desync. Propagate block changes done in explosion to chunk cache.
by Shevchik
· 5 years ago
353364f
Print packet class when encoder bytes readable left exception is thrown.
by Shevchik
· 5 years ago
6795433
Make CachedInstanceOfMap concurrent capable.
by Shevchik
· 5 years ago
50f5982
Optimize chunk data writing.
by Shevchik
· 5 years ago
2813834
Use a specialized list for remapped entity metadata. Share the entity
by Shevchik
· 5 years ago
62e086e
Skip more particles that didn't exist before 1.13
by Shevchik
· 5 years ago
a2fd58f
Make runnabletransformoperation into a class instead
by Shevchik
· 5 years ago
f70e9c2
Rewriter middle pipeline. Now connection knows how to write middle
by Shevchik
· 5 years ago
91146a0
Json display name should only affect tab, not spawned entity name.
by Shevchik
· 5 years ago
56e2cc7
Set static final fields. Inject carpets to make it y bound really small.
by Shevchik
· 5 years ago
da56651
Set ladder bounds to pre 1.9.
by Shevchik
· 5 years ago
15640cf
toString for ArrayMap
by Shevchik
· 5 years ago
939a9e0
Fix wrong properties type used
by Shevchik
· 5 years ago
cb0c293
Guard against invalid spawner entity type
by Shevchik
· 5 years ago
efbf29c
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/
by Shevchik
· 5 years ago
1a2003c
Create a separate remapper for entity location
by Shevchik
· 5 years ago
2a49329
Merge pull request #1135 from Brokkonaut/avoid-desync-AcknowledgePlayerDigging
by Shevchik
· 5 years ago
3ca2d0d
Avoid code duplication
by Brokkonaut
· 5 years ago
214b622
Merge branch 'avoid-desync-AcknowledgePlayerDigging'
by Brokkonaut
· 5 years ago
ae1cd72
Skip squid ink particle for < 1.13
by Shevchik
· 5 years ago
fd37fdd
Avoid desync on canceled block change
by Brokkonaut
· 5 years ago
7b52dc4
Add missing ack dig packet id for 1.14.4
by Shevchik
· 5 years ago
f650918
Print packet id instead
by Shevchik
· 5 years ago
fa5ec46
Use serverboundpacketdata instead of receivePacket
by Shevchik
· 5 years ago
6c0febd
Rewrite middle transform pipeline
by Shevchik
· 5 years ago
504e96b
Disable gradle daemon
by Shevchik
· 5 years ago
1d5660a
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/
by Shevchik
· 5 years ago
a5b0f4f
Add ability to register post entity metadata remaps
by Shevchik
· 5 years ago
5fbcdca
Byte yaw/pitch in other packets too
by Shevchik
· 5 years ago
220abb8
Merge pull request #1129 from Brokkonaut/1.14.4
by Shevchik
· 5 years ago
675f1a1
Update to 1.14.4
by Brokkonaut
· 5 years ago
0f39756
Rename and move some metadata remaps
by Shevchik
· 5 years ago
d0241f1
Store ptich, yaw as byte. Store NetworkEntity at startgame.
by Shevchik
· 5 years ago
f2d91d8
Cleanup
by Shevchik
· 5 years ago
b406533
Fix area effect cloud particle remapping
by Shevchik
· 5 years ago
889ba60
Rewrite particles remap
by Shevchik
· 5 years ago
36d411d
Fix trader lama remaps and lama metadata remap for < 1.11
by Shevchik
· 5 years ago
6256359
Speed up and fix some custom payload remaps
by Shevchik
· 5 years ago
a323b64
Move entity object data remapper to impls
by Shevchik
· 5 years ago
d69408b
Biome id is encoded as byte for < 1.13
by Shevchik
· 5 years ago
3ff8f45
Should be public
by Shevchik
· 5 years ago
1286159
Remove the was tile tile remapper
by Shevchik
· 5 years ago
0a854b6
Implement main thread tick for packet listeners properly
by Shevchik
· 5 years ago
46c1405
Fix some entity metadata remaps
by Shevchik
· 5 years ago
5006de6
Cleanup
by Shevchik
· 5 years ago
3a551ec
Clear chunk cache on dimension change
by Shevchik
· 5 years ago
9ae6b91
Cast to byte
by Shevchik
· 5 years ago
Next »