Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
9fced24494af2c17cd4b458b15c6296414f0353f
9fced24
Deprecate and remove effect remapper control
by Shevchik
· 7 years ago
4d13b42
Cleanup
by Shevchik
· 7 years ago
3362a0f
Refactor api for changing player profile.
by Shevchik
· 7 years ago
5f0f0a8
Format
by Shevchik
· 7 years ago
a133c91
Merge pull request #818 from EntryPointKR/pr2
by Shevchik
· 7 years ago
0dfa792
Apply change request
by entry
· 7 years ago
1110019
Merge pull request #816 from EntryPointKR/pr
by Shevchik
· 7 years ago
3b107bf
Remove old condition
by entry
· 7 years ago
0efee46
Fix minecart issue
by entry
· 7 years ago
f46e338
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
f282a6d
Additions to packet api
by Shevchik
· 7 years ago
ac9eca3
Edit to version check
by entry
· 7 years ago
3cda5b7
Particle count make to <= 1
by entry
· 7 years ago
b9a370a
Merge pull request #815 from EntryPointKR/pr2
by Shevchik
· 7 years ago
d41acc7
Merge pull request #814 from EntryPointKR/pr
by 7kasper
· 7 years ago
6e50c5e
Add hit sound remap entry
by entry
· 7 years ago
4ac5f5e
Use Utils::clampString
by entry
· 7 years ago
28b00e0
Add condition
by entry
· 7 years ago
cb853bb
Sound name size make to <= 32
by entry
· 7 years ago
6844b6c
Update player list ping for legacy clients too.
by Shevchik
· 7 years ago
7d40359
Add ping updates for pre-1.8 clients
by MrPowerGamerBR
· 7 years ago
98ded2c
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
ed243b7
Actually fix null equals
by Shevchik
· 7 years ago
f97ac0f
Fix compare with null
by Shevchik
· 7 years ago
fe06058
Add profile properties management to PlayerLoginFinishEvent
by Shevchik
· 7 years ago
f119852
Deprecate PlayerPropertiesResolveEvent
by Shevchik
· 7 years ago
c017932
Merge pull request #798 from ProtocolSupport/editorconfig
by 7kasper
· 7 years ago
90f6060
Add editor config
by 7kasper
· 7 years ago
1927a40
Always set opened window type, because the packet will be received later
by Shevchik
· 7 years ago
59a4872
Always schedule packet send/receive task
by Shevchik
· 7 years ago
e7d7672
Remove no longer used argument
by Shevchik
· 7 years ago
4417457
Improve < 1.3.1 ping handling
by Shevchik
· 7 years ago
fce2ddf
Fix format argument
by Shevchik
· 7 years ago
e9f53e7
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
1a3c978
Rename some packets to match their meaning and stop name clash with
by Shevchik
· 7 years ago
b4ce0fd
Merge pull request #796 from games647/jitpack
by Shevchik
· 7 years ago
0dbb058
Init status listener class on load
by Shevchik
· 7 years ago
1ff0823
Allow JitPack to find the output jar by copying it (Related #787)
by games647
· 7 years ago
a55fccc
Refactor entiy metadata remapping
by Shevchik
· 7 years ago
1a857fc
Move entity data cache to it's own class, and allow extending it for
by Shevchik
· 7 years ago
db8c450
Update used fastutil version
by Shevchik
· 7 years ago
7060c73
Those methods shouldn't have override annotation, because they are from
by Shevchik
· 7 years ago
2f95070
Replace trove with fastutil
by Shevchik
· 7 years ago
aa16800
Update gradle build
by Shevchik
· 7 years ago
78e1611
Merge pull request #791 from ProtocolSupport/masterDataCacheVars
by Shevchik
· 7 years ago
ae10426
fix derp
by 7kasper
· 7 years ago
eb2339e
pcBaseFlags -> baseFlags
by 7kasper
· 7 years ago
3a5cc36
Change dataCache variable structure.
by 7kasper
· 7 years ago
bae48c2
Improve gradle build script
by Shevchik
· 7 years ago
80f00d8
Uncomment some packet id getters for glowstone
by Shevchik
· 7 years ago
5629863
Send survival gamemode for fake join packet.
by Shevchik
· 7 years ago
af99025
Add a chunk interval send queue for 1.8. Should fix problems with
by Shevchik
· 7 years ago
cd76fbd
Store block sounds in block data and use it to get material sound
by Shevchik
· 7 years ago
7bba266
Update sounds.json
by Shevchik
· 7 years ago
365ae89
Merge pull request #785 from magicus/master
by Shevchik
· 7 years ago
642de7d
Set java.awt.headless to true to disable app window on macos
by Magnus Ihse Bursie
· 7 years ago
1eb0e87
Refactor packet encoders/decoders
by Shevchik
· 7 years ago
5171801
Remove accidental final modifier
by Shevchik
· 7 years ago
b74d8ae
Refactor player list handling code
by Shevchik
· 7 years ago
92f1b06
Cleanup
by Shevchik
· 7 years ago
dccdca3
Split network cache to multiple data classes
by Shevchik
· 7 years ago
a328d97
Cast amplifier to byte to simulate negative levitation
by Shevchik
· 7 years ago
75a27b2
Always use utf-8 for compiling
by Shevchik
· 7 years ago
aeef3cf
Actually fix glowstone compat for getSession change
by Shevchik
· 7 years ago
28377df
Merge pull request #773 from Pr0methean/patch-1
by Shevchik
· 7 years ago
ca94109
Update Glowstone snapshot
by Pr0methean
· 7 years ago
f40a025
Update GlowStoneNetworkManagerWrapper.java
by Chris Hennick
· 7 years ago
0631c03
Merge pull request #771 from ProtocolSupport/fix-769
by Shevchik
· 7 years ago
eaf7966
Update Glowstone version, update code to match new Glowstone API, fixes #769
by MrPowerGamerBR
· 7 years ago
26c801b
Remove colors codes at the end
by Shevchik
· 7 years ago
6f7ec86
Fix thrown potion metadata remap for 1.9
by Shevchik
· 7 years ago
c8f9be6
Fix wrong entity metadata type index were being used. It worked by pure
by Shevchik
· 7 years ago
4504ced
Cleanup
by Shevchik
· 7 years ago
aa212aa
Add levitation effect velocity set for versions that don't support it
by Shevchik
· 7 years ago
98e02d4
Create and recycle packet events instead of using same one to avoid data
by Shevchik
· 7 years ago
1a8718c
To string for ProfileProperty
by Shevchik
· 7 years ago
cef3db3
Validate addresses in ProtocolStorage
by Shevchik
· 7 years ago
d5b7d80
Make some fields protected and fix grammar mistakes
by Shevchik
· 7 years ago
6f98cd1
Fix legacy inventory horse id
by Shevchik
· 7 years ago
833fd20
Fix horse flags metadata
by Shevchik
· 7 years ago
140973d
Add missing entity action mapping for horse inventory open for 1.6-1.7
by Shevchik
· 7 years ago
b6a721b
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
bee1b20
Remap arrow object data
by Shevchik
· 7 years ago
58f4b78
Merge pull request #759 from EntryPointKR/master
by Shevchik
· 7 years ago
5aa89a4
Merge pull request #761 from lucko/handshake-event
by Shevchik
· 7 years ago
4d7ac62
Add support for Paper's PlayerHandshakeEvent (#739)
by Luck
· 7 years ago
1339ff0
Use abs time in <= 1.5.2
by EntryPointKR
· 7 years ago
0e05236
Move logging player uuid, so it actually prints the uuid used by the
by Shevchik
· 7 years ago
40683fc
Fix initial decoder in cases where first packet was split to multiple tcp frames
by Shevchik
· 7 years ago
c435e6c
Decompress encap protocol if needed when decoding first packet
by Shevchik
· 7 years ago
b820cf4
Should be unsigned
by Shevchik
· 7 years ago
3de54a8
Check protocol type for disabled versions future and legacy getter
by Shevchik
· 7 years ago
3c568ae
Directly use replaying buffer where possible
by Shevchik
· 7 years ago
65ef78b
No longer send protocol version with encapsulated handshake. Server
by Shevchik
· 7 years ago
3ccc1fa
Also fix the build classpath
by Shevchik
· 7 years ago
a2d6d8c
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
3e1aa50
Update and fix Glowstone's artifact build, fixes "updateLibs" errorsbuild errors
by Leonardo Malaman
· 7 years ago
0846206
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
31073a6
Fix position decoding.
by 7kasper
· 7 years ago
ff03fc4
This class no longer needs to be preloaded
by Shevchik
· 7 years ago
Next »