Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
511254cc96b5e62a326cff10f0e81d7feb3400f8
511254c
Merge branch 'master' of https://github.com/Shevchik/ProtocolSupport.git
by Shevchik
· 10 years ago
8f3ad5a
Readd self player watched data on dimension change and on entity destroy packet.
by Shevchik
· 10 years ago
859cd24
Update README.md
by Shevchik
· 10 years ago
4efe157
Use replaying buffer to invrease perfromance for old protocols. Fix old
by Shevchik
· 10 years ago
afacdb9
Unify login listener a lot more
by Shevchik
· 10 years ago
1857c4c
Update to 1.8.4. Unify login listener. Fix online-mode skins and uuid bug.
by Shevchik
· 10 years ago
4252991
Bump version
by Shevchik
· 10 years ago
c3115a3
Unify handshakelistener
by Shevchik
· 10 years ago
f433f76
Unify login structure a bit. Add an event that allows settings online
by Shevchik
· 10 years ago
966ad22
Change pipeline layout a bit. Now we have all default elements all the
by Shevchik
· 10 years ago
b0f346b
Clamp nametag to 64 symbols
by Shevchik
· 10 years ago
c5da862
Ooops
by Shevchik
· 10 years ago
9e0bcb6
Remap nametags
by Shevchik
· 10 years ago
e8d9b6a
Catch and print error in encoder, should probably show a reason why it
by Shevchik
· 10 years ago
2e6a34e
Fix problems with 1.7 arm animation.
by Shevchik
· 10 years ago
8a58ca1
Move transformers tp separate packages
by Shevchik
· 10 years ago
c930e74
Forgot to write data to temp buffer first
by Shevchik
· 10 years ago
536697c
Need to remap furnace for 1.7.10 too
by Shevchik
· 10 years ago
9286bbd
Merge branch 'master' of https://github.com/Shevchik/ProtocolSupport.git
by Shevchik
· 10 years ago
648e264
Fix furance display issues
by Shevchik
· 10 years ago
cac9ebd
Merge pull request #16 from MrPowerGamerBR/patch-1
by Shevchik
· 10 years ago
e4dcf23
Remap 421 (Nametag) to 1 (Stone)
by Leonardo
· 10 years ago
1139da3
Remap colors 14, 15 too
by Shevchik
· 10 years ago
69d60e3
Fix placed heads skins for <= 1.7.5
by Shevchik
· 10 years ago
82b0e42
No need in SpigotAPI to compile
by Shevchik
· 10 years ago
03d0cb6
No longer need to implement Listener
by Shevchik
· 10 years ago
5c7dc43
Fix particles and add additinal data handling.
by Shevchik
· 10 years ago
4c617f0
Optimize map transformer
by Shevchik
· 10 years ago
b2e5698
Move some classes to separate package
by Shevchik
· 10 years ago
2067da9
Update README
by Shevchik
· 10 years ago
2511fdc
Add maps support
by Shevchik
· 10 years ago
7b958d9
Cleanup. Change version.
by Shevchik
· 10 years ago
cf8ced0
Remove softdepend
by Shevchik
· 10 years ago
6c8c551
Wrap decoder&encoder instead of replacing them
by Shevchik
· 10 years ago
41b80ad
Shouldn't be here
by Shevchik
· 10 years ago
02f1fa3
Change deflater level to 1 (almost no change in compressed size when
by Shevchik
· 10 years ago
ad3284d
Bump version to release
by Shevchik
· 10 years ago
59e2d7e
Update README
by Shevchik
· 10 years ago
c0bbb90
Change version to dev. Add tab complete. Add block and item remapper control.
by Shevchik
· 10 years ago
cf2c2be
Change list command format
by Shevchik
· 10 years ago
62ded8a
Magic values go away
by Shevchik
· 10 years ago
edb2be7
Use switch case
by Shevchik
· 10 years ago
757acfb
Should add support for bungeecord
by Shevchik
· 10 years ago
6066a85
1.5.2 decoder doesn't need a protocolversion
by Shevchik
· 10 years ago
be9f77e
Unify datawatcher serializer. Fix 1.5.2 datawatcher crashes. Fix
by Shevchik
· 10 years ago
d6bd855
Update to spigot 1.8.3. Add API. Temporaly disable throttle tracker.
by Shevchik
· 10 years ago
1d80fce
Shut down server when protocollib is being unloaded
by Shevchik
· 10 years ago
d3dd405
Forgot to clamp for 1.7 too
by Shevchik
· 10 years ago
eec0dd6
Clear watched entity list on respawn packet. Read 40 symbols of
by Shevchik
· 10 years ago
f217e44
Remove debug message, close connection after responding to old ping.
by Shevchik
· 10 years ago
320197c
Check for null player name. Some plugins can send tablist remove packet
by Shevchik
· 10 years ago
7e02769
Write packet properly
by Shevchik
· 10 years ago
e644e3e
Attemp to remap resource pack send for 1.7 clients
by Shevchik
· 10 years ago
9c8c70b
Bump version
by Shevchik
· 10 years ago
d148ff1
Fix NPEs in ThreadPlayerLookupUUID
by Shevchik
· 10 years ago
1eba7b3
Fix books
by Shevchik
· 10 years ago
443d3f2
Fix command blocks and books
by Shevchik
· 10 years ago
117b70c
Bump to dev version
by Shevchik
· 10 years ago
94941aa
Remove invalid scoreboard filter. Filter out horse inventory for 1.5.2.
by Shevchik
· 10 years ago
8c8a74d
Bump version
by Shevchik
· 10 years ago
50ad520
Partially fix vehicle riing for 1.5.2
by Shevchik
· 10 years ago
3510202
Remove properties and player list names on removal from tablist
by Shevchik
· 10 years ago
71ca953
Damn operation priority
by Shevchik
· 10 years ago
8ada6df
Bump version
by Shevchik
· 10 years ago
1c60023
Fix run without protocollib
by Shevchik
· 10 years ago
5a94c32
Do not print exceptions
by Shevchik
· 10 years ago
3c0788d
Rewrite intial decoder a bit
by Shevchik
· 10 years ago
d02ea13
Rethrow the exception
by Shevchik
· 10 years ago
f514d08
Check if channel is open too
by Shevchik
· 10 years ago
ea95dcf
Debug some unknown error
by Shevchik
· 10 years ago
b6f7381
Bump version
by Shevchik
· 10 years ago
62601fe
Apparently sometimes protocollib decoder does not exist for some reason
by Shevchik
· 10 years ago
101ca2d
Do not patch encoder, we already use packets. Use methodhandle.
by Shevchik
· 10 years ago
d58aba6
Not lowercase
by Shevchik
· 10 years ago
5975108
[EXPERIMENTAL] Rewrite to no longer store version in a hashmap. Instead
by Shevchik
· 10 years ago
6c6cb1e
CHM takes too long some times. We better have some random disconnects
by Shevchik
· 10 years ago
c59723d
Bump version
by Shevchik
· 10 years ago
b72113d
Use CHM and prevent some possible mem leaks
by Shevchik
· 10 years ago
815e925
Use one timer
by Shevchik
· 10 years ago
e4a616e
Reset recipes
by Shevchik
· 10 years ago
1b9c234
Should be like this
by Shevchik
· 10 years ago
1368470
Support outdated ping protocol. Some server monitoring sites should really die.
by Shevchik
· 10 years ago
67b3b9e
Don't print exception here
by Shevchik
· 10 years ago
cf98677
Bring back 1.5.2 wait
by Shevchik
· 10 years ago
93686e6
Don't wait on 1.5.2 ping
by Shevchik
· 10 years ago
0c3e283
Operate with pipeline elements using their name
by Shevchik
· 10 years ago
1f76ac7
Fix villagers trade. Move minecraft objects utils to separate package
by Shevchik
· 10 years ago
b43c246
No need to call set accessible every time
by Shevchik
· 10 years ago
bcd55d6
Cache protocollib injector fields
by Shevchik
· 10 years ago
34e999d
Implement login listeners from scratch to avoid using reflection
by Shevchik
· 10 years ago
b851b18
Rewrite utils a bit
by Shevchik
· 10 years ago
9df82f0
Bump version
by Shevchik
· 10 years ago
5432b31
Fix 1.5.2 ping
by Shevchik
· 10 years ago
cc7123c
Format and clenup. Fix servebound custom payload packet. Fix anvil.
by Shevchik
· 10 years ago
d16a6f5
Don't print exceptions and bump version
by Shevchik
· 10 years ago
9e666ba
Convert json message to old type properly
by Shevchik
· 10 years ago
fe3aa07
Fix signs input
by Shevchik
· 10 years ago
ac60a40
Move tablist and properties storage to local storage which is only
by Shevchik
· 10 years ago
f4f907c
Get player from channel directly instead of storing it in the data storage
by Shevchik
· 10 years ago
e803b3f
Cleanup DataStorage properly
by Shevchik
· 10 years ago
Next »