KennyTV
|
cad358322d
|
Rename outgoing->clientbound, incoming->serverbound
Via can both be used on servers and clients, making a direction like "incoming" ambiguous
|
2021-04-28 16:30:34 +02:00 |
|
KennyTV
|
a2b3906c9e
|
Move bossbar to new legacy package, since it only works on <1.9
The newly created LegacyViaAPI is safe to use, but should hold methods that cannot be universally used on every version
|
2021-04-28 11:10:16 +02:00 |
|
KennyTV
|
cadb5ec64c
|
Rename abstract Protocol to AbstractProtocol
This prevents confusion around the previously equally named interface and abstract class
|
2021-04-27 18:21:51 +02:00 |
|
KennyTV
|
95e20677fd
|
Clean up ProtocolPipeline
The filter functionality isn't something that's likely to be used again, so move out its usage and only check on <1.9 servers
|
2021-04-27 15:59:06 +02:00 |
|
KennyTV
|
f1c8d271b1
|
Reformat imports
The package rename wasn't done through refactoring but through simple replaces to not make git choke on diffs
|
2021-04-27 13:42:36 +02:00 |
|
KennyTV
|
318c49cf30
|
More interfaces, keep ProtocolRegistry.SERVER_PROTOCOL legacy api
|
2021-04-27 13:25:18 +02:00 |
|
KennyTV
|
d4bc31d11e
|
Always create ProtocolInfo, store mappings as int[]
|
2021-04-27 10:29:30 +02:00 |
|
KennyTV
|
30d122e7fa
|
Create some fancy interfaces
|
2021-04-26 23:01:55 +02:00 |
|
KennyTV
|
49d386063d
|
Add ProtocolVersion to legacy api
|
2021-04-26 21:45:27 +02:00 |
|
KennyTV
|
deec4b521e
|
Move some packages and classes around
|
2021-04-26 21:27:59 +02:00 |
|
KennyTV
|
a25a5634de
|
Change package/imports in classes and build configs
|
2021-04-26 20:52:34 +02:00 |
|
KennyTV
|
a3b1ce817e
|
Repackage to com.viaversion
This process will be split into multiple commits for git not to choke on.
|
2021-04-26 20:46:30 +02:00 |
|