Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
4486e7ca980b367ed58149cf4eb7ee6dfc9aeebe
4486e7c
Cleanup
by Shevchik
· 7 years ago
b7f8a7e
Rename listeners, add new api for enabling/disabling protocol versions support.
by Shevchik
· 7 years ago
3400c3a
Merge pull request #558 from 7kasper/SoundRemapper
by Shevchik
· 7 years ago
1d1eaae
Fix fireEntity making nearby players damage instead of the entity itself.
by 7kasper
· 7 years ago
1ab0989
Changed hurtsound around
by 7kasper
· 7 years ago
bc62c17
Removed == "" Check
by 7kasper
· 7 years ago
01b5762
TEST
by 7kasper
· 7 years ago
31170d1
Removed getIdByName :(
by 7kasper
· 7 years ago
79e1afd
Removed sound remapper API and supporting functions.
by 7kasper
· 7 years ago
e967963
StringRemapper -> Generic Remapper
by 7kasper
· 7 years ago
11fb5ce
Fixes
by 7kasper
· 7 years ago
9d8c00e
Removed legacySoundName
by 7kasper
· 7 years ago
9df295f
Cherry-picked commit
by 7kasper
· 7 years ago
d9ab965
Partially fixed fire damage not broadcasting sound
by Shevchik
· 7 years ago
c27f06b
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
632a922
Fix basic potion name remapping
by Shevchik
· 7 years ago
1f787ac
Merge pull request #553 from 7kasper/patch-2
by Shevchik
· 7 years ago
fae3f65
Fix for derpy snowman.
by 7kasper
· 7 years ago
ad34248
Move getting middle packets inside try catch so buffer data is printed
by Shevchik
· 7 years ago
d4d6779
Convert colors to unsigned
by Shevchik
· 7 years ago
88036fe
Remove v7 color map, it actually uses modern map colors
by Shevchik
· 7 years ago
f37d4ab
Actually remap map colors for all versions
by Shevchik
· 7 years ago
f77348d
Validate ids and data for api
by Shevchik
· 7 years ago
70c8f8e
Only data should be read unsigned
by Shevchik
· 7 years ago
7cc619d
Read durability as unsigned short, and make it returns as int in range
by Shevchik
· 7 years ago
5c23e11
Remove legacy entity types that crash clients while in spawner from
by Shevchik
· 7 years ago
baf6d38
Use abs time in <= 1.4.7 to emulate daynight cycle disable
by Shevchik
· 7 years ago
2ade45e
Preload MapColorRemapper
by Shevchik
· 7 years ago
62a0204
Remap all map colors. Calculate remap table automatically.
by Shevchik
· 7 years ago
76970bc
server -> client custom payload reading should be done using server
by Shevchik
· 7 years ago
39b5b86
Allow opening horse inventory for 1.6+
by Shevchik
· 7 years ago
99e99bc
Subcommands
by Shevchik
· 7 years ago
2a89e93
Reformat
by Shevchik
· 7 years ago
a9bda73
Merge pull request #543 from xNaXDy/cmdfix
by Shevchik
· 7 years ago
4e41856
No more comments + small amendments
by Naxdy
· 7 years ago
66c113c
Moved usage to plugin.yml, changed to ProtocolSupport.getAllSupported()
by BuildTools
· 7 years ago
e9027db
Removed hiding
by BuildTools
· 7 years ago
c317f1e
Removed config values, added verbose option for /ps list
by BuildTools
· 7 years ago
af7dd2c
/protocolsupport command improvements
by BuildTools
· 7 years ago
f2f1671
Remap bed to 0 data for all versions before 1.12
by Shevchik
· 7 years ago
83da676
Remap itemstacks using both id and data
by Shevchik
· 7 years ago
baf62e8
Do not allow logins while server is not running (is shutting down).
by Shevchik
· 7 years ago
6aeafa2
Download glowstone from glowstone maven
by Shevchik
· 7 years ago
444c3cb
Include ps buildinfo in debug exception message
by Shevchik
· 7 years ago
3d67248
Fix and always run generate tasks
by Shevchik
· 7 years ago
dec6d7e
Allow but filter out invalid click and hover chat actions
by Shevchik
· 7 years ago
fdc2d9d
Catch all exceptions in ChatAPI.fromJson
by Shevchik
· 7 years ago
6089950
Add toString to chat components
by Shevchik
· 7 years ago
276fc4c
Merge pull request #542 from gdude2002/patch-1
by Shevchik
· 7 years ago
02a9272
Fix Glowstone artifact URL
by Gareth Coles
· 7 years ago
f57deef
toLowerCase on client locale
by Shevchik
· 7 years ago
0624fdb
Remove debug print, use legacy chat json everywhere
by Shevchik
· 7 years ago
8d630e7
Cleanup
by Shevchik
· 7 years ago
fe12af3
Update en_us locale. Properly iterate over all components in legacy chat
by Shevchik
· 7 years ago
d7a7beb
Append color char after component sibling instead of before
by Shevchik
· 7 years ago
ae756b9
Convert root component too
by Shevchik
· 7 years ago
7adbb41
Translate legacy translations serverside
by Shevchik
· 7 years ago
cf28b81
Support -1 gamemode (not set), while it's not valid gamemode and should
by Shevchik
· 7 years ago
c228486
Prepare foundation for translating unsupported translations serverside
by Shevchik
· 7 years ago
22d7350
Load all language files
by Shevchik
· 7 years ago
63fe9cb
Add all lang files
by Shevchik
· 7 years ago
701fcbb
Actually use locale
by Shevchik
· 7 years ago
f983d93
Use locale to translate to legacy text
by Shevchik
· 7 years ago
c8e3e16
Use new serializer methods on socreboard team
by Shevchik
· 7 years ago
a9722bd
Fix rabbit type remapping
by Shevchik
· 7 years ago
185eedb
Add != null check to avoid exceptions when teleporting unknown entity
by Shevchik
· 7 years ago
87369a3
Use 1 field to hold title text
by Shevchik
· 7 years ago
693d8e9
Add ConnectionImpl::toString
by Shevchik
· 7 years ago
27a45d6
Rename some packages
by Shevchik
· 7 years ago
76d496d
Merge pull request #505 from lukechatton/patch-1
by Shevchik
· 7 years ago
c22db25
updater readme to 1.12
by Luke Chatton
· 7 years ago
5438e68
Change some things in chunk endcoding
by Shevchik
· 7 years ago
92684d7
Create utils to operate on block ids and use them
by Shevchik
· 7 years ago
da69af0
Should be a BaseComponent too
by Shevchik
· 7 years ago
895612c
ProtocolVersion::isSupported should use name not null check
by Shevchik
· 7 years ago
babea51
Increase compressed buf initial size to account for overhead when input data length is really low
by Shevchik
· 7 years ago
6dd7dd4
Use remapping registry for latest version packet ids
by Shevchik
· 7 years ago
9d13f2c
GlowStone has block break animation packet implemented now
by Shevchik
· 7 years ago
42b9744
Add missing lama spit metadata remapper
by Shevchik
· 7 years ago
2b4cc10
Return empty remapper list if remappers doesnt exist for that version
by Shevchik
· 7 years ago
eb5c9c6
Cleanup
by Shevchik
· 7 years ago
7c37351
Actually read/write advancements
by Shevchik
· 7 years ago
f5065ae
Fix ocelot type remapping
by Shevchik
· 7 years ago
ae6e8ed
Remap brown terracota too
by Shevchik
· 7 years ago
94bad52
Actually fix read stuck problem (This was working before by pure luck)
by Shevchik
· 7 years ago
62960b9
Workaround channel read stuck
by Shevchik
· 7 years ago
93e069b
Fix wolf metadata remap
by Shevchik
· 7 years ago
190512d
It's vector3f not float
by Shevchik
· 7 years ago
c2bfc62
Fix unlock recipes packet
by Shevchik
· 7 years ago
031a5be
Update to 1.12
by Shevchik
· 7 years ago
cefba27
Cleanup
by Shevchik
· 7 years ago
9d06408
Create separate parsers for hostname data
by Shevchik
· 7 years ago
3cfa56f
Partially solve some concurrency problems
by Shevchik
· 7 years ago
2cbd94c
Update protocol to pre7
by Shevchik
· 7 years ago
c2f7d80
Preload classes using Class.forName
by Shevchik
· 7 years ago
a43a776
Skip new attribute
by Shevchik
· 7 years ago
ec790b2
Remove Converter and use Function instead (it was here because long time
by Shevchik
· 7 years ago
9b80589
Remove no longer needed exception, packet contents is printed now instead
by Shevchik
· 7 years ago
8a13189
Ignore static fields in reflective toString
by Shevchik
· 7 years ago
b0d11c6
ConnectionImpl is stored inside LogicHandler, no need to get it from channel
by Shevchik
· 7 years ago
Next »